Unpacking Software Livestream

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

Learn More

Chocolatey Product Spotlight

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

Learn More

Chocolatey Coding Livestream

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

Learn More

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

Webinar from
Wednesday, 17 January 2024

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

Watch On-Demand
Chocolatey Community Coffee Break

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

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

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

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

Livestream from
Thursday, 9 June 2022

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

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

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

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

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

Watch On-Demand

FAKE - F# Make

  • 1
  • 2
  • 3

6.1.0 | Updated: 21 Aug 2024

Downloads:

61,605

Downloads of v 6.1.0:

26

Software Author(s):

  • fsprojects

FAKE - F# Make 6.1.0

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by fsprojects. The inclusion of fsprojects trademark(s), if any, upon this webpage is solely to identify fsprojects goods or services and not for commercial purposes.

  • 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 as a Note:

At least one file within this package has greater than 0 detections, but less than 5

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'" [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'" 
$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: '6.1.0'
    source: INTERNAL REPO URL
    state: present

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


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

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


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

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


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

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


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

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

Package Approved

This package was approved as a trusted package on 21 Aug 2024.

Description

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


bin\api-ms-win-core-console-l1-1-0.dll
md5: A66B267FA68F9359AD73580F9B093153 | sha1: A159FFAE590F8D47B4748A5A82AAFD2D656CB6B7 | sha256: 8999C2F6FE64D99BDD26A0663CF8A06ADF5B0B8A08D408349611753E924E4BF3 | sha512: 2EA48CCCD477C5B2E7DF421987E068088820A56AE83D7633FC42CC1AA84AB49959E4F9B08B4638D7D9C98D4FA05BF37A6C70CC85478A7F5EE0060E2DEEE478DE
bin\api-ms-win-core-console-l1-2-0.dll
md5: 734E965A9E9F046661D235E2F85C1641 | sha1: 2F247B5023C397BCAB2A3F1F9F5689C8BB165AC7 | sha256: DD3E0DC1E5A98F0B8FB90D8898A464B2562B11BB2905BD8AA4E9AAB8F93E9E5C | sha512: 10A7B3178792386A9EB9B0699C5605C652F63DB9C7F9317AD6DB0DB37BB26412A16AE8E3F70AF152146F093CCDD300A5E559772F507AE2FF9470A3579193F595
bin\api-ms-win-core-datetime-l1-1-0.dll
md5: 41E0E8F317014F7FB00B82D29A4190F3 | sha1: 0E3E38D714320210ED30E7FAB3B680CE5275545B | sha256: 9D71DA7A8F8FB4288B3EC612D8153705DA2F80019334803FE60628233B93BB2E | sha512: 0D3ACA78A404190133FE5609CF43FF37AD5B310D28A8F44EF491AB60BBC063D61D3D29CA9AE6A65CAB4D52AB26B24EE8CC48ED264ABE3F51EA58D6798C37A96E
bin\api-ms-win-core-debug-l1-1-0.dll
md5: 878FA5D912DCCED530ED2E32B2DF0EE4 | sha1: 08E0FE9709B769705D18A8FEEF047C98D1C7D4E5 | sha256: ADD3969501CD57C2E159E8F73F12A74D927EC96A3CA1FDEA24B255B6429AAC38 | sha512: 50C86B53E4948B81A53FEBD24AD185ADE5176A2DB38F5E78DED202F71EBDCEA0D2ACA4907EAF0BFE00E0392EE988ED64E4249150074ADC741564C67E311200F2
bin\api-ms-win-core-errorhandling-l1-1-0.dll
md5: C26D4AE5DB8C917C2C17000A2B67D664 | sha1: CE4ACD2DFD379B566C2AAD3534AF82809B02B6FB | sha256: 41C585A0A71D6BFA24E952E98A7AD20E5170BF66B4DE06FFDBF15F899512F218 | sha512: 38EA2536B0FEF37448AD11105B76208EB3EA40DEB378899CFF547ED6BE8385E5003F4BE253082170DBE0CEBE2855C885D75820A7E90CCBD62B41E4EAA7BC551F
bin\api-ms-win-core-fibers-l1-1-0.dll
md5: E91E92BAF545141C6A83AD0ED945B70C | sha1: EB77FBCD7A4A748E8E7CBC81B1CBFE7FA5F285C4 | sha256: 1A25FC1A1E26AC630F7B1A8D26A1AB5567A83860802FF14DAD525E73564F0FE7 | sha512: 6DEE748632614952566D7F0F7A9201CDEAC33DCE5E958C96EDDE3E05171FDB82B5C6AF8B2DE56210323C6A3F7647DB8E3127D3FD5243054B1C12D3AEBD92BB93
bin\api-ms-win-core-file-l1-1-0.dll
md5: 7A6B7DFCF35130FC046D53DA825774D8 | sha1: 112FE3C6F3CC4CD34F54AB084A6762528552F22F | sha256: 0F3A6F749B7D56C0462F7780945BE75CBB475627D5A037FCB0F3816127FC8766 | sha512: 0F6382EE0A38D8627204FC327B86139A86F0F23923C1E428D618D1E58BCB594E654EAA001FAEAB3EB3941020DAF49E72E90CBBEDFED29306236238384B3AE074
bin\api-ms-win-core-file-l1-2-0.dll
md5: 2F3ED68E88962A3DB91FDDFF116043C6 | sha1: F89F28CD1A2AFB247C483EC5D3373687ACD9F0F3 | sha256: 94285B076BC56F70B600340CB8E462FA860745A4E259A01A5FAF200365B626EB | sha512: 99965F02106A278CCFFA953849546008595A38EAA21E81F6B72D8635931B6E32BDB44C96E4ED52DF374ED765138FF5E2A97D6DD1878E9BB062D7D5B7332BD247
bin\api-ms-win-core-file-l2-1-0.dll
md5: 5EE963BEEA8AB70E4837B3DDC3DFA780 | sha1: 08D253B2D5D44F4F01C5C8CD32A53202F46EA050 | sha256: 7EC7FF7C30D637A2B2BDF202BEFC401D9840BD38AAF10633C7CBF03AAED80BA3 | sha512: C1CFC308A25196C1661E579F270AEBB40685FBB478590BE155A65CD79DDA03D70EF53211FFF6E1FC0C07B620EA92E05DB8529B707C41E0AA7F3F82F23D764FDF
bin\api-ms-win-core-handle-l1-1-0.dll
md5: 590C76A79CA08289A7987DDCA5021A63 | sha1: DF1D7FB7F622EE3908C8089E9AB9A6EAA88BB042 | sha256: 5488EB4CF58105F969A89A8D6965F26DC77493D6C38F13D8C1C3920A8CE89AE8 | sha512: 7B9BAFD8ABB9CCCFCB29BA8F9C78A7824BFBC60B6E3680060AD3F261059CA5C513242ACB487940E3DCF33C706F2A5AA509B2E616DDC10131F3E0045540FBF412
bin\api-ms-win-core-heap-l1-1-0.dll
md5: AB886001F13F3200B602DA3911DC6BCA | sha1: B38BD2310BE81A381ECD160FE60A5763FC39AA8A | sha256: DBD440820B52AC701D190B011CC77BA8733E0C72DB319FE6DC9B275011CE2360 | sha512: DE7D2818BDBA08BFA8D2C6A060D9B086D18CBA73EAF912A758F71656F4752B320DB14A72FFAE9CB4BF8546B35F94EA14C93E68ED2C2AE45736120C34A3DEEEE3
bin\api-ms-win-core-interlocked-l1-1-0.dll
md5: 64D161EA10E73AEC4C2FBA0D87D36340 | sha1: FA2814B107AD3DAE5D58DFD21F299FC3A4BA5B45 | sha256: D13C0DE3C15C28296FB8CEF3A78BDD99402B52BBE47DC8F910D3A138CE4819EC | sha512: 1194A95597A1C2C8B2E8F67700E925221133F48B0B92D0A680B5593D73A02022B02AA47BC00A1AC4B68C483F9F710DB196A7A3D4AA852226BD08E6706F2FCFAD
bin\api-ms-win-core-libraryloader-l1-1-0.dll
md5: 827FFA70465991E720A36D394A011676 | sha1: EEA9195BA54013B7BBD36AD4936550580C4558F7 | sha256: E72460E5C465B83DD469EC964A4B1707E16CAA80BE4D51977573DCFDB3841F65 | sha512: 50BFFB83DA2FC5D79D6B31F63D20B5C7661CC03AEF766D6EB840E26CC9506597F25FF5F3019FAD0A89351C368085BC6DCB65B3C815020B28F4A517D4597E1943
bin\api-ms-win-core-localization-l1-2-0.dll
md5: 1D309498972C67DB409BFF7C34AD30AF | sha1: 0BC9A4D52E482129BB3E52AD6C6B12BCB3F9F27F | sha256: 2F0973102F1D2E78158E80B0EEA8A5F63085CB3088624227BC89C337DCEA96D3 | sha512: 933380E33119A42DE01D06EA2AA9970F1DB5F3A9A9DCDD08D35E18ED6365F75B94CF3A146F11E6F3F3C8DA118F46A6224F3FD0E2C1736C9D667B948DCA794D4F
bin\api-ms-win-core-memory-l1-1-0.dll
md5: 03DB11CE31048C8195523527A94C3755 | sha1: 3BFA91AEA60D2D99538E813EA4AB796ECCD21F77 | sha256: 95D30FF537A8040469914BF830B3AA431ABA1C86B229C6AF31279938220638BB | sha512: 84548E68D69B20466A38363B67BDB9E566593C339AF562A39C3BCFE695022EC40C82E90055530F3236E2860CF61166D6E16752E69735EEFFA43DBBBA696C9F07
bin\api-ms-win-core-namedpipe-l1-1-0.dll
md5: FD5886A8EE0B4CB52F271240F90E42FF | sha1: 5DE86C3017091401BD4360902E2E5A184BABA7E3 | sha256: 99D81E6596614E05D77D73688BC9FA492CF14E5FD72F33612380AA5D4A627C36 | sha512: F4995B7912A039B933BAB773D4E69CE88B67857D637E28DB04BE9B6DBF46CEBA534DF21504E2A0B57A60A80EF8BEB0DEA968774CD904DF03855A1CDDC6140491
bin\api-ms-win-core-processenvironment-l1-1-0.dll
md5: 8FD7E2CE901C757598708774F2B94232 | sha1: F83B900E426725D6371DC64D34A0FA1E5E7FACDE | sha256: 2851710E5B199C4D6E399D43CB00984A9E9055686D9C78FF43D5AD010C7BA6A7 | sha512: 9A9023BD16ACBFF13C486B7B6AC7CE9C653A0E257A0F8B09816F92BE0D7C1EED71606FEE28F2B2E6314D954CE1B2E006E844BBA04FB6287A8510F2B482795E57
bin\api-ms-win-core-processthreads-l1-1-0.dll
md5: 41FE1C31E12148C345F5C786147D4E9C | sha1: 3BD930D1E9C46E4D0079CCF5BB3901F6565FF66A | sha256: 01602945455A1D6C79AE5EEBA3C8C85D712EFB549270C8E9D8C46716DCA0407E | sha512: 9696192D0271ACE94669EF19633122747E9521B99FFD6E818AEE0A53F7B7BCF23276F72AF6807CF4B2EF93148C35F9D261B80646BFCDDD8A62EF57BB3A7E126B
bin\api-ms-win-core-processthreads-l1-1-1.dll
md5: 3041BE8B8F3E2E99D6F7FAFCAF428648 | sha1: 9FF03D218278BD12FC1406D21D58F5C4DCA8E3C2 | sha256: 7F1A83C6B5D0A856EA8C7952FD4C637A9AC7E663A620571AFDCEC7AF6C68A960 | sha512: DCB59DD2EBAFA0AC64FC35DBF6B9CE3C22BD857A93E64BD64B53C9C35DEC3C026B6D25C9A848968DD00CB8DD01B4B6755FA2273B540E1DB7CCFCE32A2A97F112
bin\api-ms-win-core-profile-l1-1-0.dll
md5: D02BD3ADAA95436F32E28EAEEE20BEE0 | sha1: 9D6BD84CD81E0F09934A1B08CE794FB08CD8DC81 | sha256: D043B50CA15CA801AAA825F39073D4A54D186E12CE36ABB6F72651C726133192 | sha512: 944FEA823447138CD1091634579E2CEA4335B5EEE4C9E5FD218E8B6C6394B300ADE8B573C10E2B01DAF171C97C1DE1F1F74FB119559C8F93A2C4D0E91D895EFA
bin\api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 9416676D65F821608B4D381DCFF7BEC6 | sha1: A39E5F7A812A169162362CF9ABF4D5E1C970CECB | sha256: 1C51A6692F8D4EEDF3FDE28ED7A94CB41FDFD39D96C9A230C17958D713215EAC | sha512: 66C2711AB7EBDF2173091C72B01CFA96815FC0AC0BE46D9E36651B9AD6AB98905E6447B1B454D7F3818F0D2FED98A99BDA94F36A5A05CA093DAAFBF11F9F0208
bin\api-ms-win-core-string-l1-1-0.dll
md5: 1BDEA5FEF3C5A84CBE246A6D78D03C17 | sha1: 53D78A10C699FBF940C1A21F2108E2DC304F196D | sha256: BF4CFAE8BB4E8DCE63BDD25DC45FDD02E3529BAE3D0BD5E2D00A6D4479E1F06F | sha512: 1AFA2E704A34960786CE7020A59C1DCD35E1DA79C7FAFBB08D27D437A78A623E4530695C46B4615541AACF71491270AB5E3C3546E86FFF2958E3FD1875957791
bin\api-ms-win-core-synch-l1-1-0.dll
md5: 476FA601902B6C018DA8C6FF0CBBF6BA | sha1: 64C11D3EAD36423B53E66954C393B6374F5FE841 | sha256: 60CA3E0ACA22DF8F03594D32F7EBF7F9A544FF3E07366AAE95BA19483CDB98B1 | sha512: 2313335E9128315EF08527147983427675B73747E3D6DA390172B26F7CDB1CBE4C07B7984A28C8E842EDF357AE63F2C76E431C8741A2EAE15E966E9AD9E29877
bin\api-ms-win-core-synch-l1-2-0.dll
md5: E162B53FF1F872345471989D20374F36 | sha1: 232C1427096188E791AB0DB44BF309CBEFE20413 | sha256: 3F61C83E3DCBE7F03195EFCBABD9FD1CA75EE6359828E45733A53CC1FB1183F6 | sha512: 2D60D609CB281CD4F2FA1C6369D2F75AFA0D9F43DF681A5F42E85F51D5BF57BB4E23C8E041B3FBAE703706B8F82DB9D27D1F650CF5BB9088E4F222CE1734FFD9
bin\api-ms-win-core-sysinfo-l1-1-0.dll
md5: B1C910CFDF6117FC45473C7C83756B95 | sha1: 4A62C92A507C9100CFB2FFF7238E2A1BA02F5D15 | sha256: 701A1578E6B043021EA72F1ED693F92FF0219096A1011563E8BF0A1F0A2840DA | sha512: B3300C7F20AC37151706AB44078E1A42C9362514DC15124F7DE80580EE53327C8CF4F410A15B7C84A6DDA059092C72936F3FD6325AA2C9CA8E9C78834782645A
bin\api-ms-win-core-timezone-l1-1-0.dll
md5: A99DAFDD0EB1668AE60D4898338DBED3 | sha1: 504687E909F0730E3C4DB6EE14578B055E99743D | sha256: ED383BC5365E2D9FF18C0867D4E2F8682CED6E45B0875B55CFCFB7BC87E6B301 | sha512: 72AF70F554A66280D6AC53A0CAC342DC6E0B7FB8975757A404576101FD0F7445A1BCC8778FE5D7084F382A843710AF4C94A9FCB9C230931B0B8B5E5AD3DCFA53
bin\api-ms-win-core-util-l1-1-0.dll
md5: D1EF3AC0691175E3AA6631E328AAEE1C | sha1: 72674755A67DECF82EBFDEA16A3900E28E976C1C | sha256: CD1B70E44FCDF746A40EBD8DC028B6B91E8759362CFA9D79BC02BBC50D10D896 | sha512: B268BD64150C05B050FB00D37D464180966D874C32CB283CE72C8D079BF849C30E1AB59C534C6F8985D0DA572CD50351080C421AB7D8D66B25B4AC001A3BC40E
bin\API-MS-Win-core-xstate-l2-1-0.dll
md5: 8932EC8BEEEB7E6F9A9A6351BDBB39E2 | sha1: 24F11190B2C876B09204DF6CF7F34F7E37767F9E | sha256: 9C836D27A9FD11EEACA943153040D19DDF5E5A82AABD4E838929C71AFD37D182 | sha512: A60037F8CE9522A735DE09436CFE68E2A4ABADEBF9D10B699E1B6FF67D3D3E5686F51A21461DF532BF57614B77C6DFE699C13ADC80E5603021BF99FF36F9DDB5
bin\api-ms-win-crt-conio-l1-1-0.dll
md5: 843FA7BBB58F9C01498341BCBBA66C22 | sha1: BAA1BC6157FB0E6392BC65C2B74D65E6481E539F | sha256: B13CD1341057C9D41E54DA288FF4E491970A2FCF24CE0395B0DDB19F709B73F9 | sha512: A0224782091EEF732448277F51BBB9020B2E27E8209F0775A703E16001BAD8A9384CE10DE6A16E9D463111A913353675ECE52262197B77673BA6E4693305B035
bin\api-ms-win-crt-convert-l1-1-0.dll
md5: B42F3DF73D062DCF7C61EB3E455FE1C6 | sha1: CDBA01951DE434F36B9100C7DB2316BD0728ABAC | sha256: 3D205605ED371704D2DE5FA0511FB4AD2F791C81E5781ED3C4464881EFD8523B | sha512: B70C49F8494B600483A858210A5BB73C0A052460E34AA16290F32EC6AF68095B38B7436FBAE34273048ECD058C7FD40CE1C6184EA21171AFE291C29E249253F0
bin\api-ms-win-crt-environment-l1-1-0.dll
md5: 47A4BC68217B92CA3582224F1024E51F | sha1: 82258353279AA318B7A6208A9566B05A2F4961FC | sha256: D50963D7B4F67E41FD7D50CAF4D662B04688B66799F7AFF7BCC632EDE8D7F5F5 | sha512: AE3351B980EAC6B0D5D3A132F06E033611302D398CED3C97C08045BACC4D453FFC49C5C49D90D48CC049828F81151CC1BADEF5BF789FE208EAD321004577F046
bin\api-ms-win-crt-filesystem-l1-1-0.dll
md5: E795F694529FC430E0B0E25884E6A24E | sha1: 6C86A0BD746F55FD731A30F378E5F21C4FB2E2B7 | sha256: 0EBAE37459EB25EF518C47C454E6AF81B076D0FDC5FED1674806551259435584 | sha512: C71622D473C68D7AE87CBA663F38C08FB1B4EC0786E364F6863FBDF2711A7FAAC1E5CD18BA0912C318627CD58D7FC836EF0DD993A9444C846EC298502E04FC66
bin\api-ms-win-crt-heap-l1-1-0.dll
md5: FB887FED29C62E516005FADB6838D521 | sha1: C1B783800F33AED8F67953E0816C1792E976C62A | sha256: F989DE398E969DF49C108EF53F5E152EB35F7A7D0E19974AA9F24A995E5C9E11 | sha512: D895E2C83578400174BD0D316E790B1B5C7400B7E24F8AC4AB1964701821F4AE7FAC4EF308E4BDD09AD774CFCD54B1F0176DA0911437759439A1E2A0D99CB13D
bin\api-ms-win-crt-locale-l1-1-0.dll
md5: 49C9AF5961980346905239D9988CD041 | sha1: D679539617CF74EC04D75F450EF93D94ABECAC28 | sha256: F7CB5D3347D5A13B8BCCE06821BA75043FCE87F298131E23155753B56A48297E | sha512: F2E04AFF6D502D47946D8F0F9337E81FCC9C23608163D276C3CD304B3EF42E4D07D6F00E3606A6C2F2EADEFC23FDA3AF55C1CEFB7912DEF815E5C339208719B0
bin\api-ms-win-crt-math-l1-1-0.dll
md5: B330487F1CCD5FC821FA117F8B57A5B4 | sha1: C32A5DF20C4380AA5666011D860C1CE2FBFD354C | sha256: 5E40B97F5E5A1577BF30E91DFACC0E74E1CFFB6C2BEB270777CC0A5DB065947F | sha512: A5E4F57A94EC1BCA577288458413627EC9B2C5D7B71D5F27A2C153002A9DD4DBDD128C89C35623B3F038A94844A50622FF65751476A5EEF932765A96CB3ECC1C
bin\api-ms-win-crt-multibyte-l1-1-0.dll
md5: 259EF62E91A242FB4A58186A6E9338B2 | sha1: 8C1692CFA61F1160F2F221F13F70007EC3C27F11 | sha256: 9AA76D84DB69B3AAFD63702277FE54DBDF955B67D904D4F2008D6978E4756E5E | sha512: C4174B4734E42767BF748CC3276FB9CBA1A54893FA3BEF9FDB2226B0FE5351AED267B93089CAB7588E2A1AAFA2CD7DDD513E114150B9FE3F983013D640647641
bin\api-ms-win-crt-private-l1-1-0.dll
md5: E7EB588ADB7DCED01FC1C98B546F83F2 | sha1: 782F8A84408327B67FFCC7333DA62D68571291FB | sha256: 0ED8ABB4E2491368A91A755FD5CA82BE93615F4A995326ED19AC56708A8BDE1E | sha512: DAEF7C4F07931454104C28BDC10EA2A7EAC0362ABB86318837B85E9619C4F7D9B9D490EDC06C01775338E92A4666CD88245A0A6CA7FBEA591E5C976735D2847D
bin\api-ms-win-crt-process-l1-1-0.dll
md5: 6EA1AC1D1342EB4A09D44A9BB514EEFC | sha1: 369A9541D76739782F4EE96FB1FCD14B60C33279 | sha256: EDF54C26E8ACE43DDDFE0E577B0DAA8C4CA45A40E479B818CA14F4DEFEE2ED97 | sha512: F7C3B7F4EBD54A5A97372819CBED70D65FE4E546E390FBB88E87FD5296D8A2DF65D274DE26C2D2C28B4DB7DD58976C24AC29D3FF3D8C37930F2091E54B34DBB7
bin\api-ms-win-crt-runtime-l1-1-0.dll
md5: 0792930CCED35A6B7AFD0548A380D5D1 | sha1: 45139B80525961C5AADFFC3B4E44720F144DA878 | sha256: F0E0D8B65A8CF88355A7C2FD401CEE5FF4BCB7965A888F4361AD14A054517FD7 | sha512: DF1CA5B417E5EC7A6600EEE4E5EBB8DE557CCD7883174CA47E4B69E0138C6AF4AFEAE0CB2D2F8C3B32C128E92C725DCD4739D40911E15571BC5573289796F3D5
bin\api-ms-win-crt-stdio-l1-1-0.dll
md5: 38799420C40507472FD54B3BA205DB3E | sha1: 84D04A2E360F16DA027B84D51AAB649154979232 | sha256: EEC15EFDF7CAA058CB7F721A1C4E5D3F1C97039C4B6BFE2B32F789E10756106F | sha512: CDE6FF6B3DC908DCF932B4E308C99589AF3BCFE8AA06A416DB107E948616BA7517C3EF882A59FBECF2B3EA92290F90123D5A6F4C355BC1D89A5F4745EE886833
bin\api-ms-win-crt-string-l1-1-0.dll
md5: 2C4F5369A8C60A6D8107F474D2942859 | sha1: 9E52AE6E0397672FDBF251217CEA25201F11004A | sha256: C8138031537A27FD364F359D48DB88485C4A0D668ED2983FF5F6EDF0BFFCD91F | sha512: EFE27D138CDAE009E4AEA9AAF31C899CC60389ED644F042FF3B656C3A24FC8A98420D90AD86FA16EF95BD14B918EAAAB926F2AD20AD47E0831842EEC2B136A29
bin\api-ms-win-crt-time-l1-1-0.dll
md5: E78951B33F1A259B3B9C0B406AC816A4 | sha1: 22AB7641FEAB19E0D3C2992F377C4164E3F7E74B | sha256: 62886805AD32F151B6230358E1DA74DB1BFC8ADBFDC316FDA111CB8431A733D8 | sha512: 9F6D378326BF9102B9983053F105C51AD09CB80F478AC97AF9269BFE2633F3210A9AE56E55DEE6EADC00F5F7841654A13F1D274BCF590DE56CEB3E68674BCEC5
bin\api-ms-win-crt-utility-l1-1-0.dll
md5: 1D8042874EDDEBE39E60FBF8E1DFD3D0 | sha1: AAC2EE2EA006022646B6C0D7CEA93E248CFF62F1 | sha256: 4E71C955DE0A9E71ECD6749D73F6F07364BEA34C125A61261A9EFE2B76BA98E5 | sha512: A74EAAFAF0643935A5DE9138059B08D972A05CAE3F859FE7DA28A370E2A4FB46AE00D8B986AFA06F353EEF2DB104E60A5F40F07A5A87CCBE644E8F433B29B621
bin\BlackFox.VsWhere.dll
md5: F8C72683E5365DBC46B284997F6BD044 | sha1: 902CB7415D41E4A9DD8730E6FF9FC14A0478DB71 | sha256: 7C006118CF94D5972699B933D78279BAB46150436C6D1A238D36130746C812C7 | sha512: B5FA3291618AF25103A12D07DBD92D98AEE649B3DD60B2AB5FD200B42BFE0A308361B98CFC35FAE4EB41132F70BE94667358077B1F09369EE84235748109DB2F
bin\cachedDotnetSdkReleases.json
{
  "channel-version": "6.0",
  "latest-release": "6.0.33",
  "latest-release-date": "2024-08-13",
  "latest-runtime": "6.0.33",
  "latest-sdk": "6.0.425",
  "support-phase": "maintenance",
  "release-type": "lts",
  "eol-date": "2024-11-12",
  "lifecycle-policy": "https://dotnet.microsoft.com/platform/support/policy/",
  "releases": [
    {
      "release-date": "2024-08-13",
      "release-version": "6.0.33",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.33/6.0.33.md",
      "runtime": {
        "version": "6.0.33",
        "version-display": "6.0.33",
        "vs-version": "17.6.18, 17.8.13, 17.10.6",
        "vs-mac-version": "",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/19a5a6e5-87bf-44b2-b7ed-ac44e9a253b8/00fca686dc0139022528dbe5f6e0f0b3/dotnet-runtime-6.0.33-linux-arm.tar.gz",
            "hash": "c3349b1c98bf8d0b79d0d3de5c12792fbdd4aef1c04b6d0c115d5aa651cfd2e8642521170b312db0cb6facd057958b387c60eb6ae5b828e2250300efbd6f3195"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/694cd8af-7e9f-4161-8c1d-1c9a7b1d074f/d3a8dc90d971ec4f135f6452c176dc93/dotnet-runtime-6.0.33-linux-arm64.tar.gz",
            "hash": "c700d4ae3e361fa2a390a8fcf294a2277931b0ea60bd4a2f0ec2bb982bb6c618ba002e5955c3ee96807207b256e10289cf1cfa372029b758aefa6bf1268d45fb"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e311cc4b-e2a4-46ef-8f0f-5996ac64e6d2/0a423f3d95284288d08250ce9e34ba06/dotnet-runtime-6.0.33-linux-musl-arm.tar.gz",
            "hash": "a9594a489f8634af01e7c60acab5f7ee0ac544b98ce73ee671359becd6f6b29f4d9e64dfe3166822c0506157731ec44fa6db02a8be1b17a279af61a6679cfd38"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6c147b46-cd90-4412-9df3-ca84fe040261/d026454e65fe16a83590bd75f139fbf4/dotnet-runtime-6.0.33-linux-musl-arm64.tar.gz",
            "hash": "e5707970b2a852b80b1fd77a3883e50dec925d91eb89012c166e4a45e917064c24040a6e444b054767033cb9b9e8314b6b5117ffada6d248ab7f90c8e40fe555"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/28d86acf-06f5-4bff-919b-28a26264591b/452ad01a142981b4ee4fd55b97117cf7/dotnet-runtime-6.0.33-linux-musl-x64.tar.gz",
            "hash": "3bfe4f9dde02bdaf35db07271cf56873b508c3229318bbe7d478eed855417ed3941d9d9a8ede2fd1cc5ce5f7b73c4e5ae4666d2cc47fe2ae09d5f8625c46e982"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/250c78ac-a53f-4679-ad2a-cc31fa4c4001/204b39eb9634a8dd9f39cbcaf56030f2/dotnet-runtime-6.0.33-linux-x64.tar.gz",
            "hash": "0892015544d8903999f8e0fadab6b4b91eb180e495fa5e36c1a755b1d42e134858b7bdbfd60d1880650d9c528d07e31b9ccfc73e650e5d890a955902a89139cf"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5f558675-c42d-46ad-904b-66f8e720391b/2e135412543676a0b2f554e6a8fae3ae/dotnet-runtime-6.0.33-osx-arm64.pkg",
            "hash": "88ad3c974053a66a2607a42a31dc399dab6334e1474588c3cd7cc0225e31df07facc7303024ad168569eec0a899c993be417b465386d9f12ba37f102eb63ea5e"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aad5df88-c193-4579-b847-633186659a2f/1688cb1838ae0f0b67d16f3ed808f566/dotnet-runtime-6.0.33-osx-arm64.tar.gz",
            "hash": "95d0e646f688e6f46545625dfae46d8325c7aee4661d3f0e59044acced9c6192ff51524355696e8f868ebd112e9a036d01c951f7249d863c300d07c1a0913d1a"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0140d848-6fb1-4c5c-ab11-dd95822055b9/57907e08f532ec4a76895d1872679dd9/dotnet-runtime-6.0.33-osx-x64.pkg",
            "hash": "72b7353c0658c4e537be6cf6ce59542e0ad89cb2d3eb42cfa75cb2ecc1610f4689b42a567610b696719b6a88d4fc523ab509d767ec294fb5dc1d917e4c28c00e"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/82217487-71ef-43cb-8678-d293b802b5a6/cfe49dd7b7e0e3040d4fdc9258c61dde/dotnet-runtime-6.0.33-osx-x64.tar.gz",
            "hash": "a0ad81d4bb361d91edc7b42142828fb5ac5b75376e6ad0137f7f28bba5c0d0b68c67af708bc85c15ebb7aac5f98df20bd83a56144a1bf9ac5aeaf5caf84e4128"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4a783c02-985d-4724-afa8-ba8d4368c8d3/a6a3a2406f1e7e393c2fd3d5b933d0a6/dotnet-runtime-6.0.33-win-arm64.exe",
            "hash": "1e5536c0daa32e7c1c3a8cf7cdf723d2a58968ddb11213b0ac10599e5d5feb031bef4ffd814e9608074a3e46ded16ef37762fd4904c458ce875ed3163cc5c11b"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e0859868-7d1b-40b1-b254-6f7472650c3f/e8533daf7603a7e847f56426e3317f63/dotnet-runtime-6.0.33-win-arm64.zip",
            "hash": "bc118c3fb1943bff53f12b3c757b8a44b293061063aef55fa72a30c5b7c0cd65d0874c6266259e0fdb44be25dcca67a06f973e6c34c87c46c470e2c939e16fd3"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3c01bbe6-a49d-468f-8335-f195588f582f/b935469e8480e611eae4d79b2e51965e/dotnet-runtime-6.0.33-win-x64.exe",
            "hash": "302216d6ec3c433abf79bb97feb869f3316eb82510d6411280f5444ee469e9856ef136fd4cee7b468d4b30590893ff92bec6aeb8a41dcd6d16d42df5bd46be5e"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1f5fc2af-aa55-4360-9485-3188cd62998e/fd8028bddf0a715ef74f6c8423c5b401/dotnet-runtime-6.0.33-win-x64.zip",
            "hash": "6cbad445d7b06ecbd031b43b1b44a04636676908f2e14af6a399ca2c2b163cb4add3f6e70b7b1089dc8d1a89ff482875391b3868ad2703359eb62a3d87b8953c"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ef2dbfa6-683e-4ff3-9a17-9f3001d6bdf2/acf6114cce3533200116016b83e76ea7/dotnet-runtime-6.0.33-win-x86.exe",
            "hash": "6570145679c619caf99b55d31d71c04850724217503a271c056dd132b48d616790e484021e1bc85dc7b50c3e794eaf92956973f32ecea7ed47dd9b421c8c75ae"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/474696e2-79d5-463f-88df-6e874fe19d40/c31007a372025365992e1a0aa047a572/dotnet-runtime-6.0.33-win-x86.zip",
            "hash": "a0dd2d4dbcfd8d1bf8659209a2541d7efd3a5223dab904e1d9a28d29b452dee104be2716f2e385e2e4cfee4b03ff4a03abfa03f17f34d608b72a25ded0a902e5"
          }
        ]
      },
      "sdk": {
        "version": "6.0.425",
        "version-display": "6.0.425",
        "runtime-version": "6.0.33",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "Visual Studio 2022 (v17.3)",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2ff9a08a-9a84-498d-83e2-82e3e3c3d03d/64b283f30bb7df0260c8a7596dfcdff4/dotnet-sdk-6.0.425-linux-arm.tar.gz",
            "hash": "e0cbb3a3874fec76026d5ce11acdae07a720eb02b500c87882aaeba48e6ec290d62373e51b53367ecaaa1bd4bd770f2ca1aaaec3a8499bdd1c114894daaa4daf"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec8e29f5-2fbe-47d8-b0c5-81f11434c00f/ba4bd30be448d649e5ddf1991bf76252/dotnet-sdk-6.0.425-linux-arm64.tar.gz",
            "hash": "c15f95664fd0570d5b0cb94c7af6bba5fe830470004f0e958e49d53764714cbf8ddd620b38d487b60a27dbfd467a955856aab3df9c958cde17c942079fdaa55a"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/04bfd229-7d52-40dc-a5eb-d31fe15fbf44/639e3b8aa8616ad25515bfe36faeb2c0/dotnet-sdk-6.0.425-linux-musl-arm.tar.gz",
            "hash": "c59ea0ef6c80f80907aea223dc7a9ad69431b1e67234dee4fee0f9109ee7ce8bd58af6b102ad117889f4e2cc8ef7cceef9a6ec80b10578c6ea4b84412f2b1e06"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b5f55496-6494-45bc-9ba3-7aefdefb4518/61f15988a48d429bec81f5c5307f01d9/dotnet-sdk-6.0.425-linux-musl-arm64.tar.gz",
            "hash": "d58aace5b021fc730a0da2233e85e3ae473256a7de9334b8932cc2e0d050543c1eb1b16dcd3475f777cdf59e42971c85d27def497fe5cf06a6b6046ce8d23ec4"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c94a92f9-153a-4620-844c-f964dcc7eb8e/ad7baee9c9ed782a5c9ad34509ff47a5/dotnet-sdk-6.0.425-linux-musl-x64.tar.gz",
            "hash": "cd9572358102b8214874ff353bbe826ac9ba0f0d26d49493f312a8a3bc7c0faba2fc82bd5dfb740289d3242dcdf78b341996d38623723c691be469375a72df9e"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f57cd7db-7781-4ee0-9285-010a6435ef4f/ebc5bb7e43d2a288a8efcc6401ce3f85/dotnet-sdk-6.0.425-linux-x64.tar.gz",
            "hash": "a04b75af7c5850238a8d99a6f60b37753467db615831bb3833c14aec86faa2d6ee9b8643885798924a01e28acff44ac9ed39c89f7cbe53c5cb8753c802e85039"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4bb697a0-9509-4a48-aace-adf5cdd9dae5/db8114ff1a9117627a19ef3b5e709a05/dotnet-sdk-6.0.425-osx-arm64.pkg",
            "hash": "58aceae66c5d3a143b580cb79698656699c059fd0553d962713275fbc5ed52d10e4cff5bd44a246b6f228a0bb08e22b4509b133660236ed4deab282e6c8aa2aa"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/24192716-57e3-4e69-9950-7840e05053d1/79398f054d34fb3e424c029e6d41a551/dotnet-sdk-6.0.425-osx-arm64.tar.gz",
            "hash": "7383b188c8500ab8625cd34f69f7ec5a4d9ff4ca715f95ee020f2bd082d5023697b021ca4b3b1e6a0782fae2ff89586e541e454fedacdf1c49b42f6e47d12011"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8010eb35-b580-4fe3-84a1-323aef5d6947/cd513767c7ece93a71c69703169dd1c5/dotnet-sdk-6.0.425-osx-x64.pkg",
            "hash": "81c60f9be1ab1013bb08ec7b43e9f604eb01c8667f179a22d11059da0846ca792cabec1c768005c353f4b4597b53e0b45cd954092f855d6d41abe3d758fde9a1"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ce410b9f-c7f6-4180-a373-bcb6528a0778/448c9df07432b5dc62d08868ccfef62a/dotnet-sdk-6.0.425-osx-x64.tar.gz",
            "hash": "5757c661d82408680a6e45efbca260bb9da145bd83f8275280e9ba756a2827ce35c7ae77cb248e9ee6c6cf46730c6e50152b98c0a082c0de764f5e522dfb6ca2"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/93733eb5-8222-44bb-8ae4-6be8c0b1fadc/dd7485ef2a6e2e8811480b3507186323/dotnet-sdk-6.0.425-win-arm64.exe",
            "hash": "f81915abcd08f08b45e654c9797726a19508a58e5db6283fa9c3e438755328835e50ddf613c53dd2f28b65e1b565b5a534e1f17881ba45f6df0a98e913740f16"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f06793f9-acc4-4403-8236-ea74cf015832/8072303a25dbd58097965499e801db37/dotnet-sdk-6.0.425-win-arm64.zip",
            "hash": "7b82c2f8d8b25ea02672bfc86178198798203d81176fcbadf655dd213d1e4c2f07b63756e50592b759bef637871edf842122170630d7b6eb80d1e62d1d7f090b"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/61881ecd-a425-4053-a420-7f76586d2f60/6daf1af8c05df332eb1c53261fafc07f/dotnet-sdk-6.0.425-win-x64.exe",
            "hash": "9d220b643e0925fe1fdbcafd60aef2af57ac0a9aa0b4cb57f63de61df8f04ace0eee342395b0c3090823391ed9bae510a0212cccbd432db16371271b81d892e3"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2cd43980-3abc-47ea-898d-b10116d27890/be9d8a7809b43ce82cf441b6761836a3/dotnet-sdk-6.0.425-win-x64.zip",
            "hash": "8bd8e396bf451e90114fc8c039eae21b96ffbe5a2d04238d58712c754f4fce42039140680dfaa121b2c12174ecf192309c6eecb4525f3282ad18b756e30157a1"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20e7e1fc-0bfd-4736-bcde-04e64ed5e8f4/52c588d0a5160a30087b2e8c8f5672a2/dotnet-sdk-6.0.425-win-x86.exe",
            "hash": "ef030d9414545fb7053602a9aa902cb6dd4cb220599fc82e7a0eba779fd687df835e226188b3c33788339956f73bfc94e454aec2ee0e9da3967275e0a41ab8cc"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4ac7b828-4216-42a7-a309-7c36ed02846d/1655b201203fac5454dcdccd2108ede2/dotnet-sdk-6.0.425-win-x86.zip",
            "hash": "a9cc5e30e6b75ca9ee6f283e996fb58b7ed11ef072aad62c341ab9e32f29ed1c0f518f8cfc1be69fde815ce1f51998c1d0c2e8be3c549392a54ca940a4e33929"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.425",
          "version-display": "6.0.425",
          "runtime-version": "6.0.33",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.3)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2ff9a08a-9a84-498d-83e2-82e3e3c3d03d/64b283f30bb7df0260c8a7596dfcdff4/dotnet-sdk-6.0.425-linux-arm.tar.gz",
              "hash": "e0cbb3a3874fec76026d5ce11acdae07a720eb02b500c87882aaeba48e6ec290d62373e51b53367ecaaa1bd4bd770f2ca1aaaec3a8499bdd1c114894daaa4daf"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ec8e29f5-2fbe-47d8-b0c5-81f11434c00f/ba4bd30be448d649e5ddf1991bf76252/dotnet-sdk-6.0.425-linux-arm64.tar.gz",
              "hash": "c15f95664fd0570d5b0cb94c7af6bba5fe830470004f0e958e49d53764714cbf8ddd620b38d487b60a27dbfd467a955856aab3df9c958cde17c942079fdaa55a"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/04bfd229-7d52-40dc-a5eb-d31fe15fbf44/639e3b8aa8616ad25515bfe36faeb2c0/dotnet-sdk-6.0.425-linux-musl-arm.tar.gz",
              "hash": "c59ea0ef6c80f80907aea223dc7a9ad69431b1e67234dee4fee0f9109ee7ce8bd58af6b102ad117889f4e2cc8ef7cceef9a6ec80b10578c6ea4b84412f2b1e06"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b5f55496-6494-45bc-9ba3-7aefdefb4518/61f15988a48d429bec81f5c5307f01d9/dotnet-sdk-6.0.425-linux-musl-arm64.tar.gz",
              "hash": "d58aace5b021fc730a0da2233e85e3ae473256a7de9334b8932cc2e0d050543c1eb1b16dcd3475f777cdf59e42971c85d27def497fe5cf06a6b6046ce8d23ec4"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c94a92f9-153a-4620-844c-f964dcc7eb8e/ad7baee9c9ed782a5c9ad34509ff47a5/dotnet-sdk-6.0.425-linux-musl-x64.tar.gz",
              "hash": "cd9572358102b8214874ff353bbe826ac9ba0f0d26d49493f312a8a3bc7c0faba2fc82bd5dfb740289d3242dcdf78b341996d38623723c691be469375a72df9e"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f57cd7db-7781-4ee0-9285-010a6435ef4f/ebc5bb7e43d2a288a8efcc6401ce3f85/dotnet-sdk-6.0.425-linux-x64.tar.gz",
              "hash": "a04b75af7c5850238a8d99a6f60b37753467db615831bb3833c14aec86faa2d6ee9b8643885798924a01e28acff44ac9ed39c89f7cbe53c5cb8753c802e85039"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4bb697a0-9509-4a48-aace-adf5cdd9dae5/db8114ff1a9117627a19ef3b5e709a05/dotnet-sdk-6.0.425-osx-arm64.pkg",
              "hash": "58aceae66c5d3a143b580cb79698656699c059fd0553d962713275fbc5ed52d10e4cff5bd44a246b6f228a0bb08e22b4509b133660236ed4deab282e6c8aa2aa"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/24192716-57e3-4e69-9950-7840e05053d1/79398f054d34fb3e424c029e6d41a551/dotnet-sdk-6.0.425-osx-arm64.tar.gz",
              "hash": "7383b188c8500ab8625cd34f69f7ec5a4d9ff4ca715f95ee020f2bd082d5023697b021ca4b3b1e6a0782fae2ff89586e541e454fedacdf1c49b42f6e47d12011"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8010eb35-b580-4fe3-84a1-323aef5d6947/cd513767c7ece93a71c69703169dd1c5/dotnet-sdk-6.0.425-osx-x64.pkg",
              "hash": "81c60f9be1ab1013bb08ec7b43e9f604eb01c8667f179a22d11059da0846ca792cabec1c768005c353f4b4597b53e0b45cd954092f855d6d41abe3d758fde9a1"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ce410b9f-c7f6-4180-a373-bcb6528a0778/448c9df07432b5dc62d08868ccfef62a/dotnet-sdk-6.0.425-osx-x64.tar.gz",
              "hash": "5757c661d82408680a6e45efbca260bb9da145bd83f8275280e9ba756a2827ce35c7ae77cb248e9ee6c6cf46730c6e50152b98c0a082c0de764f5e522dfb6ca2"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/93733eb5-8222-44bb-8ae4-6be8c0b1fadc/dd7485ef2a6e2e8811480b3507186323/dotnet-sdk-6.0.425-win-arm64.exe",
              "hash": "f81915abcd08f08b45e654c9797726a19508a58e5db6283fa9c3e438755328835e50ddf613c53dd2f28b65e1b565b5a534e1f17881ba45f6df0a98e913740f16"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f06793f9-acc4-4403-8236-ea74cf015832/8072303a25dbd58097965499e801db37/dotnet-sdk-6.0.425-win-arm64.zip",
              "hash": "7b82c2f8d8b25ea02672bfc86178198798203d81176fcbadf655dd213d1e4c2f07b63756e50592b759bef637871edf842122170630d7b6eb80d1e62d1d7f090b"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/61881ecd-a425-4053-a420-7f76586d2f60/6daf1af8c05df332eb1c53261fafc07f/dotnet-sdk-6.0.425-win-x64.exe",
              "hash": "9d220b643e0925fe1fdbcafd60aef2af57ac0a9aa0b4cb57f63de61df8f04ace0eee342395b0c3090823391ed9bae510a0212cccbd432db16371271b81d892e3"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2cd43980-3abc-47ea-898d-b10116d27890/be9d8a7809b43ce82cf441b6761836a3/dotnet-sdk-6.0.425-win-x64.zip",
              "hash": "8bd8e396bf451e90114fc8c039eae21b96ffbe5a2d04238d58712c754f4fce42039140680dfaa121b2c12174ecf192309c6eecb4525f3282ad18b756e30157a1"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/20e7e1fc-0bfd-4736-bcde-04e64ed5e8f4/52c588d0a5160a30087b2e8c8f5672a2/dotnet-sdk-6.0.425-win-x86.exe",
              "hash": "ef030d9414545fb7053602a9aa902cb6dd4cb220599fc82e7a0eba779fd687df835e226188b3c33788339956f73bfc94e454aec2ee0e9da3967275e0a41ab8cc"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4ac7b828-4216-42a7-a309-7c36ed02846d/1655b201203fac5454dcdccd2108ede2/dotnet-sdk-6.0.425-win-x86.zip",
              "hash": "a9cc5e30e6b75ca9ee6f283e996fb58b7ed11ef072aad62c341ab9e32f29ed1c0f518f8cfc1be69fde815ce1f51998c1d0c2e8be3c549392a54ca940a4e33929"
            }
          ]
        },
        {
          "version": "6.0.133",
          "version-display": "6.0.133",
          "runtime-version": "6.0.33",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/af2b3ac2-cf96-4087-809b-60192e8564d0/952e49c2581e6c73d6229c2ce14e994d/dotnet-sdk-6.0.133-linux-arm.tar.gz",
              "hash": "e946b75cd1aabb53399aabfa441082d9cc0f324db371d960792bcf5ab66445a16302f11f91e6ba34c699a6bed645ee4f17cec55d9b7119726f0011000e2c6e37"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/759c84b7-4d67-4eb4-94c6-0214d150db31/aea9ac1878560278c50174ee213d88c6/dotnet-sdk-6.0.133-linux-arm64.tar.gz",
              "hash": "6820d62ced6d9770ebd3667a64a74e2249471ee5920e4ce4101f21e55950f8d44ebe4ffbf20bc66260fd5d1edc5e534a6f0b70522fc41a5e48e75b0bb00e6ea1"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b700d687-929e-4e81-be67-1f7f39cd01da/f9d75264cbf2786cae51edfd57c72208/dotnet-sdk-6.0.133-linux-musl-arm.tar.gz",
              "hash": "c6669b229dec64672195afd7a18eaac30a513a86a70006eab570edaf8a967e8529bed310f4e91076fc4cec7f0b50b4b26bb1a9d61709aaf3ea487edd32e17640"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f92a7e79-c792-48bb-8d07-4a6ee24b62d6/26bc7013753251407efd71eaf6ad8a3a/dotnet-sdk-6.0.133-linux-musl-arm64.tar.gz",
              "hash": "4e4cf91e1ce9ac057638b2a323637528c89866da8f88f6c70ffc88d54b6b7281781ad17e62cdf03f5f68447ae4ecee48b15fb97c908bc9a55c38c75bf075c24e"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/31aa43a2-5537-4423-8994-564c25089f9e/872a4380086a5a174025e2835a2fe043/dotnet-sdk-6.0.133-linux-musl-x64.tar.gz",
              "hash": "f52babf2f80867535937468df76e71ef7db650a586133309a10b4d8a04ca2053cdf8e7a426f6ff34a3e673437f73cd5169b1a1c376bc09935fca34a8cf212337"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3fd189c1-072f-4193-8f1c-663b68b9b06f/bf63007e0f0ba0b3d07f1af06c1dee6a/dotnet-sdk-6.0.133-linux-x64.tar.gz",
              "hash": "7b4fe0095bc6d3ea43fc3b32f2fc2ccc8fec83b0c50ff74b9e9a019ed40721f46c60d7b3ac08841a5f89d0802d8c347b14a445032a00f3d9a8661558b9c74794"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/85d7e886-bb4b-422b-90e4-97ae22401f57/2c4bd551d1469dda42eb82ec84946e56/dotnet-sdk-6.0.133-osx-arm64.pkg",
              "hash": "dcf85fd31beac4e5b718943afdb571c2a0160510a429af3776e7a3f0ba6bbe2909265a2d5bdaa16e32d4c922c9a531401c1d25937f8b94d579dde3018c2186e6"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fee562a1-baa6-4e8f-a3dd-2c49eae8a891/564d31d1daea39179782c413f99c6160/dotnet-sdk-6.0.133-osx-arm64.tar.gz",
              "hash": "c0193152166cefbe60a7cbdb4af7e2df365c9e67a0ce0ff5cc1aa06a46d4ffd6cccda3bf026a47116f02e4c52875fdd704aa380817dbc3eab653d30f4f5ffe20"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/74e14a26-1401-492d-85e8-7d92f5070dcd/536c50b093bc95238863f53122ddacad/dotnet-sdk-6.0.133-osx-x64.pkg",
              "hash": "043089ee304f53585de2327ea388295e971b0f1e89da003431288d5d8fb231d85a85d7babf262d5009a08ce9b1e070e99b0722e3bedb6070e3f5a063b75c579c"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c8f09b91-04fe-4d0a-8d01-0556c53f2a5d/cbfe49b3182a2c4ebc7aecd22b6ac881/dotnet-sdk-6.0.133-osx-x64.tar.gz",
              "hash": "e142785256b731abd6f7bda79b1422ba6eb9135f61526d6f687be67146253403cbec85d3ee66f49e577e7f296b32f94fa705ccf048292b1c00f981d2ef4fd52e"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/060d8b01-95bc-46c1-b600-ae507ac1b762/63ac01be637577461ddba0471baa1b50/dotnet-sdk-6.0.133-win-arm64.exe",
              "hash": "59dc6a54ca4b6c15c8877744dea9e79c076f3df95b83db5daa9bcfcfd695b0e60ff4f81ab00277f16820d3bcf3f2b7ddf94c17c45ccedff526636e9607e951d9"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b023f3c9-b8a5-4a7b-a366-9b750659b361/a130b737f0b333e58649e2d9facfb351/dotnet-sdk-6.0.133-win-arm64.zip",
              "hash": "2cac18f4134d6713ad9099d5b6a1286957be3da7c5260ebd2a07c65877c1ab3ce847b7d95499ce319b051b3cf05f1ccf37092664d427f227303eba9e8119c8a8"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d39fe118-d7d9-4f00-add0-860ae0a5d34c/0600a9c7c520fcdeb1c3dfc1dcfeab20/dotnet-sdk-6.0.133-win-x64.exe",
              "hash": "56d978dffc96cc9ee9ee0a9faaa6acadb24a527e39a06573434f14db20b17a9747354b930282fc506b6b0eb4cb2506b5ffb98d988cc245ea5c81d304b8370cbc"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4acdc675-0ff4-490b-8f72-ca995df0eb53/53e121057fe53a55153d03fcce6e0af6/dotnet-sdk-6.0.133-win-x64.zip",
              "hash": "2fba83e7a710a59e0e89507dfb00c432ad3d24d94af18da4bb50da70a0b488310b49d3911bba30c0609ac8c1cd24e4cb72427ad67a2a7954ed635667eb3c64d3"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0b870df1-1fae-489f-a035-2cbd41726cd4/d44c685cd37ac022c12eab695d14694b/dotnet-sdk-6.0.133-win-x86.exe",
              "hash": "193f67f9ba2db8f7820cfff4f52a4cfcbafbe65f55c09a8b31c0941dbdfc30840899d187cdbf23a4366f8dcbe9f24a61afefa6c71a9d8378a68ecff7b631ebbe"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a44c9466-5f16-4e73-bc72-c202038125a9/3f93e47d833fd3df6550d0ed50e7ae71/dotnet-sdk-6.0.133-win-x86.zip",
              "hash": "1cd028eb65171b7b4b03a80d59784ecfac589a8049308fc6ec8c416ab5d6b264e9756ae5c91c982e8bf24d15506d2d6d081c14a5c02385773ca58543f285d64c"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.33",
        "version-display": "6.0.33",
        "version-aspnetcoremodule": [
          "16.0.24211.33"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4ac9397f-3f4a-4cd0-aba2-35e7f1b47396/9823f50c32028899f430bc3ae87251b1/aspnetcore-runtime-6.0.33-linux-arm.tar.gz",
            "hash": "7fa8cce31c9aa0c83dfd167b7a116c8b4a34d21b1154efc781bc2a38c14d350e78b5b9ee6fb8e3814e64dec6c92e0f2bf5c5cc9af90c73ea38ccb66540604176"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0c5a5f3a-881e-4ceb-a334-c5e3b210eef8/9834ffebacea659cd14d272fb01f81c4/aspnetcore-runtime-6.0.33-linux-arm64.tar.gz",
            "hash": "7a60a77a306070a3b94db1acfa73938b6880cd079bdac3e5cab174a47af467b9208e9f41d8e12e080831d528151cdaa5b660bea5aa6fe537ec144543c0fffd95"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e9b663a7-2199-4111-b18e-5ec1f2f2f87e/1746ce0319914f58806f523c6f6ed24d/aspnetcore-runtime-6.0.33-linux-musl-arm.tar.gz",
            "hash": "574abceb57f26e15f4e2ceb4837661e192c40898684880e078b8ad4cfc8f506e25a50f3cdc7276e17a9556e95e2b92ebc6d41a74a656244180d27341485a9ceb"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a4b5cbf6-85d9-46a0-b698-aaf3cde78d34/e1d46fec4ac226e170ccbacbf111d911/aspnetcore-runtime-6.0.33-linux-musl-arm64.tar.gz",
            "hash": "3da57b3de134db38f17094518d16653356491cf5d67222b2c37d720ec100644decb8fb3ad8dca645134efba7b57bf15aa25fe84b9a12711aa80c7de0c60861b4"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/94348e55-d279-4667-abf6-00a70cfa4773/67a06176a4ac8fbab11013cd728ed823/aspnetcore-runtime-6.0.33-linux-musl-x64.tar.gz",
            "hash": "f5a43b0bc1c832fd70cdfa4fe09849602760831133a2412f5f7d259496ccd0dc65999ba77a4e8d4b06a7614b851d4797f92d5c7c5c1c26f39642b75edcff13c2"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/91f66f75-bd3e-48f1-acb9-99c0da753f96/42c47999ee4c4d108774536afe5da160/aspnetcore-runtime-6.0.33-linux-x64.tar.gz",
            "hash": "12b34fe1d0a679ff63db4bf002a2988194d9e64d0e107d128c247821dd939a86eced0fe453c0638d3742dac3a32e533792c26299400fb4fd5566b75177e66875"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/74fa4afa-a6d6-4c32-8ef7-fe88148f10cd/c887bff014d198532ba942988cba124b/aspnetcore-runtime-6.0.33-osx-arm64.tar.gz",
            "hash": "26a2f1d6cb3ef9df5b6abc16e025fc2e9aeda386b5da53428abae67d76ff007bc921aec60cff9675dbb7291db7b75c5a7bcaadb54e8c04de59308b02dde924cc"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d4641b35-5b85-4250-9913-0f6a2c276888/bd8483d09a767f6c19f9274da2819624/aspnetcore-runtime-6.0.33-osx-x64.tar.gz",
            "hash": "f8dcf3d6de7a34d7fb402fd1ddf55bd810cccb95831d12312bc7607c6c7de8a46200c66d7e753250103961ba2e97fa6a85206b49442e1aeab1e290ec69bb55c5"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/896a6916-cbdf-446b-b053-bf57d8d6f874/0db72fb2b1b6fe006f634fbbcd2adf72/aspnetcore-runtime-6.0.33-win-arm64.zip",
            "hash": "813cb41c9df7332b5eeb12424bf59c9bd10b629ff302eaccddd2210aa333d5facf3f46b173deddd6223578c50a625009506db5ecd4750b68b0d3aa0e173cceec"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4b74fa0-cea3-49f4-8765-ce1dd12d37c8/6f0c2d210864d89743fc7211c2f48edd/aspnetcore-runtime-6.0.33-win-x64.exe",
            "hash": "f00fb12a849345e454eb4ee5f4eca5daeb3d7d21cce12a3a25b9335b77a4cc91dcfffacf7c2048add63231675369f1e50fef1da0a208727ac4f3d7ddcab89048"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aa3d14d7-f46f-4d7c-bf4a-2f46ddc7da1e/2e5d375269311d6b278df5c7c6b5aaa9/aspnetcore-runtime-6.0.33-win-x64.zip",
            "hash": "abbcc5bec5e4e17d90dfbf229bad311ef07d90ec4ee095da06881760d5d6639273041930a7dc64897c1bea23b405171441386f33196e38d8940f04597d6e205b"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4286a987-b0b8-4fb7-abc6-5422f71387e5/06cc7fa445b8d367ccb37ce1394ff715/aspnetcore-runtime-6.0.33-win-x86.exe",
            "hash": "5adc639df95f430ed475f3c12154debf35cb3275f04f0809e8d83a2d7f042759329ed1b4a48b8323fcd7c3aaa0ea6f274cb4c77128d9d1dad6a0de02d05d9f93"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a5003e18-1ae9-46ee-a78b-d914d5a8835a/81069abf0c3dee5339c7d13026160630/aspnetcore-runtime-6.0.33-win-x86.zip",
            "hash": "85adcc62325686a3426bf8126f622c14c83a569f84c006edb1f9472086356a52190452f32cc5f3c6d06064fee05633db0d4416281d1f9495a9a484010a5bbb3f"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a154cee6-ab21-409b-8611-fb6c3b5b7513/b7da806505271536441f05ebd59627b2/dotnet-hosting-6.0.33-win.exe",
            "hash": "b9335c78b05abea33793611fa012e88f030f68a35291b00970f43e4d3e4dba5bb6817b3c149d27cb81ad36af888871a847c7bf4f1898d3035a9a9664a870b322",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.33",
        "version-display": "6.0.33",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9018e445-0559-4dd4-bffb-c772adf808e1/adcf2f02a07e1663ff1a97a8a42e9f96/windowsdesktop-runtime-6.0.33-win-arm64.exe",
            "hash": "f673f4641022d34ed3245e57105fd37efbace6ad00eb647e063de9f1f7796c963daea4d8f30c407cc72edd0c520107738f542125a7861d3998a619d5f1bbd92b"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0afc5e64-c740-42d5-bd2e-5b7a2a6086e5/ba80390853ed33cb9b491a47d1d4833c/windowsdesktop-runtime-6.0.33-win-arm64.zip",
            "hash": "5d7e9ae039360cd5d779175d2ef9b89b8378a1b7abeac06b01320771594f3b0699f21852255e1bc7d7620270d0d76a1f88a686d1a7c3d61c229076f3a52cd9a2"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3ebc1f91-a5ba-477e-9353-198fa4e13371/35f447d6820b078fd18523764a4f0213/windowsdesktop-runtime-6.0.33-win-x64.exe",
            "hash": "da106b70df99f89d2353dd9d2ac6edb6e53ce16158c1c949038b76f0cd2661e76599f40c0c67e2007488f2219f97757239cb76e175078f7774f29d1b3b737f51"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d7d9167d-216f-4d50-95d5-634f550083c7/f2cf30e9ee801dd6d019f11adaa439ef/windowsdesktop-runtime-6.0.33-win-x64.zip",
            "hash": "4882871869227144ae5d2c2d6237f853dd086d3b75ce5bcb63406952f8849742c16f110816ace4b13e632e498e06d9694bbd5fbd4128d923d5cb1d8595937da0"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8029cdb3-0f5f-4018-bff7-bacd9b9357f8/daf6c8b102a3bdfbbf235cfa0e46f901/windowsdesktop-runtime-6.0.33-win-x86.exe",
            "hash": "c493bb1e668cb6042a074f454a2ccc6738d2f76c60a1e5d322da360d3e32799162ca861bb78eb6ece930b2773f6be31016fddff6206f46c3fdeba6e168f43fcf"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/865cb605-99af-4282-8c68-ea5cea847fec/eeac48ec11ea05db9b6ac1f5152b47f3/windowsdesktop-runtime-6.0.33-win-x86.zip",
            "hash": "446eb77cde39667844b542a17fae192404735e535c9795d5b12f717560396029b3afadaddc45f643de86c9fbc11e9e2d6a802830ff616e09308722fe53b9e7f0"
          }
        ]
      }
    },
    {
      "release-date": "2024-07-09",
      "release-version": "6.0.32",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2024-38081",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-38081"
        },
        {
          "cve-id": "CVE-2024-38095",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-38095"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.32/6.0.32.md",
      "runtime": {
        "version": "6.0.32",
        "version-display": "6.0.32",
        "vs-version": "17.4.21, 17.6.17, 17.8.12, 17.10.3",
        "vs-mac-version": "",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1c69eb5f-1035-4367-b60e-00b55322e871/042836571a606efaaaad0ff46c44a437/dotnet-runtime-6.0.32-linux-arm.tar.gz",
            "hash": "f46bbf92bcf442eed0dd943735a86e9e44bf245775d933d2226716be7b05d521fb804f7da83e1b9ebf9a1d03130f891bdf6822c988ca8b0d52c593807b8722e1"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ae57a4e9-a6d3-4532-9061-72cfcbb90e70/89016f6466f00a8e707cd2f12fafe9e4/dotnet-runtime-6.0.32-linux-arm64.tar.gz",
            "hash": "dd9807d0e8872956602241bdc06e33cc6d7cb5519bf7d7864e1671c8608adab28b539ab910778a5f2543e8cd06c9db64f8def044180f29167ac82bc36ee258e5"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eb2787f0-c0be-4b67-ae93-4b981fa5592e/934de7c9a2c528e8fd802e863daf9c7d/dotnet-runtime-6.0.32-linux-musl-arm.tar.gz",
            "hash": "b5a667e875a5f7e247dc4c9a5e2084a4162e20631dcfdfec10359d0235f271b65e95ce4b0b7aa5213a0cb023a84208640e13b6259b5edcb26e0e19b406114e6a"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/47224381-7453-4836-aeb1-4dcec9270cd3/798564d0b6cf917a7c0ac8d17077294d/dotnet-runtime-6.0.32-linux-musl-arm64.tar.gz",
            "hash": "5ed3da55a27f9dacfa6fdb9c555e797edb36613cfcd9f5fc4290da2a82736436b18f448afd15d980ef11a33bf5013cbdaf87e821dc88198b76d723482c7c12f5"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d192f7bd-bf76-4175-86fe-996e7b716110/7ae2d021a2dc734bb98e331bfe74fece/dotnet-runtime-6.0.32-linux-musl-x64.tar.gz",
            "hash": "01832b7f6359bdb21130486a1d40098e4bcba0ef93afa0610d25bec3295cfa8e2e930d284b9ca2f2bba30e0c2ddd6bdd15190003a2751ffcef5947c52d8886a5"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/37d9269f-d651-4248-beae-ccfbf4dc34fc/17809ba306015df6406cf4338b5cc576/dotnet-runtime-6.0.32-linux-x64.tar.gz",
            "hash": "9babfe66f4a4261dd454f3220899af0a19532ab93575b581cec838f1c5f130d98b6fb1aaae5ee8e5b2e70deb55b619a0d55347f014ace72cb84b78d61faf0a59"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3b11bd38-58fd-4783-9d7f-e18e0409fe6a/a3df4c7ebff8fc2c67d7c9f5518fb7fd/dotnet-runtime-6.0.32-osx-arm64.pkg",
            "hash": "9371559cfec40a7b10807368bded287da539c774d4193e9df18ecd6a99ba39e8e7e69894b217d6d2cef90416940f33b193a956fcc03c460de38cc4078ff0e8c9"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aea2980c-1104-4e20-b608-ff52a1295165/19c1f907bab296a31a1c084776bad885/dotnet-runtime-6.0.32-osx-arm64.tar.gz",
            "hash": "cf9ec72bfb89124d12a359725689b5d4539ff6a8235fafada93d71b7e1c9d836592e6edecb2e1242a23298b0489050068322d2b9356b5d2e59f7dc519f2c5cfe"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aa0b1f71-8dfc-4b1b-9525-2249cd47cd7d/edd42c3f2bf111067355ae1d4598fa51/dotnet-runtime-6.0.32-osx-x64.pkg",
            "hash": "eaf98b0b240e2699110261f7d51b5774e989aa70450fe81417296cef17095a865ffa7b27558910b1b1da7ad32e4eba3589d2e9f11572cc5d7ce9a2800a124581"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7ff71c2f-9fc9-402a-b88b-e85510530744/4fe521036c2d271ed8247fd5b761af1d/dotnet-runtime-6.0.32-osx-x64.tar.gz",
            "hash": "d9e29d9b5fefd1b431135c6cf504dc16400920eaa1d7b67ec5b24d1ab672a9d573a6c55750abb116facd2b228ed07a73951b7feee1982d5b24ba3cd025b4e6d5"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b6db2261-4288-474f-8762-4ee06bcb1227/e8b1458ea9f82b90e63be8fe8b9f2775/dotnet-runtime-6.0.32-win-arm64.exe",
            "hash": "c319ba9a569f1ac63338d87160f288a3d92d0150ad5ffc747a790ae05d343eb3f6a04236ee2a8ee7cbe3003f331cc0b4ced5faa4061f3281c3d73daceb7ae744"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5f7e774b-29f0-4289-a8ca-c774739b5642/9002f930381bfde97661c49b7dabb5fd/dotnet-runtime-6.0.32-win-arm64.zip",
            "hash": "9d2b1b57d71bf05144e5c096cb9bb47f5010e6d258cb87db5450911be11667cd21a75a82d3b4ebb5426a8c3293da6c69091f01157db19c11b96946cf75d8680f"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4515aaaa-c7d5-40bf-b7fd-f476d6ea3b1a/c545ea92dbd537753aefb937478fd532/dotnet-runtime-6.0.32-win-x64.exe",
            "hash": "e46fcbf574776ed1859296a18734af102a921e8aeec0069ee94bc8f24d4c69aa28b1b15dcba3754ac1ad3efe099c82bc4653942931eeeb854b2ed0684d52ea85"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a36df873-9d55-4697-a598-01ccd758365f/1f82e260f2d18ee644768b07f2eee343/dotnet-runtime-6.0.32-win-x64.zip",
            "hash": "94788c0586735d12b99a4853a5ce7f4b93a43db50d0564096adb7af6d6d2ad183393998c5d16ac323e6c8b26eefd4d5f6ad902917d7dcd2afb2db892d997a0f0"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/48edde1e-1e8f-4db6-b4dc-c882556dda4b/084af9e54686f70a8daecea2d2fbe2cb/dotnet-runtime-6.0.32-win-x86.exe",
            "hash": "49e36e23e1cb8b7e3f04ffd5269aa3a1a672542715295b1a0069a35bdb9baf20248337609742a57380a73a272030ba1dc6e494a8e4724c89866197852bd2e699"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/292f1ab0-e7b4-41b7-b9c7-05d7fd68392f/850a09030e9818cee50ae3acf6c038fe/dotnet-runtime-6.0.32-win-x86.zip",
            "hash": "53d276338098c5a54e3a3e334c64fa2c9034ce2cd55fde201687cf6bdc692685b64f1f69a79a5e853d48bf0c492d4c63c3ddffb17269e51ab70f0de25b36c6ff"
          }
        ]
      },
      "sdk": {
        "version": "6.0.424",
        "version-display": "6.0.424",
        "runtime-version": "6.0.32",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "Visual Studio 2022 (v17.3)",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/500addd2-cfbf-49b4-b09f-e497f93331a4/e096ebc13bba6a9f6890588c5f617cae/dotnet-sdk-6.0.424-linux-arm.tar.gz",
            "hash": "671c39af0b0fa658b2c55b32923b90122074e0cff3070588134d50625ac0dc52c9abb93e5c872b7c84231128d5ef8aa213133df7fba552bd9aefb8e83f93e778"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5f4b8e71-b03a-45cb-9a81-3cfcb51ef346/eb9509f0a061be1106689c1fbf5d5169/dotnet-sdk-6.0.424-linux-arm64.tar.gz",
            "hash": "6a24dcad251016aa82ea11d3c665b250d5f86e7f8a82a6ec0f01d250e9cd671fd0746812757c023f28d4929248d326b2a5dc13ede8d5b5486671ea1452954aed"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2476a148-a7dd-444e-9f9f-afc3f1c6f4bf/50fa21da8d5b095a00970be9d4a7c549/dotnet-sdk-6.0.424-linux-musl-arm.tar.gz",
            "hash": "24b6ef9e2a92f74ec354fcb05ac44532adad96a2d2551a3f49999eb298b3f8a9fbbbf21780b79f281933b3a8f1a93e1f9c87e1a022209715e3864f4e93d100ba"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4925d8f5-663e-4e3f-9c71-8d64f6e443f2/e5b86ec2f28af4192cdb4e77fe01a2dc/dotnet-sdk-6.0.424-linux-musl-arm64.tar.gz",
            "hash": "64fd8d52a46003ae3763a65f9cdef817e753d27d3f6e721fefc90743ffcd5e72d6695097f88f91fd1a3f7c038fc5976ec49dbb0d11a7868b45f8850c2a19cc2e"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/497f2f70-988b-44c6-a62e-0d725598bebc/08f3b6af01d9d8c0a4c81c8ad0d419df/dotnet-sdk-6.0.424-linux-musl-x64.tar.gz",
            "hash": "352f08327fa8b830ae75f28d0f9cb438c47f64b9af61bbde202dca67f3753489703e9e0ac8001217ce7062e7330ca58b5dae9e921e1923a9c7fa925a3a535336"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e94bb674-1fb1-4966-b2f0-bc9055ea33fc/428b37dee8ffb641fd1e45b401b2994c/dotnet-sdk-6.0.424-linux-x64.tar.gz",
            "hash": "e9823aa2ad261199f8289fde8721931c1e4d47357b4973b8c7d34c12abd440bb932064ac151b0e0d7b3d5b72a5dfe3f20d5dafa19e6f56f1a61ad54b7de5e584"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c88c088d-fdf3-46f2-bacb-64ea20d20d65/b751a812209385384ec32a3d84124200/dotnet-sdk-6.0.424-osx-arm64.pkg",
            "hash": "c4ccbdc43757bcf974aaf6d5e383494b1ffc254259b27cecfc600138e5a7b3a7cecfb44e5b5ddc63a9ab508e7eb03c47f69c1cef4adb0d32e5772a3c6b1678d0"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9692d45e-74d3-49a6-b076-7f1248e92c92/62628ca1d882a0266afb8413a7fbf3ca/dotnet-sdk-6.0.424-osx-arm64.tar.gz",
            "hash": "8de0b5aa92445a366807e3ba87d7b9de3b7dc035d96f7070f03197a6e6b78881d1dc279a619914140cd9025aa9084b35526d6db2c2db396cc07ebc398cbc6e71"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0161ccc5-bb74-4d5f-b153-fb9ed1f31531/a3e393ab61522f4b8050cfd2692ad1d6/dotnet-sdk-6.0.424-osx-x64.pkg",
            "hash": "c1ab3dd804d6e19c6508e50feae2a42f2a8c189eadcd3aeb65244b03492640f721e3fe1a524b86605c343ab5f083cb178769d3ceb4b2795de2527cf99da3c418"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/28142fce-3788-45fb-a84a-1b00493f02b2/bc8df50296819166baa09ad3d372dca2/dotnet-sdk-6.0.424-osx-x64.tar.gz",
            "hash": "611a226f16d2dc6c5cfdac1911f116d159d65e1e0d4189afd8db8d88faecd92e32244e96c8d3cfa7d094a6d8ba086323b8d1d038bc0efffcd14795d197cf91a1"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/976e9c79-7669-4110-885c-781edf5979fe/916eb14e692997c58b931707b7d81ff4/dotnet-sdk-6.0.424-win-arm64.exe",
            "hash": "698435a90841aeab8f8682f77e3c7b16aa71d2efcb83d3e8851eba964cf4c7163776f95457d697aa4f300274a526c5981c2153c8ce307c5c69d72312acb93ffc"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9bfcc69a-301c-4811-aea8-90afedd5df94/150239580afa7cc70e8042e86fb80c10/dotnet-sdk-6.0.424-win-arm64.zip",
            "hash": "812996c005760802764ccecae31153a743fb469fb7d7b4ad7528ae4e5bc1443679ef723ae0363e3541865de39d78e370ffdb22cccdf8e49598628cfb731aff58"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/23c7bf0d-e22d-4372-bcb2-292eb36a5238/11af494be409759f46b679ab22e65a58/dotnet-sdk-6.0.424-win-x64.exe",
            "hash": "7fe3cc5b4dae375aa7c1b1e46f8f84bd59dd2c985dcfec3c92f5626e1d42890375d8808ae16dbdf714f204f8ad23e2d49dd7f081590477828af04e6e4801cdc9"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b298579b-5779-4a53-bd04-19749f22eb28/5e0f54a5a0de540dba50e8379a4e3ff7/dotnet-sdk-6.0.424-win-x64.zip",
            "hash": "309dcfdede6c723c8a060e2500a6b5622818f15c55352de10f9870fd52975acae20fb0d513723a8ab833df70834dc8dfbe335012bb86638d86bf94f1ce42353c"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9e184641-56bb-430b-9297-4316b039b641/3409ae071e0140ce2237f909b4b0ffbb/dotnet-sdk-6.0.424-win-x86.exe",
            "hash": "9b173820df5472b5a745f5404ddbb43c33edb0cd14e54e04611c67d2b5d01f33c4b27376e7da056d106ee649dfeb1bf0fe3dc4533c4542d997c88217ab1f7084"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/60d5b63c-cccc-4da3-a0ec-da8fdc4be15c/6df910821e7503c9773fa37eeb97a229/dotnet-sdk-6.0.424-win-x86.zip",
            "hash": "eed1f01bc31f1bbc255a7c8287619259b55ef441640a9df393fafd1176232d8679ab7c7c3c38496b733c6fbcd19bb72c9ca4d362f8084472e4bc3ecfa24c61a3"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.424",
          "version-display": "6.0.424",
          "runtime-version": "6.0.32",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.3)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/500addd2-cfbf-49b4-b09f-e497f93331a4/e096ebc13bba6a9f6890588c5f617cae/dotnet-sdk-6.0.424-linux-arm.tar.gz",
              "hash": "671c39af0b0fa658b2c55b32923b90122074e0cff3070588134d50625ac0dc52c9abb93e5c872b7c84231128d5ef8aa213133df7fba552bd9aefb8e83f93e778"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5f4b8e71-b03a-45cb-9a81-3cfcb51ef346/eb9509f0a061be1106689c1fbf5d5169/dotnet-sdk-6.0.424-linux-arm64.tar.gz",
              "hash": "6a24dcad251016aa82ea11d3c665b250d5f86e7f8a82a6ec0f01d250e9cd671fd0746812757c023f28d4929248d326b2a5dc13ede8d5b5486671ea1452954aed"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2476a148-a7dd-444e-9f9f-afc3f1c6f4bf/50fa21da8d5b095a00970be9d4a7c549/dotnet-sdk-6.0.424-linux-musl-arm.tar.gz",
              "hash": "24b6ef9e2a92f74ec354fcb05ac44532adad96a2d2551a3f49999eb298b3f8a9fbbbf21780b79f281933b3a8f1a93e1f9c87e1a022209715e3864f4e93d100ba"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4925d8f5-663e-4e3f-9c71-8d64f6e443f2/e5b86ec2f28af4192cdb4e77fe01a2dc/dotnet-sdk-6.0.424-linux-musl-arm64.tar.gz",
              "hash": "64fd8d52a46003ae3763a65f9cdef817e753d27d3f6e721fefc90743ffcd5e72d6695097f88f91fd1a3f7c038fc5976ec49dbb0d11a7868b45f8850c2a19cc2e"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/497f2f70-988b-44c6-a62e-0d725598bebc/08f3b6af01d9d8c0a4c81c8ad0d419df/dotnet-sdk-6.0.424-linux-musl-x64.tar.gz",
              "hash": "352f08327fa8b830ae75f28d0f9cb438c47f64b9af61bbde202dca67f3753489703e9e0ac8001217ce7062e7330ca58b5dae9e921e1923a9c7fa925a3a535336"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e94bb674-1fb1-4966-b2f0-bc9055ea33fc/428b37dee8ffb641fd1e45b401b2994c/dotnet-sdk-6.0.424-linux-x64.tar.gz",
              "hash": "e9823aa2ad261199f8289fde8721931c1e4d47357b4973b8c7d34c12abd440bb932064ac151b0e0d7b3d5b72a5dfe3f20d5dafa19e6f56f1a61ad54b7de5e584"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c88c088d-fdf3-46f2-bacb-64ea20d20d65/b751a812209385384ec32a3d84124200/dotnet-sdk-6.0.424-osx-arm64.pkg",
              "hash": "c4ccbdc43757bcf974aaf6d5e383494b1ffc254259b27cecfc600138e5a7b3a7cecfb44e5b5ddc63a9ab508e7eb03c47f69c1cef4adb0d32e5772a3c6b1678d0"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9692d45e-74d3-49a6-b076-7f1248e92c92/62628ca1d882a0266afb8413a7fbf3ca/dotnet-sdk-6.0.424-osx-arm64.tar.gz",
              "hash": "8de0b5aa92445a366807e3ba87d7b9de3b7dc035d96f7070f03197a6e6b78881d1dc279a619914140cd9025aa9084b35526d6db2c2db396cc07ebc398cbc6e71"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0161ccc5-bb74-4d5f-b153-fb9ed1f31531/a3e393ab61522f4b8050cfd2692ad1d6/dotnet-sdk-6.0.424-osx-x64.pkg",
              "hash": "c1ab3dd804d6e19c6508e50feae2a42f2a8c189eadcd3aeb65244b03492640f721e3fe1a524b86605c343ab5f083cb178769d3ceb4b2795de2527cf99da3c418"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/28142fce-3788-45fb-a84a-1b00493f02b2/bc8df50296819166baa09ad3d372dca2/dotnet-sdk-6.0.424-osx-x64.tar.gz",
              "hash": "611a226f16d2dc6c5cfdac1911f116d159d65e1e0d4189afd8db8d88faecd92e32244e96c8d3cfa7d094a6d8ba086323b8d1d038bc0efffcd14795d197cf91a1"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/976e9c79-7669-4110-885c-781edf5979fe/916eb14e692997c58b931707b7d81ff4/dotnet-sdk-6.0.424-win-arm64.exe",
              "hash": "698435a90841aeab8f8682f77e3c7b16aa71d2efcb83d3e8851eba964cf4c7163776f95457d697aa4f300274a526c5981c2153c8ce307c5c69d72312acb93ffc"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9bfcc69a-301c-4811-aea8-90afedd5df94/150239580afa7cc70e8042e86fb80c10/dotnet-sdk-6.0.424-win-arm64.zip",
              "hash": "812996c005760802764ccecae31153a743fb469fb7d7b4ad7528ae4e5bc1443679ef723ae0363e3541865de39d78e370ffdb22cccdf8e49598628cfb731aff58"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/23c7bf0d-e22d-4372-bcb2-292eb36a5238/11af494be409759f46b679ab22e65a58/dotnet-sdk-6.0.424-win-x64.exe",
              "hash": "7fe3cc5b4dae375aa7c1b1e46f8f84bd59dd2c985dcfec3c92f5626e1d42890375d8808ae16dbdf714f204f8ad23e2d49dd7f081590477828af04e6e4801cdc9"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b298579b-5779-4a53-bd04-19749f22eb28/5e0f54a5a0de540dba50e8379a4e3ff7/dotnet-sdk-6.0.424-win-x64.zip",
              "hash": "309dcfdede6c723c8a060e2500a6b5622818f15c55352de10f9870fd52975acae20fb0d513723a8ab833df70834dc8dfbe335012bb86638d86bf94f1ce42353c"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9e184641-56bb-430b-9297-4316b039b641/3409ae071e0140ce2237f909b4b0ffbb/dotnet-sdk-6.0.424-win-x86.exe",
              "hash": "9b173820df5472b5a745f5404ddbb43c33edb0cd14e54e04611c67d2b5d01f33c4b27376e7da056d106ee649dfeb1bf0fe3dc4533c4542d997c88217ab1f7084"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/60d5b63c-cccc-4da3-a0ec-da8fdc4be15c/6df910821e7503c9773fa37eeb97a229/dotnet-sdk-6.0.424-win-x86.zip",
              "hash": "eed1f01bc31f1bbc255a7c8287619259b55ef441640a9df393fafd1176232d8679ab7c7c3c38496b733c6fbcd19bb72c9ca4d362f8084472e4bc3ecfa24c61a3"
            }
          ]
        },
        {
          "version": "6.0.132",
          "version-display": "6.0.132",
          "runtime-version": "6.0.32",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d32115d5-ceea-4225-94bc-700df11d2ee0/36b1a7487deeb9ec173bfee1d50abd8e/dotnet-sdk-6.0.132-linux-arm.tar.gz",
              "hash": "a486fa55d2618aa9b4c74111592a42278bc4f5a7656b2265c8f69789f2952f742a3b89b46b95787ce3d9f778d65bf877478c726bd13d61e71a9aa93506531100"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ab80d02c-8522-44b3-a6d1-7a4717305656/8ca7718b9d10dd08aad2ccb91d885074/dotnet-sdk-6.0.132-linux-arm64.tar.gz",
              "hash": "574e63f1de4620f7f62421acf6c0f1971089b10b08e81125582d81fb23c0fca5c7703b79c0d7627ab743ed8ceb5d2948fdb606a9e8c6cf7628fa27d510d4719d"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5554919d-3ebd-4d14-9a94-d4f327321243/912e4a78d71a552c33a1e40d3316af4c/dotnet-sdk-6.0.132-linux-musl-arm.tar.gz",
              "hash": "70849c27473b2f4daf58a8db4dc694c70c748a285106f002f7aab69a8db45778625be1c475c91933a6cb98e1325ab184bfb41be3cf2bdae1e67bcf0fa0117231"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0fc83d53-8c95-42ab-b40d-f096ed29d36e/b92b81620840aeace61008099094e9b3/dotnet-sdk-6.0.132-linux-musl-arm64.tar.gz",
              "hash": "73caad1f5dcd287c095c29789a824df308ecbaaa1313dbaef703280ba2af72cdf2d63cdc3a1f80a5fa8a21407a0d031552c44f10e44ea3b55d3da80b49642c7a"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7e9a2d05-e618-4216-b599-3677d528e64c/853a18bd0e9d072994f12e0bc92ad22c/dotnet-sdk-6.0.132-linux-musl-x64.tar.gz",
              "hash": "b216b9338ecd595f9a6f49cc3c33d621df110cffa0cf54f270a102397a78ea0843805994d9c437b07b8e1eb4b790072d9cd7eaec87d48b78593e01f72238a15c"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9f73ff6b-6d2a-4089-bd97-ffac5a817931/2991e59497eb076bed968bb53fc7aa84/dotnet-sdk-6.0.132-linux-x64.tar.gz",
              "hash": "71e23cb50ee342d23797f0b9d8ad524b42b3be664b20730da7ebb7cb85c0ec5c69efefa3a68907190328a693f6e21bddd7b9e7ca3da2f48434be1a736b3f7ccb"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e3da35eb-fa30-4668-be20-8e40c53c580b/506b1cfe85be2a73f772e4089e7d95d2/dotnet-sdk-6.0.132-osx-arm64.pkg",
              "hash": "b14de62b79f7d8c4d5928e303709fb3eaaf96b2cc5e13977be6c5d5a3c4a2ea9239f42f775919424dde43b350878dee6f4cd95d99c10b02a641dbeaf5d2182ca"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6fc7e679-93e6-451d-ad5c-0ff6ebdc92a7/55df25bc67b5032a83256b1d6a276730/dotnet-sdk-6.0.132-osx-arm64.tar.gz",
              "hash": "076f890802a0446b43a6aecad0efad939f100e70ed7b5f4ceeab87b0781598b23d647bd77773ce8d895a1573fe68e05cffbcc0d5368cdf954b0471abcdd2780e"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/afd26985-ef2f-4b98-b32b-ec4e2969f528/99de03703ea1451974367724d5fb1e3a/dotnet-sdk-6.0.132-osx-x64.pkg",
              "hash": "c9ba1b85ab9ca7a42937cf880a060ae825572af3fb5fe169e4cf8ec33826e864fc4644f2cf0b2861c4f3b5d1fa37c43db028f61f6e8724b40207c0bd43b0bfbc"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/45415455-e8cf-42a7-a827-96d189fbc330/36452e5dceca0b0bba3b70a024ee9c15/dotnet-sdk-6.0.132-osx-x64.tar.gz",
              "hash": "479a45792663144f386ac9ce7f387e2c6d04024dd85de07a83956b4aeff7e91e062937e6e5c341fbc447566284145a491a2faaf6af929cf1940c09ef4966f7bf"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/31e151b8-72c0-42ab-b193-1a6ffded6aaf/f8f43c3e06fa772cfe798a3d07e938a3/dotnet-sdk-6.0.132-win-arm64.exe",
              "hash": "cb0131b29031e8fd84c432b3350bad0f899f6b3c7d4ae5ced2b6310c0fd6f77f6c905716d47c8adbed222993cc10891bc5aca0c1ce400bc796e991305263c550"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ebb73509-a2b2-4674-802f-bf05c8ea6a84/a18bb15fc7ade244ca2186f11a96a846/dotnet-sdk-6.0.132-win-arm64.zip",
              "hash": "de601e4b9b441bfa9d7fcde0a648b2e589736568124675c6586fe071f8c8628d1cdf9554b50e5e75a49cf3fdefc43648c18692d6c5a02924052bf70920cb3ef9"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0c82e7e6-fdde-49f2-a69f-bd986aeafe1b/9ea7411a22e661fff0e61e56a466e484/dotnet-sdk-6.0.132-win-x64.exe",
              "hash": "85d0e607a6a74279bd25f863d6c2947f217c804bc0d195cc3c11c0e17c29fcc7178238d73f121efd9611c3d4f63c154c04fca1a7211b97a43a7343bd59f7fcfb"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/69af2ee0-5379-4cd7-9aa8-9bed36318256/cbb00555c0ad657921351a6905aa2472/dotnet-sdk-6.0.132-win-x64.zip",
              "hash": "eddd4b74460ea8c53e21745e412a55e6a5319bfc6cec4e86fc98768dab23cff23b60c02cbc18b62a38704cf20554b3321d1d8ef8078bede74d6361d989d703c8"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ad59f1d1-5f19-4474-86be-2f09ab195618/5c7a64445dae84e386bb88e1f6ac09e4/dotnet-sdk-6.0.132-win-x86.exe",
              "hash": "a247c2a07332116a0dadf0267faadc6eeb12fdc35aa3991e8018976425948de870bd23fb29723c2525bacbb191c39dbd674ad7982c05425953b9eec1f5030ba3"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a1fc5840-8712-4e94-93c3-26806b0b28f1/4066519a65807d01c2c5ec3332e4785a/dotnet-sdk-6.0.132-win-x86.zip",
              "hash": "f18acd447c90ad96d32ac9b4541826b17bcfa164b02ddf064beedcd995008df6b0a7177a6bd5c7e3d921fde9287b8e8a45dff3fc7094ef3702da8618df8dd012"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.32",
        "version-display": "6.0.32",
        "version-aspnetcoremodule": [
          "16.0.24166.32"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d5106f1a-d140-4c8c-b480-001824b72768/7e9cf426bf45040eadfcc8bb20227b6d/aspnetcore-runtime-6.0.32-linux-arm.tar.gz",
            "hash": "c145756c875420afd86038d39ed13706e8db4a668041f3cf9ff7412c37ad7e9cf2c20499946098066166fc298fa0a4c63f00ff7ca7b83a100528a27c20497213"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7b3ead1a-441d-42b9-ac91-1253ed8aee48/044d517eaff9f65e18e3e27f4d825d34/aspnetcore-runtime-6.0.32-linux-arm64.tar.gz",
            "hash": "7b420354821f30809a6e8278f6e9c0654599d3e3b578b777da0f8e387612c20f28ddc49d5baac09627857297648a53ca847bc1237bc30275db5b661253f67523"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33b9b0ea-5a96-46a9-8062-3c1ed00a37e9/7a7e182643bc08a8ba9ed43edc07bef0/aspnetcore-runtime-6.0.32-linux-musl-arm.tar.gz",
            "hash": "b475c5880c222ef0c3e1a54bc7099dae7a26c5f21aa40984534502db0d384c72531e414536d12970183e052aa5b8ba289ea32ab011096347bcb9f1275df48172"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5538d46b-226f-4c17-978d-60594b82a309/601a23f13805b271012756095535820e/aspnetcore-runtime-6.0.32-linux-musl-arm64.tar.gz",
            "hash": "d479d7534192a8a936cc751c885c48512453ce51e2879866b26bbf354181f0cf053b8c8258eb76927f204aea6d639d10dfb1c4db80e7b35c592e00ec0b1eb4bb"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0ad0ece8-449d-4c6d-87d4-8354b2ffcd02/50853571dc0f9092b174cc6c5c7fb579/aspnetcore-runtime-6.0.32-linux-musl-x64.tar.gz",
            "hash": "8faf9f49c86adac4a09defeb4063ddd2cc2da7a3812afd5b9a6cce8d17d7b5496b737bbf213864c89d5654c83c5574fbc9ae117668252ccbb593d4dce53af71b"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/99f90118-96b4-4d06-97ad-d779715319f6/aecf393f9b9d362b66b93a47d90cfa8d/aspnetcore-runtime-6.0.32-linux-x64.tar.gz",
            "hash": "1849c0073f12477b94357a1afb1cbd4ad67764263528b66037c19d554df41e681e4b41c0804b106319fe661d0bc3bae9e29e4913c0d0df33861cf6f32ebaac96"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/747ff7b4-44cb-4f11-a052-00484643c9ca/60175b793e5b9b472fb53960ee3aabe3/aspnetcore-runtime-6.0.32-osx-arm64.tar.gz",
            "hash": "63de1906b3217c8e42dc6da3c5d1dd0f02ec7c8c1f988e2b5df1ca4e2e9220d6ff306e5a1d8f2af1bbc7eecd00790799bf847097e9054f96cd460cb22d3e5ce0"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ff01df65-0536-46ad-bd67-95b72251e2cc/a9efc5c00994076c2635d70cac4f94bc/aspnetcore-runtime-6.0.32-osx-x64.tar.gz",
            "hash": "7a91b051b6a48fff6838dc7565ccab11bb16ed0cddb1ce8bdb870d7b1a8978e544047541c2ff3b5b08272768e4dc8edd193cfb2acbd3a6e8cfd5b441dee24b47"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0805e07d-c7bd-4881-8bdf-7a861b195b6c/caf7fd0468542ca8e849b465558be7f8/aspnetcore-runtime-6.0.32-win-arm64.zip",
            "hash": "d49360990474a0620b53bc95495c75d202a7cdfaefa9a86a82696d434485974ac11d045610f726aa749a5cdb42b5612f7ebbd5a4663d2a7bd1b6dde292c38521"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cd77851b-80d8-4ef6-87ee-afbaf715cea5/a2e9029cd1d4f0e35641e42852ac911e/aspnetcore-runtime-6.0.32-win-x64.exe",
            "hash": "e03993dec0bcc44c3ada0f2e1d4a51dd50a6b3467f3bf894da0d1ec9d8e876b246a48d60b1a7117db0593a088befc5134e9b6888f99fc801e27e69942d942d7f"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/430115d1-18e8-45cc-918f-1ee56e821819/1380876010cb0a75cbbe3e3bd807cd61/aspnetcore-runtime-6.0.32-win-x64.zip",
            "hash": "4db7a0736bd1266245f4edeff852ebc09e00648f632f39c4c59df768935f7147a1d95dd66ca97f175eaa04ed1322470944dd958108fb008c0dc8c9a918c671b2"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4751d311-56b7-4456-a919-592e786d0854/9dabfdcbcd0ed3a8f6dd9ac5971b1848/aspnetcore-runtime-6.0.32-win-x86.exe",
            "hash": "fcdefaf145779a25b3ecbbaf3cd94a6b4e3353985aa748e89d928801b93ffe1d7664fbf5139518f4424e9771f8ff1910949477c7234ba61a8aaaa7cd83173592"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2142924b-4867-4b7f-982c-b02c2fc7f946/c7b631b553488bda96b534477f2e4233/aspnetcore-runtime-6.0.32-win-x86.zip",
            "hash": "7b8f05e8e39017b1e07fbee00e44022402fbc206f85876796d11e093403a204c66aea3224b06ebf836f29a9da1a9d09aa2b8489a717b3f67638b333b7ae43c3d"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/67acc6b0-c653-4abf-af31-96edf0f75b24/90a29be6426124af37a70871fe1c0509/dotnet-hosting-6.0.32-win.exe",
            "hash": "85260f75c56d0eaff6de0aa946641f5e626f1604bc84900030924cbb194f5fccca7899a54449e9eb7c6b0aff488200f4c71139b5db255f2584957dcce9565bf4",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.32",
        "version-display": "6.0.32",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7cca2d9f-0006-43b8-b9fe-afd6392e9547/6e41687e10dff5a93d699c0e0d45e6c0/windowsdesktop-runtime-6.0.32-win-arm64.exe",
            "hash": "fd9e945e599668b0457cbb2fb03682176e9524e49dcb183a24e4dc6d1e150545db3aa82a2236fa37f99ae080a7130efce49d1bb4bfd83765087e40f79dd9822b"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/209e46b3-9a03-431a-a0c6-3ae7e08898c8/b011f6dc25625d06d2de2d452d31b8ff/windowsdesktop-runtime-6.0.32-win-arm64.zip",
            "hash": "24c0e1f125aa70bc07c35c0c3fce62a87e6822e34c10212b9eb5d1e52cd68737b9613fca44e031dc62adafb7486b4d6728655151c1faaacb22915eaa369a4fae"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/222a065f-5671-4aed-aba9-46a94f2705e2/2bbcbd8e1c304ed1f7cef2be5afdaf43/windowsdesktop-runtime-6.0.32-win-x64.exe",
            "hash": "b9e35fb820b86f217c8ea8121511ca17eac042d19e630fa5d2371326567d4110eee4d1bb5a78671e7ae983eaf8ea54a5278b77431f25ac028d6061440b5b02f5"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4920cb7-d5b6-4c67-a2b2-e021777701e2/085054301a471cb675f13495449bdf00/windowsdesktop-runtime-6.0.32-win-x64.zip",
            "hash": "3f270a53947dc865c8f400ea27119956d6682e7c4c4af365416becc076d9acd0a378672914074dc3edccdf1c0cbade1eea4ca2fe84b1b7f05c79d633a4bbf200"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/11c05bd5-e601-4210-9912-4c0676b0f8ad/6a79dcc4cee0ba6985437d792c2d718e/windowsdesktop-runtime-6.0.32-win-x86.exe",
            "hash": "2b216f2bab1bb5d52dd3c60105e92256fde990955208d20ac4602d74b8723aad827527c9243b619b752d456da08129be00110a8838c24290755be6494c6e521e"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7146aff0-f7dd-4dac-a16e-2947c4bbb8fc/0e4b3fbc1ab8f0662b6caaab32f81fc7/windowsdesktop-runtime-6.0.32-win-x86.zip",
            "hash": "393e1968e054ba607994019c47455c01539d6698506919235b616bd85ef2bd36827bcc8b4520da0a6aaa380c9ddab6337912389c20d7b9ad028e66c0ecfc6ec8"
          }
        ]
      }
    },
    {
      "release-date": "2024-05-28",
      "release-version": "6.0.31",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2024-20672",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-20672"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.31/6.0.31.md",
      "runtime": {
        "version": "6.0.31",
        "version-display": "6.0.31",
        "vs-version": "",
        "vs-mac-version": "",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8a421098-c7f1-49fc-be1d-8cfd2bdbe43f/90870bea5d80cb8eb442da2565df8096/dotnet-runtime-6.0.31-linux-arm.tar.gz",
            "hash": "d1e3a8ffa90fdc6ce9df9804d0e80f4cbfb9f9a1debf3f26ff0b3846ece4591cea73caca3d5dd3ea999f9d4d37afc5935b4befb74422f3cbf40f1bcbf8507fcd"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/34215580-c4c9-49ee-a9a1-e9cb1a25646b/9ac060d3bd7eaf550d11acd60bd2841a/dotnet-runtime-6.0.31-linux-arm64.tar.gz",
            "hash": "022c7fc8878544f8abde8cf13ef661327238381c8f4731b4975be294616fda00a4b093036a896baef99eb58b881890d3fa951cc51b0212e766a8a7ce95d2c440"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bf518d36-a5bf-4e06-bf16-099d92e03744/22dbd4539da66f6dc11fdac7ab2e4618/dotnet-runtime-6.0.31-linux-musl-arm.tar.gz",
            "hash": "e8b74decfc8b818dba00802cd697dfb6195cd8791a54e711b99fb87f3850b576d6e3887301fe1c7b8837e549acccd5e7be01e7df0a818c5325544938dcbda157"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6d83fcdd-5332-46d6-904b-af3fd76f8e0c/07613bcb4461d357d9d08f9f6809cbd1/dotnet-runtime-6.0.31-linux-musl-arm64.tar.gz",
            "hash": "4aaae1b7b28a417b6c37dd243e4b2519859e718b64eea29cdfa96b9e1f1b11a06af8c45f0eb33e5fbf55711f2aa8c6dc31791faa28bc75e727b29ac8c75bbcc4"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1b11db6a-494e-46dd-9dcc-18d16b905f08/2335473df705580a4cebf5f17f99ce60/dotnet-runtime-6.0.31-linux-musl-x64.tar.gz",
            "hash": "be9022f66c2edeba71584be94a35133b524c3bec5a9a1e773e9825004f80e047bf65bd6ddbc1c609d118ba80094585622bd0ffc146518b58814f08d69c68433e"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d67d6174-70c0-4256-b4f3-1f06cb5e8499/4bb51048eee17bda6b0ab7887c227206/dotnet-runtime-6.0.31-linux-x64.tar.gz",
            "hash": "8df8d8bfe24104f41cc9715bb04fdc1811426c4d16f29336607c68a30d245fb8f36577d639e7da4865204fa85280fb5cdcf47e93183afe6b9e946e0c53df32c8"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1d94e81b-82ef-4d84-9245-2d67659ac6e1/8e4206b0f821fb0f11c43f051c62b3c7/dotnet-runtime-6.0.31-osx-arm64.pkg",
            "hash": "702d618b7c5fd757e64efbeea9fe5b48c2f3b0fa8925275f29582c390bdc8adaeee20a90623b2c8eb72e5a365eda4b0c9a6e48712dcd16350f7addfabe992429"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d82928b9-3ce6-4060-bdd5-159afb165b37/002421f6104e66b92b7abb31abe7ffed/dotnet-runtime-6.0.31-osx-arm64.tar.gz",
            "hash": "57d89d189fd7c33ae9627a06dd543d4783c1e04376173e4a2868a342ca864323e41d5a4050dd82fbd9d7947ca1ea12185e80294c70857b97e3d32eace15940cc"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6a514178-f043-41c4-a95e-02cffdc6343c/0089499e9ac0499d22506f7d4e1aa379/dotnet-runtime-6.0.31-osx-x64.pkg",
            "hash": "5a47b0360c6c1542f3d5f355ae6ce346d920eaf1ddb2acfada04d7765d0b5a60d0374106c8f1b02328e1b3e91fec06886c8f19916dfb91fb6d1e8264026f167d"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e06ea94c-e84e-48c3-9bcb-5fc65db7701b/22612902257c79e6483990c0d9bf02b5/dotnet-runtime-6.0.31-osx-x64.tar.gz",
            "hash": "fb6ae3a5f5f31078cbc98d06101ed53b6a23e9a5582c3d660850e7315fe21d776ad2c3ec716ce27cc0ac87c37d99c6dd9bc864d9410917aa4c73cd885010980a"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/11fefaa5-bbc3-484c-9445-6aff23ee54d7/19ecf3ee8441f55170ce0bbe001f186e/dotnet-runtime-6.0.31-win-arm64.exe",
            "hash": "ee50ed52db05628231793e5b77530d9bc9b485a75e0d10d1690e9398e87c9f02cfc970ba26372ecb7920d51c9e074b1dce01d877116f4e6e3ae49e6717482587"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1a511c4f-d19a-4990-a2b9-b62691db856e/1a5e4da29246457dc06847e6aeac9963/dotnet-runtime-6.0.31-win-arm64.zip",
            "hash": "e7f88e2fa93457ed16df07f9db13be341347c3616139b5b92cea5ab68cf5855f6c607774cb9aff8068b4bf85abd6503432b3d224e5ff1e0ce4d0c1189f1e5ffa"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17089bd5-7875-4a3f-a430-5da3bc2dd57e/33acf480233bfb3fca383fb664fc8981/dotnet-runtime-6.0.31-win-x64.exe",
            "hash": "e0510a794cfc758b1eaa9b4b98e547dc45c5d327e7b5dbb6042e45cee5b862037ee08608b43aba59c1e8ce99943fa061442d527eaa9aac7cef72f638bb7a8ec9"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0bbe9bbb-ef1e-4f72-8bed-ca418c6d4ee6/4ce04e7d20ffaecd59186a6a917d425c/dotnet-runtime-6.0.31-win-x64.zip",
            "hash": "0729e991d6b644596c4dcf07378534e181603941a11a8ab8c61d3a5ba4b414eae5151ae9c53a4f381ac53d636c3784042de230037c5ce4c45276865203aecfe4"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4cb113f7-9553-4a2b-9c13-cd4fbd0cea30/02da5b68097af3c33b1b4ee5842f327e/dotnet-runtime-6.0.31-win-x86.exe",
            "hash": "94861bb9124310a8edfcb126f56699bdd58fae0b5cdca1e86b2233de5555e666b42431e83a683a170f7823cbe7dba2a21beb66ab5353e6d7f43e49c4f2470f69"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/64526e36-89a1-4eb2-9fa7-7946a982e303/ad408617b83719dcc6c77cd77c45bced/dotnet-runtime-6.0.31-win-x86.zip",
            "hash": "eefd913e51f3d931430ca5940ac780280969ddef5c11fca90cfa529ab77f7e2b5cb9e659eb1062b329afa210e4385ebeb3ab94017e9e5328981afa69013b740b"
          }
        ]
      },
      "sdk": {
        "version": "6.0.423",
        "version-display": "6.0.423",
        "runtime-version": "6.0.31",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/46083246-216c-4d0c-905f-67f335466a23/505f9e26b85d7dd29d79a7e11da37926/dotnet-sdk-6.0.423-linux-arm.tar.gz",
            "hash": "4be68c3f50fe9f04839bb2226ed5b5c98577a4290a3d627c672fa24968fb267e9186d611b3f8332cb4545ac86a6acea4e0b1321af5cb6973623b0ee83bd743c4"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f60a9d6c-1df8-4b84-af48-1961ed476a38/32f60a0f291dce64fb33a502e69e78bf/dotnet-sdk-6.0.423-linux-arm64.tar.gz",
            "hash": "42f5e89d6d9a9923bbc20398a6272290b5f693cc767aa540233630f849779daa8cc7d8ac87655f6b2c8e0250bf5be986a8e8ae502b6f33c0b3e474d041b77625"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/63816465-f42b-4ea2-a98d-d901df5a83b2/3c651e7a6b7c23938251a2d6e4733ba5/dotnet-sdk-6.0.423-linux-musl-arm.tar.gz",
            "hash": "d37fa2001d563411e911ec1820224991116ed628939fde4a98687a37293a36c7114ecd2d1a70c2e40890f5dce0d494c9d1b7d23745463f1899a36d5aa1a78102"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5f67c6ce-9cd5-4edf-8d2f-0de3d79dbec0/8e9db372229edbf4bde4c1602d921b9f/dotnet-sdk-6.0.423-linux-musl-arm64.tar.gz",
            "hash": "701827824c27688ac3f4834b379261c5c78a0727880b279cf90a425b9476030782f9b0162497757674ee9f154a6c81b1e4054f338be73f1bb70a271280855cd5"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c2c6b374-8dd3-47a7-9f88-8968fcecf8d4/9d2417660826791639931413207b0344/dotnet-sdk-6.0.423-linux-musl-x64.tar.gz",
            "hash": "64806b7ea059403e8e66276cfd05f72551371ea3a6bc3ba5d4638bdf7ec19eea793b4e4cff1bf3aa0c305801cffb7dddf9020491ea9eb859d858b8e01f64b3f3"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/111a63f5-e1d4-4d07-b8b2-98642b5fcc59/389661b982fa5b83b09a1f50b9da247a/dotnet-sdk-6.0.423-linux-x64.tar.gz",
            "hash": "4b4a0e66634211ae04fa030e18ae9e22640f5828307ba85c4bae596ab2d31260519197828dae3b2ec73d6772635e0b375536ea6591b03c67c2b7a5566f016952"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8a43cb29-3cfd-41e2-8c80-46ec7ae7192d/3e460e7f35b80aefb18b0d1a90849981/dotnet-sdk-6.0.423-osx-arm64.pkg",
            "hash": "e5d36b69155d3f54a613baad37be605251cf4b7abe1fba58fc2e5db417c1713e14163468bdc376a8d2b1ec5af712f99563f50bc15843631b18c5336fdc103ec2"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c53f9a57-8f7c-4d78-a2a5-32ddcf142cbb/312e8c418f6dd2372dd0e9174b10e6dc/dotnet-sdk-6.0.423-osx-arm64.tar.gz",
            "hash": "fb31894ae43764c518d7909859a2b598134bc03bbb7996ad0badc1088cfcf4d666f25746f77cfef1aa042c2f9fdb348e6975e1c4a98ff93c1b206a4a0429f995"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7985c7ce-12d1-4180-9e95-3cf81790e958/633824a3c4228754b45106040302a5b2/dotnet-sdk-6.0.423-osx-x64.pkg",
            "hash": "2aa490eb616d17aa8cadc91a0ec86a4ebf4ec8819e7831e92fc9de55b26565aa8b6913186b7bc3a3839eba82f63cc81854500a1b65253c64d242c54483806e1d"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e5dec4f-d683-4ffa-9704-f4af023d5383/483bb54f830379d5eedd21c47ccaf47b/dotnet-sdk-6.0.423-osx-x64.tar.gz",
            "hash": "31d8f5aa5b0fc5de1c6f809920cc8ffa0415059daa12ed21888795e600b528376d7b14da5b946ae5493af7214543e6494d9afc8ca017d05ee56dbfd10e2fade0"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc302a1e-2703-423c-83ed-c0b558017c8e/22aa3913cdbb75177c707b9a71a29ec1/dotnet-sdk-6.0.423-win-arm64.exe",
            "hash": "5f3403b25b9c3504fdbfbf0cd40a7e2e9f3002993a94073d9afac0dfd3b349454a5b229c15aad7e2fa5906ac8b910a64933cfc06f47991add937635f2ef1cc84"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/50b92e6f-930f-43f3-8e81-80e8422b4ea2/f455097aaa991617fb540b557c9c187b/dotnet-sdk-6.0.423-win-arm64.zip",
            "hash": "16f8be3df06766bb6e285665e3542c5ad857a5efc5e9239754d235de11ac71f2e15612bb96d702c84a354923ff2b9c1ceac057fd7cbd3edbecd7cf9658ef3e9d"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0814dade-52c0-4f97-83f4-21f784b03a2e/6f0d4b4dc596824a365b63882982031b/dotnet-sdk-6.0.423-win-x64.exe",
            "hash": "cb61a0e3f6cee3d5c073ba16f7eb020b58a01ded4481c2ae970cb54cef9b3416af1217bd949d77e56ea3e343171de8360d688dcfe60aaa679274852727cf499e"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/99a9fa70-dc10-4b3e-8f5e-9e88b322de31/03c298ff8e31897c16ad36618e3042e7/dotnet-sdk-6.0.423-win-x64.zip",
            "hash": "2fae66117bca22d76afde89e91bf8a40b4602254db4f831b0647e69e3ced23f972f335521847955069e6b8a74e7320ffe2af1f2bfc48842216451216845c3301"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e7469d78-a5b6-4e8a-8716-2f17fe601cee/098c3c6ce577c1a53f884c8525598e0d/dotnet-sdk-6.0.423-win-x86.exe",
            "hash": "5c7ede0c9d09dff69ac314ec3b4fdc41d5f31f89ec2d75a677ff8bd68d7b733ccb84c9dd51382ea4bed32712502dacfaddeafc7a9b98a18b676f4e3c588bf3ae"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/53db8d29-aafa-429b-9cbc-fcc0b6bea3cb/5dee51df7fbf01ca1bd17dc8edf83468/dotnet-sdk-6.0.423-win-x86.zip",
            "hash": "b2777bc77406a97318f68eae1d8ede40150b62a6983dcb4789da7609c977a84f883979d59c553ef201f3245ce6a57c3f760c275e52bbb83b8e1649ef1c0b9f6c"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.423",
          "version-display": "6.0.423",
          "runtime-version": "6.0.31",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/46083246-216c-4d0c-905f-67f335466a23/505f9e26b85d7dd29d79a7e11da37926/dotnet-sdk-6.0.423-linux-arm.tar.gz",
              "hash": "4be68c3f50fe9f04839bb2226ed5b5c98577a4290a3d627c672fa24968fb267e9186d611b3f8332cb4545ac86a6acea4e0b1321af5cb6973623b0ee83bd743c4"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f60a9d6c-1df8-4b84-af48-1961ed476a38/32f60a0f291dce64fb33a502e69e78bf/dotnet-sdk-6.0.423-linux-arm64.tar.gz",
              "hash": "42f5e89d6d9a9923bbc20398a6272290b5f693cc767aa540233630f849779daa8cc7d8ac87655f6b2c8e0250bf5be986a8e8ae502b6f33c0b3e474d041b77625"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/63816465-f42b-4ea2-a98d-d901df5a83b2/3c651e7a6b7c23938251a2d6e4733ba5/dotnet-sdk-6.0.423-linux-musl-arm.tar.gz",
              "hash": "d37fa2001d563411e911ec1820224991116ed628939fde4a98687a37293a36c7114ecd2d1a70c2e40890f5dce0d494c9d1b7d23745463f1899a36d5aa1a78102"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5f67c6ce-9cd5-4edf-8d2f-0de3d79dbec0/8e9db372229edbf4bde4c1602d921b9f/dotnet-sdk-6.0.423-linux-musl-arm64.tar.gz",
              "hash": "701827824c27688ac3f4834b379261c5c78a0727880b279cf90a425b9476030782f9b0162497757674ee9f154a6c81b1e4054f338be73f1bb70a271280855cd5"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c2c6b374-8dd3-47a7-9f88-8968fcecf8d4/9d2417660826791639931413207b0344/dotnet-sdk-6.0.423-linux-musl-x64.tar.gz",
              "hash": "64806b7ea059403e8e66276cfd05f72551371ea3a6bc3ba5d4638bdf7ec19eea793b4e4cff1bf3aa0c305801cffb7dddf9020491ea9eb859d858b8e01f64b3f3"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/111a63f5-e1d4-4d07-b8b2-98642b5fcc59/389661b982fa5b83b09a1f50b9da247a/dotnet-sdk-6.0.423-linux-x64.tar.gz",
              "hash": "4b4a0e66634211ae04fa030e18ae9e22640f5828307ba85c4bae596ab2d31260519197828dae3b2ec73d6772635e0b375536ea6591b03c67c2b7a5566f016952"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8a43cb29-3cfd-41e2-8c80-46ec7ae7192d/3e460e7f35b80aefb18b0d1a90849981/dotnet-sdk-6.0.423-osx-arm64.pkg",
              "hash": "e5d36b69155d3f54a613baad37be605251cf4b7abe1fba58fc2e5db417c1713e14163468bdc376a8d2b1ec5af712f99563f50bc15843631b18c5336fdc103ec2"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c53f9a57-8f7c-4d78-a2a5-32ddcf142cbb/312e8c418f6dd2372dd0e9174b10e6dc/dotnet-sdk-6.0.423-osx-arm64.tar.gz",
              "hash": "fb31894ae43764c518d7909859a2b598134bc03bbb7996ad0badc1088cfcf4d666f25746f77cfef1aa042c2f9fdb348e6975e1c4a98ff93c1b206a4a0429f995"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7985c7ce-12d1-4180-9e95-3cf81790e958/633824a3c4228754b45106040302a5b2/dotnet-sdk-6.0.423-osx-x64.pkg",
              "hash": "2aa490eb616d17aa8cadc91a0ec86a4ebf4ec8819e7831e92fc9de55b26565aa8b6913186b7bc3a3839eba82f63cc81854500a1b65253c64d242c54483806e1d"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8e5dec4f-d683-4ffa-9704-f4af023d5383/483bb54f830379d5eedd21c47ccaf47b/dotnet-sdk-6.0.423-osx-x64.tar.gz",
              "hash": "31d8f5aa5b0fc5de1c6f809920cc8ffa0415059daa12ed21888795e600b528376d7b14da5b946ae5493af7214543e6494d9afc8ca017d05ee56dbfd10e2fade0"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dc302a1e-2703-423c-83ed-c0b558017c8e/22aa3913cdbb75177c707b9a71a29ec1/dotnet-sdk-6.0.423-win-arm64.exe",
              "hash": "5f3403b25b9c3504fdbfbf0cd40a7e2e9f3002993a94073d9afac0dfd3b349454a5b229c15aad7e2fa5906ac8b910a64933cfc06f47991add937635f2ef1cc84"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/50b92e6f-930f-43f3-8e81-80e8422b4ea2/f455097aaa991617fb540b557c9c187b/dotnet-sdk-6.0.423-win-arm64.zip",
              "hash": "16f8be3df06766bb6e285665e3542c5ad857a5efc5e9239754d235de11ac71f2e15612bb96d702c84a354923ff2b9c1ceac057fd7cbd3edbecd7cf9658ef3e9d"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0814dade-52c0-4f97-83f4-21f784b03a2e/6f0d4b4dc596824a365b63882982031b/dotnet-sdk-6.0.423-win-x64.exe",
              "hash": "cb61a0e3f6cee3d5c073ba16f7eb020b58a01ded4481c2ae970cb54cef9b3416af1217bd949d77e56ea3e343171de8360d688dcfe60aaa679274852727cf499e"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/99a9fa70-dc10-4b3e-8f5e-9e88b322de31/03c298ff8e31897c16ad36618e3042e7/dotnet-sdk-6.0.423-win-x64.zip",
              "hash": "2fae66117bca22d76afde89e91bf8a40b4602254db4f831b0647e69e3ced23f972f335521847955069e6b8a74e7320ffe2af1f2bfc48842216451216845c3301"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e7469d78-a5b6-4e8a-8716-2f17fe601cee/098c3c6ce577c1a53f884c8525598e0d/dotnet-sdk-6.0.423-win-x86.exe",
              "hash": "5c7ede0c9d09dff69ac314ec3b4fdc41d5f31f89ec2d75a677ff8bd68d7b733ccb84c9dd51382ea4bed32712502dacfaddeafc7a9b98a18b676f4e3c588bf3ae"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/53db8d29-aafa-429b-9cbc-fcc0b6bea3cb/5dee51df7fbf01ca1bd17dc8edf83468/dotnet-sdk-6.0.423-win-x86.zip",
              "hash": "b2777bc77406a97318f68eae1d8ede40150b62a6983dcb4789da7609c977a84f883979d59c553ef201f3245ce6a57c3f760c275e52bbb83b8e1649ef1c0b9f6c"
            }
          ]
        },
        {
          "version": "6.0.131",
          "version-display": "6.0.131",
          "runtime-version": "6.0.31",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0df5200e-384d-4af4-87fa-0783d50fcd98/2174131a72f74d97f6a0035b5d87fba8/dotnet-sdk-6.0.131-linux-arm.tar.gz",
              "hash": "77ce97693c77ba120e7f29f7d87dc6f599fa97696a74a6e94b72dcbfd5e9e1fd47afbbabc3a8fd180c2c301a2da9895d19e3d3262aa4e1b4a941c8f7c930e661"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9402bde0-16de-4696-973f-2a9667ce34a9/81b5e2ffa23e29e10a473cdff7dc7c7e/dotnet-sdk-6.0.131-linux-arm64.tar.gz",
              "hash": "5815bc11dbab9c8be4c9b0d20903d3b6df2e825bbb2789f2d90d1b7d7fc3f4de28a450f5906d82675e8f67d34da8b28526bfbd5dfefa109bd895d2ac03f08cd3"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/df5d45b5-f180-4daa-99b1-06c73c862c7c/6b77853a2e407efb94082fe0cd69e155/dotnet-sdk-6.0.131-linux-musl-arm.tar.gz",
              "hash": "d1bbee2812f825b326c7f2aa3e6e0073f0f9658d06740dfe7747e409e64f3940e8c01b708a1f9e13dfc8441a6f5482123ea209d95792ebb0ef4edd406bf47e52"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d18dfd4a-d535-4ffd-bd1d-ac25ca5d4f1b/e10ee4e199f2617441a07a996c4f649c/dotnet-sdk-6.0.131-linux-musl-arm64.tar.gz",
              "hash": "84187610dac06c287f9aee2c0fb642a53486c02565e5fec9acf3b1a2508c9eeb5e31b18f6f475c6ec775865ec1762ba98f5b4b44963a943ecb507288ad2009fe"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/da7d08d1-2a88-4620-89db-0b1f7be32e47/f13dfbb44e955c1be3687ba4a40928de/dotnet-sdk-6.0.131-linux-musl-x64.tar.gz",
              "hash": "1ee4aaf20c35db9b0c40940dddcd390c45053fe3c4fe5d95dd038c065a12202b6bfd50e9cd9208bf73ff376678848e9391d4e826259288a82ed55da62b93a982"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/439c6d52-892d-4aa6-a6c8-e2f9bcda7121/1fab8b4544b64a5c74fd0277d9115292/dotnet-sdk-6.0.131-linux-x64.tar.gz",
              "hash": "3df39fbce2d549a258163588a7205bed73dd39a69c6ba7fee785bd8a663e679a4194cb7e20a2e0c289539e1e412ab3a7ac019cd92cac13d219dfb50cd25740a4"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8409bedb-cc46-4868-abac-dcf3d8a35cca/f964bbc505918ea75ed2ceca99fb1391/dotnet-sdk-6.0.131-osx-arm64.pkg",
              "hash": "ebff9305b72d0145767cb74fda7468385e2cc47fbe2b9b8bb03cea8f236646945223c169659bcd21315a79d0fdb0dcd63666c54a7a39ab5b1793c965273419bf"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/512b8abb-992c-4af5-b308-9733d072c2d1/ce40f01dea24d4fd4849bb952c9fdb32/dotnet-sdk-6.0.131-osx-arm64.tar.gz",
              "hash": "ad4563ada153b3d9f11bec8514f97999b31772089150856e46278638caebcf84b51f1413e49cce2c1e4aff266b91a72c1685b6df6546b9a8a2a415e78046587c"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/308ccfef-4a45-4c8a-bd3d-dd6714019f0c/1d0c43769ea58270a8d89c2d94e5d990/dotnet-sdk-6.0.131-osx-x64.pkg",
              "hash": "7646c18b85b91e3f899edb93d155aee5c2fc306560b10dc985b69a42d371b23dee2ab7622424ea34fcb6c6677d242c35a6fcc4d448558b5e51c1d604f531991a"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6667b054-8dd2-42bd-b769-521b5e3c95b7/f8a8a2c8c5f57f81e2b3b1581faaf84d/dotnet-sdk-6.0.131-osx-x64.tar.gz",
              "hash": "eaf8323e2ebadbeb30bf610700b46814bb42efe17cbf7d0ee7322e7cf089a41cbf87e184226536ac580dd60f04009e3dda5878427df788727d065ae3e9f908ff"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/59f487e4-0fa9-4d63-9960-0c102c61e54f/7cd6ef9e5c56e18337c3da83a9d2c1a1/dotnet-sdk-6.0.131-win-arm64.exe",
              "hash": "0e778d0adce27120dddfdaebe17776301d5927d6f806d3327890f6873bd7e474a192b157cc85f1c56012d7eedc993fc5161578cf17b2bb87f2cb66c53b2a4f7a"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a7a8621d-8261-49dd-ba62-341b0737ad22/a55274c5fc6ef62805a30626ffdc1a63/dotnet-sdk-6.0.131-win-arm64.zip",
              "hash": "25c5bdbba37577f4865359eb9bc666957f1410999f004c802e3f21738493f35fe23ad3dc1c44d285c257b592721921c94e0b768dd42fa6760208d2125ef83e4e"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/54cabf71-4d8d-48ae-aed3-bd6599a45c49/f05b75b5d30ebcc398493611e34ac434/dotnet-sdk-6.0.131-win-x64.exe",
              "hash": "c32bb1f6731a8b5858a714d418e99c65eaa8f720ffefe47cb0c19db74a1fceb416285d2e28fc6f9d2677fafa0521f06e563bd4872f9ddd02bbbe01cdb52576c0"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ce77d3f6-4248-463d-931c-30f67208dd2c/ee2e8a08f2e490028d58450cf40a9cca/dotnet-sdk-6.0.131-win-x64.zip",
              "hash": "2655938bc0e94e788b847c45adcc87a8c4afd160294a0f374c7306a1015ec83d300c1092f11f386958686b70431cec109257ace163a79551f5be797fb8b6a0ba"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f3d1b3fc-499f-4cfb-9224-e92419d6d263/311c91a60870bac46402abcb00ddde52/dotnet-sdk-6.0.131-win-x86.exe",
              "hash": "d7954f8186c1c8fb2673107a9abe73d502a95aa429b9610b119f4ed8698b0a611d4a2b2ba08e40cd1a15e9f07b32b1fe9e646fbc1d173f931875f64799d29219"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1b6f3017-26ce-4a1e-8e43-cc9efdef0d0e/43b200545c0aedf3a5c369dad1926aa4/dotnet-sdk-6.0.131-win-x86.zip",
              "hash": "1e9ed6a78aa2aa6ac8084fafa8b5c2710346ec951340445bed9151e5aa2b78f032684a14c300c4b4ed538cf6da466b65bbe7047a716763cd410be9cb143cf10a"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.31",
        "version-display": "6.0.31",
        "version-aspnetcoremodule": [
          "16.0.24141.31"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dbcc9954-e476-416b-9411-f65a6d265e67/5a64d97dbae939763192831e828f58d9/aspnetcore-runtime-6.0.31-linux-arm.tar.gz",
            "hash": "6ea99cf607c055dfbcc33d50b933835f887a765988eda8d6d5d385189f926140e8cbd09b8dd4b55987370fd686db7972e38cbcd2017121e4b85ae2294c47de3f"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/088b0ba5-2eaa-4815-a5c2-3517b99d059c/f6d18014064903be5fa2f654f51f5ce0/aspnetcore-runtime-6.0.31-linux-arm64.tar.gz",
            "hash": "5d395554520a62c81e01f045245749d771d728a353631879462ac499e78658377e475bca756668eeafdd65ac55ad55f244f778809c127a553c5c330b76ef9dd8"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/42f7a62d-7557-45fa-b688-075bb5297e38/14a51115ce10a5a60e5c163213ad8b00/aspnetcore-runtime-6.0.31-linux-musl-arm.tar.gz",
            "hash": "3af78b991970d7d524e769e14ccb7870a8a7d52b4cb40526a0b92b8d85c4e676eb247e7db9f5995d5f73a55d0db92fbcfd667c3991e80d0543b4e91d107c5da2"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/306eae65-34db-4ffb-b193-c1158b711110/f46edc0e21c3b638e29b67e8a0644f1b/aspnetcore-runtime-6.0.31-linux-musl-arm64.tar.gz",
            "hash": "c0defb7cb37b708211f7c9823ad7f28605403cc0028bcf37a7ddbc801d59b4fb24e6ffe4422cefe57a0e2a45f1a0e71f8583ec48465307ddf7b96f65444b20fb"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2ee2be3f-e46e-46d5-9033-a3c9d54d0c45/28bdb475b102b420ff109e3bc28e517b/aspnetcore-runtime-6.0.31-linux-musl-x64.tar.gz",
            "hash": "6c79053842b907b2a5d79432e363d6d1fa45e59b73d469cbd8821e854d72dfc46b43e69156e608254e9815daf80ea534613ecf65cbbd6d8ee65789db99bf805b"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c8c7ccb6-b0f8-4448-a542-ed153838cac3/f104b5cc6c11109c0b48e2bb8f5b6cef/aspnetcore-runtime-6.0.31-linux-x64.tar.gz",
            "hash": "ebb20a3461bf9d1e3a5c91761452f5ef2e60873826ad3158493768a18d207319bccc40d6c1a64fd61dd8c22bad51c26689394b0e6a40c4bfe4cca00ce4c00db1"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/299cb3a7-badd-474f-9906-33d744bd77e7/cfb103fc34184ce82a012c5a1046292a/aspnetcore-runtime-6.0.31-osx-arm64.tar.gz",
            "hash": "f19e54b4a4e42db7aae880b86a6dde57dc988aebf852008b70ae56f89ad130e0aba73903357f4e97ead10d013ae3fa7fd28d197ef88f0742391f601ff136951b"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9b9addf2-5f49-4d1d-8272-bc348c9d93e4/a4dc2cdc0dcf8215a1c7e436a4c854cc/aspnetcore-runtime-6.0.31-osx-x64.tar.gz",
            "hash": "79ced204af5aff757fc7680298121269bdc770b62411750f913d3129dad79c8b2eabd54b2986073c219b3aaa4b49f7188ab7694b99361fb725bff8e32db07dc3"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cdca53f2-d843-4af6-959b-7c3f38d3125a/4458477adcb71d4c9006856b75d8e691/aspnetcore-runtime-6.0.31-win-arm64.zip",
            "hash": "789af435d98c00202db65b59aff249dc453c6ce8310bb00829fd02be1538f99c1e1ee16009e051bb62b615aeb669651aa6cf1f15b82db45924bc22a745b38895"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/29b7b141-bb4d-462b-8b55-6a1e4a610add/c38161439a048506b923b47fd50d21cc/aspnetcore-runtime-6.0.31-win-x64.exe",
            "hash": "a4c657a448f361d3bc915e9ec4dc01e9fee60a3ead14ef7d7fb5fcdcde02aaf339127ddae2c918b7de74646c99c6802fbe291d632d893a9e5db35d0421998663"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8541d0ce-ecff-4f2b-8fe7-d69e296f7817/5a4e4db9162d0264f436660f614782b1/aspnetcore-runtime-6.0.31-win-x64.zip",
            "hash": "68876fb8469fda214528ca74dcde67cc08f6babf07768d528616e44a84221f3522b9dc496b572f4a67b227404b4ea666a2cd2cef73c5ef36dedb12120a21ffd7"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/330eeb02-98bb-44c7-8ebc-4d76a0aaa669/418966ec92d4ef584587769e246155c5/aspnetcore-runtime-6.0.31-win-x86.exe",
            "hash": "468d59c89fc907c519c93aae8471402b62d6631589bc89f6d4866dfc4f42f6f2c78e97c558cc6102c577b28f3c3bd152dff9b8ffaaba1c976c41d85470196f47"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c67869d1-cbb2-474b-8b50-f3ff28f726c5/d0b8c627bad558d3af3706f6f49a36f5/aspnetcore-runtime-6.0.31-win-x86.zip",
            "hash": "fbb081a80eadecf07597cd180edb1b9d054f82f249af396e074439a8885457881b8636dd79d04120420edb24b5aa1c9d60547cfcf1a606bde1eb7bab71654abb"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fee6ce1d-a3c4-4aed-ba11-5cbb9e22e5b1/8b1248f13ca5326850112ad45ccf3527/dotnet-hosting-6.0.31-win.exe",
            "hash": "e79f7b9e36da97977ee9a29535803dfc94136d3b56d25f0e9da0a1f43bf40b194fb008ac023fe3e0f3647f23ccc3cbc0c357ca6fb0ec14a76cb0f0514e85304b",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.31",
        "version-display": "6.0.31",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1578f2ab-9de8-4078-8063-a629edfef884/bb9268adab104f9c23e590ca414603e3/windowsdesktop-runtime-6.0.31-win-arm64.exe",
            "hash": "4b4f5e6616d0c0d6b28b9bd8fbd45c8300a3e45da97bef888196d562c4132c16f81cb1185101207b5cfd8bcf5aced1f15a60d90e7ae8d0ef466d8aaf79fe18e4"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aa4ee2e3-0512-4b6e-a204-0b7fd174f634/0c90be1dfee331ad77a7714334f87507/windowsdesktop-runtime-6.0.31-win-arm64.zip",
            "hash": "3df13a3266a6a6bb29f6c7f30f9c9cbdd51a8d6d8a9e38b6e324bac9b68057f9c193bc5d6aa29d5463fa75a7e29e94347ba46888322d935933492ca6bbc35c00"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a1da19dc-d781-4981-84e9-ffa0c05e00e9/46f3cd2015c27a0e93d7c102a711577e/windowsdesktop-runtime-6.0.31-win-x64.exe",
            "hash": "5202b008e0f885c2c78cd23a8dc0970e1281e905e3c6c796e2d77e5aad15eb312661a6b459b0b29b7b16979cd6c8f29d0ac52b0573a60da4f9e032c17a8acd9c"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7cd9dc99-338a-4d22-860a-ab254a90cdf6/005d58fce355fc17fbe21c756510aa6b/windowsdesktop-runtime-6.0.31-win-x64.zip",
            "hash": "931abbcaac883c72e46a3e081b512fba445919a1f1371af7c3b8cc48fa908775dc54a11d12609b948e9acf2809816ee417ef9414238d384be205e47ccd72cdd2"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b5fbd3de-7a12-43ba-b460-2f938fd802c3/627f6335ef3ba17bd3ef901c790d7575/windowsdesktop-runtime-6.0.31-win-x86.exe",
            "hash": "ee2d05c49c5c8a4981529ccf67c5554bc39c7fa1562ecd56f0b3b2c92367fc0646f87ba742955a61b744c6d2754a35775182932e511229528798439147875a01"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d480ae88-fd83-448b-ac25-ce1726c79c0a/56833ac1f585296e44eb2cb5a8937bd5/windowsdesktop-runtime-6.0.31-win-x86.zip",
            "hash": "df459a09544e62986060990d8e117ad4e04919bd8727673adedb609d64be6b5d70028295ffb27ea411a5391709104fd3acdad45ca31d75529d7015fd1e95cc96"
          }
        ]
      }
    },
    {
      "release-date": "2024-05-14",
      "release-version": "6.0.30",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.30/6.0.30.md",
      "runtime": {
        "version": "6.0.30",
        "version-display": "6.0.30",
        "vs-version": "17.4.19, 17.6.15, 17.8.10, 17.9.7",
        "vs-mac-version": "17.6",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/483f6fe3-77d1-4836-bd77-5e31a692e20b/b17e2cdc16ef6a011b007cd751304ed5/dotnet-runtime-6.0.30-linux-arm.tar.gz",
            "hash": "2a8e470886009a8626a7cace3b6f7ad5cc36c5e440be5d1eab792ccc51653bdcf4ba82d94dfd86bcfbdd9f41eef15161955fa2a6fd68b7a9c6ea46f3c043fe39"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/27a21bdd-cad5-4f5a-b7a3-86942632a745/3d7aba7c0cfe0c28342a8f83b65e72b9/dotnet-runtime-6.0.30-linux-arm64.tar.gz",
            "hash": "75fa6de07e5d8e5485af910de522c1d0afed0532008ded1e80ec3f576c9a78c6e5759dd4d1331159263c02121a4d8f1e532f0533c11524c2d782cf861be13c09"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f4b42b62-3be8-4d35-9ac4-963dbff46eca/cbdc0f0d8d1f1b1bd2d3e940a90ed32f/dotnet-runtime-6.0.30-linux-musl-arm.tar.gz",
            "hash": "0f07c9afac935a2268c979f98c2e49f2d96f146d2d253ca017fe01493477708de21ff82f8e3aaa5d207a27ea17a3b501d4631d10cfa08f41522461f0a5982c81"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bbacb3d4-59eb-4fa5-8516-433e9026b121/892d304ec8cbedc744e4754ee13eba3b/dotnet-runtime-6.0.30-linux-musl-arm64.tar.gz",
            "hash": "3d642720dd7420d1431fe5ff7b2f445e8db8cb0c9ad87b03046f22fa0e369707af9e06aca6d2edd844ec989ca2cd0a92fc9b68e8435bdbadb8a58cfff04cf5c4"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e29d4eb6-9ab6-4829-aac7-ad2735fd5315/3f0c147178cd55a76dab707929dd9e44/dotnet-runtime-6.0.30-linux-musl-x64.tar.gz",
            "hash": "0bc940279c45704114ab29b94867d1262e7376a22436c94d4c662af6923159bd2cb891cd822f1d559ba06d7ee06c83ad0cbc6c8eb184d837eb9d39a4bb9fe230"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a80ab89d-9f64-47b9-bba5-907a4cdaf457/c5714a6e605ef86293a5145d8ea72f39/dotnet-runtime-6.0.30-linux-x64.tar.gz",
            "hash": "b43200ec3a8c74475f396becd21d22c6a78a6713585837707c2a84bbb869c7e551a05c4c1c1cdba8083baebdd09bc356de5d5a833b8bc84b83421d3ecfac71ca"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/98933696-35c7-4fd8-a064-464b225936bc/d6b3543a85048bfbfeaf573c530ff325/dotnet-runtime-6.0.30-osx-arm64.pkg",
            "hash": "75488dceb340fd841f4f558846bffe174ca097a9149803a49abcfb976bba972e74b2c2386c13af938e514e94fdb902b53c697e47bef34acb086bbee729e470b7"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e78e6379-e47a-4e24-ac6b-1c3182f1d664/b8f47b2f04b15c78ac24a8bc88000131/dotnet-runtime-6.0.30-osx-arm64.tar.gz",
            "hash": "b33a38f4e41455cd88e23f6c0fa76797e05af25bcd94d500557fdd5ce10071ac16789ddef98ec9abef113f2aa487fc7d5c22f329b8a7941a79d7768ca176975d"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ae918557-0104-47ec-852e-8a7d7da28f0c/88cb2064682655ebd9af66b5884415d0/dotnet-runtime-6.0.30-osx-x64.pkg",
            "hash": "f394660f482ab69880f5358d788bb2528defb567a591494ef0bd1bda482a52732b4498c59c50184d17506e56f362be88c675097d2b0aeb8ad9790c0c744135fb"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aee516fe-b6d8-40db-b284-1a287f7cd5ce/c217b7cdbcac883886169b82bcc2b7d8/dotnet-runtime-6.0.30-osx-x64.tar.gz",
            "hash": "8cffba5feca56bf11b38318564c45ae18a58ec48223963ee46105f71bc07661457e562d51ea0e8b626eb69b7635565244a5cd1575b6fbac52b776145c533e784"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c9a26964-93dc-4553-9d8c-476429b8ab97/b3d8a2434beb4a9731f2799712c97de8/dotnet-runtime-6.0.30-win-arm64.exe",
            "hash": "88d95bcab0d77efe044948a32bcdbd6d46a168da390b71aefd25a780a0a4dff2465d3495a5e6bb09d92318c2d8f45d43a50c9a168d0945dd4fe38ae2c2790853"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8f10ef9c-0b38-4ce4-807e-2b5963d9af59/34c51c70fdf020cd0bfc4bbbd34b422c/dotnet-runtime-6.0.30-win-arm64.zip",
            "hash": "f18c560ce36dbde65d9a48a86e62765a264c0bddbcc907dc8d1eb0380677a8ecc9e6b68708dca32a2f2c9f07aec51b5f3e256a806a4968144cbca036b19ec2ae"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4c90e689-0f01-44a5-b9f3-1e3f5719b958/036442fd1c69b528939b5f98b7180f44/dotnet-runtime-6.0.30-win-x64.exe",
            "hash": "04f25d1cf7d4b07add194978250d460d5dd56d2683a6bcefedc8f4c14edc933a7b284331acdd4e4076c7d585b2e3ff6d3e54e409babf1afe97e4d6d078c9abde"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4cbb8ef9-bdab-4c78-a09a-bc44fdd4574f/15fe579eb104fb9c3254540075e423b8/dotnet-runtime-6.0.30-win-x64.zip",
            "hash": "4c126ede9c8449c035162bccec49b7689c4618a0434db3b4e4b632dab7b1bfc9338649cfd6bbf4045697a1cae1324f6050b9b050bb043a9e498a0815e667e6f5"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7be97c08-23b8-4f60-ad04-82bac01ee741/e1631e554c004a83a118cfee672f3ee9/dotnet-runtime-6.0.30-win-x86.exe",
            "hash": "16152b3e3701c4d52f51649fc5aff3789892c5e1576ccd734c56eb9594b9a70766b9f4d4ee3c7b716987aad0a11d6860c5db12cc277c63b8cab1323f8f8a2f9b"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d67770a3-84d1-49b9-a5ae-93aef0c45ec5/bbb1fa9e139c5be7ba2f747732aa7d76/dotnet-runtime-6.0.30-win-x86.zip",
            "hash": "2b2533d647a2a447cf98f5771778e64203115f3781c6602af302da68b730d29b8bd216e93ae78c869c409a05ada234e9e6fa35fb81bbaf7dac6121fd61510569"
          }
        ]
      },
      "sdk": {
        "version": "6.0.422",
        "version-display": "6.0.422",
        "runtime-version": "6.0.30",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7e506c78-3762-4743-b441-656f01a0be8b/3929e58819b463e92f29402f89933e36/dotnet-sdk-6.0.422-linux-arm.tar.gz",
            "hash": "b81fd26a92e16b8e9545f2172bc35651c1787178a0a50ef9edc1b98a9e6176b2289e0e0cc29aa57b3c188d3017a4120f9be47068e36dddc4540fea17424cf4a1"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9f8f2c2c-e531-4a5d-b7ed-1e7e4b8bbc29/12e87ade15ce29558b40099d6c152b10/dotnet-sdk-6.0.422-linux-arm64.tar.gz",
            "hash": "c03c3708061f266a3d7fb5bf2240f5bdd00be4d877dc3dc62b95a857f2ad62c80dd4c54f5257737ef7bad3cb458685d7f2bcfe71c3562075ac3aed660df8ae41"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0430126e-df4b-41ee-b093-051d296bf485/247b9749f364a4ce2cc6e1db6daff8b0/dotnet-sdk-6.0.422-linux-musl-arm.tar.gz",
            "hash": "da4acafdd4c10ee3fc8a993099f38c1a1d93811cb10db4f0289d4fd5685f6d4df68cd81245a4c8e658467e95048edede1dff792acb2f8572562785f06601adfd"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c818b48-9346-4eb1-8dd1-f1285f65d675/2cf742083041b91fc93339efe3d7200d/dotnet-sdk-6.0.422-linux-musl-arm64.tar.gz",
            "hash": "d85df0405a6b4f721e4bd0ff15ded204172f5b2cfb5e9f6eccbc5ed494961b0359a7aa386f9a0a844b7fffafd978abe286f999747de0707b57899470499f807f"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/61decbf0-7544-4979-bf53-77731cacab87/454424446b24f8c801e80e17ae8b9268/dotnet-sdk-6.0.422-linux-musl-x64.tar.gz",
            "hash": "25ca31a27a8f830a625cd58a4f6fe29148c6fd49c4ff86a795f1954da2c09ca3a7750c248b09001a847114db9bc294d427a358b30fc7ac36c3d9c39e5a9e2b99"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/316ad9ae-22cb-478b-b51e-47667f1e7027/7a13422c0951e9235b7692c610b83442/dotnet-sdk-6.0.422-linux-x64.tar.gz",
            "hash": "e0e6ea234a5aef29c2571784c22396115db292fae8f859f4642f80f873807140bb7bbc009be568e8e34288b46b2e3e7732115b5f02bbc8ca0aa723e183bc084a"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6427e918-a7a3-4c2c-81f3-15f92e61e661/468d9aaaff48719810e170b0ccf679e8/dotnet-sdk-6.0.422-osx-arm64.pkg",
            "hash": "547dd5d2db0be6d533b2fa7e336d446716d11afe123075c5c540be3e0a261fbf5ca014fda7585a59ab64ba24699ca21eed1c6445d4f5c0bd78dfb9e0677f4d18"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2f0c0bae-a26c-44c1-bd9e-9fcd42548066/c88dc835e8ac824d992696122c10d959/dotnet-sdk-6.0.422-osx-arm64.tar.gz",
            "hash": "7bb885b605f51cffcb235a6bb6f0eccef7a211e67480fa6243b0cb8899dfd60c4c0501579c0c1dc7fb267aea5db5a6d35cf9e2a35903772797a66360fa171b3b"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ce675d3b-f53e-4638-a758-6c2c1fff25dd/ca400cd93ebb189399599589ad6c352c/dotnet-sdk-6.0.422-osx-x64.pkg",
            "hash": "bb01a9a3beb2099d5fe844cfd41adb7b36d0f35444026dccd5169351f437450699328a2f8e2551ae1629e07ff77a427481c7d9309427921905651b3141eb4dd9"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/818b0c97-95cc-4da8-b5af-05f6854c5e89/200ee246643a1d6a0436ad967ae705f1/dotnet-sdk-6.0.422-osx-x64.tar.gz",
            "hash": "a301982e64a18cf06577463fc3e2e179c06a31597b1b32127b1196dba755bcc3323edb618f6000c9f4f9ed902c671377a459e9ac90da2c761744fc1d57e220cf"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f39e11e0-03bd-4d5b-b5f6-3ae7dce29222/a22b7612e6ffeebde8f662cc0ead90ec/dotnet-sdk-6.0.422-win-arm64.exe",
            "hash": "d8c649215def0b72458f2c4d3db2a3e0d2067b78f7ddf973629846b01804d4b98206e6cd4d70aa89d4dd6734d0f634df5c74757af65639b2d06ba60dcca0ba21"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/09f68839-eb40-4bd5-a356-d5b5d50294c2/cf2a1373e137b30b6e61960ed2f4935c/dotnet-sdk-6.0.422-win-arm64.zip",
            "hash": "501fc28174cdb1037b9297923c7545dba7e56f7945ff32c8e41d76cbf559316d60c1066c17512effdfdc325c67e62b3ccc8c46e3a40bf26d4c2515d9b40bd522"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/47f095fd-7aa8-4def-82d0-57897cf32202/f063bf11d48ab31bb6f87a6d582a57a8/dotnet-sdk-6.0.422-win-x64.exe",
            "hash": "9ef9f83eaff52145d91d48b4326bfd7926eb20b25e069461ff4f132fbe5d534e7271c719a848b5766635cdc31d0f67a4820d60438e9db5f384d1ca82a627f315"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/078b7ea9-b26e-4c4e-80eb-3a79be9906d8/a20046f51d2e14c20ac4d5872f29d174/dotnet-sdk-6.0.422-win-x64.zip",
            "hash": "3f764f7f5a0ee80382a321a98509a50746a4cf5e8d30fbbaddbeffbdb48a34a1f60b9735d021d56c15a42038cd7276e170e3932b42f7c7fba97e541381a21865"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1c3a9ea6-02ed-4420-84a6-f5b91aa3f2f3/a766b889cb6298b14102c6563d994fbf/dotnet-sdk-6.0.422-win-x86.exe",
            "hash": "fe6071783482f49ab544d988faa2264603e2d70ab24430fb7ce1a73ded222caed6e869826ae23da5f2b3bf2df12791399236961aad7ca1be2ec07d9ca610102a"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/34a90c0d-cdfb-4a5c-bbb1-bf57919a3afb/e86043cec9beb64de028d5e529023433/dotnet-sdk-6.0.422-win-x86.zip",
            "hash": "6df1d604536183f213447321f918bbdc57be42e59426cc231b5d5090712295bba649656719ad53b10f1a7ca024303091f78639af5ee131de980ab00d78c87e15"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.422",
          "version-display": "6.0.422",
          "runtime-version": "6.0.30",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7e506c78-3762-4743-b441-656f01a0be8b/3929e58819b463e92f29402f89933e36/dotnet-sdk-6.0.422-linux-arm.tar.gz",
              "hash": "b81fd26a92e16b8e9545f2172bc35651c1787178a0a50ef9edc1b98a9e6176b2289e0e0cc29aa57b3c188d3017a4120f9be47068e36dddc4540fea17424cf4a1"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9f8f2c2c-e531-4a5d-b7ed-1e7e4b8bbc29/12e87ade15ce29558b40099d6c152b10/dotnet-sdk-6.0.422-linux-arm64.tar.gz",
              "hash": "c03c3708061f266a3d7fb5bf2240f5bdd00be4d877dc3dc62b95a857f2ad62c80dd4c54f5257737ef7bad3cb458685d7f2bcfe71c3562075ac3aed660df8ae41"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0430126e-df4b-41ee-b093-051d296bf485/247b9749f364a4ce2cc6e1db6daff8b0/dotnet-sdk-6.0.422-linux-musl-arm.tar.gz",
              "hash": "da4acafdd4c10ee3fc8a993099f38c1a1d93811cb10db4f0289d4fd5685f6d4df68cd81245a4c8e658467e95048edede1dff792acb2f8572562785f06601adfd"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7c818b48-9346-4eb1-8dd1-f1285f65d675/2cf742083041b91fc93339efe3d7200d/dotnet-sdk-6.0.422-linux-musl-arm64.tar.gz",
              "hash": "d85df0405a6b4f721e4bd0ff15ded204172f5b2cfb5e9f6eccbc5ed494961b0359a7aa386f9a0a844b7fffafd978abe286f999747de0707b57899470499f807f"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/61decbf0-7544-4979-bf53-77731cacab87/454424446b24f8c801e80e17ae8b9268/dotnet-sdk-6.0.422-linux-musl-x64.tar.gz",
              "hash": "25ca31a27a8f830a625cd58a4f6fe29148c6fd49c4ff86a795f1954da2c09ca3a7750c248b09001a847114db9bc294d427a358b30fc7ac36c3d9c39e5a9e2b99"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/316ad9ae-22cb-478b-b51e-47667f1e7027/7a13422c0951e9235b7692c610b83442/dotnet-sdk-6.0.422-linux-x64.tar.gz",
              "hash": "e0e6ea234a5aef29c2571784c22396115db292fae8f859f4642f80f873807140bb7bbc009be568e8e34288b46b2e3e7732115b5f02bbc8ca0aa723e183bc084a"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6427e918-a7a3-4c2c-81f3-15f92e61e661/468d9aaaff48719810e170b0ccf679e8/dotnet-sdk-6.0.422-osx-arm64.pkg",
              "hash": "547dd5d2db0be6d533b2fa7e336d446716d11afe123075c5c540be3e0a261fbf5ca014fda7585a59ab64ba24699ca21eed1c6445d4f5c0bd78dfb9e0677f4d18"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2f0c0bae-a26c-44c1-bd9e-9fcd42548066/c88dc835e8ac824d992696122c10d959/dotnet-sdk-6.0.422-osx-arm64.tar.gz",
              "hash": "7bb885b605f51cffcb235a6bb6f0eccef7a211e67480fa6243b0cb8899dfd60c4c0501579c0c1dc7fb267aea5db5a6d35cf9e2a35903772797a66360fa171b3b"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ce675d3b-f53e-4638-a758-6c2c1fff25dd/ca400cd93ebb189399599589ad6c352c/dotnet-sdk-6.0.422-osx-x64.pkg",
              "hash": "bb01a9a3beb2099d5fe844cfd41adb7b36d0f35444026dccd5169351f437450699328a2f8e2551ae1629e07ff77a427481c7d9309427921905651b3141eb4dd9"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/818b0c97-95cc-4da8-b5af-05f6854c5e89/200ee246643a1d6a0436ad967ae705f1/dotnet-sdk-6.0.422-osx-x64.tar.gz",
              "hash": "a301982e64a18cf06577463fc3e2e179c06a31597b1b32127b1196dba755bcc3323edb618f6000c9f4f9ed902c671377a459e9ac90da2c761744fc1d57e220cf"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f39e11e0-03bd-4d5b-b5f6-3ae7dce29222/a22b7612e6ffeebde8f662cc0ead90ec/dotnet-sdk-6.0.422-win-arm64.exe",
              "hash": "d8c649215def0b72458f2c4d3db2a3e0d2067b78f7ddf973629846b01804d4b98206e6cd4d70aa89d4dd6734d0f634df5c74757af65639b2d06ba60dcca0ba21"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/09f68839-eb40-4bd5-a356-d5b5d50294c2/cf2a1373e137b30b6e61960ed2f4935c/dotnet-sdk-6.0.422-win-arm64.zip",
              "hash": "501fc28174cdb1037b9297923c7545dba7e56f7945ff32c8e41d76cbf559316d60c1066c17512effdfdc325c67e62b3ccc8c46e3a40bf26d4c2515d9b40bd522"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/47f095fd-7aa8-4def-82d0-57897cf32202/f063bf11d48ab31bb6f87a6d582a57a8/dotnet-sdk-6.0.422-win-x64.exe",
              "hash": "9ef9f83eaff52145d91d48b4326bfd7926eb20b25e069461ff4f132fbe5d534e7271c719a848b5766635cdc31d0f67a4820d60438e9db5f384d1ca82a627f315"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/078b7ea9-b26e-4c4e-80eb-3a79be9906d8/a20046f51d2e14c20ac4d5872f29d174/dotnet-sdk-6.0.422-win-x64.zip",
              "hash": "3f764f7f5a0ee80382a321a98509a50746a4cf5e8d30fbbaddbeffbdb48a34a1f60b9735d021d56c15a42038cd7276e170e3932b42f7c7fba97e541381a21865"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1c3a9ea6-02ed-4420-84a6-f5b91aa3f2f3/a766b889cb6298b14102c6563d994fbf/dotnet-sdk-6.0.422-win-x86.exe",
              "hash": "fe6071783482f49ab544d988faa2264603e2d70ab24430fb7ce1a73ded222caed6e869826ae23da5f2b3bf2df12791399236961aad7ca1be2ec07d9ca610102a"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/34a90c0d-cdfb-4a5c-bbb1-bf57919a3afb/e86043cec9beb64de028d5e529023433/dotnet-sdk-6.0.422-win-x86.zip",
              "hash": "6df1d604536183f213447321f918bbdc57be42e59426cc231b5d5090712295bba649656719ad53b10f1a7ca024303091f78639af5ee131de980ab00d78c87e15"
            }
          ]
        },
        {
          "version": "6.0.130",
          "version-display": "6.0.130",
          "runtime-version": "6.0.30",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3700877c-4762-4d22-a802-9a4d901994d3/acf30afb2a26c53f281e1f3b7432ed07/dotnet-sdk-6.0.130-linux-arm.tar.gz",
              "hash": "0760afce4415e9e5f69dbc17fe4b883d5b1417c9108601ac69bb7f2957207fbb6f143124a35bf3e8635c53a21183e9ccd453ba46f20f8d0729d4f9de254caa9a"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b7e1a062-bd07-4aab-90c8-0d91994ce0c5/1d399c3f9cc73c767e6927ad4f60c5c5/dotnet-sdk-6.0.130-linux-arm64.tar.gz",
              "hash": "95767eb4da8e3fb50992ec48df178fba9e2a7beaae26c5fdd8ecd4dae605ec048b83180a2bcb72c836468a99607179f9193ce0e1980bc95484865f559cc91789"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0ae59f99-e6f3-4a2a-ab76-871cde6a96c6/ddf52d2d40d67e366641ab1005ff8cc4/dotnet-sdk-6.0.130-linux-musl-arm.tar.gz",
              "hash": "e10e1c22463f6b478dd33939bf7305a1f804c11538cd10dba953c731832ca080849433381bf557026e36d5674988a39e296969b80ffb5d24d19e6d5971cf0c78"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5b4f3899-2c4b-4609-b7ce-dd0aa18446da/a5a589433ecb0fecdf9db43c68b7aad5/dotnet-sdk-6.0.130-linux-musl-arm64.tar.gz",
              "hash": "14b9926e723451bf2fad5a7634a430be7fd782a7f6f40025bbb70e5f43d0dbd65f453e5329a02c654cefd05f71d41d07511065b626f517752671eaa77272c128"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/60efc626-c5c6-4359-9390-5fff8e50c49c/8e2ad346860f8e979ad9437fad43410b/dotnet-sdk-6.0.130-linux-musl-x64.tar.gz",
              "hash": "f938b1487c04bd90d8594c9266c4c04141b98cf3035ee487a15e34eea939852db90a1d8b7633b0129c3d88e074e19b7e0b964616ef68f23f5a189b72507accfd"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3d0d3892-fec9-4764-8638-b579b1b9e222/dd4c14a3c27929671362c89fe3378677/dotnet-sdk-6.0.130-linux-x64.tar.gz",
              "hash": "dd4e3e5e24c0bc387dc6ed3fa833236d3f444efc0b12a256dcd73f5f4431488b516143d63019c6e9430173adebb07406b52e78a102f9e143a7e3f16361228b32"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2c128b2d-bf7a-4a99-9975-6d3f22bf8669/c5e5c85dcbaf48beec2c362421c56f5f/dotnet-sdk-6.0.130-osx-arm64.pkg",
              "hash": "3459f3804081367d7ca56ce2b427862f9f51d6fc0a5fb9da0624765cce1ec4268c38eb54cba1cdae347d79c1f6b24c1b09aabfb2dbc06fb63d1381de7b417168"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8c72ae1a-38b3-4a30-81d5-408073f96d64/2e3493ea5498d598193746232d4be684/dotnet-sdk-6.0.130-osx-arm64.tar.gz",
              "hash": "9d8273f73e842a3a1a71a2ba5c2f0dce74821e1302ef34843817a3f5c49df83d662bf6c7031dba7a8362903a870f759c7976176209781a3c4ade6c66e6824c41"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/918e05b0-424b-40f4-8564-b4a60ceae4f5/e2d2b6eeb04f7fdcb3b357680255d695/dotnet-sdk-6.0.130-osx-x64.pkg",
              "hash": "dbfe550815450bd7c242aae1c2ba07ebe911288c8985439470b447e3ab793415842e23373fe9c8507eeab128cae63aed32c2b6cc1fd7a56b77b67d8ffddf7f43"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fa013cb2-8b3c-4986-8863-dd526d13503e/ac0c886e8c9837784ff02db082ac4a53/dotnet-sdk-6.0.130-osx-x64.tar.gz",
              "hash": "8102f1432343538f45d0d49e518edb7ba0000d1ae7f7306611d2e17a205baa4215281250b45cf11900f45db0622fd190bf7d57f2b63cc8b1b4bd106128564522"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/961020ba-d92d-416b-9b97-809fcc9ae171/fb6821fe242998e1941873c94a82c480/dotnet-sdk-6.0.130-win-arm64.exe",
              "hash": "b33009fd6f133d73ea965f16affa789759cb95ce48192f15770939e4ea064ac54650270597bda0a83c2269e6aded79919ead0044adc5076b734928116e69398a"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/37dee466-c9f0-4366-923e-63863f8ed2f8/11a6233168ec238f8b16001fd75b4191/dotnet-sdk-6.0.130-win-arm64.zip",
              "hash": "d7f9c74b5b396ba5d5aab2eaf18b5ff3e5553b1accb476b5a130270063ff0366042c60b16fc97ec58082d7d3c295ba8bfc7c202adfd3403c3f9631f66b2f5b78"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7ea0804f-7a76-4352-bf2b-0a01b8341ccd/eec0984b5d7cc27a09973c71692aea3b/dotnet-sdk-6.0.130-win-x64.exe",
              "hash": "9f3d299be4cc20beed63fa63d7be491c22e448a5de093d58bd0127375115cbf56c58a2039f1685d044a4ab8145b30547b8aedd8b801ac3054283bfb2d949f4e4"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/01cf6f0d-d4d2-4933-9e56-bc37d4fb1c8c/4f26205d9af38b53b6b9e1621655716f/dotnet-sdk-6.0.130-win-x64.zip",
              "hash": "251d52d1bd813e93ab083989d9d955eaecacd6ac2a263931050de93ffec64b0d41500fae5d32a2f1d3f04bdea0fb0175e8ee7c82419c177bb74b578833b6e57a"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f974f21c-dacb-47b0-9454-04190ff362a3/227d6303d2cad371acd974db26ae8e13/dotnet-sdk-6.0.130-win-x86.exe",
              "hash": "7953c841b842f2c6072e51a3492d242e5564ba6339c098ed5151a31319eb63dc91e497fec29ec20e1a364d6ac3dd3a9121c78dc54603b1ebb4696ce546f33879"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/81682a84-7366-486a-aeac-f999a94fa8b3/10e2470fd7300241cbac83f33366cfce/dotnet-sdk-6.0.130-win-x86.zip",
              "hash": "c376aee99345fa23fc68c44451666fb3af62f8445c438c6c1f53c15e1675639dcba2906f33ce855ac17d724883708def34a37f24da9bc1717faf480ce1a788fb"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.30",
        "version-display": "6.0.30",
        "version-aspnetcoremodule": [
          "16.0.24107.30"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4e9433f6-d96f-412e-9eea-006657b32057/fcffac6fb601db009bceb8a4c58a9eea/aspnetcore-runtime-6.0.30-linux-arm.tar.gz",
            "hash": "2ba7f132f198558ffd30864829d2ed71ade1cdec87092df3c6467f737475bea4acb82c2c366cd1e84fd6eccedc302294b408397c482580ce93cc9f534fea08de"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a4c8e994-c595-4698-8cfc-cf3ac166bbbf/9e6b514da011de5191d148d95601a7ec/aspnetcore-runtime-6.0.30-linux-arm64.tar.gz",
            "hash": "de0921903ba55e21195107b126e271457550543fd6a9698ab3c2b1e2b95f7fe2d6fb2f067e08ed10c9e56940c247733dd9a2f9775e7993e033a945899461e130"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8629bb1d-d6dd-45b6-8398-0751c82dd7fb/679f6876065ec1bc7120524f3c24e5da/aspnetcore-runtime-6.0.30-linux-musl-arm.tar.gz",
            "hash": "4aa584e1d7a281ee0ee49e678239331cb3ed04b292284c09a1359ee09d2dcc86cef211db373854ff6250cf5d71d9c0c88d5c2eb0ef2c8d0d61705c5e3f9023e0"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e889b668-b57b-4d65-ad63-27a469f5b014/625a3b54ef81f8dc202caab3835fd7fb/aspnetcore-runtime-6.0.30-linux-musl-arm64.tar.gz",
            "hash": "cf698e2185311aa9e481534b8d8632e14a4284dd9529db62d2984e4385217358de3aa0a8e1c6851c6943ffdc2adb81afcee99dd92e08092d9536838f132b7df4"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9cef9012-d931-4f34-91b3-e9df5db451d8/4a8854c8dc18438461cf54e05795c7ea/aspnetcore-runtime-6.0.30-linux-musl-x64.tar.gz",
            "hash": "05afa6c27d1e8ffc2722ba6ab9f0f0a9aded82812399323b0e723fcc85bd9864969031378d92e7d993b9fd80fae7276d5d1366c7050f5c175540b1416b1cd230"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/03d1bc71-2ad1-41b4-aa2f-9e4ef6d5c6ed/29b655655d626c590cb216e0c30bccb3/aspnetcore-runtime-6.0.30-linux-x64.tar.gz",
            "hash": "757d017db28b8e34c4b242c082aa51eb85bce8fca16af37a0beabedb271c9bd13e1631868faa131745d7784db48974567f82275da09041ba434dcb7abe821a2d"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0a61c065-2196-4a9f-a34a-9517b3ec9336/538e1624926840a66ef6963f57d44aa0/aspnetcore-runtime-6.0.30-osx-arm64.tar.gz",
            "hash": "a74d44c399e06c9ce19ec10d4be53444bf18d981fe7ede62a69efc24a5af5898d4ee63542ffbedc3b906cf1ac3f7101ecdb69e45dc0fbb1336bf151940fc2204"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/15ab71c2-9230-4afb-87c5-36328af745ed/b859c077ed4d8c00985a2ee87009b6f1/aspnetcore-runtime-6.0.30-osx-x64.tar.gz",
            "hash": "0a0c4c9255ed29db1c1911fa0fc6c8a9083f777c04a3939b2087d80bba21fbd864e6c92c62aa566a930a2b30024b1fdbfdcf34d034e2734c0a9b3d45f7c63445"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fc08d418-ec71-4944-bfab-46fa482cbab7/b5429f709866cc339e87c2c43d155ee1/aspnetcore-runtime-6.0.30-win-arm64.zip",
            "hash": "4fff5b1df08af4b1195a740ad9fb5bff79afa8872c2439ad2107a662d509626bb1de4f062691e474197d75664217cc6334782f9d39ef1802794527ff4a58167c"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/df69e0b0-7666-43f2-9a1d-5c239f0a5d70/ecd33d20405bbc0f9caf30983dd255bf/aspnetcore-runtime-6.0.30-win-x64.exe",
            "hash": "ade3c8e9cbfe56cb87d3752421f1d627ac32bc740eaac1e4e1a4ee5326382e9a5898f6c79f5ce3a777823608efa1a894dff552b1a520bf37dd1b50f50f8b3ef0"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20424721-b266-4fcc-8862-c7d497001955/567470e03758660466c61485d458ed71/aspnetcore-runtime-6.0.30-win-x64.zip",
            "hash": "f34be5a8712c4c41555bb8bb44feea48ac9642d3d432b23bb5af59d1b91209c8cc7a8b52318757f9a82248cc017a2fce77f7a4d1e9a593ac8c14a47eece60784"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e418b6d7-11ba-4986-a94b-05129eca848d/832c57d83015072a1c1446dee4366ed6/aspnetcore-runtime-6.0.30-win-x86.exe",
            "hash": "821edb0a41c71806855f6ec3fd4381a87a86110397bf39969fd068385bbfad83ba6e98b69269fd69c79f004983f50ad28af92b94a5d03bd8745608cdc82aebfb"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/badc125b-8d4f-425d-9228-a461f973141f/8061de10b426a544de715a5e15411a5a/aspnetcore-runtime-6.0.30-win-x86.zip",
            "hash": "190bef9447709f3fa18e9cb01c9d255139785382fbb194e2c2146349adfbdb18003e6d0f7e916107ce47cc8d9c92681212956801f99fd94e33129512693ff056"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/41643a5c-1ed5-41c8-abd0-473112282a79/644e14ace834d476fe3fa6797e472c55/dotnet-hosting-6.0.30-win.exe",
            "hash": "2183c84114d08020b1f263987d98bec69a5ba63cbe915b4b0e70611c9c24e64238aa1c6401f47cf40cfaa8db88394e5f82cc69f956d70ae4c6a967c30bc16f31",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.30",
        "version-display": "6.0.30",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/62c0149c-c117-4600-8717-cbdd0f6101aa/00c4f58f028abd47afe3ad9c41c6ca9a/windowsdesktop-runtime-6.0.30-win-arm64.exe",
            "hash": "fbcc9577a2fbfd069d0c83e97a628b9c8969b23948743c7eaff76a78a02bb43f62fab4222d6290e04dcf57b1249434b9524fe64bf3823933fe23cdd74d0e5ef3"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d3ad48f5-3eff-40ab-90ae-052da562a692/f0c35f18716ac63e81190b0e84757a99/windowsdesktop-runtime-6.0.30-win-arm64.zip",
            "hash": "9aa6c04d9f09455820fc6e2f5fcdce943f270bd380aeffd583a3db8a4cb6db21b373dd5456a748356af984f6ff3fc1c9f6fddf4c282bf7bd831b286b94617ffc"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b14af665-ca5f-40a5-b0a9-4c7ca9ff1072/dfc3ab88e4dfbcece4fb7ee5246c406b/windowsdesktop-runtime-6.0.30-win-x64.exe",
            "hash": "fe6ba997ccafb5d8405e0ff4bcfc5b9ca07a425173f49d3bc043b3fd71833f7547837d80ae1d2aaa6f8f13bcf333d9814f0d9a4a5e1e7222b404fe1d08882a6d"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e736525d-4d3b-4bcd-a01b-10e8facabfe5/95cc409bf57021fbb6be4ba2809394c5/windowsdesktop-runtime-6.0.30-win-x64.zip",
            "hash": "494f2cc8dde49b2bdb9815c7f4fa942105162202cec0ccac9849969696a6aedcc14e1d69be42de9e1b8b95fce949eadd089dec55ad43b9ec275f9e5cea5bf6d5"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/94bd5cf9-0c22-4790-89c6-d1ce4b4fe952/2a01badbae5ec0c3e199f3c2a7ae764f/windowsdesktop-runtime-6.0.30-win-x86.exe",
            "hash": "4ad73567c8bab8c789009a81137d8f05a27e9c21b6b89dfd58d5ed356d447b94694e047272b43eba2a16100fa0fe681adf5569bccdc4a3bf243af33ccf4f0a62"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/740d0876-4421-4ab5-abb9-db8a59ca9c58/d0f24e78945bd5ae8cb781faad2f8439/windowsdesktop-runtime-6.0.30-win-x86.zip",
            "hash": "1e238580ada3a6e1f7eb52ed5edc7dc6907507649d01e6fe53471aafcf50753d4aeee772f791bf1cde7e1c3370d9efb2ea1c2cd8cecd298cfa56733112cd1746"
          }
        ]
      }
    },
    {
      "release-date": "2024-04-09",
      "release-version": "6.0.29",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2024-21409",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21409"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.29/6.0.29.md",
      "runtime": {
        "version": "6.0.29",
        "version-display": "6.0.29",
        "vs-version": "17.4.18, 17.6.14, 17.8.9, 17.9.6",
        "vs-mac-version": "17.6",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/09f011b1-5f35-4bd5-85c4-5256fb93e33b/e3927b144f9c7e683057f0065bf2fb74/dotnet-runtime-6.0.29-linux-arm.tar.gz",
            "hash": "5975b391498e829524deb69a827ed84f7b28c9dd16016a31848857af1549194b7c9b7d82d85376595eb656e6558250e18cb97ee5bb4691cf244965a37e984dc9"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/633cbdd7-57e0-4101-9627-9bda4f29dc9d/93ad01d00720363b0c054f5d88d97a62/dotnet-runtime-6.0.29-linux-arm64.tar.gz",
            "hash": "27c7121a4953b51bf29a15ffac4155cf86609ded15948f91ecdd19970ff7e19276c528d875f547c2877245767adf1be1ca0eaeb45dc8db460070637bd5ee1ec8"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c3bed8c4-1549-493f-aabc-1bf81854b61e/8589cf6e9402903bcaf16cd96beb7aa1/dotnet-runtime-6.0.29-linux-musl-arm.tar.gz",
            "hash": "e2241fbc220a2b0e6cbd2d0c208315c290008fe9c6d6dcaeedab7bf2d3bfb572cc268f6b845db012e3868662de1dea3995a6b4a3b764904d1d3a26ae4d045e26"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0e27ad1b-43db-4126-855e-cd600dc1fad2/77d1bb08b361dda54da1493e8b1ac0d7/dotnet-runtime-6.0.29-linux-musl-arm64.tar.gz",
            "hash": "5162effcf3e34f9a5c4320d007dc4f322bb816135c5dc3dec5f692c84f111301b14b2bef352112da7f1df51c31c8706c480eb854b0256c388c402ff3b41ed627"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dbe837bc-4fc9-4183-95b3-b0caa65824f5/9329bcd4d04d36f5b5a9c1ec2bd98f0b/dotnet-runtime-6.0.29-linux-musl-x64.tar.gz",
            "hash": "f093e16317a90dabc125bbaca5933956fb4a786bb03bebb56ccaebd36c799e1e9a3b43a80a6471505ee4ed725df4fd54ac29ca53f033642a6e72388d33493aff"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a066873e-e4f6-4538-a225-4170e2950af2/7e3b369dee3fb19cf193823e158f3b6b/dotnet-runtime-6.0.29-linux-x64.tar.gz",
            "hash": "c9fc66d47e7c5ed77f13d03bd3a6d09f99560bd432aa308392e0604bdf2a378f66f836184dca4a678052989e6e51a5535225de337c32a4a4e17a67abdc554ffa"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/99a222a4-b8fb-4d19-a91a-a69aeaf9ba06/fdd439f0dc45cb1357b03a30e2bc8f98/dotnet-runtime-6.0.29-osx-arm64.pkg",
            "hash": "5e747f8428949df97d647dd8bbbecabc61f833aec2a150b656475871700639f662932914bb814745411efa2056db7e79298e84818737a82165609cbcec85e74b"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ca51758e-d614-4a55-97ce-bf60ec381931/c2e6633c67dcf4359666cdaa88f1eeae/dotnet-runtime-6.0.29-osx-arm64.tar.gz",
            "hash": "baf9b30ab7fcdb16878a05429a98c20079e8a5e081f910ddabaee70298dd3d976f3c56569af4efa544533534be50920258982cb97d98bc85f31ce44e6ccabf52"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8583970d-ca62-4053-9b25-01c2d2742062/8a5c9a04863a80655f483d67c3725255/dotnet-runtime-6.0.29-osx-x64.pkg",
            "hash": "e6dec12970d14122582208dcb2f0ff4b4e089967d490a275f152bbdd469085dd8ed1ff47b8aff1ab5f6695685024633e7cab72d9a6741e3d149290fa409a5895"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ed218418-03fc-455b-ba08-6743dd753435/87ce2ccb4bd152e7e9435b891349ec9c/dotnet-runtime-6.0.29-osx-x64.tar.gz",
            "hash": "e04207993febbd8593eb5474016e90910491f4c5b23cfec39498bc6d5ca2c3ce427da4f5f14ff4160766daab1e35dd2d324d0cfd7ffa83c4741a25f9ac811f00"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/58e1339b-27ed-4233-abc4-90e7627c5206/8cc8f028a095612101abaf3572325130/dotnet-runtime-6.0.29-win-arm64.exe",
            "hash": "5a2ab42a4c7dc2243b800c3a8a8db34ae68cbdb576f504fed489c8fc9d3b9a7a78f1dcd27ef572b91b70910d6ed1b50200881eb87520efb9c445791a71000e28"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4b1112ce-d049-4aa2-8a0e-fe3cd7fa5fd9/2423265745ca326a16ed4291290f84a1/dotnet-runtime-6.0.29-win-arm64.zip",
            "hash": "d4fe639508609e4ee73c8c09845adf96b3129991ef5e250a5947dc23f0387c360755c43b0f9e2fe33cdb9473f3ebb88f8b4b49f70f8926599b01c35bf8e8347a"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/97f5bf17-3cc0-44ec-b9f9-3387070d3416/98378e07c1ae918eb3816f9945efe6b5/dotnet-runtime-6.0.29-win-x64.exe",
            "hash": "f878ca654a67cbfd24ee86cdbec80e745aee60a0a9e46ea3ed6915f2b8550790a3966169bb7310c2da9619526be8579c21e831f800019a58caa289b923341966"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/48039340-3c06-4c2a-82cb-415fa8e5d78f/2b07f9b005685f0634f6d215295c1db6/dotnet-runtime-6.0.29-win-x64.zip",
            "hash": "09f3f19fb422f2dc3a48b17c9036b5d68d8725a81baca8826f24fce228fd4dca4cd67f1231b844e0c82d40e53c67fe0496771f03b2863c03376e8c8ecfcf5c4f"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a7c0ec36-a427-446c-9f30-a77434aa10cc/c599cd7e50eebd716f2e2b8a86c1338f/dotnet-runtime-6.0.29-win-x86.exe",
            "hash": "c15cd3e5849dd4c6b60222106f367856038b2e9bcabf6f8880cc4d8db6fb5630b13daed18afd49f3e3ca76f8afa3654788724f806284e0abef88451e0a92e0ce"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1347e1b3-d864-4f6d-a6aa-5a7a1ccd2f65/cfee0a36c05029759843e403897d53c8/dotnet-runtime-6.0.29-win-x86.zip",
            "hash": "8465c835b5baeabc30bcf558ae6892ee2beb23364ec56ea0952ef2119368e68f913c0ed21f156215f7b803f6c2cd5f30a15e4534948ac1424d2c8833638b872a"
          }
        ]
      },
      "sdk": {
        "version": "6.0.421",
        "version-display": "6.0.421",
        "runtime-version": "6.0.29",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/795e39e5-d7ae-4470-ae4a-f561bfb6eeb8/6c8903fe02d13e1d8776ace41e1bf1bb/dotnet-sdk-6.0.421-linux-arm.tar.gz",
            "hash": "2c6728e52656051e31999811a7d2648244b03d5a5882fb07b14c214211fa233944f8da7da1f35b73f43a579dbc3949d6426502fef26f795e73de8adab9b8ba9a"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/30303304-04ea-4569-9f10-3919b4b3105c/5b689d8357866cc2637a021d16096256/dotnet-sdk-6.0.421-linux-arm64.tar.gz",
            "hash": "2713e16d70d9cb5bd6d3d2da385c75c8cfe6ed3187225efe6715d595b1b1b17d0a48fc7044cb514add8918875c5f281196f09686c11c7524fe9397d8bbe1f8aa"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1be2307b-d369-4b30-8d93-9c58ef1cd05c/94eb69ee673057641a86b75ffc4a2a2e/dotnet-sdk-6.0.421-linux-musl-arm.tar.gz",
            "hash": "788fbba5274f7a01d67c4bd99f53f1d3769c65b1e6337109f53356b0a50a2e53015b1694a6e4b557405193889d7fe89f04fd73a9557e88c707df599628243d4d"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8fca5735-10a9-4b48-ad5d-0f6f3c06f418/14b1928f50de99e470bcad0050a2c4f9/dotnet-sdk-6.0.421-linux-musl-arm64.tar.gz",
            "hash": "c3a5c20a1495d0af5fd3e6d1f62bfbb84cd7fcab545a7b75bd1321f0ac6a1c1ab4fbfa2b7411544440dbd260a2e02ea744dc95973c798f8554b0741b6f22136c"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2f455565-db1f-4a92-b543-f21fca2448de/d1906dfe71b2d4eba4cbed50ecd20fab/dotnet-sdk-6.0.421-linux-musl-x64.tar.gz",
            "hash": "ddf3c6f35a5e319329f4aaf10e5e7789a3777afe6f77f0c8bfb7ed0329eea6a19636b8bc156b0f16780f1d7dd85b4299eeb3a7d345f90d3a273147a086f98c29"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/19144d78-6f95-4810-a9f6-3bf86035a244/23f4654fc5352e049b517937f94be839/dotnet-sdk-6.0.421-linux-x64.tar.gz",
            "hash": "aa2c1fdc06c477acbb8ca938895f22373a96e96bb75028b496ddf3d433a1e347f3f765b414e8e09fbf1da1cc50f575e28572e701693bad2a33f9b92437a7d3fc"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ddaffb02-761d-4e21-a1fb-c96849a76428/9b97f4cc8a77e337486d5ffbef86ea1e/dotnet-sdk-6.0.421-osx-arm64.pkg",
            "hash": "005e1693d263938d3ed7c658563fadf363030f163619547832020f4e1365da872ce4b770d39c49dfef33827e91cb53ed4dfa49fef9f2d6f51fb2c8899685535f"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ed341e9a-7848-4036-bf88-00cffa9fe535/52887ced41272bf177a9ef6ac04563a2/dotnet-sdk-6.0.421-osx-arm64.tar.gz",
            "hash": "83870fbe802cdea4ca014eb5dc0cd899deed952d8cfeb862f74bf68d80bfa81e814a3d90381615bb6e26dc39bfcbc82f975462665bf65294d25249e2ea365332"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3654f673-8801-454b-8d34-607a33f3ac39/2b642a9d794c3d3c5a4b218d9f5020d7/dotnet-sdk-6.0.421-osx-x64.pkg",
            "hash": "d71fecbb358bae9ee10e8561f56463513e6a15e385b2b80242deedb8b190b6682e68066d5a6102f41efc81df31b3ea78b03b9b1d11044fc1ebc1580c617c83f6"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/270b615f-5281-4c58-980f-d9f7a08db642/3e874492a9cb0d5b87195c596b46d609/dotnet-sdk-6.0.421-osx-x64.tar.gz",
            "hash": "93570a4efc929050b36ad53adca2be803c4cd8ebd9f2553b0f3e325af0629f9854ed39ec8ed0bde4302985c74143763b3a7bef89b1bcecbcec99e137777181d6"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a1308bb3-7a60-4601-bf6c-23252af47598/55db6d5f38fa89dc388861e39df5522f/dotnet-sdk-6.0.421-win-arm64.exe",
            "hash": "1c38167fcac951f641602e7ead6c5c387304de706e9afe344e7ae06f3388136bc1ee17a375730275d53709be467534fb2d27e282f185a25bc3fd0c52f0a0ff33"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/94270c9d-949b-412a-9a6b-078f8fe2f95d/9dad0f822e025fd3c35175f8bc7e7067/dotnet-sdk-6.0.421-win-arm64.zip",
            "hash": "4e35f553539b791c9cc4965104c81d7292f32382266a090c5fc8f482d25527bf8c4f4ca64fb746f3772d017940b9811b96680d34c441abbd90d9396316c1d752"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9cac8293-891f-4f26-a911-4741f9765e48/ff71641bba9df8c745bf2a166cde23e2/dotnet-sdk-6.0.421-win-x64.exe",
            "hash": "39a32b6ade5d5ba369332d3be61edf92695ba536319b1e04f50fbbc30c2b4731635887a260757849aba4b3c1e13beeb7e88adddbb05f8b4916f821451d54eb7f"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14804c03-4206-411a-80a5-8e26cd6ddcbc/e4e1e88d75be3a6f5c84ea3d39f60c19/dotnet-sdk-6.0.421-win-x64.zip",
            "hash": "e4ef642a5f02245a44424559f186d26a4e9a6ffa9bea83dda7d439d86eb97419f618bb5479572dd7f48a4fa981b3f88125e74c14c2a7e1ffb04cb8b083bb245e"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4aded178-a52a-4fcc-a779-59bb444df048/67924e3556a3a69da09528bd74dca9ef/dotnet-sdk-6.0.421-win-x86.exe",
            "hash": "468bea332a0fe41590b9a6e274c9b9bee25f3b1350a1261eb563b9f704f3bfb5efa8468629b7b27839328478f9e5fd7a7a492e7dc2dfaf8da8a9af4a0ff0fcb0"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0ec741b7-1ba6-43f8-96b9-dcb0c2dd0997/3b00ab34251460fbe7b65048de8faf83/dotnet-sdk-6.0.421-win-x86.zip",
            "hash": "cb301f9e380c0223b7930dabf86faa3430465eeee73fd7a3cbd36af3759109a54f2028089a4bad233d3a2bf9ec107e0b20cb55f708bb263ac890a223dc942d22"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.421",
          "version-display": "6.0.421",
          "runtime-version": "6.0.29",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/795e39e5-d7ae-4470-ae4a-f561bfb6eeb8/6c8903fe02d13e1d8776ace41e1bf1bb/dotnet-sdk-6.0.421-linux-arm.tar.gz",
              "hash": "2c6728e52656051e31999811a7d2648244b03d5a5882fb07b14c214211fa233944f8da7da1f35b73f43a579dbc3949d6426502fef26f795e73de8adab9b8ba9a"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/30303304-04ea-4569-9f10-3919b4b3105c/5b689d8357866cc2637a021d16096256/dotnet-sdk-6.0.421-linux-arm64.tar.gz",
              "hash": "2713e16d70d9cb5bd6d3d2da385c75c8cfe6ed3187225efe6715d595b1b1b17d0a48fc7044cb514add8918875c5f281196f09686c11c7524fe9397d8bbe1f8aa"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1be2307b-d369-4b30-8d93-9c58ef1cd05c/94eb69ee673057641a86b75ffc4a2a2e/dotnet-sdk-6.0.421-linux-musl-arm.tar.gz",
              "hash": "788fbba5274f7a01d67c4bd99f53f1d3769c65b1e6337109f53356b0a50a2e53015b1694a6e4b557405193889d7fe89f04fd73a9557e88c707df599628243d4d"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8fca5735-10a9-4b48-ad5d-0f6f3c06f418/14b1928f50de99e470bcad0050a2c4f9/dotnet-sdk-6.0.421-linux-musl-arm64.tar.gz",
              "hash": "c3a5c20a1495d0af5fd3e6d1f62bfbb84cd7fcab545a7b75bd1321f0ac6a1c1ab4fbfa2b7411544440dbd260a2e02ea744dc95973c798f8554b0741b6f22136c"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2f455565-db1f-4a92-b543-f21fca2448de/d1906dfe71b2d4eba4cbed50ecd20fab/dotnet-sdk-6.0.421-linux-musl-x64.tar.gz",
              "hash": "ddf3c6f35a5e319329f4aaf10e5e7789a3777afe6f77f0c8bfb7ed0329eea6a19636b8bc156b0f16780f1d7dd85b4299eeb3a7d345f90d3a273147a086f98c29"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/19144d78-6f95-4810-a9f6-3bf86035a244/23f4654fc5352e049b517937f94be839/dotnet-sdk-6.0.421-linux-x64.tar.gz",
              "hash": "aa2c1fdc06c477acbb8ca938895f22373a96e96bb75028b496ddf3d433a1e347f3f765b414e8e09fbf1da1cc50f575e28572e701693bad2a33f9b92437a7d3fc"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ddaffb02-761d-4e21-a1fb-c96849a76428/9b97f4cc8a77e337486d5ffbef86ea1e/dotnet-sdk-6.0.421-osx-arm64.pkg",
              "hash": "005e1693d263938d3ed7c658563fadf363030f163619547832020f4e1365da872ce4b770d39c49dfef33827e91cb53ed4dfa49fef9f2d6f51fb2c8899685535f"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ed341e9a-7848-4036-bf88-00cffa9fe535/52887ced41272bf177a9ef6ac04563a2/dotnet-sdk-6.0.421-osx-arm64.tar.gz",
              "hash": "83870fbe802cdea4ca014eb5dc0cd899deed952d8cfeb862f74bf68d80bfa81e814a3d90381615bb6e26dc39bfcbc82f975462665bf65294d25249e2ea365332"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3654f673-8801-454b-8d34-607a33f3ac39/2b642a9d794c3d3c5a4b218d9f5020d7/dotnet-sdk-6.0.421-osx-x64.pkg",
              "hash": "d71fecbb358bae9ee10e8561f56463513e6a15e385b2b80242deedb8b190b6682e68066d5a6102f41efc81df31b3ea78b03b9b1d11044fc1ebc1580c617c83f6"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/270b615f-5281-4c58-980f-d9f7a08db642/3e874492a9cb0d5b87195c596b46d609/dotnet-sdk-6.0.421-osx-x64.tar.gz",
              "hash": "93570a4efc929050b36ad53adca2be803c4cd8ebd9f2553b0f3e325af0629f9854ed39ec8ed0bde4302985c74143763b3a7bef89b1bcecbcec99e137777181d6"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a1308bb3-7a60-4601-bf6c-23252af47598/55db6d5f38fa89dc388861e39df5522f/dotnet-sdk-6.0.421-win-arm64.exe",
              "hash": "1c38167fcac951f641602e7ead6c5c387304de706e9afe344e7ae06f3388136bc1ee17a375730275d53709be467534fb2d27e282f185a25bc3fd0c52f0a0ff33"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/94270c9d-949b-412a-9a6b-078f8fe2f95d/9dad0f822e025fd3c35175f8bc7e7067/dotnet-sdk-6.0.421-win-arm64.zip",
              "hash": "4e35f553539b791c9cc4965104c81d7292f32382266a090c5fc8f482d25527bf8c4f4ca64fb746f3772d017940b9811b96680d34c441abbd90d9396316c1d752"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9cac8293-891f-4f26-a911-4741f9765e48/ff71641bba9df8c745bf2a166cde23e2/dotnet-sdk-6.0.421-win-x64.exe",
              "hash": "39a32b6ade5d5ba369332d3be61edf92695ba536319b1e04f50fbbc30c2b4731635887a260757849aba4b3c1e13beeb7e88adddbb05f8b4916f821451d54eb7f"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/14804c03-4206-411a-80a5-8e26cd6ddcbc/e4e1e88d75be3a6f5c84ea3d39f60c19/dotnet-sdk-6.0.421-win-x64.zip",
              "hash": "e4ef642a5f02245a44424559f186d26a4e9a6ffa9bea83dda7d439d86eb97419f618bb5479572dd7f48a4fa981b3f88125e74c14c2a7e1ffb04cb8b083bb245e"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4aded178-a52a-4fcc-a779-59bb444df048/67924e3556a3a69da09528bd74dca9ef/dotnet-sdk-6.0.421-win-x86.exe",
              "hash": "468bea332a0fe41590b9a6e274c9b9bee25f3b1350a1261eb563b9f704f3bfb5efa8468629b7b27839328478f9e5fd7a7a492e7dc2dfaf8da8a9af4a0ff0fcb0"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0ec741b7-1ba6-43f8-96b9-dcb0c2dd0997/3b00ab34251460fbe7b65048de8faf83/dotnet-sdk-6.0.421-win-x86.zip",
              "hash": "cb301f9e380c0223b7930dabf86faa3430465eeee73fd7a3cbd36af3759109a54f2028089a4bad233d3a2bf9ec107e0b20cb55f708bb263ac890a223dc942d22"
            }
          ]
        },
        {
          "version": "6.0.129",
          "version-display": "6.0.129",
          "runtime-version": "6.0.29",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/75a12ed9-3e8c-4ef4-9d1b-13d647a1b182/30f841fca19421166adae90a5ed9cbcc/dotnet-sdk-6.0.129-linux-arm.tar.gz",
              "hash": "45f4c5ecc038ef2a2fce4d62cb1a1b8d9f7d0208c42364f9b63494ffe667254b95373665562f18a1f42a7c0814b013f14108118b8f24e3b56d81e5c932ce1574"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ceb30bb4-f3b9-4195-b549-76e49ace533b/60fb639b9c621ba00946765d1be575c0/dotnet-sdk-6.0.129-linux-arm64.tar.gz",
              "hash": "58185fa68b9a7bd373b8c4ad9f2d14d0379e6758007bfbe52a640cb432eec91267ff7df94fc57ec0d0d16b8ab5a0838a623c31d3cf36384b3a77697d3a8cfd86"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ba68f455-b616-4beb-b000-b176a276930b/d716658e67b1f0262cfe4a12b3628f69/dotnet-sdk-6.0.129-linux-musl-arm.tar.gz",
              "hash": "6a97611f0af53eae49942d6dae08fff105deaaab4152137d90a8d616db418a17c9a197a30c8707cdf349c62eacea4a7ad5cbc019535741deb1a2b4ef4b023844"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7814d7c6-9d1f-47f0-8d1d-3096f32ab9b3/cf9edec0e58cdafa82ab967f4b95f770/dotnet-sdk-6.0.129-linux-musl-arm64.tar.gz",
              "hash": "d194ec0946ba3bc05cdd1ebdd94df6e0e62303f268e2ba897991c5bea315f0b4e008c4e543c5aed23fd34d6655c03640d4772eef8f4ea6e5d7f006166ebd8011"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4ab7a073-bb42-42c0-a480-5684344d7d6b/b7094c35761a72c3d01a29d19919b35f/dotnet-sdk-6.0.129-linux-musl-x64.tar.gz",
              "hash": "151fc0dedd858c37dcbd1b2f813dc5a1d78eb66cc0d680f9595c26cd6f6f52ee8baeb1a4beacfda1437beaaa46d781faebe54e770fda20249f13f8f65ad43dde"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7bb40f2e-6ef7-43d6-b0cb-b74d974a5675/cf48bfe3825b1d419da055a8d8f16101/dotnet-sdk-6.0.129-linux-x64.tar.gz",
              "hash": "fb4991e5b0297ea0c65dd84300f0c11bef4589b19012556f67eb10970bd3ee50a58bad59023e1d266a8d9688a71c23458e0d21b8cd9adb75d21c47b59987aabe"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1dca78ef-2fdf-461f-9074-e131978009c1/9c0a130b3e87047b701a3e1be42f4088/dotnet-sdk-6.0.129-osx-arm64.pkg",
              "hash": "ba772ba4b719220feeb7dec5335c0d1082ec880d1e3850087ad4ea6164929d56e1d5cf73da960940a3aea50cddb907ec9d3b19a86b98a117f201e16dff73bd4e"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bd5e3be9-a283-4cfe-afd8-b217d2429ad2/0339d0cf86b7b8fa5831d0788175c34a/dotnet-sdk-6.0.129-osx-arm64.tar.gz",
              "hash": "065a6b54fc5044d335371c6244c633d3a64d6813ebcef9db19fe0dce4f15c381109b537efab8ff1a9850d83721b0783b4f5f58c048cd6e8f05a32d12eebd430a"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8067ff57-db7c-4ff4-910f-18b931817513/499a28373ca96f87ba4fee9c6338554c/dotnet-sdk-6.0.129-osx-x64.pkg",
              "hash": "8798d5c32384288789d65ae430fd54a6eebf21c2d18caa822ddd807bfc097026697e9c60ce6114f8d0a6c435365389ad646e11e58aa5dc15502d64f96fdcc03d"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2e1ce563-4b66-4bed-b092-a411755b0101/e6abdcbec6cb93a3f3c74f3b25eb0dac/dotnet-sdk-6.0.129-osx-x64.tar.gz",
              "hash": "b4b70a211eaabc9b3a34fe197ca4c69e4a167484445fbbc6df326c972047c813a6ef9a89830d0105ffa00bc8754f8b728e102fba35f89fd9caafe139d45b4eef"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ac81ab12-c91e-4495-b36a-9cf44515deb9/660b5a8f535e8ef6514403ae0ad156be/dotnet-sdk-6.0.129-win-arm64.exe",
              "hash": "29ff714eb6af9a429f592e8e30b7af541db9d365a8712243d4ac6f68d1616ff88f1ba520d4773b6221aa0d77bd8b552aa265465ea227fca585c6513e14a139cc"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/594df785-266f-45c4-9835-e2c3fcfc5e8d/effc11d0f2606a7e7389a8405f6fdb74/dotnet-sdk-6.0.129-win-arm64.zip",
              "hash": "1fab6161b5776efe044affbb60ea2f40b713be1cb1cc19fd9b99f925326690e95c2cd11f7d3e75732fbd99a2765a590ecad6940fdbd13ae67c01138773103e80"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f0c2b6fe-a3b3-4e15-ad8e-bdfe7fd9110f/45aff2cd13eeed830f8da4aed3bc3aa8/dotnet-sdk-6.0.129-win-x64.exe",
              "hash": "84916c7c105a56218ad04aa19345f5c994b6439bbcb5566aaab9c68f3950e2ecb5a6927f76d7d8c7e6f6c28325f142235d7cde035a3eb882afd9b45f92d46abf"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bcf08373-b0ed-4a51-9cbf-e4daf6c6aa84/01b129485ffbe55b6c776c7944b3c979/dotnet-sdk-6.0.129-win-x64.zip",
              "hash": "d61d7dd528de072e5af49c3e630e3626e4a14705b220959a94be519cd08bd306a2445f1971fbf5dbe4b2e0aee622169f739020e8fdab5673eaaceae1877b0224"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e92a26f2-fb5e-4392-96a0-d20f9d630416/95bbc9637d427bb73af9e6b7d38c5e37/dotnet-sdk-6.0.129-win-x86.exe",
              "hash": "ab132690bd634dbb30ea09cb90bfc2e69d2e7ca9988bc0f11dfc6920890b687aa1ae6ea3eb247aa194b3c2240bf42ba51461d96bed547b4f52ce3ae2621b54d1"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/09585d21-3e62-4301-b41c-e83e00f827e6/8558ef03a162c6a394b3c39cdaec5b01/dotnet-sdk-6.0.129-win-x86.zip",
              "hash": "68af5c1e4d76545675ec844050defc498fba4fd9b727f9c42ab2c001644f92f80f5acd8266ced015bc53ba6b2e5911e14846a4346c952b779e6c9a537e8dd1e0"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.29",
        "version-display": "6.0.29",
        "version-aspnetcoremodule": [
          "16.0.24081.29"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/57510d35-63b1-4535-bf83-e10deb8a3b78/b052a4381befd434cbe8da36ab937ff8/aspnetcore-runtime-6.0.29-linux-arm.tar.gz",
            "hash": "82efa016bf977649c907bfcf192684a4bbd9bc1f5a0b3f46be8aa7aea4965b570c72552a2617926ccd0624a74f9aa04ab2298aba8ebe4594b85f3b36d4ec7eec"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/094fe5d6-0520-4c0a-9edf-b53d269f8b20/8c5e69ed04787815037ae373ffb77466/aspnetcore-runtime-6.0.29-linux-arm64.tar.gz",
            "hash": "6e4a504f37ba4bf7d0316d2a3077c5088962c8b8445b659fa05844697bd11427afabacb6fee34094aa4313dd6dca70c862c1c68b30731b12b4451bd59067bc8f"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dbdcfff0-935d-46a7-8522-eaf86ddbfd59/bb61884f6de8c9b771dbe3a37b4ca927/aspnetcore-runtime-6.0.29-linux-musl-arm.tar.gz",
            "hash": "a22b41e57b80e075d23d4e0d0dfb3df3c9ec6df43c033fdc69cef9d5de41e8fc2bc9ca56990b5880941acede83599c93f79e46c2b10b71b067f227a7182414b6"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1eab5842-54c5-4899-9eb0-09f95f1d2ab4/f86e4d95a08033b0862f650a7a493112/aspnetcore-runtime-6.0.29-linux-musl-arm64.tar.gz",
            "hash": "6eb6cdec88728aef28655b3b15161be5ec2871b9a7dbfdfe2002d02aa4682558871dbc78f1521639f7097b314476850f716955ee8d815a24c1cac10cd2d4bcf8"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/edd6d8e2-c2dc-4133-b686-f8900f9c141b/3e1e628ff616d9987d0658b8b1131d3e/aspnetcore-runtime-6.0.29-linux-musl-x64.tar.gz",
            "hash": "320680311296f39782f60bd3ce8cac802219b9ae0a53dac243ce995f0ed91b3235bc172f06960dfae0229dcda42e6858f1a1f4c0cf12e8cf936323f6628f72f5"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/70ddd1ed-776d-41d2-b192-f02436ef3ca6/337d6dd35177408acb9889289a7743a7/aspnetcore-runtime-6.0.29-linux-x64.tar.gz",
            "hash": "6dc21e1a8dd597df9c1135065f7350bbde9cc040c3079ec7850b0e5f254051b883c6c6e0056682d2963ec74dadff8eb32d82c13b35c9088f3d7c055d3d3f0863"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cbaf5637-d4ba-41e8-a16f-a66a063a30e2/205c5fd4005a47753549594370bd385d/aspnetcore-runtime-6.0.29-osx-arm64.tar.gz",
            "hash": "a9ecc77db6f0fd8e5ff70ac58ae3549b766694d30a93cfd41869ceaa298178fd2c0e86e4e763d8d7a5e2236d42faf2e87d798d2853f8391a73a40f5193f4fa71"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7b93130d-337d-46b8-8d61-cd702c4f2ae7/e198b8e68a06f1f1f5f46116f9976641/aspnetcore-runtime-6.0.29-osx-x64.tar.gz",
            "hash": "f4405bcf40a075a5acbd8f4ced424efb0b2de49a5f81481c708a1942c1e92e3a69ea8a4d59b55c025092a59e2715d260521fda56618f250d1484fe18dc4cadf4"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/776ba66f-3b9a-4ff8-8ab0-9f96eab62220/7cdd41e76c81a69c5df76614cfcfbbed/aspnetcore-runtime-6.0.29-win-arm64.zip",
            "hash": "364859dc777b6abd66625d4069ea5bb4ce7fff27a6ca4b3aaa1345f81e860a9c88dbe45e8553e2d6de466dcd9b1403bc4a1f7eca2c0fa3d9be943cba10a0ebe8"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/91214b5b-3197-4b4b-8b18-88bf817d9694/5037417e01ba9482adac4d5a3a0657d7/aspnetcore-runtime-6.0.29-win-x64.exe",
            "hash": "e0a930eeb88c0ae6eb8f0ff964a3d2480d0d3b0c5a0d97553ed2ccb661b3c2d6d2e3302a294731d45d158488825e38310a0a59da91cc476ffe72ff2d9194c0a6"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6d57a434-ee30-42ae-b3c4-cc62cec1423d/116b1d450cd75b2d4da2a3ca29525873/aspnetcore-runtime-6.0.29-win-x64.zip",
            "hash": "3e34dbf53cef758bbf6fd6eacc63d209f35f96977be6dedbc7bec2aee9dd442d97d2bab03999b452119f0a67a31da58d0e01075a257f5cea22ad995f93d0bc6e"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/de3182fe-8475-438d-8c34-82504e3b15b9/7a6475407cbc1c380cda70ead77410e7/aspnetcore-runtime-6.0.29-win-x86.exe",
            "hash": "e7d86eb3cd7803fdb00b7f4779a7e353d3ffdd3371548c81dbbecb174858619a77d3bc887f5e3bf124d67517e3d6f8327d742def284ff4dc8f7e9d5a9e3d1d25"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7d1cc405-3be7-452d-924f-d80c95e0541f/64998fc9d5c13f869ef862f9f2ad88a8/aspnetcore-runtime-6.0.29-win-x86.zip",
            "hash": "a80f691ce9f76426e2d01909d9273219eef42765241d97558ca73b64fa3459ca0e83281276727442b8870a32b8fb398bcaaf5d6ba5385acc32bad92b5981b627"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b54e1bdd-2525-4414-a93a-27c62b329e47/c34cf7303786e74a20f7125475ffa511/dotnet-hosting-6.0.29-win.exe",
            "hash": "62d5a25c2a8812ef2b77528617c3698f4cb5d632e87740c8ae850348ef3b87e001b38dbf8b08d67e446360a550f652c9508cc9ac69f0068abeafd9557b023b1a",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.29",
        "version-display": "6.0.29",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3f248dec-e035-4688-8ec2-0ee6234148f2/5348de59826f299f21b479e35e38d940/windowsdesktop-runtime-6.0.29-win-arm64.exe",
            "hash": "bc5870d1916c6061e82f1cc3869cb8f303ba943c9928676b241843d167b37d3a411a22e1305e06360ef47bb35e8b6148b065c66e0a2b99f7a71941fe827efe56"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/651d310d-5ce2-4996-a8e3-c3abee14ce49/37070e6d4e73b317516a7a2e0c82681b/windowsdesktop-runtime-6.0.29-win-arm64.zip",
            "hash": "c58b098ff25feacbd9359eaab9a9796aba5bd5491cdba71d094aaec7c32008cabb8c05b6d7cf18a9759f77d6f53462eb894bcc3afbfee110fbb9d054cf0d4341"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d0849e66-227d-40f7-8f7b-c3f7dfe51f43/37f8a04ab7ff94db7f20d3c598dc4d74/windowsdesktop-runtime-6.0.29-win-x64.exe",
            "hash": "63a285e8f00f7f408dc88fee512fe51b3905bf4c381fe933393450c479bafcb38ea9b8144c394bdf0ef3ee53326e4ccc059b0323e2b7def57076bddb990f3854"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7329f189-2aaf-46d6-b181-d530c47ba8a9/d1a252dca5b2396a71b4bdaa035be6e8/windowsdesktop-runtime-6.0.29-win-x64.zip",
            "hash": "42a13b8b4c6c815fcb1052cce4b9aab9116c0cd7c16db70695569dfe77988ac771ae61b7ac9f4013cbcac13fa9ffa5f79d0c8d04d7acedc463375f9cc884222c"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/744eb7f8-57b2-4393-b3c6-a2cd57a2430f/23b8b7cefcb2cf19563f4d00575e58f4/windowsdesktop-runtime-6.0.29-win-x86.exe",
            "hash": "b3c1b30a003e72839bd60cf30a70d01c0a13369b226c418d20d0c4e8493fb6187d093150095b212ae6e33bb4a3b282ea371809ee57a74fa35c76eecfd978458c"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a72fdd7-2dd9-4ebc-b108-ab8b52bfe14e/b2b6a47934e607c15b14236014fb6a2d/windowsdesktop-runtime-6.0.29-win-x86.zip",
            "hash": "732ea8b63aac52e2e59f96a25d4baf53d7015aed2374e5e75fd6f1f8910ab6bb0134ac5da935f55851ab9d7cad683e14446318d8a646da264a2308569069231d"
          }
        ]
      }
    },
    {
      "release-date": "2024-03-12",
      "release-version": "6.0.28",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.28/6.0.28.md",
      "runtime": {
        "version": "6.0.28",
        "version-display": "6.0.28",
        "vs-version": "17.4.17, 17.6.13, 17.8.8, 17.9.3",
        "vs-mac-version": "17.6",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/71bb1bf6-dd86-4fe4-970c-9a9940bd1dcc/74cf5cc1c0a7e6c2c450e1c9e117b025/dotnet-runtime-6.0.28-linux-arm.tar.gz",
            "hash": "7f1549bb1e5c4c760b4b89b5860bad1ab94426e480ef57dd16e29ad6dfc540115275476791a388f3bc18c580a9ee2449b9bc0403209a1149b29315b04d5bb083"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/05be959a-e55f-471c-ab03-75be0ac4fff2/65b05e51362a7a73621d17c718b8c5ae/dotnet-runtime-6.0.28-linux-arm64.tar.gz",
            "hash": "84b9b2d9e2e9c8f1f8a35b184fbe6883c469224e72635efdd1802fd4c24a56b672427ec016d8f57b7c1bed4342cc77b7af1a613b225b1259ccbe634e75799d58"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bab2a313-b180-49cd-becc-3cda3bcc28df/e0df4ca21d73a32dc4aeb13082b1a068/dotnet-runtime-6.0.28-linux-musl-arm.tar.gz",
            "hash": "506fae33908a93bcb4d6d9ac3515cbf7b29b772c5ae6cbdee202b72a02db6fe235193af0c8bef939a896720b4e63d6802a556f994a70020c26d69b8578f96dff"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/85324441-0d10-42fe-9463-4b2668eb4781/a1d495eaf6d815f8137c8690a3ed49df/dotnet-runtime-6.0.28-linux-musl-arm64.tar.gz",
            "hash": "881d19337236d1680cd33ada05f6577787bc0d4b8b80037e18b871ea7bbe15971d6b6c635c5e14b1c4f3d47ed753cafc3bd468b2d426491cfcb7b8be2029561b"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e960795d-7dc6-40e6-8a3c-a8def247f17d/4d6ce411567c7709e816e16f2c47ab9a/dotnet-runtime-6.0.28-linux-musl-x64.tar.gz",
            "hash": "751ba56cc0d83f589930292260b9dbab3ff13774e1415f9bb6be4c94f8c46f98e0a6336085d7cf02cbea09bd690f5ca9e642adb73385fa8afb42e4a91b965f29"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7299a5aa-2992-4ba8-80ba-4aab1d009fc5/4ed058593c95649e1ef63567829d99d6/dotnet-runtime-6.0.28-linux-x64.tar.gz",
            "hash": "5e9039c6c83bed02280e6455ee9ec59c9509055ed15d20fb628eca1147c6c3b227579fbffe5d890879b8e62312facf25089b81f4c461797a1a701a220b51d698"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6bdf3655-2e22-493c-b414-df0557b828de/a9b37b1aae9b4025da820fa796e272d2/dotnet-runtime-6.0.28-osx-arm64.pkg",
            "hash": "c2a3f2a1656240f0935a5b185b62a5f28fc519a8c4d361df4d5e1a32ee4bdd1be84a8c7754138aeb5482aed71595a36725edf996e006e60c530c0803927ad98c"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3093e11f-975b-4c5f-ae9d-197149efb629/ceb685df67884156ea052c95d3b3d466/dotnet-runtime-6.0.28-osx-arm64.tar.gz",
            "hash": "708a1421995e3e64457f91685463bdddd6df22d21b6fbb430fc2c830f48fb6e785e6a575e923eb5fb21483a0f956b93c2c4905d149fa62c08bd4426b5e2e459c"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f9f7aec9-ee4d-49f2-92fc-7f8dc4e89975/ac76ce333c8c3f677a67cd2f4ea668a8/dotnet-runtime-6.0.28-osx-x64.pkg",
            "hash": "3cc8f577c351fa1c04e848e6131d8abcab78469024420379c58556bb820dab8937e1c7e0ff3a5b8f7af1d04abc84cb44f26ea89eac5643a7c058c50f16b2a747"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d04355db-6489-4205-8ad8-f42ca21c1c21/193b2519cd202d9cd8129e62dcf9ec1f/dotnet-runtime-6.0.28-osx-x64.tar.gz",
            "hash": "29beaa0d6889163cb8629d276961650e230d6393aa735a36865d6746caf8c5bfdb827bc382821418b5ed6b3db5411497ae7b85e99413e189e754719c55ed7bd7"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/df9a97a8-a535-4564-8132-f56cf1e57874/dccc2f9bb9391c2b15fe5944468f80d7/dotnet-runtime-6.0.28-win-arm64.exe",
            "hash": "9e7d927dbd2ce758b4c17802dcede7c4af5a068ff7fb19c5bfecf20b9b1bbc6afb308ca53f59dc56d270272fdc10994c06d9afa4e5555bf7f0387ac4d300d153"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7e465889-3fa8-4ce5-9501-8a79ddc38352/cf7aaaee41ff48f2cf480181529f4fc5/dotnet-runtime-6.0.28-win-arm64.zip",
            "hash": "abf4d6925e95c8b4bd0a79d5e10f4b2db438ee3ccfa253502bc1cc3cd5420f41725de4f36e79c5e6c028a845a40a0c9d7376adec81645b73f856d9b5f7981c4d"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fb0630a0-d5e7-43a6-92eb-1e114de80a5b/a43563f0a5c6ca71005d8ffe5de1bd88/dotnet-runtime-6.0.28-win-x64.exe",
            "hash": "9f6a09abc5402ef272ef45697637faad63a5d8787e0a147ce68a855a635b02fd6d5ae6696fb570eef3e741ce1333d0d058450a23662d76cf6c0226c8b3595bf2"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d96457e9-44d0-4f7b-a45a-72471e83622a/7cb90da69ed3d23af308702ab2b9bb17/dotnet-runtime-6.0.28-win-x64.zip",
            "hash": "dd1b9bbfd97385c8486039782046279e23d36d7ce2b2ee33432b5e8c1d504e5cef3fe774fbc954926284a757e6b131700a4b136c41f3c66cd270a3af149f40d3"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/267211b8-f876-4e97-b98c-6014a5c83b50/2c6630fe03f63e581c98302e5ac144fc/dotnet-runtime-6.0.28-win-x86.exe",
            "hash": "b767537d7223011200184efca5c90a6960529623724dc7404b8be8e09323960907adb9bdb49d376f08b9d017315f9ea081109f1477aa90620ad21a4730fceabf"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c090f88f-988c-44d6-9a40-a8b9bc5ce5a0/f122abbfed1d3754f1c412c92b73a3f0/dotnet-runtime-6.0.28-win-x86.zip",
            "hash": "5f7170480e314ddcf008da941bc915861199e064485643cb2efff84e0997e4f8b930ddbcbb9a57bb4bfed7898880b51e6d7c1f57b64b44899f688cde0733d853"
          }
        ]
      },
      "sdk": {
        "version": "6.0.420",
        "version-display": "6.0.420",
        "runtime-version": "6.0.28",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf62adad-ab62-4941-b474-ed275935e7b2/358b637e181b9a76a9a70a192b951760/dotnet-sdk-6.0.420-linux-arm.tar.gz",
            "hash": "226a4bfeb1238178c56a7c9ff37ae21bb59765b8ee7d05b09148208bcdd3a98db78a3cbf346de70c8d20a34c777a8475c3991f3ed1bd47cf8f41e658216229c4"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d4704678-77d5-433e-97d3-a72b5a1f3316/b73d2c0c05f3df0c119b68418404a618/dotnet-sdk-6.0.420-linux-arm64.tar.gz",
            "hash": "6625ab63705bcdeba990baf21a54c6ddc0fc399ee374e60d307724febd6dd1ca4f64f697041ec4a6f68f3e4c57765cc3da2f1d51591ec5eec6d544c8aee4f9cb"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1d53328c-86c5-430b-830c-107a2a841ed5/83ddc0c32cb5b866c9a5fca70fab8942/dotnet-sdk-6.0.420-linux-musl-arm.tar.gz",
            "hash": "0b2f4aae7c5762b5e9adec59fefea1265880bd2c6ad282e33de3e99d9d837e15e9b1a5e7939ddf6868a110bce4e473c84b01127699d247ca12fc89cd9c729fde"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/31eab213-91c5-4963-aa6b-8321f55e9f17/ced5291ea886b3dc5d76d6d1ab5dec27/dotnet-sdk-6.0.420-linux-musl-arm64.tar.gz",
            "hash": "0f83cdaf9919f0710b9a92c2c2e490d9051fde38ba8b09fc9d9c7a9a2400557c00dda57f5335cdbbc36836bd13dd5dc8b382510d078dd8d05b0fd42ba8ba166a"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bcaad2d2-19a9-42f0-8dfc-604cf03ddfde/bd1374c2c4ebc770f4555da947cd1c42/dotnet-sdk-6.0.420-linux-musl-x64.tar.gz",
            "hash": "5e302668e6b36414aa6c78d8ca2e1052e3fc857e359a3e28c6d2cb85174bb43d75e9565a8f2621467a99a634896bcdf4bc6733b6f6f1fed4dbaf6239d5c5e595"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b521d7d2-108b-43d9-861a-58b2505a125a/0023553690a68328b33bc30a38f151db/dotnet-sdk-6.0.420-linux-x64.tar.gz",
            "hash": "53d6e688d0aee8f73edf3ec8e58ed34eca0873a28f0700b71936b9d7cb351864eff8ca593db7fd77659b1710fa421d2f4137da5f98746a85125dc2a49fbffc56"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/765a8b03-083e-4ae0-a468-3025f7025d8c/6d90637617f28810ec3abe148a051d3f/dotnet-sdk-6.0.420-osx-arm64.pkg",
            "hash": "b07c218a2ff54fc66af291f18c7fd1c3f660c772288110d1e8407f55c414e0d5eea3f3f4a7f1ec24e6525f0a433412fd663ab65ea3516b7ee254cc10137d9aeb"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4a4728b7-96e6-48f1-a072-6906205e6a58/de54331936784caded5ecd5d10b0ee81/dotnet-sdk-6.0.420-osx-arm64.tar.gz",
            "hash": "b19ef70a71a5bfe78520bd790e1490b541791e02dc5331f9a00ef14abed7f5b0c3bdfa2f4595d0c312256431aa6eef0af63e6dc2b1d140408d3e7285bf452701"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0e01a0d5-70de-4872-9e17-ac810a2d0325/b1cdf50516e6a6fc9e413164e93a5934/dotnet-sdk-6.0.420-osx-x64.pkg",
            "hash": "0335aa7154081ec3a619bc0b764afc54ae2f999198174eb73dd2353d492749447c7f8514d2b1407865f2453d2a0ffa59599ff09a7295f910fc411c0ab88b863c"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fd6f52d7-42fb-47a3-befc-a1458fe3d345/82d7e21a105b02acc768fdbfdcd2cddf/dotnet-sdk-6.0.420-osx-x64.tar.gz",
            "hash": "611c7a8b89575fa4ee4fbe345d002e953eceb208c7751d72764d9347c67a49b019d4e0150cac84b0b51e181c61efbcdb66a10e836ba4d94b89da875acb99a556"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7849f6b1-0f74-491b-9483-c621f731909c/75547effeb5839364d5d53441b756aa6/dotnet-sdk-6.0.420-win-arm64.exe",
            "hash": "4c00262437f89ee88c9c8e21796fafabcbd5106cd396c068456d7f4410261d90e87f002e7fcf89621c6bb3406c1fb0812661580c9396b13031a7122df387de3d"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ba7d7c8b-cabc-449e-9be6-f3eea1ccc6b5/9254b70dd8643b6fa37e342cb633a9db/dotnet-sdk-6.0.420-win-arm64.zip",
            "hash": "82559e35052de846165e7b16ffdd067f2361024f1c7d6cfebb21262241c7bc337cfeaa25b5c173547b4ea7d2b66107c0ec8674119dc5e53a5d515d24f71e82f5"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68ff350e-8b8d-4249-8678-570d5025f8e3/2178c63b5572b6016647525b53aa75b5/dotnet-sdk-6.0.420-win-x64.exe",
            "hash": "bd7118b96faaea98d79a55163f858b1013ea4754bb89892052bdcc1da5e1c16c395da842cc6d6b6384ba39a29ea7fd3f2465e7876f819377d6a2f41b292d50f6"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/98372669-0339-4a65-8a48-7f8b6426339a/204e48e8157b031ecb0149a44827863c/dotnet-sdk-6.0.420-win-x64.zip",
            "hash": "871406108ff51ffce161cfbbdd778f3410041b270ecaaa03dfaa5a5315e2c546a16fb298a2daf7a04d92c30317e101bfa90efc4a2d0123de74c8b6a46db18654"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/87974b87-c8d7-4d78-9d86-e4273fee5546/3b3947ce98f7d39f8a7d8987bd6fd8e4/dotnet-sdk-6.0.420-win-x86.exe",
            "hash": "e3e7cb257e89990f1f38b42291bae2c110e99f134e3ee3ee57e8bd5573846ec3b2aef2cfc4fee08fcc1f6b964e4a0448413f076b869744d93f49bddc358c6389"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/51f29b21-f5e5-44c4-b617-190ad248dc52/83fb33c0233d11ab20185132ef201dd7/dotnet-sdk-6.0.420-win-x86.zip",
            "hash": "2c4969eeaaf8cec52cc0200d2c7d02adf3f490d0a8d1672cd97b308c8a136f08699fe8c86ed5fb52a2e87375afb4471c578ea1fa9debb8052a44e6dc63b223dd"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.420",
          "version-display": "6.0.420",
          "runtime-version": "6.0.28",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cf62adad-ab62-4941-b474-ed275935e7b2/358b637e181b9a76a9a70a192b951760/dotnet-sdk-6.0.420-linux-arm.tar.gz",
              "hash": "226a4bfeb1238178c56a7c9ff37ae21bb59765b8ee7d05b09148208bcdd3a98db78a3cbf346de70c8d20a34c777a8475c3991f3ed1bd47cf8f41e658216229c4"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d4704678-77d5-433e-97d3-a72b5a1f3316/b73d2c0c05f3df0c119b68418404a618/dotnet-sdk-6.0.420-linux-arm64.tar.gz",
              "hash": "6625ab63705bcdeba990baf21a54c6ddc0fc399ee374e60d307724febd6dd1ca4f64f697041ec4a6f68f3e4c57765cc3da2f1d51591ec5eec6d544c8aee4f9cb"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1d53328c-86c5-430b-830c-107a2a841ed5/83ddc0c32cb5b866c9a5fca70fab8942/dotnet-sdk-6.0.420-linux-musl-arm.tar.gz",
              "hash": "0b2f4aae7c5762b5e9adec59fefea1265880bd2c6ad282e33de3e99d9d837e15e9b1a5e7939ddf6868a110bce4e473c84b01127699d247ca12fc89cd9c729fde"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/31eab213-91c5-4963-aa6b-8321f55e9f17/ced5291ea886b3dc5d76d6d1ab5dec27/dotnet-sdk-6.0.420-linux-musl-arm64.tar.gz",
              "hash": "0f83cdaf9919f0710b9a92c2c2e490d9051fde38ba8b09fc9d9c7a9a2400557c00dda57f5335cdbbc36836bd13dd5dc8b382510d078dd8d05b0fd42ba8ba166a"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bcaad2d2-19a9-42f0-8dfc-604cf03ddfde/bd1374c2c4ebc770f4555da947cd1c42/dotnet-sdk-6.0.420-linux-musl-x64.tar.gz",
              "hash": "5e302668e6b36414aa6c78d8ca2e1052e3fc857e359a3e28c6d2cb85174bb43d75e9565a8f2621467a99a634896bcdf4bc6733b6f6f1fed4dbaf6239d5c5e595"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b521d7d2-108b-43d9-861a-58b2505a125a/0023553690a68328b33bc30a38f151db/dotnet-sdk-6.0.420-linux-x64.tar.gz",
              "hash": "53d6e688d0aee8f73edf3ec8e58ed34eca0873a28f0700b71936b9d7cb351864eff8ca593db7fd77659b1710fa421d2f4137da5f98746a85125dc2a49fbffc56"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/765a8b03-083e-4ae0-a468-3025f7025d8c/6d90637617f28810ec3abe148a051d3f/dotnet-sdk-6.0.420-osx-arm64.pkg",
              "hash": "b07c218a2ff54fc66af291f18c7fd1c3f660c772288110d1e8407f55c414e0d5eea3f3f4a7f1ec24e6525f0a433412fd663ab65ea3516b7ee254cc10137d9aeb"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4a4728b7-96e6-48f1-a072-6906205e6a58/de54331936784caded5ecd5d10b0ee81/dotnet-sdk-6.0.420-osx-arm64.tar.gz",
              "hash": "b19ef70a71a5bfe78520bd790e1490b541791e02dc5331f9a00ef14abed7f5b0c3bdfa2f4595d0c312256431aa6eef0af63e6dc2b1d140408d3e7285bf452701"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0e01a0d5-70de-4872-9e17-ac810a2d0325/b1cdf50516e6a6fc9e413164e93a5934/dotnet-sdk-6.0.420-osx-x64.pkg",
              "hash": "0335aa7154081ec3a619bc0b764afc54ae2f999198174eb73dd2353d492749447c7f8514d2b1407865f2453d2a0ffa59599ff09a7295f910fc411c0ab88b863c"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fd6f52d7-42fb-47a3-befc-a1458fe3d345/82d7e21a105b02acc768fdbfdcd2cddf/dotnet-sdk-6.0.420-osx-x64.tar.gz",
              "hash": "611c7a8b89575fa4ee4fbe345d002e953eceb208c7751d72764d9347c67a49b019d4e0150cac84b0b51e181c61efbcdb66a10e836ba4d94b89da875acb99a556"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7849f6b1-0f74-491b-9483-c621f731909c/75547effeb5839364d5d53441b756aa6/dotnet-sdk-6.0.420-win-arm64.exe",
              "hash": "4c00262437f89ee88c9c8e21796fafabcbd5106cd396c068456d7f4410261d90e87f002e7fcf89621c6bb3406c1fb0812661580c9396b13031a7122df387de3d"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ba7d7c8b-cabc-449e-9be6-f3eea1ccc6b5/9254b70dd8643b6fa37e342cb633a9db/dotnet-sdk-6.0.420-win-arm64.zip",
              "hash": "82559e35052de846165e7b16ffdd067f2361024f1c7d6cfebb21262241c7bc337cfeaa25b5c173547b4ea7d2b66107c0ec8674119dc5e53a5d515d24f71e82f5"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/68ff350e-8b8d-4249-8678-570d5025f8e3/2178c63b5572b6016647525b53aa75b5/dotnet-sdk-6.0.420-win-x64.exe",
              "hash": "bd7118b96faaea98d79a55163f858b1013ea4754bb89892052bdcc1da5e1c16c395da842cc6d6b6384ba39a29ea7fd3f2465e7876f819377d6a2f41b292d50f6"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/98372669-0339-4a65-8a48-7f8b6426339a/204e48e8157b031ecb0149a44827863c/dotnet-sdk-6.0.420-win-x64.zip",
              "hash": "871406108ff51ffce161cfbbdd778f3410041b270ecaaa03dfaa5a5315e2c546a16fb298a2daf7a04d92c30317e101bfa90efc4a2d0123de74c8b6a46db18654"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/87974b87-c8d7-4d78-9d86-e4273fee5546/3b3947ce98f7d39f8a7d8987bd6fd8e4/dotnet-sdk-6.0.420-win-x86.exe",
              "hash": "e3e7cb257e89990f1f38b42291bae2c110e99f134e3ee3ee57e8bd5573846ec3b2aef2cfc4fee08fcc1f6b964e4a0448413f076b869744d93f49bddc358c6389"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/51f29b21-f5e5-44c4-b617-190ad248dc52/83fb33c0233d11ab20185132ef201dd7/dotnet-sdk-6.0.420-win-x86.zip",
              "hash": "2c4969eeaaf8cec52cc0200d2c7d02adf3f490d0a8d1672cd97b308c8a136f08699fe8c86ed5fb52a2e87375afb4471c578ea1fa9debb8052a44e6dc63b223dd"
            }
          ]
        },
        {
          "version": "6.0.128",
          "version-display": "6.0.128",
          "runtime-version": "6.0.28",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6d2fd41a-2160-42ee-a3ac-59e4f11276e5/50f170b07853c0b75c5f6b4236b08ef2/dotnet-sdk-6.0.128-linux-arm.tar.gz",
              "hash": "e7a6428044e86da8f570df3335462062e322e8fc4433e3b6e08884240bb7897709eefc633d93a5ccc9503d1abecf13cd0fe801b81451f390a5af1b38bfa8de91"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0041b4a7-e890-4fb5-8bf3-8d31cefed5ac/505c3738dbcd0a94edfa0af32afdc95e/dotnet-sdk-6.0.128-linux-arm64.tar.gz",
              "hash": "3bc341f842346f0fae948c4ff4d52a14c7ebe09aec8e76afd19f8441e52456f66fb32998ea19354053fb4994d38ac7b0572df39708d6e7ba53623a73138cf6eb"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2d5460e2-e976-4a42-b30a-3d418bb10187/9b01484f458f4ae4e3394166bd8eef7d/dotnet-sdk-6.0.128-linux-musl-arm.tar.gz",
              "hash": "b04fa55e17e4cecf680636743b078b8781903d0c7086bc85bfdde3a0f50c557e8d29c4213b916d1bfd735beb8525dd5cb47b1c1f24235a8c729aa8a69d559c10"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f683585e-b841-4dc8-93d6-28491260ba40/7599f47ee0cd2c3effb31342764f07ca/dotnet-sdk-6.0.128-linux-musl-arm64.tar.gz",
              "hash": "f1a5e7b6654cbcbf78d1af958199c101cf0f72031e7633a0c9ad5f19ab6c0662cc5b8ea971383ea8fb16342480f9d08076c6cc096fe4596c3f59b56f3a9bf8c9"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9091cd40-0f9a-4ac2-a171-afccfa6dc627/d68af8d5e13043ce1a95ee622f49f3e8/dotnet-sdk-6.0.128-linux-musl-x64.tar.gz",
              "hash": "ca11d57726faab4aa3bfbed5ff26befd6f9d7992f54601cd939b19af7a2e0ddb426a17fd68e7945a06712c354bcfc24643d16c768172256c3a897fd9de68a0b0"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/530c0041-ad39-4918-b658-9e8d9b0e3982/41efca744e6ae51fbffd51a8f546bb9c/dotnet-sdk-6.0.128-linux-x64.tar.gz",
              "hash": "0f282e8b801e37b762a8e0a8d98df8d0a566973f60b8d99d1f08622ebf00655d65d682d971ddeb0d3594ea3276382dc6e2a96de22e6b22e4122b57f0054906ea"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b4c67917-19ad-4344-9929-48fc0a88bf0f/a006d448b66a6971811d9b7be36ed086/dotnet-sdk-6.0.128-osx-arm64.pkg",
              "hash": "c84a0744cc0a159bd3235a3fbaf62c802d835b5cac442106dbfd49fbc615ded9b2bbe998e787dbc53f128d247df73909f2292f05336f828469d29e1604d2ef7d"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d4b2a693-09e5-4f68-b9e6-5f0a0a3d7fdc/e3985f6d25d32394d0da5b259e79a438/dotnet-sdk-6.0.128-osx-arm64.tar.gz",
              "hash": "7bf615a8ee80839a46c1e6d70b34774ffe049f3a5a5d1a215eaf94c50a451e5c31e4f3bdfa5e42772f2735d541db78a68bed6330a2c68369237876ac31be238d"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/84340056-2f35-4ab0-9a96-2919a6a531d5/2fd673c4302dba5710e72b8e77cb5fff/dotnet-sdk-6.0.128-osx-x64.pkg",
              "hash": "ce67514dd73fd3d20270533023d29251cfbccc29658c90cc71ad17bf2dde61949c9fa3ef8df53509985fd886d25f0853b8fd742e0b5ea081fed2ddd179ebc0fa"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/15f361b9-5a74-4345-b268-0a22ba7e0a97/8113ded4fff1234c307050e7b0f760dd/dotnet-sdk-6.0.128-osx-x64.tar.gz",
              "hash": "eb696e628a92ca18a841c23958e5efb0e0881299062301340786316db28f9e5b4ac60ea2d135f7b39933fbc88b37be315707c5dedec73792958ece299c5cee39"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b549b4dd-08fe-451a-b271-3f654bdbca86/a02df1ba939dae749ccf8634a6c0401c/dotnet-sdk-6.0.128-win-arm64.exe",
              "hash": "7567f58718a96b68c85b4078480f44be0031e13174c8a949cdf2d3c06121630c145aed50b3027d0d96bcca918b6ab08e1f87238af6814ba5546c00cab8fa35c4"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e895cdc1-1b24-4dc7-8a6d-b3007b02dfbf/82227d67afac13bca3841196adcee872/dotnet-sdk-6.0.128-win-arm64.zip",
              "hash": "2f881ec651389558f114542d00875e1beb14763039e0f5f30a7d2be1d22e633560ac425442291c497c7c7c6f7740dc88fa754fa384a8cc582ddbe7b7d3da0890"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f5941dab-eda5-46fb-a2da-154a4f7e3c29/3e010236cbaccfae700d154385f126ac/dotnet-sdk-6.0.128-win-x64.exe",
              "hash": "f021cba314e257b3c2a7064ad912cca858ca6367b142d448e2dbd0771dbcf19bf3f531207d65f9e013d231ec5a1337a240c9c665d051f561afa677f5eee32624"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5df47a32-9db8-4e4b-a357-020163140128/e8aedb17936853c1eaee75f0fa605bb0/dotnet-sdk-6.0.128-win-x64.zip",
              "hash": "1b8c21ebe034448bcc5e320ab468ccb3ecee0342a7c0c7293922db26533e3a9d47596c838b06f6d6e151b3a1a6d27e636c807876e7b58762a1f7cdd64eded135"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/acc12efd-fd3f-4bde-b5d0-f23dcd48b96a/bc1b12fd90c9121f36aa941f62561e35/dotnet-sdk-6.0.128-win-x86.exe",
              "hash": "799f6d5269c7f4e3de914d466431d00f588c16a38ee17304f4b8d073365c2db4d4009481ff9f539c54b2757e4d2515e942878bc8d072340fcb56cc91dcd6e5a5"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ea68b9a1-f62d-42c2-8b64-209ffaeae453/18012161aa88e62586a67919adb5c2eb/dotnet-sdk-6.0.128-win-x86.zip",
              "hash": "c806fa1e68f3eaed93a9dc5119d3f0c361cfcc114ed771a1f2e0ff772acdf21d58f08a25368038f1db28290f2c932d9245e8d04946dc0d0ba4144d6ad64ff16f"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.28",
        "version-display": "6.0.28",
        "version-aspnetcoremodule": [
          "16.0.24052.28"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2b871c24-a310-4842-9ebf-81c257443f4e/dabf5b3fb20dcaa50818574cbf91712b/aspnetcore-runtime-6.0.28-linux-arm.tar.gz",
            "hash": "6a6787f692f27fd8e437787cbc69840c7e19723db5d155802b2ed86917d6e8ca7d114782839a167dee0b23c3af09c9d82f938aa7fbb6c66a10bd510e577e40b5"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9926d390-141c-449b-b66b-92592af1c4d2/affff3fb06b82ef6388f57f1ee5359a3/aspnetcore-runtime-6.0.28-linux-arm64.tar.gz",
            "hash": "932773d9aecfe3918c0479f44d5ca7d643cc7bbe632421ea78326605dd374e9df904f49a2c4279cab0af16be55f41c8fb8e04590aef55ce13c728f9a64d3015f"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7945d535-ac85-47a8-aa20-06e1748c9be1/2fa424c7de8b65cdb963ce8b78d97edf/aspnetcore-runtime-6.0.28-linux-musl-arm.tar.gz",
            "hash": "a2e8499f4e9171b0ff6dc9048c1bf7a6974208f0f8bddc3af5b35da17b275f5b58479a543f974be875fda295fb9b00c87f760358b854edfe0bb6ecd893488539"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f50ace21-4baa-4e03-95de-eb1d966e193d/be697285e0e7abac4180a86a6c0fe0ab/aspnetcore-runtime-6.0.28-linux-musl-arm64.tar.gz",
            "hash": "0166ea4b46dd483dc17023557524d6d554d96c0955c44f565e11c948c4c19285ef806973ae4660999e78637709b73754d1eb91c0ac6c8e05b9c71e5d4ac7a979"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e05bf464-9601-4d4b-b412-f9d281ad4b78/4f8ae9cc0779607b4df58c223c411334/aspnetcore-runtime-6.0.28-linux-musl-x64.tar.gz",
            "hash": "74cf511026f5d5926bd4a16b88c711b87810265d85d5c9ed54b12b63c06f584fd4a4053c77d71c4818e8eff187ea31682defb001c19d8176e326afb42f8af255"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e120ccb-35b2-461b-a791-4c439d2371f1/f64e4a1a25fc96ed90c9db839d7044fd/aspnetcore-runtime-6.0.28-linux-x64.tar.gz",
            "hash": "52675b81e026b4b673aedb2d9ee99a79ccb47eab090a059ef9b95615befc034ef7fbe674b01ae813870f73dcdbcfa32906969860a464aa5d356c004b6bfb201b"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eda70fe7-655e-4753-b185-159a9534f6fc/0cead75a722fddb6341c27da918576d4/aspnetcore-runtime-6.0.28-osx-arm64.tar.gz",
            "hash": "a713927fffc0335c9b25febbae1f75e8436e9b3d4b36fe4860bc104cac393e72164551260bb4804da282f3658c9c32a88ded87c47d1e2e83d436f932dda6cb84"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/82a75674-ecad-46c9-afb7-4cbdd9e5c464/f6fdcb021c3a7c0a7e7bf844eea1bb66/aspnetcore-runtime-6.0.28-osx-x64.tar.gz",
            "hash": "40f8a76d68a89e62c4300f4f111a9001be0e4664ab6bc07c6718e33a31768e6b8e2bf130ca561628c85e9e1718c26140a8b98465d78fd13471e580148cd1ae39"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1abf1ec0-cd9d-4970-8cc3-c2278909f3b5/d9b8a31101651c3bacb8decc0efa8db9/aspnetcore-runtime-6.0.28-win-arm64.zip",
            "hash": "5ddc2f96c5535bf371d01d0d4b09f1daea1cdc32464283a8a181536d0859b643d02330292074763160d54d4abcd9f65ea3dc0bf43d88d04a079a2b5de3320bea"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c7e44967-9522-4567-9f23-d92452cb25d4/89b32234f3dc50b2c1e215439dd98866/aspnetcore-runtime-6.0.28-win-x64.exe",
            "hash": "8bffca6a8c92ea2b438e01857028cc8fd2904900f6e069b976eb1d246221190e05cafb223491ffdb469038034c2934662a5715603b0623662756abb4e3fc26d8"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/56ba51ff-c29e-460d-bff3-4604f84942fe/df3aea77fa56a76a1325940747f82e99/aspnetcore-runtime-6.0.28-win-x64.zip",
            "hash": "8b9245c6dfd0e9d5603e29822675ad162ac80b161bfa2b74340f1a86e0481a65c7d98bb0060f4eadb4f3a16c2b56aa8a298eaaca06a3dcf1929c67c6fc866899"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/43a8bb70-5f8b-4219-95f1-8a3af65ac047/23bc7729e74089ee0edb0bf08f71bb37/aspnetcore-runtime-6.0.28-win-x86.exe",
            "hash": "abf39d5ab7e1e9cfc927f0b18a16235810e2851f86f239abc674023d1da14bba534f641a44616e0fc3593a780d19d0cc5d833186cea2f386f9ec2d80bf136516"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4d7199e-a4ba-476e-a22e-ac3e4ee62314/ed30b26a606fd18c5c6b346890fc6a90/aspnetcore-runtime-6.0.28-win-x86.zip",
            "hash": "2b75146cc8b5a6d733593df60bd27acd38e124d66772ae8beb0cdc1f27bec1bade5466be47da39aa27f5628ecd504dc451954d61c5a54b90b3c766bae59e5144"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c9277ae6-1bd2-47d6-aa9f-0409791e4a22/ce685479743a5567f43913362237e320/dotnet-hosting-6.0.28-win.exe",
            "hash": "740e0e2e60fa763f67b981ca061733929ed08fce1cc0660cfefcb85c30d0b607cb94c9ac3877b1c015050726170e1e47b718e8a0cefc968a29fdf5bfc4da7ce0",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.28",
        "version-display": "6.0.28",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1c3aa974-fd10-4e3a-afd0-70504981901c/f043466b295d91cb432cfb12187f9317/windowsdesktop-runtime-6.0.28-win-arm64.exe",
            "hash": "ead47113e3eac7009fd8224b869d09531f6226cae55b3325f23b0860b83a3dec30df02c8fadf04d8fba476ada1ac65b3c2c2d9bcdff6b1728161fd4501d73723"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8cae7212-f168-42fe-a850-eb6a43d4906d/754bd95f0de7a40d62618fa4e8f29b8f/windowsdesktop-runtime-6.0.28-win-arm64.zip",
            "hash": "6bb595a365a31a8d4dbdea78a7998bc9a2a75fda786106c6e80b279d408b1c3806005217cb074c4e1541a60424926c74072cc02fa27672fa976d463879e94b5c"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3f02cb28-18d2-41d8-a5e3-411aac7b7e5d/69fb6f7f450993f326ead2575ab783d0/windowsdesktop-runtime-6.0.28-win-x64.exe",
            "hash": "984ff5f50f0b59e1edde0926858ac63a5605ea9f2c3e55bdb4fe81aaa805f033a70e43474858187c0c3e7358d4dd9b06b8aea1fd1b15dd0d0c3fc9c1d20cbdaa"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e649bfc4-2465-4444-9aef-7bb4f37f97f9/0daa90bf1f463c8d4b3ccc085e968b0a/windowsdesktop-runtime-6.0.28-win-x64.zip",
            "hash": "572c94cdb0e9a7ea8e927f918521237081cdd857446a23bf9299798d890347c493c30b5854ccf035b97b1f2fd950bcbab2746d1d8aadcd4160b7534dd3b93501"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6e38e5c8-1fad-47d6-8863-bef8a6806148/255e17a4ef55bc157392e713cc7aff82/windowsdesktop-runtime-6.0.28-win-x86.exe",
            "hash": "4d6f5addb5ec088eacead3d6155d9124770be5f60a779e9f159ea5d19a66de2dbd62ec834eff242d821de81f0aa68f7bf4cfbbc8c916613176d56662c6619dd0"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/92cd4f2c-bf71-4042-ba71-5ff52c824d99/d327d7840c7dcb6da0750af40889db28/windowsdesktop-runtime-6.0.28-win-x86.zip",
            "hash": "7eccd570d4623145dea52d5938cec96ed5809b80a1078e2161b95c95a1876f9b8e0d403b4fd0c035abddf8cff8f7b0637143bf7a635e579b0527cb98562f4d0a"
          }
        ]
      }
    },
    {
      "release-date": "2024-02-13",
      "release-version": "6.0.27",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2024-21386",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21386"
        },
        {
          "cve-id": "CVE-2024-21404",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21404"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.27/6.0.27.md",
      "runtime": {
        "version": "6.0.27",
        "version-display": "6.0.27",
        "vs-version": "17.4.16, 17.6.12, 17.8.7, 17.9.0",
        "vs-mac-version": "17.6",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8c35f4b3-32a9-41a7-8690-659051788610/49969180f86f9deb6af2cd55ef59005a/dotnet-runtime-6.0.27-linux-arm.tar.gz",
            "hash": "fb0f964ba5086ffd9bbc1467d97deb057db3c07c911a42eeee60cd6f35c3575efe45fe073648d803636f642fefe04774eab5e62a3f3b6afc4aa97087962d2c60"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/559c4240-f5e3-4d3a-a361-99c07c7cad11/a00adbf8edb12c3646ebf57bce84d1c6/dotnet-runtime-6.0.27-linux-arm64.tar.gz",
            "hash": "2e9772089ca8d548201d02542ba2013506530183ea6f52e8907afa608662ae967579add6d9704b75c22f2639667ef87682a7ce92aff05d51670e9354e52df1ee"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3ebc6223-96e5-49dc-9359-2cba6963bed0/0c07476fa184fd61b0af6def41166a2d/dotnet-runtime-6.0.27-linux-musl-arm.tar.gz",
            "hash": "2eabd2cfcac1061d93b0ff45891a95cd74dbf0959f5281609d763f48ca97f4e97ba32b02820f9c3b5a18be757666d2781fb6eca12623ad2b6ede3297b074a937"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e3592f87-5832-4af4-98f7-85caf820b618/7159e1cecd35294be1cf02b20ac486e1/dotnet-runtime-6.0.27-linux-musl-arm64.tar.gz",
            "hash": "3efad6050ec2bc3a2df40aaf8d16761be204ea866728d4b2c09e0ba4f4dc46225ba683c1c8a1ed446d2aed80e6d9c8eb46892fc6f28f2b2107bbc4d277de2d76"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fa6af42b-36e5-4de2-b57a-21f7a9e6d558/0e6435339b808b132d0e812ceb6457c3/dotnet-runtime-6.0.27-linux-musl-x64.tar.gz",
            "hash": "b090b5499954ad246f136e64fbbb6ff375fceee7f0933d758ec2c595275c54aea353453b755f42d9ed300449c9d7b24dd13ff27c325869eaca2f01b8dba880af"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b4f214ee-a287-4640-991c-de80de4111d9/2672dee679fc3627949e8efdfff71e6d/dotnet-runtime-6.0.27-linux-x64.tar.gz",
            "hash": "448c4419e6c5b52e82eebaaf8601bbe668a0c8bb3293a6004125c7305b38072f7d2236ebffcaf4a71901b61b22ce66ae8b077af6321ba14729be385f228be04c"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8a27acfa-4a99-4dbf-9780-9bf76550d254/4f608beae37f2860403b1714d96eaad6/dotnet-runtime-6.0.27-osx-arm64.pkg",
            "hash": "5291d1e71df042d2a0a950f1a4f55b9fd2e752e722a9d67aeaca7e1d80b66d442e8f86eee6ccaa41cd4b45553f0551881a1aa680c9753a8f25a3c8cccebb0811"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ac022bcb-1ccc-4e7d-8b96-6d0379bec761/3ac011081768ec18387dee520e42c540/dotnet-runtime-6.0.27-osx-arm64.tar.gz",
            "hash": "5394fb21a6c4748ccf12c47c3774ad3a193ab3dec263161bc90522bf3b2de3dd65c0102a33a9c946c2b88588fc1d6083ee4c9c683d173d7f371a98ad78591705"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c534069c-5286-4755-a7a1-0e227154778e/5c5182246f716ec759eb4106daa1a4b6/dotnet-runtime-6.0.27-osx-x64.pkg",
            "hash": "78c9d676521a173d02ad9d60061fe74f9512fbe9c0074368a95ddafc541b10af6d717e29b6130e6500fda78dc97886d1466151f7db70f753dc17d748f262da96"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/54b2f9c4-2c1a-4fdf-9054-f295d3ae24f2/bafc4747c493d32bbeab6a5dc3cef4a5/dotnet-runtime-6.0.27-osx-x64.tar.gz",
            "hash": "c15275726882d2cbbfe8e76b05a9dd6e6764a5889c54b2e40eefd057e39f4c44c2da0909b890e27f463b47b08755a8b83657b6f67c77a460e3009554e85b4942"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a59ec05b-ce0b-4e7e-b3e8-657f722ed041/e91b7395313babef6773f45e3987bf9b/dotnet-runtime-6.0.27-win-arm64.exe",
            "hash": "fafcaa8d9c76ede6e0259e9ce126de93930eac5b6e5154759293f230e7fbefd2935bc23b6cf308fdbbceb3edd40e1f904a8eb7e12332f32128da9217f2e8f1ef"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/42a7a61b-650a-43fe-8bc0-20d694ead001/1f3aefb5c3a0a32d116685d27821addd/dotnet-runtime-6.0.27-win-arm64.zip",
            "hash": "5a21cc73334da4e913e8fdb60b6dfefe566ab677e475f614444e6e50cb9ff8811e5b15b601dd1a4536780826749d56aa18609f6660e407b939af027101dc2238"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d57db805-d384-4ddb-b4a0-a9b4f7b37400/6e762dcde412cceafa16725e393663ab/dotnet-runtime-6.0.27-win-x64.exe",
            "hash": "15dec7681699b394f4309da6f4754ff724f330ec5bdbb5cd562699a441993cdcd49b20c96b648bfd47f6a2cbbd0ed14b90c221d3f868c0644dc84707978006c0"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f9c69d2a-258e-4943-b909-37b6f0865559/fc3989ac356c3b5216ded488c50b5304/dotnet-runtime-6.0.27-win-x64.zip",
            "hash": "d1e68a924c45bbde48e0b3a0ce0f14fe061a231dd6ca55c434a095f4c779f2cd3331f8b5d2d845864ba51e71a9877b9af4b22e435f4fa2717bef7be9b8674054"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/777e48e1-24a5-4aa5-b380-9c715f8542c2/4c7fd363a2c93c7c4ab77f6a75ca50a7/dotnet-runtime-6.0.27-win-x86.exe",
            "hash": "a3a215dab0a5034d4e346ec5e7287a95ebe89c64948cbd2c1471a719e6cca50d2601b7dd30a7155b5f474658a6e0ffaf677e424c97daa564bf2e4388a2211892"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/84577830-4b37-4b7c-be2c-9cd14eadc50e/688f58a0bb556bede6a27dd2d555a316/dotnet-runtime-6.0.27-win-x86.zip",
            "hash": "ec81c2f33dbd7ec40122116f0c187e92b001794fed351b9130feb5566beae64f4d5922b4bebc1508c5559f2768f31fd0d15bf795731fc562c2c130594f1de878"
          }
        ]
      },
      "sdk": {
        "version": "6.0.419",
        "version-display": "6.0.419",
        "runtime-version": "6.0.27",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/badd7c97-634f-410d-9397-995524372595/3d773584b9017d27433c1fe793d9696f/dotnet-sdk-6.0.419-linux-arm.tar.gz",
            "hash": "ebd3795b6b9e828fb6735156d9121c2858fd225559f2ecf93f0c65280e8bc18197249f3244d8d6a6f0cb84d14f9c3718acd01cd5457441c2836aca4101335392"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3b18aefa-0e14-4193-a167-35e1de4cfe46/acf2b230ae3ecfbc4d5f4c20cbf97b2d/dotnet-sdk-6.0.419-linux-arm64.tar.gz",
            "hash": "c249e5c1d15f040e2e4ce444328ec30dd1097984b1b0c4d48d1beb61c7e35d06f133509500ee63ded86a420e569920809b587ff2abe073da3d8f10d4a03a9d15"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6876bff7-b557-49c0-a30a-5beb0c7774a6/057afb27a068f2e7ae911893c5a1d0b2/dotnet-sdk-6.0.419-linux-musl-arm.tar.gz",
            "hash": "6dbbd9607a2a98766c7dc900d2fa7aa8e5fa734f6c052bf5f2bdb0bcfbf63ff20f4ee4a1dce56e9de84da8c44c2ac803cfd0f650ef9e4a9c1a2c5827aef0346b"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cc52116e-50a3-466c-9ec8-30934e60fa95/5a6a3401cc326ce4069a79ee21701e7c/dotnet-sdk-6.0.419-linux-musl-arm64.tar.gz",
            "hash": "428c594cbb04f0ffb2413ddf50f0a6aa1f66506ef231ca57089f4275fa51a4742ca4130172b57cb40d75b4252705cae232183b4db675c3b67fa54b498c6afc9a"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d0734139-d379-4126-aba8-4ff0862ef519/4ff75e52b185eab48784a610a1ed6f2e/dotnet-sdk-6.0.419-linux-musl-x64.tar.gz",
            "hash": "2a31055f06769ac9495d6d77a913d67791a98094c9ca9730ae66c725386cdfca42e9d3a3b7cfdb327194200afc38e495dab867908773e60a9b92ee99c7c6b92c"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8828b97b-7bfd-4b1b-a646-e55bddc0d7ad/e2f7d168ad273e78fbae72ffb6d215d3/dotnet-sdk-6.0.419-linux-x64.tar.gz",
            "hash": "155a9ab33dc11a76502c24b94dbcd188b06e51f56814082f6570fd923cd74b0266baefbcb6becdd34e41c3979f5b21ca333a7fa57f0e41e5435d28e8815d1641"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9be72207-eade-45b0-92a9-d48725770f61/8890ebc6575287d598c7139f90cdc2ca/dotnet-sdk-6.0.419-osx-arm64.pkg",
            "hash": "a73c941be5ee8734d2ff8eaf738132c55b28dd69ea3601bc2c035170cfb452b17b8d801b99506e41227bbec141c689db848d76d90e07533ebeb0aebdbcc5f16c"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4bdba21-86ac-4c0b-8d65-c26459e115ee/8fcb7e012eda317486ad00d095cddba4/dotnet-sdk-6.0.419-osx-arm64.tar.gz",
            "hash": "9db6455c2bad80f8c8b312630c77700fd845203ba20cb7022671cf6a22b1663a1742e47eed7a384142a1d58388d8d736b4868efc5ce80b205c949e4ed5d71fe9"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bede9a7c-0980-45a2-b9fd-3477827dfb1e/9c132e3a5ea9d26840f015a957ee1248/dotnet-sdk-6.0.419-osx-x64.pkg",
            "hash": "978e0ef30940c647be4efca48c00e40b9a0ca8ff03490e525723ada8da99b7fa46ebd7413676e58782b3ec8928d4972526f2cb7a46bfb79b1b7e5cc5aeb65566"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f9e10850-734b-4267-8fd4-27a8e0f83cb9/1ac81544781feb8717c584d991f831c3/dotnet-sdk-6.0.419-osx-x64.tar.gz",
            "hash": "43d9ee7f63131138b9a8aed10ca6797256c029168a07c340ff7a5b2fb43ebf62efcb62a4bcfe669de2b57749223d89028e68bb45e9dfbc0d5341ad5f1bd0516d"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2fcb1098-8331-4ada-8369-98fd7cde03a6/27c33a1f6dda1924ac95e61e7a2ecae2/dotnet-sdk-6.0.419-win-arm64.exe",
            "hash": "0b484736a930ddc13e5380cb56d98b3c1e63a983627f2053820de4f26f0dbf7923f9523b74acaa4a7c5b63a6887946b6703415ed7b5cb49639c9d52ea418831f"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/78d9c039-65f0-4ab9-82fb-4c1081ba3840/50db731747ac0a40473ee681c8947365/dotnet-sdk-6.0.419-win-arm64.zip",
            "hash": "dd4c90996f421aadf71eae7026776353c70b88f695da1da3ba92530607f66ed92f19c9fd41f5326994b61591b704778f8aa9ee56e7fc83d5980d4414a11f62d3"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/37d12f81-b83d-43d8-91be-7c547a2abfe2/4f6bed6c672458dafd805b007509d9ad/dotnet-sdk-6.0.419-win-x64.exe",
            "hash": "65a4f4fb78aed9fc7d7e997ab609481b34079b3d1f130f231aa1b82f25381e89e50f3affc894027d7dd6b2c0687d3749b06f7eed26a25155f68d4ff88451309d"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5216ba35-4818-4ccc-bfea-423167b2c2e0/e879920a65ee5b5dc13d884d823b8469/dotnet-sdk-6.0.419-win-x64.zip",
            "hash": "102d1e2ec71b7a1caf169b83f3004d30f1684eb77777a3c8dffa929e0e05d04ce21e585f670c212d4bd840928909605e2d580989cef9bb3f000e790b2da73eeb"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1acbc347-e426-49fa-9efc-2ad9a7658d17/f75e1585e8319141b84d3e0e3fe38354/dotnet-sdk-6.0.419-win-x86.exe",
            "hash": "58c2da39735de228ca9fb7f36de505bf50aaeb759d03bbfcfea509b35a7b70a61a6c30ae028bb98c6f208b0586ceacab6132972e9d97e1e197ada15676e23815"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d42c5b77-0c94-458e-a7d1-0b3ce28641be/d1aa90d107d598739a57ebd3d1dc6127/dotnet-sdk-6.0.419-win-x86.zip",
            "hash": "92abac3bcfab97f4d24454ae501677687b79d677b6f3a421a047761e0e77a00e0647701622077029282c672ad4e515099b23529a3499f1d1dab99483891a5365"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.419",
          "version-display": "6.0.419",
          "runtime-version": "6.0.27",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/badd7c97-634f-410d-9397-995524372595/3d773584b9017d27433c1fe793d9696f/dotnet-sdk-6.0.419-linux-arm.tar.gz",
              "hash": "ebd3795b6b9e828fb6735156d9121c2858fd225559f2ecf93f0c65280e8bc18197249f3244d8d6a6f0cb84d14f9c3718acd01cd5457441c2836aca4101335392"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3b18aefa-0e14-4193-a167-35e1de4cfe46/acf2b230ae3ecfbc4d5f4c20cbf97b2d/dotnet-sdk-6.0.419-linux-arm64.tar.gz",
              "hash": "c249e5c1d15f040e2e4ce444328ec30dd1097984b1b0c4d48d1beb61c7e35d06f133509500ee63ded86a420e569920809b587ff2abe073da3d8f10d4a03a9d15"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6876bff7-b557-49c0-a30a-5beb0c7774a6/057afb27a068f2e7ae911893c5a1d0b2/dotnet-sdk-6.0.419-linux-musl-arm.tar.gz",
              "hash": "6dbbd9607a2a98766c7dc900d2fa7aa8e5fa734f6c052bf5f2bdb0bcfbf63ff20f4ee4a1dce56e9de84da8c44c2ac803cfd0f650ef9e4a9c1a2c5827aef0346b"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cc52116e-50a3-466c-9ec8-30934e60fa95/5a6a3401cc326ce4069a79ee21701e7c/dotnet-sdk-6.0.419-linux-musl-arm64.tar.gz",
              "hash": "428c594cbb04f0ffb2413ddf50f0a6aa1f66506ef231ca57089f4275fa51a4742ca4130172b57cb40d75b4252705cae232183b4db675c3b67fa54b498c6afc9a"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d0734139-d379-4126-aba8-4ff0862ef519/4ff75e52b185eab48784a610a1ed6f2e/dotnet-sdk-6.0.419-linux-musl-x64.tar.gz",
              "hash": "2a31055f06769ac9495d6d77a913d67791a98094c9ca9730ae66c725386cdfca42e9d3a3b7cfdb327194200afc38e495dab867908773e60a9b92ee99c7c6b92c"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8828b97b-7bfd-4b1b-a646-e55bddc0d7ad/e2f7d168ad273e78fbae72ffb6d215d3/dotnet-sdk-6.0.419-linux-x64.tar.gz",
              "hash": "155a9ab33dc11a76502c24b94dbcd188b06e51f56814082f6570fd923cd74b0266baefbcb6becdd34e41c3979f5b21ca333a7fa57f0e41e5435d28e8815d1641"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9be72207-eade-45b0-92a9-d48725770f61/8890ebc6575287d598c7139f90cdc2ca/dotnet-sdk-6.0.419-osx-arm64.pkg",
              "hash": "a73c941be5ee8734d2ff8eaf738132c55b28dd69ea3601bc2c035170cfb452b17b8d801b99506e41227bbec141c689db848d76d90e07533ebeb0aebdbcc5f16c"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c4bdba21-86ac-4c0b-8d65-c26459e115ee/8fcb7e012eda317486ad00d095cddba4/dotnet-sdk-6.0.419-osx-arm64.tar.gz",
              "hash": "9db6455c2bad80f8c8b312630c77700fd845203ba20cb7022671cf6a22b1663a1742e47eed7a384142a1d58388d8d736b4868efc5ce80b205c949e4ed5d71fe9"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bede9a7c-0980-45a2-b9fd-3477827dfb1e/9c132e3a5ea9d26840f015a957ee1248/dotnet-sdk-6.0.419-osx-x64.pkg",
              "hash": "978e0ef30940c647be4efca48c00e40b9a0ca8ff03490e525723ada8da99b7fa46ebd7413676e58782b3ec8928d4972526f2cb7a46bfb79b1b7e5cc5aeb65566"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f9e10850-734b-4267-8fd4-27a8e0f83cb9/1ac81544781feb8717c584d991f831c3/dotnet-sdk-6.0.419-osx-x64.tar.gz",
              "hash": "43d9ee7f63131138b9a8aed10ca6797256c029168a07c340ff7a5b2fb43ebf62efcb62a4bcfe669de2b57749223d89028e68bb45e9dfbc0d5341ad5f1bd0516d"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2fcb1098-8331-4ada-8369-98fd7cde03a6/27c33a1f6dda1924ac95e61e7a2ecae2/dotnet-sdk-6.0.419-win-arm64.exe",
              "hash": "0b484736a930ddc13e5380cb56d98b3c1e63a983627f2053820de4f26f0dbf7923f9523b74acaa4a7c5b63a6887946b6703415ed7b5cb49639c9d52ea418831f"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/78d9c039-65f0-4ab9-82fb-4c1081ba3840/50db731747ac0a40473ee681c8947365/dotnet-sdk-6.0.419-win-arm64.zip",
              "hash": "dd4c90996f421aadf71eae7026776353c70b88f695da1da3ba92530607f66ed92f19c9fd41f5326994b61591b704778f8aa9ee56e7fc83d5980d4414a11f62d3"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/37d12f81-b83d-43d8-91be-7c547a2abfe2/4f6bed6c672458dafd805b007509d9ad/dotnet-sdk-6.0.419-win-x64.exe",
              "hash": "65a4f4fb78aed9fc7d7e997ab609481b34079b3d1f130f231aa1b82f25381e89e50f3affc894027d7dd6b2c0687d3749b06f7eed26a25155f68d4ff88451309d"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5216ba35-4818-4ccc-bfea-423167b2c2e0/e879920a65ee5b5dc13d884d823b8469/dotnet-sdk-6.0.419-win-x64.zip",
              "hash": "102d1e2ec71b7a1caf169b83f3004d30f1684eb77777a3c8dffa929e0e05d04ce21e585f670c212d4bd840928909605e2d580989cef9bb3f000e790b2da73eeb"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1acbc347-e426-49fa-9efc-2ad9a7658d17/f75e1585e8319141b84d3e0e3fe38354/dotnet-sdk-6.0.419-win-x86.exe",
              "hash": "58c2da39735de228ca9fb7f36de505bf50aaeb759d03bbfcfea509b35a7b70a61a6c30ae028bb98c6f208b0586ceacab6132972e9d97e1e197ada15676e23815"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d42c5b77-0c94-458e-a7d1-0b3ce28641be/d1aa90d107d598739a57ebd3d1dc6127/dotnet-sdk-6.0.419-win-x86.zip",
              "hash": "92abac3bcfab97f4d24454ae501677687b79d677b6f3a421a047761e0e77a00e0647701622077029282c672ad4e515099b23529a3499f1d1dab99483891a5365"
            }
          ]
        },
        {
          "version": "6.0.127",
          "version-display": "6.0.127",
          "runtime-version": "6.0.27",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/431b9429-8534-47a5-b09c-024047497ef3/3f1d9c61edce4f2b8b514337c3fd45e8/dotnet-sdk-6.0.127-linux-arm.tar.gz",
              "hash": "a5d5496060cc0a733bed2e9a22efb0a1a817fdceb92dedca0a30c24c6476ecf5f4bdbf44c21919c4ee014e31c9702bdd78426aea494f896cbc081ac42d9c331f"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/86394092-9cc6-4652-b939-5581e8038b57/359ce47ac0a7d74f731bb96e55ec636d/dotnet-sdk-6.0.127-linux-arm64.tar.gz",
              "hash": "eef319d517c3347ddcb0bb2d36a8cfd2bcb2b1a8c5cd5901534569b43c8c46874e9366598b3659c868f261275814b21521de8d5c45d5b82b3296c008fe0f3ee3"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5a02e267-c15a-4c20-8cfa-4182e200b8e4/a76b110e914e4f1a5ae59052f663ccc9/dotnet-sdk-6.0.127-linux-musl-arm.tar.gz",
              "hash": "fe888e453adf7a7e5410e1edf334c50829f2d97b5f907298f23af0443df63de0397cbbdc8247fe5ac36f3b3191f67501fd864fb0b0e18526754673752f219330"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2d6755da-2d8b-48cb-b289-cc115d144d61/9d6ca30cfdbdae9092facd06a0f59a4f/dotnet-sdk-6.0.127-linux-musl-arm64.tar.gz",
              "hash": "9860965b11738f7dd443000e6ba37bf6c5ef46dbcd389d09e945b8c6965fda84f1d7e809987641e6a0c1e1a3a40bd4e4f0eedae2df98ddfbf9023aded0785138"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cdb53162-0ea5-4ea6-b773-05b8d1bb7495/925eff765f35d257a9de45d3d1d15e1c/dotnet-sdk-6.0.127-linux-musl-x64.tar.gz",
              "hash": "ef18f4e29b5730f158e677e66eba4bd9575c8c04470ea5c056a8491f72cee0e0f6673dfa94cd674cf6959a188c3ddf0870442a763b813228a915387442c8285f"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7ea91329-89a5-4d52-bcbb-09a8d8e645e7/9bcb0d0f3b233e6b3ba820c5444fa59a/dotnet-sdk-6.0.127-linux-x64.tar.gz",
              "hash": "f5b90d85276ae0e570a4487f0d56d18d2a2b903d9cea95a6f626cab48a01ebf5a810d97d176bb9da9ac7a6256cf58b201e6a42ff87bc0abcf7679b827d8f2d10"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6fb81e60-2824-4423-86b6-46f7ba95b2fd/272f81b3f75962c84c1763ab532350d7/dotnet-sdk-6.0.127-osx-arm64.pkg",
              "hash": "ac52cc44b2368a44844c0cce56e9ce44073b009fee58f282699b8ae3ba06d3b82c4a2a2b8aac1da1a9db9c8587b2bcacd3b5676ee8e537f500637e3e82617e1d"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/63628eff-d974-4fe1-a50a-839d4bb0322d/12fb99ffc81358a033d9cc458903f90b/dotnet-sdk-6.0.127-osx-arm64.tar.gz",
              "hash": "c8408b0404477f14c901e6d68ee5a67935e6a7520ef5f62895f4ed82e886361b3fdb7cd353b187a4f92ccc206339d39efa1b3ebb5df94e1e9e564e1489919d5a"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ffaa6e8b-b058-439f-9de8-2c9ee9c9b4c5/7f83a76c37cae37bb36f64436309e86c/dotnet-sdk-6.0.127-osx-x64.pkg",
              "hash": "b340739dd318584f1447356f15c3ee8186e316bd439a4b4ef13e0228b477a950c003290423b787966d841bb40d445684e13f4b5ec7841eb3819fbc79e2518476"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6e7b18f9-83cb-4342-b565-1c3f5848b7e2/98d76723e397672ca6277c9f34b6f848/dotnet-sdk-6.0.127-osx-x64.tar.gz",
              "hash": "4d135086844e42aeaacf3780a56a2dd4223405b1e2b09b63bb0d7842a32da52130d26fc6bf6c7edd982bc03496f8951857144467ca3683035a049fc6dc912100"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c033912d-f97b-447e-98a4-719b0279a475/4180ac734c16ae2ec3d054732b713690/dotnet-sdk-6.0.127-win-arm64.exe",
              "hash": "089c85a41e04dd84fc57485893fa13c2340fe1195f06d404878ad9a8f991df069bac094c4b9bc38a01e13ac5474140d9a7a2134dcc278c6bccf8fa5505ee591c"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a3e22172-427f-4928-adb8-5ec2260e8d5a/768095e4351671cff947dc2336c3bbcd/dotnet-sdk-6.0.127-win-arm64.zip",
              "hash": "442194f14ee93f7e175084cfc601bf240fffa666669aee201ff9dde85963121d6107854e995096dbb19b2d995ba9e02e99aedabe8fad0cfa07020c83c0300df9"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e030e884-446c-4530-b37b-9cda7ee93e4a/403c115daa64ad3fcf6d8a8b170f86b8/dotnet-sdk-6.0.127-win-x64.exe",
              "hash": "d850a425bcddd48edbcda549593888a50c176405431f6386767eed65fedc4e3db43cfd6bce9109117384dff18ac07b12b9e3e7ebfe98c2cb29ee96b49d5f3258"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/31ffad7f-6cad-495c-8e58-0a2cb2fe20c6/14ad2e9e29599790342aca3a5ef6d0ae/dotnet-sdk-6.0.127-win-x64.zip",
              "hash": "78d220c03a0c28000a92e089c54377828dadda9c310be32c2bcb6694e4f6d04a381756a2bc2716cfa26c1d66c07152f5a72ca451a9e5fa09b8ae48243cd86782"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d7d286aa-d9e0-4468-95cc-4a5c5a77b156/46b529fdd292abec9c2d18c9a54ce491/dotnet-sdk-6.0.127-win-x86.exe",
              "hash": "19ced52ab2f3a299fe6992fb2e236c34b10b0a763c735aef97b0104b5d1d639b092a07adbd242e15093f7eb162ab306edde492978d26e36a232147286a547d9d"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3b2f157c-a23e-4c63-8ddd-5ce0a4ab0fa9/62ac873cf76e3072207c4699f065045a/dotnet-sdk-6.0.127-win-x86.zip",
              "hash": "a241bf06d13e54aeedd11c2a05e01c569cba6caf23d571822ae94529565f4d17b3f76c37d2b9b44ad76b462ede31b75244f09749545285e4ea556749a1346118"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.27",
        "version-display": "6.0.27",
        "version-aspnetcoremodule": [
          "16.0.24020.27"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d339df74-9573-4ca1-9835-61a829e3fcf4/6937d0f4650f3622dbcdbe8a1717f212/aspnetcore-runtime-6.0.27-linux-arm.tar.gz",
            "hash": "c3128b9ce739328c462db220488e604fd119b0cc148e43ce7661ea27e4ed83fe0fb860f39acae83de6b74f7b847431008a37dcc00cd6d80564eaa47e7be881a0"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6be3e44e-1306-422b-845c-9313589bbeb0/d76f133799f6b2c8e3ea7dc9d92b7a03/aspnetcore-runtime-6.0.27-linux-arm64.tar.gz",
            "hash": "cafb52efb2bb646459c3d133a6968105867bbe0ef580318def47ff83770e1f180431f53c5a7899563b5c8d7fe44a58d423c8c7a4b3f29054010230fb47b1fa89"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/69914cf9-9e19-4408-b3b2-c96fe09d2393/ca3a991f899c772e7604ef160cef9bab/aspnetcore-runtime-6.0.27-linux-musl-arm.tar.gz",
            "hash": "2c7456b921a03ee42ea1b5b5772f826a79af42ddcbff6a328072345a2d4719e1d36781be335c0607f8480fc879062a30a94f09dd4425df82dcdce5abbddf6d2e"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8bbde0db-0484-4041-8a6d-c3aaee72c8ff/eecc3feb6188d28c38498e1ec267d768/aspnetcore-runtime-6.0.27-linux-musl-arm64.tar.gz",
            "hash": "a4107fca7905f498608287d64bfae67c927669a6cd98b12abc48f9ff15f66ae244f54c1d546b6fa1d9a90f7a15b5787101be6995fa48e1d8b346a6b033aaf747"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8a13027e-f8fe-4f1b-a7e5-1a75725485f7/94dd9fe1074bd49fc2708e41e9fe071e/aspnetcore-runtime-6.0.27-linux-musl-x64.tar.gz",
            "hash": "8e496db5141524a67567f7e24c21bd62c88543d7d3261cbedb60b9bab29f91093fed50812555fa15c741b79c612bb825a4b43acbf2735a71480056e795781cfb"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d3e6b8a2-f7de-441e-a3af-c18b7584034b/9f15be4d095b7bbb751222b4d68a17e3/aspnetcore-runtime-6.0.27-linux-x64.tar.gz",
            "hash": "47495e387c63b10f3b52065f40738d58b5b60d260d23cff96fe6beeb290f2f329a538c8065443fa3b10ecbd3456bdae58e443118870e7b5774210caf07c3f688"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7127ff28-48c8-4f40-bd34-be86a2098a67/afad61df9e45650c995b92dd10d2167c/aspnetcore-runtime-6.0.27-osx-arm64.tar.gz",
            "hash": "1cc3d27ca26edbc30f24ea918a44414f0098481c6ad5ed5f19a5db1c1ea1ec3c412804233cc3e7aea481aee351be4512b40c554fd5b1807204a9dc22a479b9ba"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9c3628c1-8221-48e4-aff1-a3eb23bc42f0/4c6717fec81aa31dbc290af683087304/aspnetcore-runtime-6.0.27-osx-x64.tar.gz",
            "hash": "4cf70618e2f01401a26b05fd287867ba9b23498629d87bd61d3418a0d5191c0e07a16090e149e759072b00ee9860a4cf7260e6bf36e2d10ee19d0d4c2a39a5e2"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bdff621d-a96e-4879-8dd0-f297427fbad4/f609ad2836cdb47858447104bea1bdf5/aspnetcore-runtime-6.0.27-win-arm64.zip",
            "hash": "cfadd070ededf6c6fedc719552f48a2d9282af9a366d886cf150571f121fd93841f3e0cb33a20eb74411d09ed77b374b3f1162a38d32f1bd44fdce4a26fddee3"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/856b04b7-f893-4fb1-9205-052413fde70f/09996e15acebe136113a3aa77b28fe5e/aspnetcore-runtime-6.0.27-win-x64.exe",
            "hash": "03dc5198461e62518f63aee7065da207f682e92adf8764a05c0c3646d7a293352bb1f98648fbb056317f42fe9463bc1305b7a71b22ec198689013f9bf9902b72"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/64bf3c18-3785-4413-967d-412ae2ccfcc1/bdc8c69011982fa81c72a58e81a1df17/aspnetcore-runtime-6.0.27-win-x64.zip",
            "hash": "be99c0a6b86298b4851f02d1766146a081f489529391266a98c97d5b4774b9c2fe93bdbc73e457e79e6b31343233df3a5225b01b50f43c37c9f19ae6b29e9e6f"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/57d7ee45-b642-4f3d-8843-36fd275d7280/f99c16e25049cb16c9997c8b75de630f/aspnetcore-runtime-6.0.27-win-x86.exe",
            "hash": "d30faadf9462e58c78bd44c63f1a4f1798442313998c21f31ecf0446428074c2a05cf41b14869d00e537e71994f8e95753f862f5cd2b575efadc5d9c0906ded6"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e26c59a7-56be-4a43-8a8f-a45980917bf1/4eff47f9af189d6c151cacc713e390a3/aspnetcore-runtime-6.0.27-win-x86.zip",
            "hash": "bdce6d8c04ff81de89bef7785e95734a5861d040863bf67a386c6bcb57b6c401aed419fe8fbe8d0fe488320445ca2cc364947c472651e3c7d318151c6e967ac1"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/04389c24-12a9-4e0e-8498-31989f30bb22/141aef28265938153eefad0f2398a73b/dotnet-hosting-6.0.27-win.exe",
            "hash": "45de2ba489b974aa2d65317d1f415208dd1869841b25d592b737d0a1fd003e40e8afee216f74783e7f4db304f17917f623abfe8b4d6373b8b405effa522cac98",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.27",
        "version-display": "6.0.27",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4ea37d90-c794-4059-a84e-27f6df349c1c/46d11b15e35b1ea4e36faaed3568766f/windowsdesktop-runtime-6.0.27-win-arm64.exe",
            "hash": "0b040a3b8e7055fbc981e959a4694c815451512e6f5e5055ec2b4207428f53120bce156fc6ca286cb2a88b610b788131c1b147cae52eb4ac30b9a6862b09a5f2"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f56749ce-aa62-4a08-9933-deca924e7d74/86f8ed6898689ed48d5191f2ad0bc71c/windowsdesktop-runtime-6.0.27-win-arm64.zip",
            "hash": "5d2359df62f99db32e66440b5a936d54c728e3de8a0af612d45782d37e5860d810c79c20171e70de12de85698e3aec2126bc9f6499251147e77fbae9d54790f0"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3ef3cd0c-8c7f-4146-bd8d-589d748b997e/3477d059f8fe5cceb5166b367d7995c6/windowsdesktop-runtime-6.0.27-win-x64.exe",
            "hash": "8927e3bcda1f439af84af0cb41fefc38c4386297eb463ddc7dd835d98502e63e0ba06a0732b02939a981644d8afad1d77036b6ac38d348c1cd29cf691cb80da7"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/109538ea-fd30-4081-b523-681beec3b058/4f988f23937e5f6e70e0cf17b456ae0b/windowsdesktop-runtime-6.0.27-win-x64.zip",
            "hash": "a13eb53b7a1c9dda0baedf47e585b3e338752525b96a25f2cafbd0df4955a1ac8b3196e4bf754279642314f2631ce5d47cb25878adc8d68767d6df829a67198f"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a9669480-f3e0-42a6-b381-108950dfe290/b54d6613c0fa2839c41d61478926ccb9/windowsdesktop-runtime-6.0.27-win-x86.exe",
            "hash": "b51ebd7eb998a47e2f40016527bded5e2ca845e771ca1cd718b4ec58cea2bdded88a038cf3520594cee9844dbb8d2d246e9daec570964daab11d3b59c0bfbe12"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/549ac739-30af-488a-850a-536bd96825b6/c3893d3a827d7a4c1e5e9ea1971c3041/windowsdesktop-runtime-6.0.27-win-x86.zip",
            "hash": "bf98e6af50cfd2116a2c8fc81d6ac241fa391c6825edcd18a646816d712da49c9d5560a2b09037a2dd42194f25bdbf79298d452fa14d2097aed622b2a142a3de"
          }
        ]
      }
    },
    {
      "release-date": "2024-01-09",
      "release-version": "6.0.26",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2024-0056",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-0056"
        },
        {
          "cve-id": "CVE-2024-0057",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-0057"
        },
        {
          "cve-id": "CVE-2024-21319",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21319"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.26/6.0.26.md",
      "runtime": {
        "version": "6.0.26",
        "version-display": "6.0.26",
        "vs-version": "17.2.23, 17.4.15, 17.6.11, 17.8.3",
        "vs-mac-version": "17.6",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c6398027-c209-42e3-900c-22b4f32d2cde/437e26f725761e4cf50b8ceba8a7a454/dotnet-runtime-6.0.26-linux-arm.tar.gz",
            "hash": "1477b17ea63a87f54d08d7e2f2f083fd6ccfcb650833285e862a7dbf75be8db71cd59476696d62e8f3b6043f245b29d2546838790f50538c29280dcf942190a5"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/226d8ab0-8daf-47b1-80cb-a9b68badb28b/a4425bebee91775ce41a50aca80e09c1/dotnet-runtime-6.0.26-linux-arm64.tar.gz",
            "hash": "775d96bb3dfa6f5e7f81829e7eedf0744aeb75d5e1a613622debd1f285f9eda694ae79effe531558dd8367dc4fad5d682039aa24fb2bbb39fb561c67aeeb4a18"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/80749fa2-4c42-4b7a-82d3-f02df3215bdc/f93db5b5ab7b5919b22a3010ad38104d/dotnet-runtime-6.0.26-linux-musl-arm.tar.gz",
            "hash": "e6d3996c83bcd5b13476102743b6fee8b1ff11088dd176464b93ff324afada0eb639cf75d804022c25175458dfc6a070d3f72c2b2649e91ffd6e4d1f7d3bb2f8"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ad122bf5-aa69-46db-9ecd-33cdc2cfde39/418cb2e7c2b6ab619c06bd757321651e/dotnet-runtime-6.0.26-linux-musl-arm64.tar.gz",
            "hash": "52d568a745910923a3fbcb51e3caa8634096ec8f628587c76699e8b4fe7593822cd4c1b386484f42141afd1662c124e3f449d10be6c0ae237dcf4fba891e6a66"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/43ab2539-eb8a-477c-b97f-6b4eac1b4dc4/b0f10fdaca435d6f3d7fdb11cb499d03/dotnet-runtime-6.0.26-linux-musl-x64.tar.gz",
            "hash": "ae4c0f714a5b3c686f703825fe9292d02feb0942c5a30eb98fd431714929aa0eda096d24f458aa9c66926538d147e19b2e4839bdf1bd960b48076abdc7d88bdd"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1873e7f3-aa12-4189-8d6d-db0fb859211e/b36e8f8a6ceb63bc3cfac875c7bb63d0/dotnet-runtime-6.0.26-linux-x64.tar.gz",
            "hash": "7336f71f7f99ffc3a44c7d730c6a1e08c5c0b6e05d2076a1963776f174f8588d31c9b783d1c4f645f7e7cc6a54077b798c6bde35ed4a812ffd9b2427d29b0b34"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/359b63fb-ccc4-424e-8b66-c55a38b26282/f5e656f57fbfdc5dd3eba07cfcc3184a/dotnet-runtime-6.0.26-osx-arm64.pkg",
            "hash": "fa881d722bbddea8ccf5063fc6185f398aef18eae5efe1a3b3445eaaee96c5912a44e721cbcf4455aaa734efc7821f4fe3b1947e3f6cfd9130a0507e07684b9a"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d76c6416-5a6d-42c0-99b0-a4bb0021426b/84ef0457a893dbf0d565a532fa9dd805/dotnet-runtime-6.0.26-osx-arm64.tar.gz",
            "hash": "fba964511efd71b87aad92ac8a31d7a86cde605fc0eb9d57ea270067b22cd540a67451d8ff3a079fcec8fffcdcfcbd74cfcc89123c2b11096dca78cbfc891be3"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c702eda6-452f-47a6-bf78-1894c0af34dd/6f3585ce50b92e812aed66f27c95f310/dotnet-runtime-6.0.26-osx-x64.pkg",
            "hash": "0cafe2acd3f3eb0800eb9b090b39c50fc96e9ee4ce0f8c4fcbc4705bef3bcf5ede48e048ff62aa8fd42e1050543bb31b121b2b3d7250dab891f21fbfa228b289"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/51703c07-2cf0-415f-abbd-5d4bf2ffd56a/fc952db2ecb119fa2d58828d1046f974/dotnet-runtime-6.0.26-osx-x64.tar.gz",
            "hash": "e2d51f955c841299fe6dabe1abce15ab2ffb2b9c624f5c2ad12685a14451fa62ed9452ae7d7d579f1beca784e4d4e3b532cf686e58490d44bbd0e022ddabd667"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a919d290-d7b9-495a-8b89-9826735ed2c3/47f467fc4e46200553392532cd869acc/dotnet-runtime-6.0.26-win-arm64.exe",
            "hash": "948bb8e56e3307b76ec36f0069355c271f2401bfaae8f839fe7573ac4ca08b50470175a5c1a9d29d6314b76406c0124d686e8c68329529270bb941f1bc3f3138"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3c3aeda5-33aa-4df6-ab78-936aa2d721de/3a3f7b22402dfa03634aa757d4b1714f/dotnet-runtime-6.0.26-win-arm64.zip",
            "hash": "13473154108f7f575cefa89a413c93e7c872832f5921ad9e1ec80b7c8b359553a0eb53b6f9fce63d595cb8ee806f94c78a01e19d3bb35c21db7122e99a404d91"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7d3cdd04-9db8-41db-bc86-4af63f9edd4a/8899ff776eed41b3f5376bfc09913c36/dotnet-runtime-6.0.26-win-x64.exe",
            "hash": "3ca5c85db44c19e8b96cb7d1e40cc6cd8303c81450fac7e1036823bd2321dba0e5cb184642b396ae9d41abd10b4c048daf69c5b9632e39c8e93768bb65d97bf7"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/62025cf7-35ad-4be2-a3dd-fc865f038c65/bfa6ccaa29f57797ca518c7110624209/dotnet-runtime-6.0.26-win-x64.zip",
            "hash": "94c3f6d22e5b47066bcf4abe85279dc2f0bff05031adeaad4a3ec9600f27959d3e56d40c5a23b0b8565e028207473ca0383e686f1f198994e2b263b9825d2d35"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b9e43719-f3ce-4b04-9012-db2761d86407/a726c1eac3b8c2086a067406dae91bfa/dotnet-runtime-6.0.26-win-x86.exe",
            "hash": "2dc212f6db2ac43f1bd69adbad48f1d38d5714b92ba1e1a9aa5bb3b76efa4a359851ffdacff74d5be2258ea2632a56c0bdd64d63d44c6f7a6854488fbf4baa28"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/db577d7b-2b22-482e-a1ba-b9b3e0ea92ca/186b7a3bbf919b3449bf31e2cc35e000/dotnet-runtime-6.0.26-win-x86.zip",
            "hash": "70d455eb5ac1baf7ad7115cb67dcc104c1957e42ff8285a095907895fc82d16e965d06831eb91ce023a5b6fa764437d19c2a73c6c8bcd3cc582aec15e3c7e4c1"
          }
        ]
      },
      "sdk": {
        "version": "6.0.418",
        "version-display": "6.0.418",
        "runtime-version": "6.0.26",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2088d482-4a99-4dfd-96d8-01438439f088/31d073266c6d390c7082d01492c87ec2/dotnet-sdk-6.0.418-linux-arm.tar.gz",
            "hash": "f9e978268753d58c6b33b295f48b91a47e81b520ea89c29d561cf8247a709ce67efb2a7e4cd7df32a8d6b938606566e5ab9d2c99babcaa5b68662b1e27b71e30"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/487a62cc-de86-4648-bcf4-18a02b0f4ccc/669d92e679215646badef80782d32bff/dotnet-sdk-6.0.418-linux-arm64.tar.gz",
            "hash": "2848db109c65dc284320f680c13b498789f944f3474788548c0bf15d333020cf9b8286348bacda9af56e1dea6b56590ff24669de7ed5eaa31906f4710cabc6e1"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1456738-0c9d-4f6c-8b7e-d9b1f5ffaeff/f2c683552a9c4a42a74f7e263fce30d9/dotnet-sdk-6.0.418-linux-musl-arm.tar.gz",
            "hash": "6a6967a94ca704f659d47b47e179cdd2336bcf9446d3a78bd84148eb122f0a56b85ef8a35052b297780d498138d9a58e87778d61f808500567a981e97aee0c19"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d2604a0d-b881-48a6-b6ee-ff87b7ea823b/695e61cc3e2e239e3f4226c322f690c0/dotnet-sdk-6.0.418-linux-musl-arm64.tar.gz",
            "hash": "f9534a747826ca653910d0180ead9cda04e803aae49eadfea21fcc09f8aafc1b39dcc64dce5e8d561f899605df260962a917b00ecc15866fc606d08aacf09b75"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/39d4fd37-6c87-4e48-9160-be46903a8048/6d5ba12bd99f5875e127eea8e972e219/dotnet-sdk-6.0.418-linux-musl-x64.tar.gz",
            "hash": "4815072e8f9680df72a8ca84b11d109a092ae50cefb12e96613a62216136784b9972d7aac8a5db3ad0ca7b4fa630b4694fb72d926382ea798ed8bdaffe591cfc"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/01292c7c-a1ec-4957-90fc-3f6a2a1e5edc/025e84c4d9bd4aeb003d4f07b42e9159/dotnet-sdk-6.0.418-linux-x64.tar.gz",
            "hash": "24d705157ae51ed5ec5ff267c76474d2ff71b0e56693f700de456321f15212a7791291b95770522a976434f5220e5c03b042f41755a0b6e9854abf73cd51e299"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/40173cfc-efa9-47e4-83d9-806839c7be01/4242d0be35aec95d7c1e395520edbf38/dotnet-sdk-6.0.418-osx-arm64.pkg",
            "hash": "5b0aee369176623bc9a466990556d01415252ec9cb30677a3aac1903381e9ca2a685d9aaef46278d68c3e10b80b2e5c537f3ea3b6446670c66d854a3bd75bae0"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20977215-ff63-458a-ba19-43e93456b76e/bd58619144624cc66ac451d9c3bd5f5a/dotnet-sdk-6.0.418-osx-arm64.tar.gz",
            "hash": "4328aa334e5ddc2dc53c2602e5cd7718e7bc7750a3a44993ee1e6b052251d570882592f24a89821bd261c42d235e3f0213f060d36c7365bd6d2d5eca60231524"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ba81dbfc-1340-403a-b5c0-4fb36702e9d7/b001ed59b2abe972a5cb9238f2a873b1/dotnet-sdk-6.0.418-osx-x64.pkg",
            "hash": "e3127a0ad2a14d803a3c1afce8a91dc6c06b9dc121dadb7cac7a627789fc8130c5e7c6c8bef95daf5a4efc3003dbda64c6798dd4a52055770c6b89f090d29989"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0cce8cdf-fcdf-453e-9346-96abbe76ba6e/79047571e41085ddbef25c25540b40a8/dotnet-sdk-6.0.418-osx-x64.tar.gz",
            "hash": "62eb6c792e90750510395a4e5796bd72b0b6806633b220ead6f54505edbabcc9216c52a4346247b20fe2c6b5b31de23432afd2687a0a6aa38727c4cad2c96e93"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14902549-0414-40d0-8584-44eecb84da59/a75f21ba2b33eb381a637e03725e0eed/dotnet-sdk-6.0.418-win-arm64.exe",
            "hash": "98bdb5942abbfb74c7f106d148b4794867a7194e7516b5acb5c0d3001cac7c392f22d1ad9ee648d173ebf417c62a9935a45f184fe1dafbbd648dd1152cbc9e82"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cd17618c-a475-408b-8429-1efdb4255844/83a3b7dac08d00dd0a284337f97202b8/dotnet-sdk-6.0.418-win-arm64.zip",
            "hash": "12236e6365b5568bd8e4db52cfcdaa0209f134e98b4754a4631a42a1fd237c7d6c82fdadffe720e9bcc8200a8194bd1f945aafeecf8814a6314f3937bc8aca5c"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9b8baa92-04f4-4b1a-8ccd-aa6bf31592bc/3a25c73326e060e04c119264ba58d0d5/dotnet-sdk-6.0.418-win-x64.exe",
            "hash": "5ab8c87cf3a073dcd9211251065ffecebd7c130faf59f338dbf17986316aedd5fed1ab3615e93a4bd05fd1abf43f2518d0e3e17383bf1da19eeea38bd23c295b"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a33e6436-92cf-4659-9dfd-8ccbfde6255e/39f2eb8d138db0053747e1e530b56475/dotnet-sdk-6.0.418-win-x64.zip",
            "hash": "a768a6d2420e2794d2a8de9b029a8d9e8b9cdc61e261e1652678f1de761d6455a2d37d232b4ce6c2258121cef704f2211b1c20f1047a410b605331d8f010ac2d"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1e096f07-42cb-4a18-9bf2-164657d4b451/e8473d0791e95b881ef27b9f75d92edb/dotnet-sdk-6.0.418-win-x86.exe",
            "hash": "9f69e4c38783a319a7eaaa097d4f89f37764d938564eccafee363d44446678cc8f8cefdb1d614467b67d5c1f4f0ce8ee303848cafa9e2aeea83d2866584aec86"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1ed63007-e2d9-4a20-bb66-c68ee3acfaf9/bac28130e56fd9216d9ca7475c0e89b3/dotnet-sdk-6.0.418-win-x86.zip",
            "hash": "10f5755ec77936870e9f1d739acff8e17986ede74b5863bac9ba12edc2523085036912254f4de2fea20d423bdf46e443e93adf84a5af1144199b90a058c72915"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.418",
          "version-display": "6.0.418",
          "runtime-version": "6.0.26",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2088d482-4a99-4dfd-96d8-01438439f088/31d073266c6d390c7082d01492c87ec2/dotnet-sdk-6.0.418-linux-arm.tar.gz",
              "hash": "f9e978268753d58c6b33b295f48b91a47e81b520ea89c29d561cf8247a709ce67efb2a7e4cd7df32a8d6b938606566e5ab9d2c99babcaa5b68662b1e27b71e30"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/487a62cc-de86-4648-bcf4-18a02b0f4ccc/669d92e679215646badef80782d32bff/dotnet-sdk-6.0.418-linux-arm64.tar.gz",
              "hash": "2848db109c65dc284320f680c13b498789f944f3474788548c0bf15d333020cf9b8286348bacda9af56e1dea6b56590ff24669de7ed5eaa31906f4710cabc6e1"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b1456738-0c9d-4f6c-8b7e-d9b1f5ffaeff/f2c683552a9c4a42a74f7e263fce30d9/dotnet-sdk-6.0.418-linux-musl-arm.tar.gz",
              "hash": "6a6967a94ca704f659d47b47e179cdd2336bcf9446d3a78bd84148eb122f0a56b85ef8a35052b297780d498138d9a58e87778d61f808500567a981e97aee0c19"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d2604a0d-b881-48a6-b6ee-ff87b7ea823b/695e61cc3e2e239e3f4226c322f690c0/dotnet-sdk-6.0.418-linux-musl-arm64.tar.gz",
              "hash": "f9534a747826ca653910d0180ead9cda04e803aae49eadfea21fcc09f8aafc1b39dcc64dce5e8d561f899605df260962a917b00ecc15866fc606d08aacf09b75"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/39d4fd37-6c87-4e48-9160-be46903a8048/6d5ba12bd99f5875e127eea8e972e219/dotnet-sdk-6.0.418-linux-musl-x64.tar.gz",
              "hash": "4815072e8f9680df72a8ca84b11d109a092ae50cefb12e96613a62216136784b9972d7aac8a5db3ad0ca7b4fa630b4694fb72d926382ea798ed8bdaffe591cfc"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/01292c7c-a1ec-4957-90fc-3f6a2a1e5edc/025e84c4d9bd4aeb003d4f07b42e9159/dotnet-sdk-6.0.418-linux-x64.tar.gz",
              "hash": "24d705157ae51ed5ec5ff267c76474d2ff71b0e56693f700de456321f15212a7791291b95770522a976434f5220e5c03b042f41755a0b6e9854abf73cd51e299"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/40173cfc-efa9-47e4-83d9-806839c7be01/4242d0be35aec95d7c1e395520edbf38/dotnet-sdk-6.0.418-osx-arm64.pkg",
              "hash": "5b0aee369176623bc9a466990556d01415252ec9cb30677a3aac1903381e9ca2a685d9aaef46278d68c3e10b80b2e5c537f3ea3b6446670c66d854a3bd75bae0"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/20977215-ff63-458a-ba19-43e93456b76e/bd58619144624cc66ac451d9c3bd5f5a/dotnet-sdk-6.0.418-osx-arm64.tar.gz",
              "hash": "4328aa334e5ddc2dc53c2602e5cd7718e7bc7750a3a44993ee1e6b052251d570882592f24a89821bd261c42d235e3f0213f060d36c7365bd6d2d5eca60231524"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ba81dbfc-1340-403a-b5c0-4fb36702e9d7/b001ed59b2abe972a5cb9238f2a873b1/dotnet-sdk-6.0.418-osx-x64.pkg",
              "hash": "e3127a0ad2a14d803a3c1afce8a91dc6c06b9dc121dadb7cac7a627789fc8130c5e7c6c8bef95daf5a4efc3003dbda64c6798dd4a52055770c6b89f090d29989"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0cce8cdf-fcdf-453e-9346-96abbe76ba6e/79047571e41085ddbef25c25540b40a8/dotnet-sdk-6.0.418-osx-x64.tar.gz",
              "hash": "62eb6c792e90750510395a4e5796bd72b0b6806633b220ead6f54505edbabcc9216c52a4346247b20fe2c6b5b31de23432afd2687a0a6aa38727c4cad2c96e93"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/14902549-0414-40d0-8584-44eecb84da59/a75f21ba2b33eb381a637e03725e0eed/dotnet-sdk-6.0.418-win-arm64.exe",
              "hash": "98bdb5942abbfb74c7f106d148b4794867a7194e7516b5acb5c0d3001cac7c392f22d1ad9ee648d173ebf417c62a9935a45f184fe1dafbbd648dd1152cbc9e82"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cd17618c-a475-408b-8429-1efdb4255844/83a3b7dac08d00dd0a284337f97202b8/dotnet-sdk-6.0.418-win-arm64.zip",
              "hash": "12236e6365b5568bd8e4db52cfcdaa0209f134e98b4754a4631a42a1fd237c7d6c82fdadffe720e9bcc8200a8194bd1f945aafeecf8814a6314f3937bc8aca5c"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9b8baa92-04f4-4b1a-8ccd-aa6bf31592bc/3a25c73326e060e04c119264ba58d0d5/dotnet-sdk-6.0.418-win-x64.exe",
              "hash": "5ab8c87cf3a073dcd9211251065ffecebd7c130faf59f338dbf17986316aedd5fed1ab3615e93a4bd05fd1abf43f2518d0e3e17383bf1da19eeea38bd23c295b"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a33e6436-92cf-4659-9dfd-8ccbfde6255e/39f2eb8d138db0053747e1e530b56475/dotnet-sdk-6.0.418-win-x64.zip",
              "hash": "a768a6d2420e2794d2a8de9b029a8d9e8b9cdc61e261e1652678f1de761d6455a2d37d232b4ce6c2258121cef704f2211b1c20f1047a410b605331d8f010ac2d"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1e096f07-42cb-4a18-9bf2-164657d4b451/e8473d0791e95b881ef27b9f75d92edb/dotnet-sdk-6.0.418-win-x86.exe",
              "hash": "9f69e4c38783a319a7eaaa097d4f89f37764d938564eccafee363d44446678cc8f8cefdb1d614467b67d5c1f4f0ce8ee303848cafa9e2aeea83d2866584aec86"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1ed63007-e2d9-4a20-bb66-c68ee3acfaf9/bac28130e56fd9216d9ca7475c0e89b3/dotnet-sdk-6.0.418-win-x86.zip",
              "hash": "10f5755ec77936870e9f1d739acff8e17986ede74b5863bac9ba12edc2523085036912254f4de2fea20d423bdf46e443e93adf84a5af1144199b90a058c72915"
            }
          ]
        },
        {
          "version": "6.0.321",
          "version-display": "6.0.321",
          "runtime-version": "6.0.26",
          "vs-version": "17.2.23",
          "vs-mac-version": "17.6",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.6)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/94773bea-bb32-44e8-b653-e46f0caab496/11697ec15f983061db89f0b6ef64fa72/dotnet-sdk-6.0.321-linux-arm.tar.gz",
              "hash": "4963d1483c65f0628f13b1c920ef05bc2eb5824e0d42b554d89cf88ba5f4c1ef3180f09127bcd3e67341779dd7257f2fa4a9ee56d4c10bb7721c3746062e8062"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0edfc097-2ae7-48b5-b78d-d1add073edfd/957679f9c5dbda893f672ca9d7d0021d/dotnet-sdk-6.0.321-linux-arm64.tar.gz",
              "hash": "cab0baa6bc40acaf5a18f647f0e2b018043ad9c74bd07902c4bc2d128f0b6e0e5f268a2517b94d7bf8a75431e797b26d5d82c9988aefb620875ca299ed7e8523"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d3cdb99f-c9ca-46c1-ae5e-123b38de451a/263904d4bf4f9b27fec9187c714178f0/dotnet-sdk-6.0.321-linux-musl-arm.tar.gz",
              "hash": "518b360323f4b91c0dc835ea36c309e445369a999823c372c5bef47f1ccb2c6253fca401804f4a44c8e5a6f9f3747c23e1e2fe95bf6410efa3f6a3bf72b7d78c"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/034df1a4-26ad-4601-bd09-796a0e41dcbe/9358a98b7f84c5d39af8df20d2b1f7e7/dotnet-sdk-6.0.321-linux-musl-arm64.tar.gz",
              "hash": "538d884d9d8fb6339c141664deb57e9b3de9db19e55537d1893ba4984c16ffbffbd2ebac4a2f4e3e1805ddd4f0bfabc78b7966d6d547aa4bdfdd08465c0d597c"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7cab05d7-78eb-4d42-a360-d78fafab76a1/72067582313ac4db5ec8d88282c4c8d0/dotnet-sdk-6.0.321-linux-musl-x64.tar.gz",
              "hash": "82689bc9f29d62e0bc0000e9b66e258463547600d325bbd5bca7585f21df63a2f516d6cf77e36067efec3b6273fc72a32fda12c5dbfd63deb4259fa488e87d2f"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/95bb0148-3e5e-42da-9b1e-da5d62ab2bb5/098cd0988b793198de4ee61773366a21/dotnet-sdk-6.0.321-linux-x64.tar.gz",
              "hash": "a20c4fc908b4bf9a61ea788488cd8a1530f081674f14136f23990c65740d39e45fd95fe70864652abcae225bea3d9f3ba28bc90d05beea94eef7949b905a0a36"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d567baf6-f75e-4e69-9563-9c3920dcda6d/476e60fc5cb468b1c0cacb88d9961543/dotnet-sdk-6.0.321-osx-arm64.pkg",
              "hash": "aad0f11caea3e9ca45a6103b5e222b0c77411e81ae3525e1c4835993fc1ceb06aa8683fb3769fd7e5e35869e822b6e28399ad05c13d535610a63fd24b8f0d067"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/94534859-54eb-440a-9fbb-74396b059032/ce1d12a68459f201ac89853843b9c47d/dotnet-sdk-6.0.321-osx-arm64.tar.gz",
              "hash": "8d3f4829e2f0cb0782b24e6fbc24debd68da661bac397fea36bc406da1577c5fefb4dbda8941d751792415b81a806bb5cc97d92ac263a258c250dfcb1a3d463d"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7cf0d484-5163-4b62-a22a-1183aaa7eac3/1aa69b473adddeb0c9ac0cd73883ba74/dotnet-sdk-6.0.321-osx-x64.pkg",
              "hash": "b174fe178905c84aa18946de061228e9456e141736df68ed5831c7b68c1b791af13c2aaed6aa7230277965f0877f24ce4babf1ccce1b48221bfde0f8625d88ee"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b2e89a68-0946-4da3-b960-ae89ed242a73/12c2e9f0c165cc6d3d0e2fb61b2e8516/dotnet-sdk-6.0.321-osx-x64.tar.gz",
              "hash": "1ac2947bb6a07a4fb2f1ccf5a03d385ada3bef1d0a3bca48526711ce08d8f488d9f517588018b7ad70ee25293737a422955d6435b6eedc851b47c3a34cc3c34d"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2a72d864-4b3b-4f82-9051-94c732d213b3/cde42697751dd0e5de014a275529fb11/dotnet-sdk-6.0.321-win-arm64.exe",
              "hash": "7c35a2a971632f09f704463e3dde3d7b8ef5cf1c83a728e5e0ed2aedd61413e042b56c5839521ca8293a6a801461df559c959c0b06952cc73ebc94b4f0d29d0e"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/29f824fb-c918-49a1-9904-ab6830774df7/0b4138f6a353053bdb4d0d585c10b833/dotnet-sdk-6.0.321-win-arm64.zip",
              "hash": "d242e09c6181fcaf2896111537fb2e07ab36934e0d1c337bf9e3a9ae621f2dedf3eea07c301924daa48527efca28e78a94b07d8e5c0d2b9c8ed64a7159325641"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b8d5065e-91db-45dd-acf2-072e069fa773/5e2827455a7b96e406a209d1e022f595/dotnet-sdk-6.0.321-win-x64.exe",
              "hash": "bbc05346fc41e30c5d1ae0ab83e0ff91eacd42a009e849f3f04c63f2b595c9e770952e14645fc9450e80858569c33f4a3c6086e528dbe94221971fb208520589"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a8c3c4cd-52ec-4f90-8597-92a7ae0333fa/b3810e8e5d5719cacc58fd168b3d66e5/dotnet-sdk-6.0.321-win-x64.zip",
              "hash": "17d2ce90b1a21b3c7ebb0761d4fe6d82dbe83406d6d280ae128779e555cf864a95330e0e63a5a9154299c08cf2d8f764a427ab1bb50a1e78401bc22e968b713e"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a11ed2da-2cc6-42d1-aeab-7a6e31269979/79e142a879856cbfc0750ab27a6163b6/dotnet-sdk-6.0.321-win-x86.exe",
              "hash": "a6868beebb4b5f7af1301aed611da27d8556a95b3ed6d3e33544adbe907c6e5dc4cf25cc1873146e0bc82c3e1339b140596a85903608fa67651090b9a140c18f"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7997e5f1-748a-475b-962e-3428e35ecf2e/58053928eea006cb9749b151ba07e4b9/dotnet-sdk-6.0.321-win-x86.zip",
              "hash": "be3bf3dc803231d34aed7340c1689ae86e38fe834549c245352cdfed1c8c4bdc439e7e8612f7e76bd538aaba292f743b01fc08ee0d527ee8049911eb7e4af042"
            }
          ]
        },
        {
          "version": "6.0.126",
          "version-display": "6.0.126",
          "runtime-version": "6.0.26",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d74e7bf9-f002-404b-848e-a438065f31f8/5e277205846ef475b6bbbbfbafc888ac/dotnet-sdk-6.0.126-linux-arm.tar.gz",
              "hash": "8153265f7ac85c4997a365679df03174234ef22236a4b944cb8faf1d1a1aed7f3fd6cf406d0a445ef29945d941ff97fcd3b44bd6f4a484ef406ef824e6fa3d3f"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d62f36d9-653e-46cf-af60-5812c9dc1457/d126e23809aa5ce5a5e2273d2530ac76/dotnet-sdk-6.0.126-linux-arm64.tar.gz",
              "hash": "11cf9b4bbd8639c4feb8674923701b6c6be3a15dadd6656bfb66b06ef97a10637e08d6e6c1c81e700b03dddf0564b19299badc0f2843794ca6b84b049f0b76d1"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/74112a71-8789-4e91-b368-1b029eaf1eb7/668348c3585a72519a719b45c10d427d/dotnet-sdk-6.0.126-linux-musl-arm.tar.gz",
              "hash": "b3cb63e4fd21c88d1c2ffe10d6b75f5d89d8a24bd93c46e78fc22a5c1df5458926461f9fcb35b990898993414d0ae16edd1679a6974b591d53703d4c351f4748"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8c7800ea-1999-4078-a1db-6800c78135d6/617fc24acb396c9d0d58076018381aa9/dotnet-sdk-6.0.126-linux-musl-arm64.tar.gz",
              "hash": "ca4480524c0e0d8620e71d64f7a14a4fd47c0a5399b6bb8b070a2c4fb430e0c9745a53798c86d84b649884f060fc3cffcb3bbffa10d112db9b6215b130924ee4"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/99d9a249-0852-44b3-8c55-ad8594550204/70b7608da1308f5f3e68588950d1e280/dotnet-sdk-6.0.126-linux-musl-x64.tar.gz",
              "hash": "3fd1a4d998da254e2fa347418353266da84ff468687044b918dd9ad4b2d189990237452f29019a80ba84d9a2ba01a4474042e30f925981bd93c8de7029c60821"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6ae7ae8c-4b8c-4c14-a538-6fc1581bae21/6131cd4a56f9dcc8debfc1b7685e7e6f/dotnet-sdk-6.0.126-linux-x64.tar.gz",
              "hash": "82a9fd6545835b82f8561d4401c1142a88921ea3743079544ec64deb544ecb8647512cc5dca488228878a619146d0b975aa0e977d2f149f2f56ac2c6f6826b8c"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1bfd8adc-359a-4fb0-b2d1-0cad866b4ea3/04cb083ce577a7ba60b8c46b6d25a72a/dotnet-sdk-6.0.126-osx-arm64.pkg",
              "hash": "35733a80b148309f4c7ccc6035b76188ac30f41ea17e364016c4f868a1b6af214234f7fce96114c9ecb3b6b8d2a15216627a86cc5599beb599a0e0cc67f2134a"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/703126f9-c700-410f-b503-87b8e42addbd/db5d84f143664a118f6422c94bb7190d/dotnet-sdk-6.0.126-osx-arm64.tar.gz",
              "hash": "0cbcf5942e72fbf6e661ed7fe29528a76ff9d27b12a79c38dd0f0933752ac864dc4c4034e92ee086a9498d7c93e0c994f658ad939cf3efd0241310c94c9e94eb"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/78c26090-4635-47f2-9c52-c93d90d6f001/717d122b7b32caadee05e4a61fd1cd53/dotnet-sdk-6.0.126-osx-x64.pkg",
              "hash": "30b7e34057c9e71ae9944404c4e06dd31a060cb956e92cb3b16fc4c31d5a5e00572af166b840c505812c4b6356680fd2be62869ceb31efbdc872b872353819c2"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3c0ea002-0c66-4444-bf59-5379e332f760/7f21a673d58f49d65ee607da6beb2c7a/dotnet-sdk-6.0.126-osx-x64.tar.gz",
              "hash": "6747e0204c6c3b1268c039f6a9ed689632e204bd10984acd33a51f56724e4293b179104cc9165899cf5566d4262c0d4e61d49cf90db0e62fdbcee02002008833"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f59c9a5f-9121-49e5-8613-c1ff8aa16e73/2af75a707f101d6d3de5db40774fa33d/dotnet-sdk-6.0.126-win-arm64.exe",
              "hash": "5a4f2822b88f088ced1480d7971a9c8abef6e909692ac31e320430423879d542b2925c3b11f079b071348300107f06f5c315d5a6a0f8d711e64dc49c9c148c21"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/74e963e9-b023-46b9-acb0-8be631c3be6a/3bf5f6df578b709e3e721babdcb37590/dotnet-sdk-6.0.126-win-arm64.zip",
              "hash": "99f0aca92206b7902363fb1de6bc028911af1b4cbeab15c13a8d9fc6cc581a0f3440845214ebb8c3ab4174ef752e05c247de1f4a1650221baaa7830200b0728d"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/64e35612-409c-4e05-95b4-50e797e190f8/363e40a749e87bd3903fce20a6377044/dotnet-sdk-6.0.126-win-x64.exe",
              "hash": "52a5046b9e57c2f04c3b930566af8d137e0c1c2c9eac76f22ea33f152bef76862b2a9814257a08886ea11ef1be11205af82f0360f9eea2e6884eb14a5ac12672"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8a3f82d3-5fd0-4790-8da8-d92df3aa68a7/cdf49adb6a5cd5da6c736f2abe23d100/dotnet-sdk-6.0.126-win-x64.zip",
              "hash": "93304e981d296664df8954c4c7815dbdb0d2dd6e8a2a07051196aaee4ecc8a3e2e864e159238c5407699ba41f8b9735c827255b1e876106e4f2d2ca0eee276cf"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3662d00e-59d6-4893-97a4-f9d31999b045/dd4292f54a9f17aa81f2bd5ffc7c5462/dotnet-sdk-6.0.126-win-x86.exe",
              "hash": "f60acabc5b6786fffe44d762b644507e8fe6488d2b4a5b8543b99a9e6cb199b9e53dbfeeb75c4effe3d9539df68f267483b0061cbb398b72d6a9a816d885f768"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e7cf07c7-296b-4aee-9fa3-ec8260d54d3b/3bc936827c58443b60fb6a7c019d68c3/dotnet-sdk-6.0.126-win-x86.zip",
              "hash": "5e4f2ac41726a0c060008510b17d891c97a73d9539eeef159ccdde70f0caf9e214824cd15b855b0e6afac829bdc5b6f77e3e260c736236a044f0b8ee1fd258b3"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.26",
        "version-display": "6.0.26",
        "version-aspnetcoremodule": [
          "16.0.23339.26"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c1d42ac0-cd0c-4188-b260-1667a7443534/f0d1a0b4b88432f1c8d31b467d8548f0/aspnetcore-runtime-6.0.26-linux-arm.tar.gz",
            "hash": "1e994b745afb5a9cfaaf8c4a66154e9ef81d8c25d6bc9703134a62400242660dd55da0ebed96dfb81282d85161178425b04bebe2b1ec1f7e38ed776b1c001b7b"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cfc40e77-a6de-481f-812d-6867289e2d8b/eeedeebccc412fd01110d8b59050754d/aspnetcore-runtime-6.0.26-linux-arm64.tar.gz",
            "hash": "48330ea4d98fc565c9553ea119f56e3e485ca30a0986f43e78335e263d9cc82d17b7ced8115480d1adb33298cbc5cb2b0759bc89d516659c4c59eab9520a2254"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/43311ea0-98a0-4bb7-8c71-ae3ca1773597/3e4d007ad8e8d85b1b9d18a8f6753548/aspnetcore-runtime-6.0.26-linux-musl-arm.tar.gz",
            "hash": "5878c2adedf912ef7100e42549706b8e17d202e220bf31d8056386ce3aa28cc939e79709aeebd743f8729770ab28feb40f59dda3ddc1261a9083d9a41544343d"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e0861e57-ef72-4ec0-b019-80eb7dc7c585/cee537a2a13d774ee8bc2ec458dbb087/aspnetcore-runtime-6.0.26-linux-musl-arm64.tar.gz",
            "hash": "06e97db40cf6a2d439bb79bc1bb3adc04737dd849e02f8800f54241918a561db48a7e0df8f092209d58fa36fdbdc937bcbfa2da322f1830d936fb9bdc0a574c5"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2611b613-ca44-465d-8ca6-8a8b1dbea477/e277ab58a0c26bb2ac7fa3df4505a810/aspnetcore-runtime-6.0.26-linux-musl-x64.tar.gz",
            "hash": "a924c0946bd5076a9c36622148dfe9b7f0da5a583265276c796d0240932b19c95ca26d0d60e09f3018d902ed2c6ecff178ba21d343ea8c148d02688b962b04d6"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b63daa46-51f4-480e-ad03-ef2c5a6a2885/ae059763456991305109bf98b3a67640/aspnetcore-runtime-6.0.26-linux-x64.tar.gz",
            "hash": "51a0091ffa5abb2a6f2f968f76848e475310fbb33126238bc1358ee86e24bfd3f046d32af2f39dc7a30b14becdd637d1314ca4f4b771fe5fa0954474a605e4fd"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e5181497-c33a-4341-a5a6-57eb21f39d33/85b574ef2b884f084b604d1869d72c02/aspnetcore-runtime-6.0.26-osx-arm64.tar.gz",
            "hash": "641cb5542c5d4b0103a2ac0154e2a99d755a4987fcdad854cda1fc75bdde08432eab73db69c444628e7d68496ed6e36fa52eda5033e118ed4b5140b8d5c47d96"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/19e27b0b-cd99-4b84-bc7a-05eda52bd77f/a85cbbb13b629b75b2026bb8c6238e6e/aspnetcore-runtime-6.0.26-osx-x64.tar.gz",
            "hash": "9ffb209f2f07392935b9627e22b44260803cc5e21ab8d09152d5499ebae51d6f488992664bc44a23334332a1183c444b47cada319cf4d461dd95a6b78f1cd825"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/19aee804-2e3f-468f-950d-f82253d43320/c8865861d1c773556e24a1206ee1760a/aspnetcore-runtime-6.0.26-win-arm64.zip",
            "hash": "be31ea0d757b9bc917df2a97fc74093f091dba24a989b2038ead3e5bdb8f50e4666d996c593e413e265fcd7980107456ab69409fbf43bed3918f404e5916a0b4"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/504867be-8cc2-4982-a4a6-5d3596835347/1868f16e22e6c13795d397fead4b9545/aspnetcore-runtime-6.0.26-win-x64.exe",
            "hash": "d444d22a2f5105aa60464e47e2afc67d35d9a1e8482da739b654e1b4bcd377e84653f46146dfcaee4fb8405f821971212f4a75c5678c25d49a628bb4adbdc383"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f7eb7e4-55e4-42f6-9cc3-eb70d04d9eab/5f4fae21258debd63b597738605466d5/aspnetcore-runtime-6.0.26-win-x64.zip",
            "hash": "8b5c498f7c0f6188c721261e5d5a2d406aa65f7fc02b8fc4f8e7716b8dc9628aed5798236d2b37abcef4e40adbfe2eadc839b5e7d2a080a5744390f6764ebdd7"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a9326bbe-0d19-4980-af79-58095f22e956/fade24808fb03539ace50016367f3350/aspnetcore-runtime-6.0.26-win-x86.exe",
            "hash": "7106df0967bb741942147715b14bb4cd43fbdcc76e7344ae6a843e02cc0d66371f186248d99881fb5b8124c68103a681609b6b7da048a6377cdb9f9e6e2a9e91"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a347a3f7-9579-4d5a-821b-b00a2314aeaf/53cb343a4c59934663ec02fca623f1a5/aspnetcore-runtime-6.0.26-win-x86.zip",
            "hash": "cc05422da3e03a62062d8a3b16bb76dc1bb583ab099dc596075d7b4aea06a161c09ba6e2877ed5e703fd2b65b3dd9aa29ef3c349a99f7cf901429061bdb0d615"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/16e13e4d-a240-4102-a460-3f4448afe1c3/3d832f15255d62bee8bc86fed40084ef/dotnet-hosting-6.0.26-win.exe",
            "hash": "59569c27b73f80969616d7b818523c84fbe4a850e2bc3c09af4c89d9ffa080fe66cbc82289d48089d2b1ee8c40d74eab08f206c38f4b43ab50c4b71544a9f5f8",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.26",
        "version-display": "6.0.26",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1f071ba6-9c5d-4b94-9c77-b21b626daa98/947231a2e1151ddc7dfd4ed50a8815a8/windowsdesktop-runtime-6.0.26-win-arm64.exe",
            "hash": "dec20be2d9a5b4a0ede6a9ae733f1eea7288343c4749565eda3b276ea6aebde55b096e4e69676001e131cde3ecd0086cc64bb9debe6c6b6f236933f956a2ad2a"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c729a5b-30e3-475e-b449-ec1b14ccd633/cdb326c447af7268431c42eda73f7d64/windowsdesktop-runtime-6.0.26-win-arm64.zip",
            "hash": "2c869e33e25feb491951d5952852a4b7ef907f12c6871dc87b2a7556994eb6ac35b163d3ce1d25c9c8302d0a02086824554e7cb2c842d31be1a59577f0a0ae7b"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3136e217-e5b7-4899-9b7e-aa52ecb8b108/d74134edaa75e3300f8692660b9fb7b5/windowsdesktop-runtime-6.0.26-win-x64.exe",
            "hash": "7dd45e746fb0b82c13b91559ac25a39b66b9c94c22e5f9bd91b1dceaff96922b1da2fed152ec36e15f2c7a38e0180508f81807930928c5d0aea225f117a108c4"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f033dac5-3326-4ef7-a492-4a39bb5f10ec/ae8eeb93ede7a6fa0ce158fb4e9fb077/windowsdesktop-runtime-6.0.26-win-x64.zip",
            "hash": "f5c666e493f9a7b0a0eb0d0d4c122402d5bf7742794e019d6874a72e486c2553c6e88dd3278bfaefab519bf174370c319ff1544cf37a8a7e29d8b6e69b768549"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d6835aa3-6ec4-47ec-a5a5-9052ed310e4f/c1171996e95717bf532475f4546e479c/windowsdesktop-runtime-6.0.26-win-x86.exe",
            "hash": "bd0878b65750173e2d99479ae051daa9e71a0ee1949c600ed4a33856e4bdd2b658ebbd1439977d17c0d2fd8f3bb37c1592c4f46a4def9c534addac3a9f4a72a2"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6df04511-4d7e-4525-ab95-1ecdc145e6fc/223cf72dd45fb9effbdb47192a8cc730/windowsdesktop-runtime-6.0.26-win-x86.zip",
            "hash": "69061a56d1c7c79583ca907803d3cae75f23cdf8e023d3397bf7c3c719c4592880b1936e7e2e4054d13a65130d8ec10d949db3740ec80ba6847c4edbd735a4d6"
          }
        ]
      }
    },
    {
      "release-date": "2023-11-14",
      "release-version": "6.0.25",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2023-36049",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36049"
        },
        {
          "cve-id": "CVE-2023-36558",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36558"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.25/6.0.25.md",
      "runtime": {
        "version": "6.0.25",
        "version-display": "6.0.25",
        "vs-version": "17.2.22,17.4.14,17.6.10,17.7.7,17.8.0",
        "vs-mac-version": "17.6",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bcc7110a-a76f-405c-a563-be1658136d7d/770dbe55fd315be7254166747a96e21f/dotnet-runtime-6.0.25-linux-arm.tar.gz",
            "hash": "dd5ae17bfa2d5445326b48e186bb3f9f693cc1753cb7192677601ff1383b898f2ea7d85807c4398f27108b6c50cc7ab7118fda6aef0ba76a32fa8e06f9acf619"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5ebe66a-1815-4cdf-a099-af89dbf370b8/8162d0068512e14f69325d18ce10acb3/dotnet-runtime-6.0.25-linux-arm64.tar.gz",
            "hash": "d7d5d9460cca02976b01b233e3bfca32f7739910dcbdab34ad035e7e0314204b84289a1ab11f82c36dcd517657749ec1fc4d4ead2c9ee0ab2ffabfc886f0e87a"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/485f2b5d-be74-4731-ae40-59ea5a890f38/e5d7cee2bf37e72081bcd855c44ca3bb/dotnet-runtime-6.0.25-linux-musl-arm.tar.gz",
            "hash": "99235f8efcdcd5148cc40ae5f43e5546ba73bffa410d17ae0880be96f819b4afe4ff6676598df95f3c873dd49965379343b44cd3d5ffde7fffb77c0142aa65ed"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/914eb79c-36f6-45c3-9213-ace71f41188c/30764f52a6baf659a495d753ae889ca0/dotnet-runtime-6.0.25-linux-musl-arm64.tar.gz",
            "hash": "0466e251a07262c9796d4d67f61247f6c7c6c998414cc789dda6e4f927ab7ff9463ba226f0141f71bc27a1e55f97ed6d313220e008806be3045929b709fa1175"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bffc3e31-f40e-4dbd-ad02-37efa3f1a4a7/3d8d26b93cb8f78330b8a781fea4aa0b/dotnet-runtime-6.0.25-linux-musl-x64.tar.gz",
            "hash": "bee78309422930d7c3cf7880fcacc7d130b936fde6c16162448869ae7516321edc145b0a53087a5d206d07fef8844d7f06eafe6db90b035ab4957ccf3ff80d26"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0e8de3f9-7fda-46b7-9337-a3709c8e385d/bc29c53eb79fda25abb0fb9be60c6a22/dotnet-runtime-6.0.25-linux-x64.tar.gz",
            "hash": "9d4cd137353b6340162ca2c381342957e22d6cb419af9198a09f2354ba647ce0ddd007c58e464a47b48ac778ffc2b77569d8ca7921d0819aa92a5ac69d99de27"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1d0efabd-953a-44db-9e8e-5516d9c3f7cd/e4d405c3cd216ae471fb22c139b5c153/dotnet-runtime-6.0.25-osx-arm64.pkg",
            "hash": "9faf740b260da9b647aa31c725a48997e36ec2d01a837898c24834a48a6d81f499c02eb0a84ef6046b8270c8e08751c4f63ac57dc4b57e6e17b26bc241cfdfb5"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5bb1393b-ffe1-4961-8d42-7272611a0399/6cb74b96d854a95fe4d42c62d359427c/dotnet-runtime-6.0.25-osx-arm64.tar.gz",
            "hash": "b12e4e08d6f305e88bb7af385e5380b8bffbe190c4a17929d1bec18c37feb21298512dd24aa5b0f19b7cc775e9f54fa088ed0b22bdb05200f95ae6ca04e7d63e"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f66ae4da-025f-49bb-b0b9-25e427e6a788/6472b834c6780084eff11fd798308380/dotnet-runtime-6.0.25-osx-x64.pkg",
            "hash": "7c711a2d9edeade7ab4beffd9eb7f42381773034c12a98424f70b53889c5b4bd272086ad37386099ac36ef3a36276d8e1dfaab491b250968b59a1d08ff57aebd"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bb33d6bf-748c-47b0-8077-962fef12afc8/8a0fbc979b8bded0b4538d08e8f92916/dotnet-runtime-6.0.25-osx-x64.tar.gz",
            "hash": "b9241a03aaa8ea56d54e3f1b13baabad9e3d6b2b16633f0c6c01d3513ec6ec7aadc455dc1bb7b096c7df75efcf54ef467e1fb8ad9f3777ad3b5236bfb0db0133"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/029addec-0abe-4761-b1b0-f9ef8b8680c3/c1b9fe178e0eb08a2c38cd3e00202226/dotnet-runtime-6.0.25-win-arm64.exe",
            "hash": "8fdc6864abcf61857f847183465f1f13b3cb36d102f841efeb70d9b1651583218e610468f1df2d9c87017d784f11e483562520296d7283ab4b8312f7683110d3"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/98dc8b8f-0a00-4adc-a7d7-469ccb6aba9c/c5defc235ab8e73716a4dbcc46e4526c/dotnet-runtime-6.0.25-win-arm64.zip",
            "hash": "06e8063c8f98fd337381e72ea9b5e30f784ac3eea2691b44ebafb965983952664826c0176e6540c2de3cde68e15e8d1b0443d92d55ceaa597940c5e0b500e198"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/955c1f8b-93d8-4c32-9380-6dd18f69a135/44efbec986e7d078395ba9e45cf0e607/dotnet-runtime-6.0.25-win-x64.exe",
            "hash": "b46d67db5fbae7b8247dfb3b9253d858296ad0e14eaf5de670467d997a14c84feea259e5d748ea8e45e06d893b2d081950ffb6f2cad81f440f7c0157d0169851"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d0eb988c-2e83-491c-b6f9-1af4c4d113af/43656032bb9e515d85818c87ba91ba86/dotnet-runtime-6.0.25-win-x64.zip",
            "hash": "b0ea0369601410b3603236830f668d7b338ae6f53e33f7e26ff0e8954a5fb0ae1636fb26230dac6b575b7a9e75de770dd22e96e6957242f614fd4bee1e49be96"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/af5234d4-8cf2-4f95-895a-cc9c5ce9f904/0bfee492f05b560030716ee066dce3fb/dotnet-runtime-6.0.25-win-x86.exe",
            "hash": "b4136a404dc390649395788cecff1974dd59aa9a0f91ee8f9455aeb18352f7861dacb1ed29cf58d78b6958c5c20eef0f73f71a0ef753c0cb822cb9a24f425ecb"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b6ae306f-17f7-442c-a202-54803b12485d/b37005edf0d03214fa67436d140a7813/dotnet-runtime-6.0.25-win-x86.zip",
            "hash": "e6d4854aeacb4d6b7295e0e8e17286f4b2d1b4f48b8f5d93e1911bab8800f248613c677226ff89937be7765e89bec5144f5eacbafa42732564531d8e380b3814"
          }
        ]
      },
      "sdk": {
        "version": "6.0.417",
        "version-display": "6.0.417",
        "runtime-version": "6.0.25",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a72dea03-21fd-48c6-bf0c-78e621b60514/e0b8f186730fce858eb1bffc83c9e41c/dotnet-sdk-6.0.417-linux-arm.tar.gz",
            "hash": "f14d5d24d6611139cff313275599923856307c3afe57d2439eb95e2a89da5fb54fdb6ce5b0d7a243f2d031af4eb0c277ce1914725f8b9dcff4002fcc05489f08"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/03972b46-ddcd-4529-b8e0-df5c1264cd98/285a1f545020e3ddc47d15cf95ca7a33/dotnet-sdk-6.0.417-linux-arm64.tar.gz",
            "hash": "39cada75d9b92797de304987437498d853e1a525b38fa72d0d2949932a092fcf6036b055678686db42682b5b79cdc5ec5995cb01aa186762e081eb1ed38d2364"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/37dc096f-4efe-4bc6-8045-cc3a53a131e2/cdd7d98a70619e5cd347075912934f92/dotnet-sdk-6.0.417-linux-musl-arm.tar.gz",
            "hash": "86bff3ab8cecfd16f3d9d26da87b6cbeffd2041d474c56602ee5d77f6883fa64cfe85a19291fdc5afaab438fa5871e366f754b211ece161887f53c637473b661"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c568be55-76ca-4c8f-9dca-44ae658e43d2/478dad8a73eefcf8becd54f8645a0e19/dotnet-sdk-6.0.417-linux-musl-arm64.tar.gz",
            "hash": "0b3504a026d580303d4524ab3558e9e45b8785d2b7c3f4c7dba52ff4e3abe9fdc8d186227f7f3327b698c5799f38b8743ad7b14517395b5c7ad38d858e0e29df"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1d40d62c-fe35-485e-9d69-106841119ae0/ea71178f19edb282afe9ad1d64ad2e15/dotnet-sdk-6.0.417-linux-musl-x64.tar.gz",
            "hash": "caa0dbe8e9ca3ebdb5d98dd68b7d5606b70a0d8d586ff906f0a9e761155f26a2c7d70cd71eb5d48901342913985f862ac01f7142c717eefffb98fb5576bb1067"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1cac4d08-3025-4c00-972d-5c7ea446d1d7/a83bc5cbedf8b90495802ccfedaeb2e6/dotnet-sdk-6.0.417-linux-x64.tar.gz",
            "hash": "997caff60dbad7259db7e3dd89886fc86b733fa6c1bd3864c8199f704eb24ee59395e327c43bb7c0ed74e57ec412bd616ea26f02f8f8668d04423d6f8e0a8a33"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/47808287-f432-4d37-8ca3-d7aca6b12e8b/9ae7559421a9c44ba334e996701f6b8a/dotnet-sdk-6.0.417-osx-arm64.pkg",
            "hash": "df1894ef6b23143f5a4e73d0a45a546e27a36e8690f57d97f952aac5ceefdf45b9a9cf9c08788726d0b8646f600b05d3e58cae136286cf8b50c855eea2eb8157"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f82f1323-a530-4dcd-9488-c73443f35198/e59be6f142903e5d562143b1ae8f2155/dotnet-sdk-6.0.417-osx-arm64.tar.gz",
            "hash": "87aaee2a4047510f2267bbdafd226703066700131e25da95141e77b2725b7d1ec549384c763e0936c7f3162199144072c1b3fedb4cb58bd6864565e98ae1b955"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5479676-0268-4f47-84bb-10fdf00b8baf/f74ac823e3bcb54beed5a0fb4a5813d2/dotnet-sdk-6.0.417-osx-x64.pkg",
            "hash": "be23d43e7b4528976d1812e69efbdef8b466b3d00ee9bf33e5d4d0acbda5dfb49d3bff6b277236501774356798792d187d559b91227e04668bd0b2505052fd73"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c271e475-c02a-4c95-a3d2-d276ede0ba74/8eee5d06d92ed4ae73083aa55b1270a8/dotnet-sdk-6.0.417-osx-x64.tar.gz",
            "hash": "f252050409f87851f744aa1779a58ebe340d45174aeb13d888068ffae053c5bcd261a89bcc8efc2d9c61751720bb4ca61cf19ac5346e8d23e7960a74d76cf00c"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e75544b9-d9ca-4499-bf9d-841af4a07453/c0e6fcfb163ac910be085896ef1cbb60/dotnet-sdk-6.0.417-win-arm64.exe",
            "hash": "0faaf59c6e3764c7634b03879327a037c57f77bccfe23cdcd608a8c02721a8b3a14f6856d7afaded536b6d819669646f2fec438aaeb21867c957165008093aba"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0b4d9110-d2ad-4438-81b9-f713652ef883/4dd728f44509797acb09e48c4887faa2/dotnet-sdk-6.0.417-win-arm64.zip",
            "hash": "85fae92e406faf01041162217d13df827422cf783f0bc4a83c37c8dfd13bd6c96537c62ff61220dba40624c9912391a79177477b53ca5d9b889c96d6718e9121"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/81531ad6-afa9-4b61-9d05-6a76dce81123/2885d26c1a58f37176fd7859f8cc80f1/dotnet-sdk-6.0.417-win-x64.exe",
            "hash": "705dc6a108ee7866b8250b25eac790b74137894abe877edb06a6061d48c14e6fa038fbce05b573d69dd6fd436de936d3d46f0e968d175696f3b3f5127f90508d"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9fdcd0fd-467c-43ee-b118-1f163533e8f1/f1031bccbf9327fc69f4bf5826d557f3/dotnet-sdk-6.0.417-win-x64.zip",
            "hash": "0780c6e551c397e56ef13728593adcc1ff940cd5e9e7b8ed43197c6c9eecb0b882bf76f26fd3ed84f3cf2cf32bddb2bf65e94aa52451df55d4908364986234b7"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/99c8b10d-f835-4aab-b952-81617a50d21c/413f3d0fe256a9551f4e5204021dfb14/dotnet-sdk-6.0.417-win-x86.exe",
            "hash": "d2e0e217f436fb921e0ee3e14fb47c756414d7b7d14854ff26f6b358bb0ea9c2b4b030b25461478203b43912b5dcb956ce53787856c59503de7605aa37ff1d5b"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9e5c8dcc-db95-4292-9f71-5ea766ca2428/35ae59d27e8b025b567258c5843b9099/dotnet-sdk-6.0.417-win-x86.zip",
            "hash": "be9968e10d6cb8e47fb5b5c3afa3cc3731372467da842ff844aaaf73f15b7a7ba78ca19abd94cfdb6884248f16dc3adae4cc0f560ef3738354eed5bf9e52bc07"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.417",
          "version-display": "6.0.417",
          "runtime-version": "6.0.25",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a72dea03-21fd-48c6-bf0c-78e621b60514/e0b8f186730fce858eb1bffc83c9e41c/dotnet-sdk-6.0.417-linux-arm.tar.gz",
              "hash": "f14d5d24d6611139cff313275599923856307c3afe57d2439eb95e2a89da5fb54fdb6ce5b0d7a243f2d031af4eb0c277ce1914725f8b9dcff4002fcc05489f08"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/03972b46-ddcd-4529-b8e0-df5c1264cd98/285a1f545020e3ddc47d15cf95ca7a33/dotnet-sdk-6.0.417-linux-arm64.tar.gz",
              "hash": "39cada75d9b92797de304987437498d853e1a525b38fa72d0d2949932a092fcf6036b055678686db42682b5b79cdc5ec5995cb01aa186762e081eb1ed38d2364"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/37dc096f-4efe-4bc6-8045-cc3a53a131e2/cdd7d98a70619e5cd347075912934f92/dotnet-sdk-6.0.417-linux-musl-arm.tar.gz",
              "hash": "86bff3ab8cecfd16f3d9d26da87b6cbeffd2041d474c56602ee5d77f6883fa64cfe85a19291fdc5afaab438fa5871e366f754b211ece161887f53c637473b661"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c568be55-76ca-4c8f-9dca-44ae658e43d2/478dad8a73eefcf8becd54f8645a0e19/dotnet-sdk-6.0.417-linux-musl-arm64.tar.gz",
              "hash": "0b3504a026d580303d4524ab3558e9e45b8785d2b7c3f4c7dba52ff4e3abe9fdc8d186227f7f3327b698c5799f38b8743ad7b14517395b5c7ad38d858e0e29df"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1d40d62c-fe35-485e-9d69-106841119ae0/ea71178f19edb282afe9ad1d64ad2e15/dotnet-sdk-6.0.417-linux-musl-x64.tar.gz",
              "hash": "caa0dbe8e9ca3ebdb5d98dd68b7d5606b70a0d8d586ff906f0a9e761155f26a2c7d70cd71eb5d48901342913985f862ac01f7142c717eefffb98fb5576bb1067"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1cac4d08-3025-4c00-972d-5c7ea446d1d7/a83bc5cbedf8b90495802ccfedaeb2e6/dotnet-sdk-6.0.417-linux-x64.tar.gz",
              "hash": "997caff60dbad7259db7e3dd89886fc86b733fa6c1bd3864c8199f704eb24ee59395e327c43bb7c0ed74e57ec412bd616ea26f02f8f8668d04423d6f8e0a8a33"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/47808287-f432-4d37-8ca3-d7aca6b12e8b/9ae7559421a9c44ba334e996701f6b8a/dotnet-sdk-6.0.417-osx-arm64.pkg",
              "hash": "df1894ef6b23143f5a4e73d0a45a546e27a36e8690f57d97f952aac5ceefdf45b9a9cf9c08788726d0b8646f600b05d3e58cae136286cf8b50c855eea2eb8157"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f82f1323-a530-4dcd-9488-c73443f35198/e59be6f142903e5d562143b1ae8f2155/dotnet-sdk-6.0.417-osx-arm64.tar.gz",
              "hash": "87aaee2a4047510f2267bbdafd226703066700131e25da95141e77b2725b7d1ec549384c763e0936c7f3162199144072c1b3fedb4cb58bd6864565e98ae1b955"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c5479676-0268-4f47-84bb-10fdf00b8baf/f74ac823e3bcb54beed5a0fb4a5813d2/dotnet-sdk-6.0.417-osx-x64.pkg",
              "hash": "be23d43e7b4528976d1812e69efbdef8b466b3d00ee9bf33e5d4d0acbda5dfb49d3bff6b277236501774356798792d187d559b91227e04668bd0b2505052fd73"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c271e475-c02a-4c95-a3d2-d276ede0ba74/8eee5d06d92ed4ae73083aa55b1270a8/dotnet-sdk-6.0.417-osx-x64.tar.gz",
              "hash": "f252050409f87851f744aa1779a58ebe340d45174aeb13d888068ffae053c5bcd261a89bcc8efc2d9c61751720bb4ca61cf19ac5346e8d23e7960a74d76cf00c"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e75544b9-d9ca-4499-bf9d-841af4a07453/c0e6fcfb163ac910be085896ef1cbb60/dotnet-sdk-6.0.417-win-arm64.exe",
              "hash": "0faaf59c6e3764c7634b03879327a037c57f77bccfe23cdcd608a8c02721a8b3a14f6856d7afaded536b6d819669646f2fec438aaeb21867c957165008093aba"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0b4d9110-d2ad-4438-81b9-f713652ef883/4dd728f44509797acb09e48c4887faa2/dotnet-sdk-6.0.417-win-arm64.zip",
              "hash": "85fae92e406faf01041162217d13df827422cf783f0bc4a83c37c8dfd13bd6c96537c62ff61220dba40624c9912391a79177477b53ca5d9b889c96d6718e9121"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/81531ad6-afa9-4b61-9d05-6a76dce81123/2885d26c1a58f37176fd7859f8cc80f1/dotnet-sdk-6.0.417-win-x64.exe",
              "hash": "705dc6a108ee7866b8250b25eac790b74137894abe877edb06a6061d48c14e6fa038fbce05b573d69dd6fd436de936d3d46f0e968d175696f3b3f5127f90508d"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9fdcd0fd-467c-43ee-b118-1f163533e8f1/f1031bccbf9327fc69f4bf5826d557f3/dotnet-sdk-6.0.417-win-x64.zip",
              "hash": "0780c6e551c397e56ef13728593adcc1ff940cd5e9e7b8ed43197c6c9eecb0b882bf76f26fd3ed84f3cf2cf32bddb2bf65e94aa52451df55d4908364986234b7"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/99c8b10d-f835-4aab-b952-81617a50d21c/413f3d0fe256a9551f4e5204021dfb14/dotnet-sdk-6.0.417-win-x86.exe",
              "hash": "d2e0e217f436fb921e0ee3e14fb47c756414d7b7d14854ff26f6b358bb0ea9c2b4b030b25461478203b43912b5dcb956ce53787856c59503de7605aa37ff1d5b"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9e5c8dcc-db95-4292-9f71-5ea766ca2428/35ae59d27e8b025b567258c5843b9099/dotnet-sdk-6.0.417-win-x86.zip",
              "hash": "be9968e10d6cb8e47fb5b5c3afa3cc3731372467da842ff844aaaf73f15b7a7ba78ca19abd94cfdb6884248f16dc3adae4cc0f560ef3738354eed5bf9e52bc07"
            }
          ]
        },
        {
          "version": "6.0.320",
          "version-display": "6.0.320",
          "runtime-version": "6.0.25",
          "vs-version": "17.2.22",
          "vs-mac-version": "17.6",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.6)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/27bc21c7-1421-4b4e-ae12-34f48046e1e6/57398633286902d01dc883df836740e5/dotnet-sdk-6.0.320-linux-arm.tar.gz",
              "hash": "7492530e6ecda9bc55cbd82f3f5c171af134458f0855906cf5abe8c758973126ada5c5e2bad8b0958caba43d6c488eeb33c820f1de840e218a9eb5f6103ab003"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ab281706-a07c-489e-b674-6067904e5d64/bf950572cc16cbbcd358a89023788404/dotnet-sdk-6.0.320-linux-arm64.tar.gz",
              "hash": "764cc833755f2ed147545dfbde98146eed4316a5fd930d509f8c579f023fab30d091ae329f42f46600430337ec31964d7e76567e178af7f8d30c046bb05ac806"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5cc3bf09-b7d1-4649-be62-1292b0b3b544/f80eb3eaa5c7f4f8ea56562d92de5691/dotnet-sdk-6.0.320-linux-musl-arm.tar.gz",
              "hash": "5b2865a0b6ffccee64eb6fe716322fe58fc5a834ccf6fc2c3b215179ce6737a80bdcd51cb3c3519dec17cd216d0503c51cc43761e6ddd57713b569bf3b73b8de"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d9e4c072-c7c5-4bea-9379-57c1655830e6/43f38c9ca5db1282009fd4dc13cb614f/dotnet-sdk-6.0.320-linux-musl-arm64.tar.gz",
              "hash": "d537b06e6ff70ca87defba9c7e21461013994760e79799a0e68e3958d688abe456b52702bb54d3710b611251d1a21c56d7975895f2b8f567775c57972c92d504"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e329526d-6e7f-4e23-bfb5-268f0797f84d/b9975e9d88179175080a4ab0c1277ec5/dotnet-sdk-6.0.320-linux-musl-x64.tar.gz",
              "hash": "b0feb5f10d7509408ed813345d7e7488439ff04acda336f13b556db8457525438c5703b0230ae970650b4d26aefc4b143724c41c6a1dfaacc1f17d938e9dd653"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/288d06e5-a78e-4f65-af9e-ef1132487c10/731d5f922ad612a400d8b260686e94b5/dotnet-sdk-6.0.320-linux-x64.tar.gz",
              "hash": "c7d28aed6c6412915a094cc6b0a9267cacce391bc7eea5b733c60fb968ecc01e846f0b3a1cd542c75c3ed12f57d22e3431593cf0589f7e426e9293d6491fdb97"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2c9399b1-70d9-4a41-a137-f21579ff9992/91a135ae724ed3845188675f8eb487be/dotnet-sdk-6.0.320-osx-arm64.pkg",
              "hash": "f6aa470b8e24c5f9e71d01d795415f48ba21371b3423779891cc68fbb357d72fb1259c113e63ab98cd5b4aafb66300f846042dda3bff2055642d00b99c1b143f"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/90d54022-42a2-4816-b5d8-dc19755f9244/7e538fe5b32c50d7f864d82e272a2061/dotnet-sdk-6.0.320-osx-arm64.tar.gz",
              "hash": "6014ddc61a1d80d600542e957a52ed31ce2105758557342e51287450ea7d36ffe2e00746010bfe070c0dc3e7c9d65bb3fed214855a1f0e64fed94a823f60d42d"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b1d83db2-0cd5-4cb6-9853-a71bd86a6481/19b3b46371a8de33ecd7a710d63a1854/dotnet-sdk-6.0.320-osx-x64.pkg",
              "hash": "20a4a436c5f256749f07cb8c0e87b5c453f008f1bd547f67ca26e731e78968510e771340ba33cbb76f1a05d8c3f9e8a60c30ed151a50c2fac0e7f58d1d519a4d"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/645b6c37-9d3e-4b4c-a948-bcc1429353d6/18917645918060a178fe5327e1ec9a0c/dotnet-sdk-6.0.320-osx-x64.tar.gz",
              "hash": "342178f3204f8a9417737270f06d1929c9ca01e5dad984533b4181f66ddc4086e03d7ed096bbf06dcb029b75bcba339159f3e529cd7dead5ca0b0e0ffab230a2"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a8e1e0b7-ff95-4c5b-a1d9-6811e9490166/8c8c51ab26a27844f2f5dbf50e607c3b/dotnet-sdk-6.0.320-win-arm64.exe",
              "hash": "c5b86584cda1bd8971e3b1819e6718e98444f72e24dee4f88b7bb2e4bed223462c6293391695101fd275222b0fbf8317e0bdfe5985008641cead0ba9d9acb1a2"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/73db2adb-bf00-43ab-9982-277cc82d4c5e/bfd66f688a8a8b62fa68489aa2a27f16/dotnet-sdk-6.0.320-win-arm64.zip",
              "hash": "244e7b540af0c2318b60761b65f57cadbcffcd8dcf78ecdf3e0857b8c90cd090443b2575226ffe12e9650907455a6c1131247f4c1b99c76bc0f74d6180d592d3"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2975b718-2d32-4d69-9db3-336a4b452c51/ba8c69434431569670d01fdb3cee25b7/dotnet-sdk-6.0.320-win-x64.exe",
              "hash": "8f189504435e54909d882e94bba3c8a94465459303e4a8d60943d69ec63fc1f30521a4cef784fbadc146d784ab6f33dce41649b7ad2222392db23a02ca634556"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/031b7231-ec11-41c4-ad6e-721f4b75ae89/88a7f2b74854a253d3011943025a09ea/dotnet-sdk-6.0.320-win-x64.zip",
              "hash": "75be96bdfb07ed3b760e4f7e9a8b3571cd0078300397bd09559c0a3c7435bee03eb849e3a710caf344bb50f38b82c8c0bd2e2a021ba017c3300cd2ef66b887d3"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2dff577d-42e3-467c-bc02-b844b8c3a2b1/78be1d06afe941b63f74dc656327de93/dotnet-sdk-6.0.320-win-x86.exe",
              "hash": "2b1365d004bbf24a1cb30a67bd3ac28df127efcf78d6177c47eee60779bf5098cf3cebe565e0f874350792320d82b37334553e8932ea11e3969589fd4f9b9386"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/da29cb32-9f43-4d7b-b024-ed825118d23a/43ceb26a06a03f23e4f5a5b36f1fbcfc/dotnet-sdk-6.0.320-win-x86.zip",
              "hash": "9646e2895e5ebcb13bee11edd280db1787e05eaefadd821a00be25dd691260524b9df88a26ddd8a4124fc2b5798668cd85cea8c8443c6d131895dcb385eb38d7"
            }
          ]
        },
        {
          "version": "6.0.125",
          "version-display": "6.0.125",
          "runtime-version": "6.0.25",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/95c1dfc0-87b0-4501-a087-6ab48c0ecb7a/e5d0d8280f342f0fe3c0ecabe8da16f4/dotnet-sdk-6.0.125-linux-arm.tar.gz",
              "hash": "296920a7f056892565936db575e4c4c91532664c9de613ac2f93c3f78012388f4dee42695d9d1cad5af9aabebab557f53b8a441d86246310034afc5fc485a947"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1e3b6592-0a23-4e33-9a99-b566853dbfa2/5a2539eb598df7d1a78dccf7277d8dc1/dotnet-sdk-6.0.125-linux-arm64.tar.gz",
              "hash": "c9a5447423b7849d643e03c4d9c602b68016114a366cb0b04e31eb95e1f994b455d27c5a34ca80257cf860b1e4c63cd3d6ec244977414f93247392c9df8e2534"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0918c654-75d2-4cc0-8798-814a05072630/2514975fdc58a7c3a4ac0623b852fd67/dotnet-sdk-6.0.125-linux-musl-arm.tar.gz",
              "hash": "5d89754a58ad18a500cd8fa39b7e371d23e797b7191e5c35338a573318b87b0382751e568dfe77c55d5bd4ebe30bd0dec7e74004f60f260566c7c3a251531ca7"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8a4eb060-49e2-48db-9556-d2a52b3fe241/857f5a2245e2328de79e122dbfbfc630/dotnet-sdk-6.0.125-linux-musl-arm64.tar.gz",
              "hash": "37504e7d1e7a2d54fbe040a8b790c5a13d949fd98604afffef92a286e6d241e167312211e678be6277bb2eb6c822bdd3845861965fa5cd7090a570dc14b119d3"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4e0bd3f4-c19b-47a5-98f9-856cccb47f45/c1ba1dfead4c8ad823b07d65cf637c68/dotnet-sdk-6.0.125-linux-musl-x64.tar.gz",
              "hash": "7d40ef89f44b75154e58a5c89ff32e100cadda4bd9e4302808c545881a2d77e128bf6c31715817af4a0e41ee1676970ea7dc95c73498c9a8c9d3082c1d768c0a"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/84d8819b-f591-4e68-afcf-672248a10944/3cf79d3b59fedc18dad214e960b3139e/dotnet-sdk-6.0.125-linux-x64.tar.gz",
              "hash": "00b8ae7cf985918c03788db2f03d5655441be9cb054e8e97dc3a69fb1a4979bd9aa1bf373d56554cb37d5395699736b0b73a29a2c7cff0b2776db72d353cf4f8"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/59f69d9f-48ce-4c9d-b6a8-f38c30d6854c/d9a842f847698fb6e49a6bca429b3504/dotnet-sdk-6.0.125-osx-arm64.pkg",
              "hash": "807876a9db67da9369e08ea9b9616997caf0fd3139caf793c09dc59c78ab489496b64877057acdd5b95814b73f341c175de052979114662920ade6269afb005a"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1414e405-7005-42b0-9694-51f9ed5da4b0/e983715e9cac95d28ac34bc8fcf20155/dotnet-sdk-6.0.125-osx-arm64.tar.gz",
              "hash": "0b143696763cc185cd5e6490f8b732e06394a1d61aad80d68151dcab925a4b0e6260a06aa318672de0daff79e659499a041d7f64825f41efd0790d7a32796728"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f374cbcb-5386-4856-8e5e-150b9108d6d5/5f2777155c142a9d06fb40d20ef97da0/dotnet-sdk-6.0.125-osx-x64.pkg",
              "hash": "db6d4acbe4aeeece0c698968a81d4e4921abb419da008ecc41604a75ab00dbb91f9b6ff239d89d61eff4c720ec9488b4fa150b82229b07527aba39eb1f689925"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bcfa6cde-e617-4c83-928b-22e526ddefec/00e1299631767608be09df0fe51a12a5/dotnet-sdk-6.0.125-osx-x64.tar.gz",
              "hash": "4452b57309f228cb3144313138016d8efa32935b7eac5be007339de5b27e567f87190dc301ea6c553ba7d0013d50873b4af6f652008d2f1afcebe6df7b8bcf70"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a86153c0-4f3d-4b0a-9ad7-3307c268b849/a5cd9f0b18d4f003d9fd2113929c988c/dotnet-sdk-6.0.125-win-arm64.exe",
              "hash": "f2bb41baa76208d0c296ce39539f82ff2ca3ef5966709de38d731db73963333f882b1561d6f1dabfd66e3a858a6a36d349b425e8c55f67eb35f4ef286c11ddb8"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9aa7630e-2140-41d1-a96e-85ffa0affc35/a582e89d9ff7d2f3e1914cb54810a662/dotnet-sdk-6.0.125-win-arm64.zip",
              "hash": "3cb0f23af34cc430f62894269acca50e892fc471567b405dd0ab6aef5effcb56ae814c7949ba658b2060662f17c9be03348ef0269f6a0e3465d26e0b7c82cefa"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9586e48b-349b-4dbe-9f05-f92fe03267c6/b9d2bd405044fe135ac73c85904e93ae/dotnet-sdk-6.0.125-win-x64.exe",
              "hash": "12231654d59dbb01c9cbcc98682b4b98394ffca7effdc333ea44042f3c7cfd72d184880867940b19422861b9d162556324e5783f27e56438324d962ff11f59a2"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2359504b-328e-47ee-82bd-e90cea72abe8/9b535db2445026c2a8114a5608062c35/dotnet-sdk-6.0.125-win-x64.zip",
              "hash": "c9b5b5c7d1b45cd24f86e16d9a8db3319d549a93e9f82b262aa887dc4d171150d34c8b9523c88ba399c405e1cb0395a1377b5d8d5928fa5edc8df4cbe5abfc90"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/16aecfe7-915b-4ea7-9872-395313e1cfeb/39f1b69941f30fcc75a0307f4d3f9a9a/dotnet-sdk-6.0.125-win-x86.exe",
              "hash": "388ef28c08c1bceacf4edafa58bb8dd574997e91ccd0b1c69173fce667b24860dd4b8c8ea606f777ce3ceba1a109f0a6a2c744c7fceed58cc6230d547721a178"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7c6cfeeb-516c-489b-8705-0a9288684f7a/709c053cbd549ea2e604b3b8ca46b159/dotnet-sdk-6.0.125-win-x86.zip",
              "hash": "c6cb1d4aa32b3abf9681ee7d700f365a7a8f4604bdcfce86c2d8dcf79c3bc2120c10ccd8845b197ed0e80621455921ca5fb3477a8402250a465627b87616e6f4"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.25",
        "version-display": "6.0.25",
        "version-aspnetcoremodule": [
          "16.0.23296.25"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88cf902b-08e0-4329-b2cf-7d0ab104d97d/287edc7e830d810424d62f6efc5c577a/aspnetcore-runtime-6.0.25-linux-arm.tar.gz",
            "hash": "917b3207a20382d863dd33ad19bc075df49000726dd55908cec506f96d6ba406d5b60cf15bebc6559f128bb83f9dbce208e7f44ec87a8d183704a9314e0dc4ec"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8f085f4e-ce83-494f-add1-7e6d4e04f90e/398b661de84bda4d74b5c04fa709eadb/aspnetcore-runtime-6.0.25-linux-arm64.tar.gz",
            "hash": "fdd2e717963f213abbab6dcd367664ebedc2f2ec9c2433fca27c4d2eb7704a73d3f4ec5b354b24d5be77f3683605a56f5675d1d543c5f76d042a1353deab8d73"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a99de040-6c21-4777-a3b5-82b6c79b541d/86293126c8ba97985fd4aefb6e7916d1/aspnetcore-runtime-6.0.25-linux-musl-arm.tar.gz",
            "hash": "cf325dc954bbcc1476899fa6716cb7d474cf98eca12ae555425336e6277e638e93c2d186f61a93a2ccf19e33ee440a15980f5180b54fac1a2aa68121df30cab6"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/265ec8c4-ee67-4139-bf6d-d511c26fcfe9/decead6225b9f9b28d556f655a4c3d97/aspnetcore-runtime-6.0.25-linux-musl-arm64.tar.gz",
            "hash": "c0f827ceb51e39a0a78d82efad03a43adf1c6a9ca3e411ace69be2dac4faad56c74775381517d676154b3a5e0d972ba5ad05593623c7af945643d518749e0426"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8b0e3dbe-e970-4e8c-b4fd-db5245c8c021/c523986a6d8b880e5bac1a11a87c88a8/aspnetcore-runtime-6.0.25-linux-musl-x64.tar.gz",
            "hash": "2730ef44301f0926ba8edf41180351f7f145843fd37eff8e2845eab02a5c449281bbbfdd21f1710f7773d93627f514298a46706801aef0063f920c752e063ea1"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0cf64d28-dec3-4553-b38d-8f526e6f64b0/0bf8e79d48da8cb4913bc1c969653e9a/aspnetcore-runtime-6.0.25-linux-x64.tar.gz",
            "hash": "ea1e9ce3f90dbde4241d78422a4ce0f8865f44f870f205be26b99878c13d56903919f052dec6559c4791e9943d3081bc8a9fd2cf2ee6a0283f613b1bdecf69e1"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fab54ac5-5712-4c94-b9a7-68e18533b8ee/8197e36c3a2522e233e4d66c3a7b098b/aspnetcore-runtime-6.0.25-osx-arm64.tar.gz",
            "hash": "ab9ccefa4d0249aa1ec313e02aa7dfec9b048f3db42881c808050efe3956749fdcadfbb937cfec19ac37fed70c81894dcf428a34b27c52e0cd2911fd98d29e9a"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eb5d3ec0-10d3-4ed4-986a-9b350f200d7c/e59374e45f5f1be3c111f53c7e2ebb32/aspnetcore-runtime-6.0.25-osx-x64.tar.gz",
            "hash": "d58721d8f0a7cf6538446b37ff6399c285e4fbbbc30ac0b550cada361ce2cbc981039e8c90e3d038de1886e91be5457acd5c88bd72008a208c62dd533080864d"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/baa266e8-e19f-40e5-99b7-4200d61e831b/d6ff0858da413afbee6d9974912b1ac1/aspnetcore-runtime-6.0.25-win-arm64.zip",
            "hash": "8e14f72f1be989f0295872e31155b8aefdf20b6d71bf2c4628b62c76727d2b54a15682df8e218ec4dc8d17ebc8b6bcfb812daaa296c29797d8ee3ce1bf5f8526"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc41dbfc-0cb2-453b-8e13-b96df87ec639/80632cb579c5dd86842224b9e6304221/aspnetcore-runtime-6.0.25-win-x64.exe",
            "hash": "f8ff2e8344d788b5e07cf615074c3fda07b92d0a949b12adcbc92ff6f7dd3ac6bac13cf95a90540e31d6c22f78f7421fa3a1ea296dd1c02564b5f9789eb2c2be"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4153c9e0-4ac6-4bdd-aaf3-717f2d553514/42166423785c7b0ce406f6ddd4eea521/aspnetcore-runtime-6.0.25-win-x64.zip",
            "hash": "8a72dd7e3308cd2eb60d88d80a3475dc1be23d1909844a10e7b11af806ce6d473172ff9fe141e89e4ed6e2ace9ce3bed78952e711c2d4f655c49b7f767248b63"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/25974def-24fd-4155-af11-7bf477cc1c7f/21f5291090d9d4040ad8522bbdf00cc6/aspnetcore-runtime-6.0.25-win-x86.exe",
            "hash": "15811fa02f486599187ef87d4c6ed0d6d70c57ec75ea98f4e9d5342b061242048111b384605d3c4c57adfc43f4a1ea3349581031f40fc0476a83cbb262fa0735"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3277a575-e25f-470b-8c07-148e557af3b9/7a54737c606ad446e2389d4c8234633b/aspnetcore-runtime-6.0.25-win-x86.zip",
            "hash": "109018ecdd9dd87fc1806a9855ed3ad0b2a519ca97dd41a5fdcec8ed0cbbbeb685a70e4a65a8fd27db8239db00ecddc90d14a1c553f3b591f74daf426dcf7b22"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1fd87564-6bdb-4123-90dd-26488ec868c9/6c68988c310805bdcbb07b704fbe3e9d/dotnet-hosting-6.0.25-win.exe",
            "hash": "2d0f527383f2d13cae85d3b8136949484bfc96bec7c23421ce400ffe82b46c6acaac420a59db49a8d7c96e42f54777eb5958c9c11c34a9c3d671697242b3280b",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.25",
        "version-display": "6.0.25",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b87f26d1-3e82-4df1-983a-42300f6830ec/24feae0309a1c6cd0fc8c10a20f3bdce/windowsdesktop-runtime-6.0.25-win-arm64.exe",
            "hash": "46d2811411a6b9eac0026b465efffc9d2c8c32925e3e4cac6e4b40eac1516e21c8cbba5f8a797ca5329d15e53e01bc1bfd4a5489da569d033306864d2894f641"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1eb613c0-6c2d-4fa0-ad9c-38b6e540b6a7/a0e0354e8d72ee904d20ee4e9610733e/windowsdesktop-runtime-6.0.25-win-arm64.zip",
            "hash": "6a1357504a12eaf9e56ca85c1d0ba0fc4c94355f95570e79001d8fba919824b39ffe3fb8165c503e45fe4be897f4f59f25b17ce5d7363bcb1f042d275ae5a03a"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/52d6ef78-d4ec-4713-9e01-eb8e77276381/e58f307cda1df61e930209b13ecb47a4/windowsdesktop-runtime-6.0.25-win-x64.exe",
            "hash": "fdf1ae329d696bf280f3fee7c989bfc4678c640608e3175f7c26b3018ac58dc22d8f1618201cc209a8f28940fc94dcb144d98c8c91b072916f8f531f6aabc28f"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5a48ce29-1f12-46f0-b41e-0fb1bcd31e17/a08bbffdd131b3cb71a9d34f98f20a9b/windowsdesktop-runtime-6.0.25-win-x64.zip",
            "hash": "3b9b6a97bafc7138657e4ef484560215aba47fc2046a1a9048967c9492594c1bbba4ad0820b2cdea858d31fcad3e675c7c18f30e9c9731b2f915aae75eac474f"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33eced41-f212-46df-bb2f-12d4b891e667/f55a4581dd72a971f21e9562816c7430/windowsdesktop-runtime-6.0.25-win-x86.exe",
            "hash": "fb83dd96a7ea4654f7bbd8d2e511df50dfc4633346b78ec317419bc9536b2d13cd71037fb80bdfefc87162fbb91fc9fd978751511877ace1a8788f2bbbaa82f7"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9211773c-3f7a-470b-9e8e-9e6fd2596327/80982bbfe8f600b6687a44b2a67df075/windowsdesktop-runtime-6.0.25-win-x86.zip",
            "hash": "0b5f985f6a7308e57cae10f9a1118ad591e759091691acbeb6b4deeda48e0df75be23f522ea55890b931b0a595c31cc2c3c7b42616b179fb5aa9c50ad6af5a73"
          }
        ]
      }
    },
    {
      "release-date": "2023-10-24",
      "release-version": "6.0.24",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2023-44487",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-44487"
        },
        {
          "cve-id": "CVE-2023-36799",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36799"
        },
        {
          "cve-id": "CVE-2023-36796",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36796"
        },
        {
          "cve-id": "CVE-2023-36792",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36792"
        },
        {
          "cve-id": "CVE-2023-36794",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36794"
        },
        {
          "cve-id": "CVE-2023-36793",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36793"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.24/6.0.24.md",
      "runtime": {
        "version": "6.0.24",
        "version-display": "6.0.24",
        "vs-version": "17.2.21,17.4.13,17.6.9,17.7.6",
        "vs-mac-version": "17.6",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68e18009-afb1-4f94-948e-e07f6d8886d1/3e440f9c63cb4733528fa052d37254e8/dotnet-runtime-6.0.24-linux-arm.tar.gz",
            "hash": "b616c9d71779a6ddf454a853bebdb1ff3828a17aac23457e8ec0be7647bad3a3e785e963b4d839c9479d381777741f0eaac8269bda4ff5d9eff52b0bf96659d9"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8292f37d-c0b7-4371-b307-990c488ffce0/95142913864b1f8cf45d3bc432a8c193/dotnet-runtime-6.0.24-linux-arm64.tar.gz",
            "hash": "43ec6b177d18ad5dbdd83392f861668ea71160b01f7540c18eee425d24ad0b5eee88dfc0f4ad9ec1cca2d8cf09bca4ac806d8e0f315b52c7b4a7a969532feacc"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/706891e2-9c53-4b3d-8290-96bd6ae28224/c240eb2faf8a7939e0540b98a71581f3/dotnet-runtime-6.0.24-linux-musl-arm.tar.gz",
            "hash": "f721ef071ad6371a500bf2b23fb13fd8c1bf75c2787fa06f5b52e99c659599df70d74c893f9815bda4d718377e9ef699a90c3e65fd4d91394e1202be359199c2"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8cd016b4-abeb-48db-a7d0-0128be0b5905/ca97fddbcbfdc096b4ef1fb4ac0de43f/dotnet-runtime-6.0.24-linux-musl-arm64.tar.gz",
            "hash": "730139f03959449207670d4e1db4ea63d8935de7529f60bcac39c89c2dd4bba4e50fc2b0964698bec8be15cf2623e411dadda3ccb73d1bbe76d4f1be69d8c942"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8ae5406a-3be4-41d4-b49d-f54667c95631/2c9697240d38608e15cf715abe0e2343/dotnet-runtime-6.0.24-linux-musl-x64.tar.gz",
            "hash": "7689d744353b1ff96953d517e6acce3e4a9f69649edfcf98d7fd73091a5b5dd9d22af48c1c806af77d1e14e1347cc15a760ce77ee3e0417cdb42b3595a4f5685"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/872b4f32-dd0d-49e5-bca3-2b27314286a7/e72d2be582895b7053912deb45a4677d/dotnet-runtime-6.0.24-linux-x64.tar.gz",
            "hash": "3a72ddae17ecc9e5354131f03078f3fbfa1c21d26ada9f254b01cddcb73869cb33bac5fc0aed2200fbb57be939d65829d8f1514cd0889a2f5858d1f1eec136eb"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4d78d106-3423-428c-b7be-79af4f938f14/4d1a4cc0a650de19be6870da2c53b66f/dotnet-runtime-6.0.24-osx-arm64.pkg",
            "hash": "2432c43ec53713e66a11a76949a3d3b0d64b19aee198ba39926309f9bbb2a9da49637ce70d264e0c3ed05ab3853bcd0b714fc086041a515d47518542747c3822"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/87743def-9e7c-4157-8ca5-d818496e41ff/97ab6a39043f45d7701f91c422a663f4/dotnet-runtime-6.0.24-osx-arm64.tar.gz",
            "hash": "fbbf6b385172700e4864db9db6f85bcec6fe447d504d181878ae7a3d7b4e06f19920c7aecbdb4c4700bc65f51abb7409cb68e99dda4af14319909bb2816c22ff"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/48041645-2706-4bc6-bcaf-8a21b4ed3536/d1fefeadf2d4a693c70fb30d6fff98b6/dotnet-runtime-6.0.24-osx-x64.pkg",
            "hash": "cabb28be4678056ddf195772112fffc8fbc4c6eeee4cf77c312bd5a787ad2000c92edc041fa5fb4110520ce7315bbddea37b635ca880284e2733ba82f53f4bb6"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3adf2172-7ded-4053-bc86-b5236b1a3830/80038eb1ea0019995c76660f18e9a290/dotnet-runtime-6.0.24-osx-x64.tar.gz",
            "hash": "25afb6eb9d9404332efe32407e1dcef080a79372b8631b7720daf62bdea42c4fd36c1fdc12c6333c9c1754a1cb29f5ce64a1436e6392db396a9dce647a8f2c16"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/435e9aec-1096-4424-941f-0f077855139d/9d653b2b0a90150f843e77114a04ba47/dotnet-runtime-6.0.24-win-arm64.exe",
            "hash": "107181c95647094a87a32e605003313e2fb0d713f6a706884a72cc2a9bc175fb15ba399ebc3107b62f00596288a6b15f605635f43afd26cb59b9daef2cb09cbc"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3e813b04-b20e-42da-9641-c11d985546b5/ed674be2536cf472370c2fc1febb4ceb/dotnet-runtime-6.0.24-win-arm64.zip",
            "hash": "309097669decaca8ad3ae8974a46f4613c3bef39a07cf6c8e9b3bc7f9001c9bf33a6fb22ac70ec96c7ab49349b115d6cf5192ef711933716846f2d44c23b4895"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/62bf9f50-dcd9-4e4c-ac02-4d355efb914d/a56b37b98cb07899cd8c44fa7d50dff3/dotnet-runtime-6.0.24-win-x64.exe",
            "hash": "1759d5f7ccdfe046e0dbae1328e39547974e884ac8e98e33f96ca67b8f4dbc3d9ba04d9832a82c457665a7f1aa8b43ba71b547a4919b680d8c7031140953f58b"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/96c98d76-1d86-4395-863b-70c59930ad0f/30ff5527a4ea14df6891c556dab657e8/dotnet-runtime-6.0.24-win-x64.zip",
            "hash": "bfa517496af8393cc44d9b91aa5516c2043258f9492aeaa24cce3a16ec52b6211341927d0de93ff858c9f41dbbc32a62b83d56433597ced4cb747ebf727a811f"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c002ad47-2da2-4d0f-b32b-07c60935dbad/b505f2e042b6598b483fa314b010e889/dotnet-runtime-6.0.24-win-x86.exe",
            "hash": "dbf54c6d97845ae18f58a45c2fc505138f1b1d48e765672a1477a96402846905bb945a248a53be781ae671f2bb3e11dc204be5e9abfc30ce027c150fb9c2aed1"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7f9e4329-81b1-4f70-93e2-0f25b1b2839b/fb64fee3c2054e1720083dcf6c64f8f6/dotnet-runtime-6.0.24-win-x86.zip",
            "hash": "b7ce7cd14189cf2c5e5b9540643f27165d3335f2711de342b90a4908232756891f0fcf79603a6c0628d24f09344af219d5d0ef705a788de736982ccb50240a91"
          }
        ]
      },
      "sdk": {
        "version": "6.0.416",
        "version-display": "6.0.416",
        "runtime-version": "6.0.24",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2c8da3b8-66b9-4906-ba3c-cb536f5c46eb/b5c8900abce86499ce826798eb2fbef7/dotnet-sdk-6.0.416-linux-arm.tar.gz",
            "hash": "b9adf8bd6e7f882ba2ab154cc149a7f3ba01becc34aa6815b7ac62454f37f282f1502c499de33bf3d450014fda8aa65fd3708406143e2048f821bd9d0d74e444"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a56a7895-ec29-44fe-9fbf-3ea6a1bedd3d/47393de218098a0d63e9629b008abf07/dotnet-sdk-6.0.416-linux-arm64.tar.gz",
            "hash": "b121ba30bd8bab2f8744f32442d93807b60dac90f8b6caa395d87151b2ffc335f93a95843f08a412d0b90c82d587301b73ea96f5a520658be729c65a061a8a80"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9bd330eb-5bc6-43be-892c-79d5017a652b/65923c0e17ad2f98e340e5cba06be114/dotnet-sdk-6.0.416-linux-musl-arm.tar.gz",
            "hash": "c74cbfce68b1a5bea9d5c6ca3517bd0f8c237eeb5b9a7b6bd477aa87c4280596941a969937fa9262a24104837021577d564c5b89565220d4eac6c536e909caa7"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9a97f365-d320-40b9-9db7-a88b99e325f7/a9f94468149ca8ef16ef66af873fde5a/dotnet-sdk-6.0.416-linux-musl-arm64.tar.gz",
            "hash": "99a4248382fd531fe80c219683edab854478db0baeec4f5ba7378e41f7ec3c123f59449fa0f7be2d573161901cea246c6f0b282baf057e37f36a540bf0b8b5a1"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2dae5995-80c3-4420-9844-c44c6caf2f3e/7cf8f910373f165f84e715b1146aa84e/dotnet-sdk-6.0.416-linux-musl-x64.tar.gz",
            "hash": "fc524499efa915bc1e5dc706b7b4d857fb1a521308a0e0350087bde826facf76c3e22e36afadad9e37e78a4b051fad4456deacd9fb00f97be6ab14d65dc85434"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/675f1077-ab10-40cf-ac18-d146a14ea18a/522055f875b0a2474dacfa25729d3231/dotnet-sdk-6.0.416-linux-x64.tar.gz",
            "hash": "5a3c60c73b68e9527406a93c9cc18941d082ac988d0b4bfea277da3465c71777dded1b3389f0dde807eda6a8186fcf68d617d2473a52203cb75127ab3dafc64d"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/94bf06c0-dcb8-45e6-bbce-c1a96f958e16/bd16f41a64771021877b52dccbba0161/dotnet-sdk-6.0.416-osx-arm64.pkg",
            "hash": "ebff8a905b390d37946d3dc9d2845cbc5db4e1bad052df96e2dd2976f12d101c27dfdf5d914e746e13f6902903133723761f34d44ff570f20d5f4c77b212693e"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ac99e470-ab07-4f1f-901a-3d14c9dd909d/a2a51c3f12ba268e22166cdeca54cc65/dotnet-sdk-6.0.416-osx-arm64.tar.gz",
            "hash": "7099b3dba1137e1f429adebc3ebb4cd002d6528dd74426a687c2919b7d01acea49cb65c2cff1f1f2e283d96159440c60d909258d2350b8e76df3e513152b23f6"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3b305e51-67fb-47cf-a916-700e62148324/1b71cd10822a3a1805008e212157a178/dotnet-sdk-6.0.416-osx-x64.pkg",
            "hash": "23a11a05bfa201f7d30b506417d0d3dc89dacb16ad2bb66b0db2539bc7977064d5c1c079b4d7731912a8189d650355d2d594249e249f0683bb4edef35fc62a25"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fd03f404-c806-4eae-9bda-0d002437c227/314b39bd905ad559bf38421d8184f0b1/dotnet-sdk-6.0.416-osx-x64.tar.gz",
            "hash": "cccd47ac03198f7c2335abbf9ebaf11d76e229cd2690f334bafd70363de7045e600c33057d16689fba6ed95bb2f80ee8cd8258152c07c1972323471dcc6f2df1"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/afaa9ecd-7997-42c1-a40b-91b72552dc57/93eaa9439ba54cbb05e632593c8a092c/dotnet-sdk-6.0.416-win-arm64.exe",
            "hash": "5abd7a9b8343cf16eb29b4638f5e521f1ec8662dc900edd4301581866fcc57d3c77936394a1b33fc3592fd88c64aa35118e457b0f5004ce686db3ae66799e0bd"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6be187bf-beca-4097-be7b-a45e70a87010/6a4b358d5a95c7da4d0fd0dba6a222d1/dotnet-sdk-6.0.416-win-arm64.zip",
            "hash": "1d630c5e880986eee708faf09d64472a1282238b15f9b6042a48be331a08f6dd6cc8ff6a600c8bedee0eeaafe71ff5708740c655cc5519265d0b580fbe044593"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bf047319-5b65-4630-b0f1-e7a8a7d40724/6c98f5732611a6ded7a9e62dc7bb2be1/dotnet-sdk-6.0.416-win-x64.exe",
            "hash": "b140bb7acec7c906655f15c9282154282457f829baedd14e907ad01d2d7614f17ed2a1a8aa61c3bb76c2322e35896ba93350e4c4980f72dc15dec4d61168d17b"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e5f3c5bd-fb2d-4070-9893-fa3e852c5545/49dc01b583c1007561a3e51f898abe77/dotnet-sdk-6.0.416-win-x64.zip",
            "hash": "6823fd137d788db7d8cf4e05b88db7e451b993d41f2a2902ca547447c9def6cf840bf1e2a6a1ffd8a2d9ac66d26f3d4686c20b76f463af49f10e9715931e9d93"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f3f85cd7-bee2-43ce-b0c7-edf5dcffa375/2ae120e6e5cfc484b3668509fba50270/dotnet-sdk-6.0.416-win-x86.exe",
            "hash": "e2eea8b29743d8b7a12bf07a072801c0239f75f3809c387ad03fa695816c421364b913e8c589f8c2301e12adfa805471aa50c978f4b2d81153018847c59ca5e8"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1ca0fde6-1ff2-461c-8b35-dfb343b76e52/e27640bb1a9af2f6add4c1749caa4da1/dotnet-sdk-6.0.416-win-x86.zip",
            "hash": "39913c77abc0c925caa786fe9f4586ed93a3695383e6d3e12e50620b2d48c583dfc932d20179622614b32976c4ec22c9c8460ae08f50403c1537b1ba05653a62"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.416",
          "version-display": "6.0.416",
          "runtime-version": "6.0.24",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2c8da3b8-66b9-4906-ba3c-cb536f5c46eb/b5c8900abce86499ce826798eb2fbef7/dotnet-sdk-6.0.416-linux-arm.tar.gz",
              "hash": "b9adf8bd6e7f882ba2ab154cc149a7f3ba01becc34aa6815b7ac62454f37f282f1502c499de33bf3d450014fda8aa65fd3708406143e2048f821bd9d0d74e444"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a56a7895-ec29-44fe-9fbf-3ea6a1bedd3d/47393de218098a0d63e9629b008abf07/dotnet-sdk-6.0.416-linux-arm64.tar.gz",
              "hash": "b121ba30bd8bab2f8744f32442d93807b60dac90f8b6caa395d87151b2ffc335f93a95843f08a412d0b90c82d587301b73ea96f5a520658be729c65a061a8a80"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9bd330eb-5bc6-43be-892c-79d5017a652b/65923c0e17ad2f98e340e5cba06be114/dotnet-sdk-6.0.416-linux-musl-arm.tar.gz",
              "hash": "c74cbfce68b1a5bea9d5c6ca3517bd0f8c237eeb5b9a7b6bd477aa87c4280596941a969937fa9262a24104837021577d564c5b89565220d4eac6c536e909caa7"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9a97f365-d320-40b9-9db7-a88b99e325f7/a9f94468149ca8ef16ef66af873fde5a/dotnet-sdk-6.0.416-linux-musl-arm64.tar.gz",
              "hash": "99a4248382fd531fe80c219683edab854478db0baeec4f5ba7378e41f7ec3c123f59449fa0f7be2d573161901cea246c6f0b282baf057e37f36a540bf0b8b5a1"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2dae5995-80c3-4420-9844-c44c6caf2f3e/7cf8f910373f165f84e715b1146aa84e/dotnet-sdk-6.0.416-linux-musl-x64.tar.gz",
              "hash": "fc524499efa915bc1e5dc706b7b4d857fb1a521308a0e0350087bde826facf76c3e22e36afadad9e37e78a4b051fad4456deacd9fb00f97be6ab14d65dc85434"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/675f1077-ab10-40cf-ac18-d146a14ea18a/522055f875b0a2474dacfa25729d3231/dotnet-sdk-6.0.416-linux-x64.tar.gz",
              "hash": "5a3c60c73b68e9527406a93c9cc18941d082ac988d0b4bfea277da3465c71777dded1b3389f0dde807eda6a8186fcf68d617d2473a52203cb75127ab3dafc64d"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/94bf06c0-dcb8-45e6-bbce-c1a96f958e16/bd16f41a64771021877b52dccbba0161/dotnet-sdk-6.0.416-osx-arm64.pkg",
              "hash": "ebff8a905b390d37946d3dc9d2845cbc5db4e1bad052df96e2dd2976f12d101c27dfdf5d914e746e13f6902903133723761f34d44ff570f20d5f4c77b212693e"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ac99e470-ab07-4f1f-901a-3d14c9dd909d/a2a51c3f12ba268e22166cdeca54cc65/dotnet-sdk-6.0.416-osx-arm64.tar.gz",
              "hash": "7099b3dba1137e1f429adebc3ebb4cd002d6528dd74426a687c2919b7d01acea49cb65c2cff1f1f2e283d96159440c60d909258d2350b8e76df3e513152b23f6"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3b305e51-67fb-47cf-a916-700e62148324/1b71cd10822a3a1805008e212157a178/dotnet-sdk-6.0.416-osx-x64.pkg",
              "hash": "23a11a05bfa201f7d30b506417d0d3dc89dacb16ad2bb66b0db2539bc7977064d5c1c079b4d7731912a8189d650355d2d594249e249f0683bb4edef35fc62a25"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fd03f404-c806-4eae-9bda-0d002437c227/314b39bd905ad559bf38421d8184f0b1/dotnet-sdk-6.0.416-osx-x64.tar.gz",
              "hash": "cccd47ac03198f7c2335abbf9ebaf11d76e229cd2690f334bafd70363de7045e600c33057d16689fba6ed95bb2f80ee8cd8258152c07c1972323471dcc6f2df1"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/afaa9ecd-7997-42c1-a40b-91b72552dc57/93eaa9439ba54cbb05e632593c8a092c/dotnet-sdk-6.0.416-win-arm64.exe",
              "hash": "5abd7a9b8343cf16eb29b4638f5e521f1ec8662dc900edd4301581866fcc57d3c77936394a1b33fc3592fd88c64aa35118e457b0f5004ce686db3ae66799e0bd"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6be187bf-beca-4097-be7b-a45e70a87010/6a4b358d5a95c7da4d0fd0dba6a222d1/dotnet-sdk-6.0.416-win-arm64.zip",
              "hash": "1d630c5e880986eee708faf09d64472a1282238b15f9b6042a48be331a08f6dd6cc8ff6a600c8bedee0eeaafe71ff5708740c655cc5519265d0b580fbe044593"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bf047319-5b65-4630-b0f1-e7a8a7d40724/6c98f5732611a6ded7a9e62dc7bb2be1/dotnet-sdk-6.0.416-win-x64.exe",
              "hash": "b140bb7acec7c906655f15c9282154282457f829baedd14e907ad01d2d7614f17ed2a1a8aa61c3bb76c2322e35896ba93350e4c4980f72dc15dec4d61168d17b"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e5f3c5bd-fb2d-4070-9893-fa3e852c5545/49dc01b583c1007561a3e51f898abe77/dotnet-sdk-6.0.416-win-x64.zip",
              "hash": "6823fd137d788db7d8cf4e05b88db7e451b993d41f2a2902ca547447c9def6cf840bf1e2a6a1ffd8a2d9ac66d26f3d4686c20b76f463af49f10e9715931e9d93"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f3f85cd7-bee2-43ce-b0c7-edf5dcffa375/2ae120e6e5cfc484b3668509fba50270/dotnet-sdk-6.0.416-win-x86.exe",
              "hash": "e2eea8b29743d8b7a12bf07a072801c0239f75f3809c387ad03fa695816c421364b913e8c589f8c2301e12adfa805471aa50c978f4b2d81153018847c59ca5e8"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1ca0fde6-1ff2-461c-8b35-dfb343b76e52/e27640bb1a9af2f6add4c1749caa4da1/dotnet-sdk-6.0.416-win-x86.zip",
              "hash": "39913c77abc0c925caa786fe9f4586ed93a3695383e6d3e12e50620b2d48c583dfc932d20179622614b32976c4ec22c9c8460ae08f50403c1537b1ba05653a62"
            }
          ]
        },
        {
          "version": "6.0.319",
          "version-display": "6.0.319",
          "runtime-version": "6.0.24",
          "vs-version": "17.2.21",
          "vs-mac-version": "17.6",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.6)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/65129545-5e02-452b-8a43-95ca65958df2/4b75922a756510021bfac77611e837b3/dotnet-sdk-6.0.319-linux-arm.tar.gz",
              "hash": "fbb78ff5ae0887a09d50d0c675d66f315a2accffc5933e2b31cd9f08ceae5025185e5da3e51eccd2420a2c8a3b8838683a98fabe5b01620a6bee49ab8d636791"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/df512463-40ea-499f-a133-55b6cd7b331a/8b889774d3a02d5ba6b141cc990dd52a/dotnet-sdk-6.0.319-linux-arm64.tar.gz",
              "hash": "58450a19b236a5076c21b194db06fa53c4b0840fca79a555d2ef5304525720319f5dbd0f227f566492524d9e236b39aea902e746d35ade654730928fe77a0779"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6f36e689-6f69-4268-9883-6884d8a087b0/c678dff0e97bec56e9438cb78066e8dc/dotnet-sdk-6.0.319-linux-musl-arm.tar.gz",
              "hash": "723e4e2dfdddb027a3faf3c9426e19b61e836b464c1415f9aa2b2b8dcc11dcc642cb7f7c460ca9192b7b41c82f8746606dda1f9e3f224a815e75459539f87af0"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/db749637-e6f3-4e9c-a0e9-624aae1b0669/a19701e2815474884ce87be477c721f7/dotnet-sdk-6.0.319-linux-musl-arm64.tar.gz",
              "hash": "5e1f23c97d9a235a78ce37215904ae766607bf96a9279fd8dafa590029466ef488b7634024845cac2dd8bd719eef18fb12fb2e3eae4fd85d0a459c2d788db3ab"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ca7b7425-0a81-4c0b-8f43-47d4d00bd7d8/f9e3b9e163acafc0a9be45004026ea4d/dotnet-sdk-6.0.319-linux-musl-x64.tar.gz",
              "hash": "173b91d80dc5588463dc6f9182e41260f5f14f2dfe09d8c540b5a87b4521d8fe212b7d8c062d61d4d76bfcaecead0adbf5c134206804df5f0b45a9e477ec3e36"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3c84334b-bbe8-4002-b192-62773ee3243e/9ba4897c9b992c48fb6dac1dd1b8017c/dotnet-sdk-6.0.319-linux-x64.tar.gz",
              "hash": "bcb280e57470b061a090d562d369226acc5aeb3903e735130f80cbf1dde79a99641542bf72632db9d409e5c36dc78737cf452e7d078de64ca8c2d937978fb764"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0aea6300-4a92-49c2-8397-958c949cc87b/318875a3c6b5c2d245e65cf337c193af/dotnet-sdk-6.0.319-osx-arm64.pkg",
              "hash": "e880e4ce30716df7f2aba980ed6ceb8342df5ec25b4f817f004c4cb34b5c841dde22ad35e4f71ca098e1be4a8c259a7d060c7e57bf63ca9734c70dff259deaaf"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/59c90133-a6e3-4093-8095-a49792fdb439/54c6acb27a23fa7346b5c21f701fde7f/dotnet-sdk-6.0.319-osx-arm64.tar.gz",
              "hash": "3baebf0bf619f18102918c5b336f2c2d1149323c2b1f32fc923edac3a1463774230d91300b1e0c5c1df4fd0e5a6bc8e6bab8c4604c5705208448c778c7edb113"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7215467a-078b-47dc-af29-f53071d72389/b3bcb477ebbbcee5cef281d8b971a502/dotnet-sdk-6.0.319-osx-x64.pkg",
              "hash": "6961101d78516d06f02dfc28c24577d3b186934b533864c9e5bb0becaaaa49865cb45f8cd2adbb0b3bfcf5a0ad7da873bdde6686d695a978961d1c5001737c1a"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/91393e5b-ae39-4637-8dfb-0a93b67ba9b1/d1a5c64a200ba58e08239ff0c3e63431/dotnet-sdk-6.0.319-osx-x64.tar.gz",
              "hash": "05d816b9ad79db474fd84c9e87334ed829dfc5f3b262b0d8ea75026733c3deb95bca2e14a8ee81cf41f5aaf98e4c178ca4783cb7289c2669feac759478ebf2bd"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7b16d2e5-9ae9-41dd-aa42-62d059fcfa27/ba507a5099979bf81ea3100974fd1548/dotnet-sdk-6.0.319-win-arm64.exe",
              "hash": "eac4c52ae1bdeb3134d256dfa0939089d349148835998e92e0a71c8ae8cf02a349e147f4be7ca601fe8b68aa8ebcc3f623a02d9325316c1cd56281a170e6d72d"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/89fc3079-0101-436f-8a99-10374818fda6/56a7360c718507acebe5d1c783057217/dotnet-sdk-6.0.319-win-arm64.zip",
              "hash": "f9809476f9d59d3ad1a257cd519757b6d7d7326bc3f055d659753888a5319edee8673f5ca36b9089c7cf91da769f12b87e7ad0979e7ececb5bd5a64d4f0ed14e"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8a0cdccc-691d-492c-be14-8dab8d753de6/45d2167b6fbaf89f5704a46430b6bd84/dotnet-sdk-6.0.319-win-x64.exe",
              "hash": "982c707e7013d213e300434a996bb137e77458eac21f4a13f7c80e27926360fe3e2a50c4aadd55fede0c0d6adb83f7f3659f784e19ce1021d24a349336bbcd30"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/70961273-1d65-4743-a8f7-233e1c4ed511/339acde52fac48faf7508b783dd873d7/dotnet-sdk-6.0.319-win-x64.zip",
              "hash": "d7547a6cf3bdb354546b07cb5dde27e425e0fd07e4f0678522f55e9b409980e02efbc4e682162fe7adb5c5886eed379eef614f96d4432cedfcf9d52f9cb6613d"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/271ae6f4-8d88-4ca5-a1ac-d971a703a980/70cd65342609169a8f6df10064ffa160/dotnet-sdk-6.0.319-win-x86.exe",
              "hash": "b5a16b15b398f55384fac0c0fd06cb3842434bec3e15f673708a668c6141a82d6fbd58e66d6a44b1f9da56df4ab90171c940a1fdcb155a9de1c38a085437fba6"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/09334c4e-c068-4f58-9ae9-23486817e188/a80e854807f1d32bac0ddbcba1ec8ce1/dotnet-sdk-6.0.319-win-x86.zip",
              "hash": "1d3e5555a7eb76f6e0ac37307cea7dfab22f2cc2ef59c7fe402f629368649233d51fd013d96921217c7be23fc6959dcaabcd60e36d1f39f2c7257f5ccf90d27f"
            }
          ]
        },
        {
          "version": "6.0.124",
          "version-display": "6.0.124",
          "runtime-version": "6.0.24",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d79cf65f-4c0a-4bea-9c07-47947e7ab4a9/834851908de55699123e4bec47ade2f0/dotnet-sdk-6.0.124-linux-arm.tar.gz",
              "hash": "9006a6e4e4c5f1da21e9ec25f207a3ceabbfaae529a496ce2e886b7bd2e6d12b9bee1b740b80051b73451b7f9375a53ab8ecb335a7a2b4c6f08db8fed29080fb"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ca65ff0e-8a3d-4f71-96c1-35c9461bfb9f/2b40cc9a6159cf5c84c724b6527db017/dotnet-sdk-6.0.124-linux-arm64.tar.gz",
              "hash": "f682166bacec8b73f20581e8616454b5d09efa277df6831eca28f51c828d6280ee188a81fd080e997e3e3c295ea505fd3a91b5dc1fb7c3af3954dcb7be5e296c"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/006b102d-ece3-45ff-ba0f-891091eac0d4/a1f732a53903e1461bb99dd547940d6f/dotnet-sdk-6.0.124-linux-musl-arm.tar.gz",
              "hash": "976ffa785ed3da1031bff465afd33d9e753af37ee13ce33e02131800a08a75ad842340bf916348c3c567aa4d4a91e29217d809ec79c9041a31278f6038e51929"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/808844be-eda9-4857-a5b2-b104752935a3/33d43158b763d2c3b9b2388a3b111df6/dotnet-sdk-6.0.124-linux-musl-arm64.tar.gz",
              "hash": "957b6afb5ebb69a8a3160d4c949edcc530584842f8532c6e76317b2c3fab0eb42d00acd2cb4d127c54f9165983d4864e0a533aa8456dbc3b5a9cce8c9efbb266"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6df76206-a981-4e59-9953-adfc5640be40/670f54cbf4ed5bf3c26c82ca52e3586b/dotnet-sdk-6.0.124-linux-musl-x64.tar.gz",
              "hash": "3604277105a5565fa7c246a52020afecb9876a5652efab30cb68a5889820bdf5e0e385f7967bc920d990172ad9c05f43fa7bc5aa73dc579505f17795c2bd2c34"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/70d22516-2a60-4c76-9233-6ba83a8f8ed3/bc432585db11b62867118420a48b576e/dotnet-sdk-6.0.124-linux-x64.tar.gz",
              "hash": "7ac7f2600ac769f2448376b314da84c893dd3239bd34c440715568e8fa8b4dbda97b184173e0a1e5d65432c13876b9a52f0b287c698cc1118b3c647cc12a1148"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8818e4df-d5dd-4a28-9ae6-4c395221d2c2/18103eab79fe5120dd3f67125a087e32/dotnet-sdk-6.0.124-osx-arm64.pkg",
              "hash": "cd693ee4b7b1be0ddcb8d2ff66dd7887f766d384aec755454ea3a55202bf0d0b461543adfcea35782d5157e601d0790ba64fae85ef3e4537943c2b63d04cc6a4"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/27125fbe-9229-4e08-a323-c3af43cc8190/7e426a4d9d9ab4bc2664d073fab09a47/dotnet-sdk-6.0.124-osx-arm64.tar.gz",
              "hash": "d14f168543816d127405e68d8781ead9ec62671f7d97dfe29c054fbb33266de64766d8e968dca73b282e0900d9497112601ce1066841a0577ee3b59c42347532"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9b4ddcee-d216-4120-88e1-e689df37b167/4f590d212c217fb44e0c9c8139f8e0bb/dotnet-sdk-6.0.124-osx-x64.pkg",
              "hash": "d2cd7174cdb4635f9ab2c52fa21da93f7e76f4bf0a923063811e9d7e99d08e93dbe4d4d6ca5b615bb8872a097e1bb0c85f31e2c082175742976c765f9f73942b"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d3b08e2a-82fc-4d13-a08f-31190b7deb80/e9f76d14c29d5ede6e6a97d291d746b0/dotnet-sdk-6.0.124-osx-x64.tar.gz",
              "hash": "bca0e52b86ec664cf1ca6179915080ada4620ff2bedf36bb1e1c8985201d934b8c4db99d3b05079d278e7bcaeda7006f7b50eb0398420381f2e1f725d22cf6bc"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4ef0a316-cd3a-4865-840b-8c16c64d544c/a44827a766680271b209a169a375ed88/dotnet-sdk-6.0.124-win-arm64.exe",
              "hash": "7394a2e251ecec9fb91e223d1ad5ae19fd6b28b9911e6b77d751a248d016275be15c33c21cb75d418d556d757f5dae8c7de64f98d01d76b0ea6aea5d662e59ef"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/72c59d88-58b4-4d3b-b8b0-143e316ed741/a8a2df26d04011e996f53da65e52fa25/dotnet-sdk-6.0.124-win-arm64.zip",
              "hash": "7d7ceded924a1b024a00560534a76e1c3fce198d8b9835f88393a5d6eb6457c7cd908dd035b313d639d4effd082f271e4ddc87a3220676e7a93ff66d81ac64ee"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/db7c33ba-d03a-49c4-b887-108afa93ae8a/adfac3ada2b7fa5d27a572b4b83a1c81/dotnet-sdk-6.0.124-win-x64.exe",
              "hash": "72af6cc19db15f6d760795a55130ef3dfbcbf9e7f7452735fc39f30fb911e3dab469e39495b5a54d9d66486e9ec795777099f8caa359d7486d79b32d81c258d3"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/93a83a00-90d1-494c-817f-4749173f7965/514921e3ae79f3ed07930dcb726d2662/dotnet-sdk-6.0.124-win-x64.zip",
              "hash": "0118d8fb7d67ff3ac1a43d9864440c294b566834a5b9d82657497d544708da1ba712a53e11e436fbd61ebab4cd63c35037f55b575c007d43437bc409963f63ab"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e68180ca-eb13-4256-87c6-e8a322504417/03c1e06c7d977fc5575940b58defa69e/dotnet-sdk-6.0.124-win-x86.exe",
              "hash": "8e9c3a01f03ce5d66ace7ee06fa62d993d20bf63c95cd21b82dec0071a24bd135ada3e5f939596cbe34a796b0228dff6cd5e82caeff7d0da071ed738c83c79d3"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2467b737-f75e-4759-a2c8-21768f585f94/1b954918a31640e03563140e0725b38f/dotnet-sdk-6.0.124-win-x86.zip",
              "hash": "a483330183da2438d89be4af7cc455132b920518e79c5eb0a60fdfd84e4523988805aae9c7d8c81e58eddefa4ed3c7384b4860444ef4c308241c35dc27a0c6cc"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.24",
        "version-display": "6.0.24",
        "version-aspnetcoremodule": [
          "16.0.23292.24"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9c00fe25-e1e0-4390-9061-77d07e95356f/09886ffeaed522c3fa8803e879ce070c/aspnetcore-runtime-6.0.24-linux-arm.tar.gz",
            "hash": "c762222a8ae5621b0874d323f3e29027d9a08afd0673da67eff2e11b4e909b8581ce7b106732e1b833da857fc441cb203b07f96173a04b734c75823b87c78ee9"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d562ba2b-8e2c-48e5-9853-f8616a9cb4e4/f4e251ba67b718083c28017e3b0c6349/aspnetcore-runtime-6.0.24-linux-arm64.tar.gz",
            "hash": "db5de0888441e93466f84aac459d5ea0c9079c9b8e00308abb0ccc687922bbe48ace22b5cbdeb0f38d89cd115440deab5d0b4f1499611822dfb8a0e9f13c4309"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/314e5429-c299-441d-9b59-eec5a119e6a0/185165c26e7dea000ab1405c79b209c3/aspnetcore-runtime-6.0.24-linux-musl-arm.tar.gz",
            "hash": "0df571355d92599dca3914830339cdb725097795acf29829c471bd88552264246419b8529c151278538c902890b584cd8e95c0229ef335b0e0cf2cdb857c76e5"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/01fc7f48-9a0a-4c02-88a1-1796c4d357cf/c79005e23e25d569aa5784133ca7271d/aspnetcore-runtime-6.0.24-linux-musl-arm64.tar.gz",
            "hash": "7447920d52a511eb89768f85a13f7eacfb8d72a16b0aa36ba9835bf18305bd5c23f3d19f82cd9533dd43883b8004533ac21e891924dcf8c4966b07494d7b5c2a"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3865aa48-18a8-4c6b-8603-04ce4902624e/9bc0206d5a699c7818637ef56f5642e9/aspnetcore-runtime-6.0.24-linux-musl-x64.tar.gz",
            "hash": "4f493a2ac2047611ce2145685c87c0013edb79972f43747cae15de3581391ebb5ea98d4cf77f6c06fd45e2ef13e2b4bbd355d73d73034951178fb25543f3a3b5"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8f5a65c0-9bc8-497d-9ce2-4658c461dc55/b6c01c3cd060552d987501ba6bbde09f/aspnetcore-runtime-6.0.24-linux-x64.tar.gz",
            "hash": "b14ed20bb6c2897fb05cf11154aa22df3c68b6f90d2e9bc6ccc623897a565f51c3007c9a6edcdbab2090c710047a3d8eed0bcc6df19f3993d1be4c6387238da5"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/516e1a2a-0256-48d9-8212-c95a6c9d93de/6abbcc369ef1d3e03e6e28f0438ee295/aspnetcore-runtime-6.0.24-osx-arm64.tar.gz",
            "hash": "1590236034ca91d347b045843d790288024b19939d34f356c6914bdc7ce000af9ceea63a9ce69fa599d126fbc6dae405a3a42cd4a02edf5ffa067388da8b4da4"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf267621-f2f5-47d8-90b4-e8a4555de21b/aa82da20c081e6359b1ffbc8261b5c73/aspnetcore-runtime-6.0.24-osx-x64.tar.gz",
            "hash": "8cfab4466ab5a82c7e0110541708b08f894427036f54e2e8add649b9777c86b856f7d5fbd4c2709bc74343b5b1de937b13bff2f0b7e68726072f93b417632603"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6f16b964-4971-4959-8a3f-75d04860d126/b1f3326dad38c5e992b020a253ccabd8/aspnetcore-runtime-6.0.24-win-arm64.zip",
            "hash": "5731bb1bed3990c1450af6f559e9322490921e571f4a0ab6377f22ba14acbb5f2b062cd0807046b2730a0c7de3b5d593e73b7051ed31f8faf7680f2bb21a1b58"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d38606f9-0adb-4df8-a0da-d49297c76846/a8796f1fb5e54735a4c8061359e3b9ed/aspnetcore-runtime-6.0.24-win-x64.exe",
            "hash": "da6289aed11536dfcfb4e114a5daa34ea215779eefedd3511d37ed344ef40ddb502e1540a57ec1a443f799c429e7b322c1399f1d5076d95d75984750949195b2"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d1b763b4-b4b1-4091-b2a5-3e8c292b57f8/871b6186164c7a83ef6823336639f846/aspnetcore-runtime-6.0.24-win-x64.zip",
            "hash": "dd23f5a6c2823ef9aac9f68cf2a8e18248f497f07c549dc585c9e4bde8753ded42cae465a717f556d3072b5f5cbabb0f0ddf7cd930f3f1c6f331707e591d96c2"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f59f7502-4360-41bb-9f25-5af0491d3a8c/43781f10e4a25862684b56b5f3ebde46/aspnetcore-runtime-6.0.24-win-x86.exe",
            "hash": "9364aae7e1426e0b354cf5bb46d30830b804e28e3524ebf7a9a14007e34f3e126ef5efa3e7708258c9f11cfc88f60ad9d60bdb462e1e03417de4cdb4bf4d0022"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17e4c027-13a7-42ca-acdf-6b9fa3db730e/331681e7d8db4ccaa8770ca6a087066c/aspnetcore-runtime-6.0.24-win-x86.zip",
            "hash": "a4f74b34e94931d27f9c0151a958e2e7aa74c87ed199676d3642aeaf34f3e7815476993d1a91cf0326c75810ad0afd4409647942a5c7494615f62f45cc69369c"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2d151460-8311-4452-9a2e-dfb1447f2e9b/15c599ea357a0e4dc333d28b351f1c6c/dotnet-hosting-6.0.24-win.exe",
            "hash": "55f380969e6afc4dda074c5a652d7199c7f26c69455b5137eeef0cf2e222304a824af6d11ec8fe0bb5ad33b668d1fa08f7a00fb71b559aa683f52e54b8223a81",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.24",
        "version-display": "6.0.24",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e06f3708-2216-451a-a99a-48ce5eb8e556/daa5aca45f8fd818e9584331ca0cab82/windowsdesktop-runtime-6.0.24-win-arm64.exe",
            "hash": "8bef31e14549285acedee79e7163f4884f66e8bd8dde53193cb1e2e7cef020832447a0e8ff7549adc16f283f58d53c18376cb9cc6a2cccd17053ec3c67120e39"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d6050938-4e9c-4ca5-8566-61c63bd9e6fa/b0818ea2d0b0ccf87b7f88ad6b056e91/windowsdesktop-runtime-6.0.24-win-arm64.zip",
            "hash": "28ca73bb273d1a79c9301bf3583ecf66fa143c423b8a9b61610fc41e11a4a66298adf02c74669420c17d6811a13a7c6356ee0697f49565eec3fba3f5ccc61ec9"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dde9eb7e-8ea8-494a-9b04-5db26c7740e2/43d5050cfa63b7323749c7e56fedd3ac/windowsdesktop-runtime-6.0.24-win-x64.exe",
            "hash": "033e522bf27761173b76f65a77b4723574bdce81a8e3e5021ff4f156c7e221d44bd7ebb332ef56d3e8d9ac3fa2d250dbc98cfcdbfd5e27ce1516510fa816dcb9"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/66400a95-9a99-4744-8138-7d121b0760bb/30a49089649167cd6a040a08f18f91bd/windowsdesktop-runtime-6.0.24-win-x64.zip",
            "hash": "8375b16d6382b2fe53bf6a6ad6d6b49acdb9dad402735ea1c8752141b39d94f25d7839884f66b231749e1a87f7630ba5cb099df26d268f01be0beb788a93f9f5"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e55fa3d8-9a76-498a-aaaa-7dca44c7be3a/5ec98543746ddf2df96264ab015caa0b/windowsdesktop-runtime-6.0.24-win-x86.exe",
            "hash": "a2679007256c82625dd7acd06f00a8d4250395dc04da4963a9beb1817868464141fb817b15e23319aa25a6ed8b1dd7f55770f5c76a74d6a74fc24bd28e70c0d5"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f8afc2b5-866c-4264-94b7-f779a9a8c308/d405c0919fc069da144da09e6accebe6/windowsdesktop-runtime-6.0.24-win-x86.zip",
            "hash": "2f0b2fc28c824e511fe6ce4759b51f60845694f9e6bf2634b6cb8e1eb4c1b2af5796d8b78dbec12f641ce7605ff878674b3f1ba7e922799521b2802fe01d129c"
          }
        ]
      }
    },
    {
      "release-date": "2023-10-10",
      "release-version": "6.0.23",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2023-44487",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-44487"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.23/6.0.23.md",
      "runtime": {
        "version": "6.0.23",
        "version-display": "6.0.23",
        "vs-version": "17.2.20,17.4.12,17.6.8,17.7.5",
        "vs-mac-version": "17.6",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e14a0dcb-5458-410d-8d0e-2488ae14e047/915ed2d0e103f073487d2ea000dd2f68/dotnet-runtime-6.0.23-linux-arm.tar.gz",
            "hash": "e949827cdec9a9129dfe1cd202c9b9426056bfe98f0000296ebeb0848f673751e1ea77ab9a3a782ca82651373620fd530ce68e399ddb541df31177813eaa79a7"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/66d729cf-1303-44dd-9f14-5859282cc780/e67f72282c5ef0e75dc698f93324460c/dotnet-runtime-6.0.23-linux-arm64.tar.gz",
            "hash": "f8a4ddfd6bb07d3303b722a0ac04c23545ea3020698b96308e8a4264149e15e3201d113ea431de69a8a8921a0e30364182ebe3ba263f6b1d24e3167b8d33adeb"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4e70d935-e3a0-4e78-9336-d36a3fe3fef3/0c36f78eb6792cbd19a7004cd80fef2b/dotnet-runtime-6.0.23-linux-musl-arm.tar.gz",
            "hash": "a6d04786ab6824c571046a29d81fbf50c400fc8d1530948018742cf78870090f46447f0313148becbbf3ab13106c934c2836bfe33f4fb9f6d7093c2190725570"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/76e02f7a-1c0a-48e4-b642-0d25f9473fdc/cb426b5daeff6c4c8292193cf90b43d8/dotnet-runtime-6.0.23-linux-musl-arm64.tar.gz",
            "hash": "ddc9a8d9a4bb723f83badd0e849d65f7138125207e4bcd17264ead839483687afee70ee1e1d01e6fab2fef95f85d552d950a9fe814416fbf8feb32842bbed2ff"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f0b9d33e-a1a5-43aa-b980-6cdbadaa58d6/8208989039c030c0d41c2c08425f4918/dotnet-runtime-6.0.23-linux-musl-x64.tar.gz",
            "hash": "9e0dd5233c4d69b77e3852f31f8e535d86d3381115a3bc7340e0642aa2358f7b7d8ce1cf5186126d238637d0f98186d7b54307f96c560d4f2356916962093e58"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7475b540-969a-4979-ad06-ca4a312f24e1/9fc47fc894869efaf968d47d3235f554/dotnet-runtime-6.0.23-linux-x64.tar.gz",
            "hash": "8182a852bfcd387343a589b71b0e51197b6b658e42dfa35b2e65ccc23d67677d974b00e748183ce61e9a9123e28ff43c9252d8308236c80679bfed16b6dc65af"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b500e83e-82d6-42ba-b2fc-26657ce7e6b2/f9dadcad404221e14b574acc432c17fc/dotnet-runtime-6.0.23-osx-arm64.pkg",
            "hash": "75e5b4b801ce67b261136aad3a42302ccb83dd083cd72ee35d6f3a948b50fc848579902a2a87b53d0aafc8a638a54fbd850774a7f93d8217ffe89497871e6746"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a8600e65-bbf6-41cc-84ac-e4c5d8d73eae/47975544e7950aaa47561fde22d147ea/dotnet-runtime-6.0.23-osx-arm64.tar.gz",
            "hash": "5c4c4398385f030b26a956c0935c4dd35ce8f17b1dfca7b04ba4dcf86d8c7569634404d076f7f392c7921543ccc266467bac7928347c53d3ec1af0e636b47aca"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e48b91ad-85cd-4454-aec4-527b67099780/472f45b97a30a1acebd2b70738397312/dotnet-runtime-6.0.23-osx-x64.pkg",
            "hash": "318d42b58140ab8333004c0060ced62c4dc1d2a1bca03bb3b6533cbef058cc0d186a5fbc2980ec22afbe637cdccbdcbd52c2bc47c3aa2ef94b9665db5e1f65a9"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a9675800-40b8-4f51-984f-f9931ddcd15f/341376f06f5c176556a82b7c7c59bb26/dotnet-runtime-6.0.23-osx-x64.tar.gz",
            "hash": "d77f1aee8337db4e95e7946ae07a27cfa78a13c998a8c77c09721b3c1ecfcd26c50cf376e39b3979ebb73e360aa9bbe0858ed4a72a2b8001edd0d55986137f77"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c9a9f47c-b231-4155-a8cb-7432dce65476/97a20f1eee423ce07b544d127d6739d3/dotnet-runtime-6.0.23-win-arm64.exe",
            "hash": "67cdc939112545ad6aa264ccb347cc21225664d63929ecbb7f000027dc881b655d4b647c7d6c623e9602ba6ddc583e302c7c2178afa17caf036359b1cda4f7c3"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0b88918e-1245-4126-b27b-8b55e9f1f376/240fd4eb5e289242e44fe8ba01db29bd/dotnet-runtime-6.0.23-win-arm64.zip",
            "hash": "414af8a50be0a20627323ec1b1fe0520f9d18a8fa0190aa572951f8b6b20c4956bc0cc47c0ef01214d12c045dcbbea98e4ed5cdd2d8309de167934e98b49d85c"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0e41930c-8e2d-4fb0-9b50-3a011bbc5338/a5f8b21867caacf4e97bf560eb304f7f/dotnet-runtime-6.0.23-win-x64.exe",
            "hash": "59ae7105b565a6e71ad5e0dd000e33fe7db4ca8abe0b702ec87cd9fe79d1a41e91140e0d6e99732a8009b656cd287eaa8ccf3b31dcf2920eff609da73cf52413"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9f10af63-f5e5-437f-931c-dc15fcbe9f4c/2a58f59009b50e5f13a46b3d308c6d63/dotnet-runtime-6.0.23-win-x64.zip",
            "hash": "051794f415fef0356889068cfab9bbb1b2e8cc5c074a5044dfe6a5359e8798b79194c3d961594ada78cc18fade20d30bcb1ce8cf88bddd60494ed43ee7e53a1d"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e1f87d42-e036-4a5e-a61d-1df3a5f12c5d/f2f9d74bccf880943dabbccd98fd610f/dotnet-runtime-6.0.23-win-x86.exe",
            "hash": "cdc9127ede2edcaa4fd13e9d6f7681346096a3c21cc59126cf81805b620a3d4986fc9a4e6b7fc430c8568efbe4ce1d3c2fc9cd41abded04ab30a2964f40106f1"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14ef2fd9-4895-4fd4-b1ac-9a3e01da30eb/05a3833407df2f7749a59946b614c4ec/dotnet-runtime-6.0.23-win-x86.zip",
            "hash": "394564e0ea4531f1654df412be2cc4da5a51a49095041f91e53ae2da7389d931772cdfcbabdb1920ca3e3669671ce5144f642e2c6feca936cbb13b61a1ca5c5e"
          }
        ]
      },
      "sdk": {
        "version": "6.0.415",
        "version-display": "6.0.415",
        "runtime-version": "6.0.23",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8a8f78e6-47c3-44c5-8161-2ed9cd395ad0/5e8a3d7557a913d88ebb320e61cda754/dotnet-sdk-6.0.415-linux-arm.tar.gz",
            "hash": "47b4427d56b3926ec13343253d4b73488c2eb298b5f29b1f4eabb8258975b511de3a99041acb540c304fc362feff6cf84b820bb13b738cc463f4dc5a637b4425"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/df31fc1b-3db2-48c3-81f1-dade77100315/3cdb20ce781adcc51fd6058ebe32a8c9/dotnet-sdk-6.0.415-linux-arm64.tar.gz",
            "hash": "b4f27faed674545cc139c87361889a1849750a34baea6b1f195aa25d35f53c75db38e9b9551e1ff794c54e5965d9911ef6a04206d7a963519dfe346b9a5a9cdf"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5f57e119-dba4-41f2-8b31-e3d89623addd/41319b700003f7e6de010a668f428ce1/dotnet-sdk-6.0.415-linux-musl-arm.tar.gz",
            "hash": "eb6036061c50c6fd0ab532aa0ea0d2571f09955f0b0dd7ee59e66bafce30b7beb869b48c46bad53af72f64a2bf2eeb813a492c44688293c02e7a6a7496ff62a9"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cdbfe5ac-c546-4bc3-9418-ee0b621bdfe2/ccbcf26d7f55daaf8a5f0d950062ac50/dotnet-sdk-6.0.415-linux-musl-arm64.tar.gz",
            "hash": "8911bdf9817ae994e9dac67bdcbf366bc544f9df151f2f32525706cc25a088c03a927642db97b25519ab2f02fd4a7775d8d8295c664d3c920e802a7d49707a6c"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e71a441a-8ce5-4bf3-be2e-e0ff2ff66fc9/5144a14a22a7f51a6f18e95827765819/dotnet-sdk-6.0.415-linux-musl-x64.tar.gz",
            "hash": "841d46a789266c8d916402095f52a102e937ea36ac78aac7c92f0b66f602f7f55dac6f61711ca55bc8a79c953b06be7a4826c82bc28397da750ad4c7129c35fb"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/62a75533-4a7d-47e3-9863-4ab5eea04ea8/d802c8f82a8c2b5f276f68b87c682b70/dotnet-sdk-6.0.415-linux-x64.tar.gz",
            "hash": "b1a3f84b50faf5840f5151bc8e41550f4c5828ea6a8df472e802fae8a00dca1a141ae620e2c20eec90935c322bc1fb082b38dee90a625766df1ec66b0f640d02"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/db68b8a6-fd16-4a90-ad4c-9f349335785a/ad03eae1b78be886c0f15a49cc54d999/dotnet-sdk-6.0.415-osx-arm64.pkg",
            "hash": "25197e3c881e29cd0d2567ad8fa7f0e2dd40a7f9c0d1410910fb4fe751dfaa94fbd6b31ab3d4d831992f55209452783c77d4703fb0977a8a30d29e2b1aaa653b"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/771d37cf-3247-4d94-be22-b4c379164b7c/e654c1d75c5093bced25412452329a93/dotnet-sdk-6.0.415-osx-arm64.tar.gz",
            "hash": "fa5e6c19cbbc7ed431ce08d84ed6c37a96a225df62a0abe4c70c81d5bc563ba5a84e4672829d3278ae5f8ed6e2e02f98314e6a287b5c5faff34d7f887c6c31fd"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/df136a69-ab21-4938-ae40-785862f52445/e220acaad09b018a0b0b622710694367/dotnet-sdk-6.0.415-osx-x64.pkg",
            "hash": "53953fc3abef0fa5e149369c6f409d209d5c3afa2eabf248a8d437c7dd6fe6aaa0db93ba3af3e9b54f0447796c29ef25e04d59442c0e65729c2c5395e55ecfc7"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d5060b22-1d6d-4372-9ae1-6240fad6925c/74040d3b0c729b6c780b526978b29446/dotnet-sdk-6.0.415-osx-x64.tar.gz",
            "hash": "545e2241f083942d907b6b9bb5f45ecf5a678568c85be49924ca797457d57ce9ff0486614f2951999a22d3f97828ea67e9fb5790ff68ccb13fa6751d8477aae9"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ad43ff75-1e52-4ac8-ba16-f243e63c3077/5b832eb2bd8d98e422257d8ddb9364b7/dotnet-sdk-6.0.415-win-arm64.exe",
            "hash": "c245191bc91c5d0d4dae88f7f2d0e5883e6579f900a7fafd82e5b9b0834696ee4c4785f2328aa546e644d605a607cfd26abc6640d17a6c4f0f316c4c9f4fcace"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88583dbc-a214-437e-801e-ca34746a148e/5bf5593e7b7789a49a812ecd2f2da2d1/dotnet-sdk-6.0.415-win-arm64.zip",
            "hash": "4db7c641eb5f8bff73a9724cd593941f44b5b04409c8340522287da792ec11d9dc33eef7083d9f1c4ba4494ae5bf6a14037011c4232df1fd4fcc2f72744267e0"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9b3cbb1c-3368-4a5a-a899-b1c6ec5c0c3e/cb4de75dd805113129a7f903d125e4b0/dotnet-sdk-6.0.415-win-x64.exe",
            "hash": "350f1f2208e6ea6fd4b64bf2b5a97f49a0616b9d6462f243eeffcd0728116553be4d8aab1cb474546b36422f12cf140941138484c1f869e51aca82178b6a9d57"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/38487782-aa7b-40a8-9de4-18e93344d21b/6fdd1c8b3b4e673f8ba7f2d97283984b/dotnet-sdk-6.0.415-win-x64.zip",
            "hash": "5e8f8e5bafc7075dc183cddd8c643d55777859fbcd0d8cdc8dcb5921b97de508ce9b87279e8d26ecdc1dac3b451c655f4953cd6575197aee5bee525b9da4ef18"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9c0f0376-7a5a-4f9d-917b-1aefd18f6144/4af6a2f485d800c1121a27b6c7f2a0df/dotnet-sdk-6.0.415-win-x86.exe",
            "hash": "9e5fdff19e986e799f748f2b0308acae87c3649346d8adf48b393aeba48f09fc76a9e179a6dec8e7556b7d51668325831cf70321bef0755b96d493f4e31f130e"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/85995085-ed0a-43d6-94b3-92e328f869b2/f53f00f428f3912244dc3ff3b44234e3/dotnet-sdk-6.0.415-win-x86.zip",
            "hash": "f1e2c552801f7ced79831bf0ebddcb227d5157ae3422663ca6c6743ab2e5e34c7a0855da9aac1ea0c8f4510431bbaa8dc2d416e90e12043182a1b6ae0658bf4e"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.415",
          "version-display": "6.0.415",
          "runtime-version": "6.0.23",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8a8f78e6-47c3-44c5-8161-2ed9cd395ad0/5e8a3d7557a913d88ebb320e61cda754/dotnet-sdk-6.0.415-linux-arm.tar.gz",
              "hash": "47b4427d56b3926ec13343253d4b73488c2eb298b5f29b1f4eabb8258975b511de3a99041acb540c304fc362feff6cf84b820bb13b738cc463f4dc5a637b4425"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/df31fc1b-3db2-48c3-81f1-dade77100315/3cdb20ce781adcc51fd6058ebe32a8c9/dotnet-sdk-6.0.415-linux-arm64.tar.gz",
              "hash": "b4f27faed674545cc139c87361889a1849750a34baea6b1f195aa25d35f53c75db38e9b9551e1ff794c54e5965d9911ef6a04206d7a963519dfe346b9a5a9cdf"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5f57e119-dba4-41f2-8b31-e3d89623addd/41319b700003f7e6de010a668f428ce1/dotnet-sdk-6.0.415-linux-musl-arm.tar.gz",
              "hash": "eb6036061c50c6fd0ab532aa0ea0d2571f09955f0b0dd7ee59e66bafce30b7beb869b48c46bad53af72f64a2bf2eeb813a492c44688293c02e7a6a7496ff62a9"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cdbfe5ac-c546-4bc3-9418-ee0b621bdfe2/ccbcf26d7f55daaf8a5f0d950062ac50/dotnet-sdk-6.0.415-linux-musl-arm64.tar.gz",
              "hash": "8911bdf9817ae994e9dac67bdcbf366bc544f9df151f2f32525706cc25a088c03a927642db97b25519ab2f02fd4a7775d8d8295c664d3c920e802a7d49707a6c"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e71a441a-8ce5-4bf3-be2e-e0ff2ff66fc9/5144a14a22a7f51a6f18e95827765819/dotnet-sdk-6.0.415-linux-musl-x64.tar.gz",
              "hash": "841d46a789266c8d916402095f52a102e937ea36ac78aac7c92f0b66f602f7f55dac6f61711ca55bc8a79c953b06be7a4826c82bc28397da750ad4c7129c35fb"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/62a75533-4a7d-47e3-9863-4ab5eea04ea8/d802c8f82a8c2b5f276f68b87c682b70/dotnet-sdk-6.0.415-linux-x64.tar.gz",
              "hash": "b1a3f84b50faf5840f5151bc8e41550f4c5828ea6a8df472e802fae8a00dca1a141ae620e2c20eec90935c322bc1fb082b38dee90a625766df1ec66b0f640d02"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/db68b8a6-fd16-4a90-ad4c-9f349335785a/ad03eae1b78be886c0f15a49cc54d999/dotnet-sdk-6.0.415-osx-arm64.pkg",
              "hash": "25197e3c881e29cd0d2567ad8fa7f0e2dd40a7f9c0d1410910fb4fe751dfaa94fbd6b31ab3d4d831992f55209452783c77d4703fb0977a8a30d29e2b1aaa653b"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/771d37cf-3247-4d94-be22-b4c379164b7c/e654c1d75c5093bced25412452329a93/dotnet-sdk-6.0.415-osx-arm64.tar.gz",
              "hash": "fa5e6c19cbbc7ed431ce08d84ed6c37a96a225df62a0abe4c70c81d5bc563ba5a84e4672829d3278ae5f8ed6e2e02f98314e6a287b5c5faff34d7f887c6c31fd"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/df136a69-ab21-4938-ae40-785862f52445/e220acaad09b018a0b0b622710694367/dotnet-sdk-6.0.415-osx-x64.pkg",
              "hash": "53953fc3abef0fa5e149369c6f409d209d5c3afa2eabf248a8d437c7dd6fe6aaa0db93ba3af3e9b54f0447796c29ef25e04d59442c0e65729c2c5395e55ecfc7"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d5060b22-1d6d-4372-9ae1-6240fad6925c/74040d3b0c729b6c780b526978b29446/dotnet-sdk-6.0.415-osx-x64.tar.gz",
              "hash": "545e2241f083942d907b6b9bb5f45ecf5a678568c85be49924ca797457d57ce9ff0486614f2951999a22d3f97828ea67e9fb5790ff68ccb13fa6751d8477aae9"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ad43ff75-1e52-4ac8-ba16-f243e63c3077/5b832eb2bd8d98e422257d8ddb9364b7/dotnet-sdk-6.0.415-win-arm64.exe",
              "hash": "c245191bc91c5d0d4dae88f7f2d0e5883e6579f900a7fafd82e5b9b0834696ee4c4785f2328aa546e644d605a607cfd26abc6640d17a6c4f0f316c4c9f4fcace"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/88583dbc-a214-437e-801e-ca34746a148e/5bf5593e7b7789a49a812ecd2f2da2d1/dotnet-sdk-6.0.415-win-arm64.zip",
              "hash": "4db7c641eb5f8bff73a9724cd593941f44b5b04409c8340522287da792ec11d9dc33eef7083d9f1c4ba4494ae5bf6a14037011c4232df1fd4fcc2f72744267e0"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9b3cbb1c-3368-4a5a-a899-b1c6ec5c0c3e/cb4de75dd805113129a7f903d125e4b0/dotnet-sdk-6.0.415-win-x64.exe",
              "hash": "350f1f2208e6ea6fd4b64bf2b5a97f49a0616b9d6462f243eeffcd0728116553be4d8aab1cb474546b36422f12cf140941138484c1f869e51aca82178b6a9d57"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/38487782-aa7b-40a8-9de4-18e93344d21b/6fdd1c8b3b4e673f8ba7f2d97283984b/dotnet-sdk-6.0.415-win-x64.zip",
              "hash": "5e8f8e5bafc7075dc183cddd8c643d55777859fbcd0d8cdc8dcb5921b97de508ce9b87279e8d26ecdc1dac3b451c655f4953cd6575197aee5bee525b9da4ef18"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9c0f0376-7a5a-4f9d-917b-1aefd18f6144/4af6a2f485d800c1121a27b6c7f2a0df/dotnet-sdk-6.0.415-win-x86.exe",
              "hash": "9e5fdff19e986e799f748f2b0308acae87c3649346d8adf48b393aeba48f09fc76a9e179a6dec8e7556b7d51668325831cf70321bef0755b96d493f4e31f130e"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/85995085-ed0a-43d6-94b3-92e328f869b2/f53f00f428f3912244dc3ff3b44234e3/dotnet-sdk-6.0.415-win-x86.zip",
              "hash": "f1e2c552801f7ced79831bf0ebddcb227d5157ae3422663ca6c6743ab2e5e34c7a0855da9aac1ea0c8f4510431bbaa8dc2d416e90e12043182a1b6ae0658bf4e"
            }
          ]
        },
        {
          "version": "6.0.318",
          "version-display": "6.0.318",
          "runtime-version": "6.0.23",
          "vs-version": "17.2.20",
          "vs-mac-version": "17.6",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.6)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a95d6237-e57e-4d10-b107-c21373ebade8/12f929f4e766ff2deb4d0497e1a9b29a/dotnet-sdk-6.0.318-linux-arm.tar.gz",
              "hash": "421811f0ebfc6411ed26c1607f97aca626b724785fd13f1b8ddb3801b1fca349abf48123acb07405a81eee43eeae01a6bf282e9bfceee10ed6e4b78afe78e188"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9174d61b-5c62-42fa-83f0-e61a38b0b860/910b65f2628adbfb5f392314b1173f00/dotnet-sdk-6.0.318-linux-arm64.tar.gz",
              "hash": "cd388dba7837a5936b58034d0b0f8162719f0035e357a14222727f8806c741b833fe24293c9e01c4b5c1c8a1811fc8eccb54eb2a8dd1c4c5d089285f12466ffa"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/27147e53-0aa0-4f5b-9500-ba9e987c7041/0c89f1a22f781924418342d81736940f/dotnet-sdk-6.0.318-linux-musl-arm.tar.gz",
              "hash": "08a6e4f4c7bb05df85941f4ab7d2d3eba9f17aa2ac3894558892b8e5b25be4ab347f9b99e67d191df08dd962bd4d76004fbe084dcc07356ab4f8e084fe0ee645"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/88e44a3e-03b4-4b63-a0a5-5d8dba4202a2/4ade58e8e657ca96874ed9c4bfd13ef1/dotnet-sdk-6.0.318-linux-musl-arm64.tar.gz",
              "hash": "91c15b17002557d04dbdaeca8d3cecbf9e6c69d246c80488a6d22d6a75fd4003453b3f0105020bed8e1db0d4050175c5890818a23e95b1bbe478f9ee3427931e"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8b988ed8-3dbd-474f-bc39-1fdd0fa917e7/6363acbedd4328b00f78ee4fe749b6f8/dotnet-sdk-6.0.318-linux-musl-x64.tar.gz",
              "hash": "ea62d3b52a59345d01256a1d357230cade04f461734ebfc202a893f6d8b8a838d2f42a2ac0a1585cf3d1a48de3787f640fc90238953d4e08cb9a7dd1973c913c"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5f9cc042-9e26-491b-8228-44c52b4c5f70/0cdff8affd02b713ce876c65e1bb8e87/dotnet-sdk-6.0.318-linux-x64.tar.gz",
              "hash": "387409ec54eab90d8e511fbc0482131fdb5e31c042d8aa72beadae5c09f8900a4f4568becd70f274210d6b2ea68dbfbc50ab69ad05c4d801c378adafd7ced2b3"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/69bd8b05-efd2-468c-afe5-aeabd3b723cf/1d2da031ec2ef6025df3f97896839c04/dotnet-sdk-6.0.318-osx-arm64.pkg",
              "hash": "7cbc87b3279283f0df4c1f986f7686377d73a83cb6d7b762f585ee0b880f1e4fc54e5dab9bede036499b5b68d8aff9eb3ded901347923e73fd16b94c84ac9afe"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f90bce24-eb76-4490-ab93-0915077f5ecb/3f0690dd02ee2322e4f1b520b9815261/dotnet-sdk-6.0.318-osx-arm64.tar.gz",
              "hash": "6faaee57ac26cecdefc5dc4afb08f86bd220118df9c6cd01a3782809de3b08aeb7ff5e90f0f1b6a70ef8b9af604b41fcd0bfe14bcdef11e4135df786d53db9e2"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3fcca76e-c588-4661-b019-2e78ea336d7d/aa183281eb14b9b7956a0e1871b4f21d/dotnet-sdk-6.0.318-osx-x64.pkg",
              "hash": "f14df31223aba09fb8f2811a6603c6503c9505c7ce03a28d403ee7dedf26cb42ca5a8bd965a69b25b16d7f1a47b91c933d424300e9176df5ae046e3defa869b0"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dc77de14-1429-44db-8ec1-957dd7b6ac5b/58c5a24a46bbb03043ab348050369678/dotnet-sdk-6.0.318-osx-x64.tar.gz",
              "hash": "c9a6aac5a981bf1c10d9c136583df9fc3d34687ea7db0232804796e17e176655f9ae9b42611abdac77b8747c14ba37b09b7c9542a621353e25fe98c314dd0ec8"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a3579f26-21d6-4de8-b7ba-dd99246b3de2/58a3858df9d921a23bbd4e823c6ca1e0/dotnet-sdk-6.0.318-win-arm64.exe",
              "hash": "528da87cedd7a414aa73e70d20943ad04b346e4de134bc246287428a05963cc8d64a40c54992af519bfbe06b6a9b2b2caf2794acd4681fea85376fcab3e745ea"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d42dccd7-c22d-4884-89da-b78785361996/9b8488b3649f0775d2d2e48b36e2a40b/dotnet-sdk-6.0.318-win-arm64.zip",
              "hash": "de014db9ef5259be7e0ece0c42532a4e7ce01b0fbaba1c84e683510fe5f56c6e495d59edb51c901207f65f4fbcbbad22cd25266cc81afce1f40fef5358a19b0f"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/15d62a1a-301f-494b-a411-e85cbec5e7b8/658acbb1ce99b096ee6871446e8943fa/dotnet-sdk-6.0.318-win-x64.exe",
              "hash": "1fb5a4a677b676ff5cf08a4d41a339d95b12fe789a86424f8e2c85ed4bbd6a87f22c7e9c68097dc1be6fb827c43a150e01b3a8e8eb5afdc4542e438ea4b53168"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8e2bfffc-3a16-4cd8-949e-53ec8b4172f1/044c24393d9bcaa17e940daeca68ece5/dotnet-sdk-6.0.318-win-x64.zip",
              "hash": "2455589dd4e63034cca4200c07ef82e77bd794a6e4d46f98015e7323125ee3c715b3d05805b218ec26d7d2c58916ad55e846b1bdcee0c80a725a671b492a1d91"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a1e72dd4-9f61-4009-a852-bcb5b33d3f07/3526325666efa61210f20f804f15008d/dotnet-sdk-6.0.318-win-x86.exe",
              "hash": "3966a710439625c7408c2c1e872cb0841b170b0f170eaf26c85451a85162913102f7e9ffac058ec524b8f889446bb0661620a57e1b92442bcab26d978c3995ad"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b4f84c40-24de-48e5-9d9f-6589bc1b0e5d/1718d75ef9980bbfe23b61fb91d3c829/dotnet-sdk-6.0.318-win-x86.zip",
              "hash": "423f82a4f9622f7374d647c6c8129e315a80908e06eb98e428fe347dcaca0369ab0b1fd1f75ec55d4197b8ffeae5c7da8d885bfc738f8a5806485a3ccbe52dcf"
            }
          ]
        },
        {
          "version": "6.0.123",
          "version-display": "6.0.123",
          "runtime-version": "6.0.23",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8879f912-274d-4427-8a7f-c3d82039420d/489f7c186e3bf3c5bef29c7e97e4c3c9/dotnet-sdk-6.0.123-linux-arm.tar.gz",
              "hash": "f2437fe0aa68aab89132600dabaaeed5854045a82673f775acf9f1c274d09af13016cfd1b9a9bb5615689251cb5c3822492f8972a6e4fac236f9751b779cad58"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c3f0d487-7469-41c6-9aa3-f1ccb35860cc/cc722f626f39b8552af970d27ccbf83f/dotnet-sdk-6.0.123-linux-arm64.tar.gz",
              "hash": "cd6c33105fd9a6fa0b6ce124e9a1aaa16555903ce5ad5b01e7c7bac6725885069fd6436c5abb050911c64bc27b1cc31ccc76b31e78b4ae897bac5a77cc790320"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2aca0425-a4bd-489b-87cb-e49acec1c8d5/0e0504079d5f21e5b27070ed87b530c4/dotnet-sdk-6.0.123-linux-musl-arm.tar.gz",
              "hash": "ba7ed66189a501a662f1ca963210bf21de5f6733ac833c7c2806ba11225f0762624e009660e884d35db8f651b1510e853322feb7375a1016cdd0c630ade0a53b"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cd04975c-5b01-4c2e-be53-017c389e1a3c/4048ec5703f6ff96d9a418cbdda714c0/dotnet-sdk-6.0.123-linux-musl-arm64.tar.gz",
              "hash": "b4272eb98b2a1cd09fc9303eee33c175b2c1985e1f038455fa00e4c19da068426a50a3a4c8bd96a12d947255d2a7c3f8a5ed1c26cfea8968fba1a542bdf60700"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c2a3c785-8076-45a9-9b74-c28753c23003/f7a582a182b0cc3193e77f4a2abbb542/dotnet-sdk-6.0.123-linux-musl-x64.tar.gz",
              "hash": "1ad5a65fc427acefb2209f771fc94c9967d3f99251f3b44b5e484e7f1f2a292e542b071d6a84fc630a044e61cc16c696d7734d872e93584b25006cf90a76e8b2"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8114a54a-3975-4e63-8a23-8859c7d39b69/5e0c70aa55cfcb25924dd8f6b6772488/dotnet-sdk-6.0.123-linux-x64.tar.gz",
              "hash": "547d8043511df68c94f0f821cec8cdab8d603edbe8f51021d56b4f8e4666c0c1900b4e91ed20b87d611d2da21d4e9453903902be82941f4ac7bb9c94f88dfebb"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d9587a85-cc1c-4bcd-a77c-df3a9e9dea27/161f7b9939e9ac24c7d210ff42e96cd4/dotnet-sdk-6.0.123-osx-arm64.pkg",
              "hash": "01b975c4c964d2cc0c4196a09b64fc3b9c41dc68e3c0e069648c1786fb7fcd85bda5b03c03aa9f1db177672a8052ea57aef76c84873e11e8c7ac60832a7545df"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2ae6fb84-1ab8-4671-8908-cef1bad26676/d2371118157de3ee9ec0b3095191f9f7/dotnet-sdk-6.0.123-osx-arm64.tar.gz",
              "hash": "61329bcb26979cf3c804aeff836ccd82ff67172bfe1abb12dce30b8c5e03f28c989c2874eeb04118da94a6634654e2b2bb4443a26191dd078124e209ed8e9197"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d351b01f-f86a-4cb9-9c4e-d8205a805234/78a53761e7547aebf73587d3ff8f90e1/dotnet-sdk-6.0.123-osx-x64.pkg",
              "hash": "5a2a97b3e03bd0d3a79a56d6c07b9b36082e4cfd589777ce0de6b7aeeee383ceec31ee7c13403b82b39e3f4ee4825646430da2891674e6995300092a2ee1f0a6"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/689b5bd7-0a18-40ca-b88b-afb71480e2f4/812f324851d316409f1b3b9fabff14d4/dotnet-sdk-6.0.123-osx-x64.tar.gz",
              "hash": "8b33862753011fb9d013debcb13733c192ba04e37c5697d2496973e354168b374830091a2e17cc92de6b88124e1af4dc0af8207db02f8fcaadc87c5d1b5f40f1"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/38431918-a62f-4df5-93b3-695672e0bdc6/10221158e381024f24188fc9838a4c96/dotnet-sdk-6.0.123-win-arm64.exe",
              "hash": "6b8d4743931c96989796dcb3fa503bc6805693b2461f424e42a65069e2507115ef371396e19e633c88410aebfa0c11705dac466c3cb013f723cc198316e6d497"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cc15d5eb-45c7-439b-9145-1d868394cf74/65131488292daa6941c19dfd62b83ad5/dotnet-sdk-6.0.123-win-arm64.zip",
              "hash": "728abfb8a9096d8ac16da2a30ca6f93e88087513bc8e7fd38dbe5921de173a2ebaf6a752948eb362a9be377436c1d00856f334c1f94f88fbb05f3d5d2cc8eabb"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/76533f84-ca17-4ff0-88bb-fc65ec7edf16/87c076e4e2955e49158c5fb6849d87fc/dotnet-sdk-6.0.123-win-x64.exe",
              "hash": "cc08766c968ca36a666ee6a1415fe97f07676313d969b43d04ecfa394375f11477f28b79eb4a8b54bb34a61f99d035b78612b33fb1887b8bb6e774ef28aa5aff"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/427c9bbc-79dd-48c7-b5f3-613f66cbdf78/480f3b019a96c241f8353a7c3b84afad/dotnet-sdk-6.0.123-win-x64.zip",
              "hash": "32c73440d2b17cbda1a26df06d58866453876be444e0597049b76bdbf45dc1cc1b5b98f4eb441de1736ea73a2f2e84a263b05bc09c21aee1e1eec8316976e91c"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/031c0a41-ea26-444f-b0f1-3cacb4f7bee6/d01137124d5e7eb75f5209c01c7c76ca/dotnet-sdk-6.0.123-win-x86.exe",
              "hash": "52971e0436e88b31d57982639db52745d750eeb20238d764fba1eb2afbabe5d2b45d8a986f8c4cbb47d11d5f14062543dfb28bd4ec5c816837b02190c875a009"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/069f52a3-2914-4524-8b3d-11236bedb171/021300f8d67749646c671c82df4d9c20/dotnet-sdk-6.0.123-win-x86.zip",
              "hash": "e8c5780dffc8e80a9503d72a5241666fd45a8b43acff1463305673dea46a932bad5cf9c614300eab8fe355bc6fed0b87df520ab6f853cacc4eadbe3142277748"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.23",
        "version-display": "6.0.23",
        "version-aspnetcoremodule": [
          "16.0.23273.23"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/07b545c0-a68b-4f26-8b8f-38050a8c2f86/a6abe31d891483c58f8145a152696570/aspnetcore-runtime-6.0.23-linux-arm.tar.gz",
            "hash": "ccfa4c0ae99eaef029f7f52c7c0154475920c9df8fcf39b84b238acaeaadfa0333e6ebefb67e9b8249d876ea79b25a605e094bb1fb28397ba38050bf13e1f3da"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6d4850c5-4c75-4bbd-b5c7-33f9b9945d8e/8b1a5434084cd1b7e590dafa43586149/aspnetcore-runtime-6.0.23-linux-arm64.tar.gz",
            "hash": "b9624ae5cffec0ed95ff66263ad471993aeafc508856d26cac0f23f7f3e0f66b8680c3ed738f7b097d54a404196e624777731f4e199a698262d47c892c5f8ecb"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/58d856fa-9744-421c-93e9-17ed17949bcd/cb0814eade88b9e2a07943ffafac96ad/aspnetcore-runtime-6.0.23-linux-musl-arm.tar.gz",
            "hash": "558f085c04f73ef740f9a43c8dffbab6c7fb463cbf0ddeb551bce138808389acc1a0d2f7c858fc815a5b3b8bc56fd561237830633db810ca9ca7265b7303cc10"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/caf0ed15-fbc7-4944-b2aa-2e909cf64d0c/c962809ffa7bf12011683a9cb301a94e/aspnetcore-runtime-6.0.23-linux-musl-arm64.tar.gz",
            "hash": "f47d4b1699c36d87db4297e86cf62222f7c89ed0341200df4e7dda6e63e3c1afa255e874501ed2cdf2a9170c508df54b27d88f0be72e8dfc760c02d3088c8c43"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f0746d4d-6a01-49aa-a0a1-2c782be753a0/bed31d0d2c4ca78c75fe0852ae60507d/aspnetcore-runtime-6.0.23-linux-musl-x64.tar.gz",
            "hash": "e4b5f6447d498e352348490e70a7f6c0abf9339f7a1d326f32b5f96cef166833b1e0e942c913795a2d90b203e02f44f77be62f7898c17eac7b6c665cd4c13227"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/40fe5762-4d1d-4630-a943-32ebfe660c39/bba3d2c93794aa406a2402652b23d953/aspnetcore-runtime-6.0.23-linux-x64.tar.gz",
            "hash": "c2f0d82fd0dbfdd56c889d435af20f3b1d55850605df892251b4679830dc5b3466c7734912b7073bfca803e5a75a59e929fb36cdc7d4978d7eb0a563da83d08d"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88e21502-48f6-4c50-b238-d25b090a9fdc/6a44ec6cbbde487b9d380c601992e73c/aspnetcore-runtime-6.0.23-osx-arm64.tar.gz",
            "hash": "33aa672c4ecced027a37ead440146a1ada5020741b1565983d6a7482be429baff5323b8063b64213013547ca62877ac1f4e28323714801e5259bbaae8961abf6"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/02deac39-8c5a-450f-92e5-678a1bfab895/1c99ce9a82ec4facff6fee560e0ceb2d/aspnetcore-runtime-6.0.23-osx-x64.tar.gz",
            "hash": "4c092c32f9717491e9f8107b2f30b4054048d9d941583fbd522908560b922e768dd8801fdb3f0e0e0dcbcb17a4194a037d88963b88daa999cd148074b6c1e396"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/129e4f85-c885-46e7-bb14-5a5d66dc401a/4e11cdb9f6a120adb025fdff4e61bed7/aspnetcore-runtime-6.0.23-win-arm64.zip",
            "hash": "188ca8d270a26e858c70e2e5bb2261aab76325a913c935f2413008f4bd3f0005bb968cfbe876ba2939717bf928d4ba9d3cf669a3767cd4e479d39e14da57ffd6"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5dda0222-f938-4c6f-abb8-31dbf6e73540/71d708e5c3579ab96f998c0e7323c0cc/aspnetcore-runtime-6.0.23-win-x64.exe",
            "hash": "6183a8aaad0af1a026fe2d6f66cf9e0676ae3f417659dccab3f8dde1e0f8bc1d7c6dc33fade29ae3b0cecbdb09e53cfc469473a20e000a85c6c98b2423c8a2b6"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/beef4774-ff5c-48bd-8db9-4bc5b6404875/8182f768c7fb56921647b8826378614b/aspnetcore-runtime-6.0.23-win-x64.zip",
            "hash": "1dc5781bc3bdf633a4141b12fee25673c3448bae89d119d8f59c792f39eef84a505035f2526dd624ed6cfac1f7da7e02d3a23f19f3d5e1961876102472212bf6"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6970ad95-e962-4ec9-b2e1-c8bd9f530346/e82487275052013684dfdd3780460a17/aspnetcore-runtime-6.0.23-win-x86.exe",
            "hash": "ac8ebd88cb5b947c06b1e5b44d53a7cdec823d0de8e3f1959556a90ca43b2fb5b19c265b6e011ad8b7a27b13115cd818be6a95b01121de1c5a480b718c4d1970"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3d96e1de-5411-4d84-be62-aa986f1276a7/d16cccd97758d05f13062045fd1330a7/aspnetcore-runtime-6.0.23-win-x86.zip",
            "hash": "4bc6c6e2828c2d4e126585a3af45273ef94ef5270480f4b3be403fb42108e1ee3f12cea2c85c05bf311ad23a6b6d08addd980544c493dddf48427226f15d7e5d"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/34343c71-eb52-4537-b2b9-f25bc8b6c894/c6a39b3b387ad3f9662cd77c220902f5/dotnet-hosting-6.0.23-win.exe",
            "hash": "b0fab7d01aac899623fa5dc79940749ee58b29980d82d16e6aca794e323de46234b2263d70ba7e83cf989cb6c48d07e293f25a39b748e5a88874791566d38616"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.23",
        "version-display": "6.0.23",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c1bf9010-5b41-4457-bcad-bc2503767a57/2fea652e66c03acf51dcc62b98e5e9df/windowsdesktop-runtime-6.0.23-win-arm64.exe",
            "hash": "1a5e7999bbfd3619792523478172e549bb5385c87dea934fd78fe6cecd488426a3bf0a91d1b1f07ebf5884dbfac0fd3eaf74613113cff39acf630f1ce1cf230f"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3dc261a4-e7e4-4f49-aeea-b72764d05db2/177e524fe8ad1441dccba14320d47367/windowsdesktop-runtime-6.0.23-win-arm64.zip",
            "hash": "d7287c76336d6d5b58ab44b02fe6c24a3640d61414b211f2b2e40052a06c881812064ccd6f5f8dcbbd2c207e9d4f06167ea7371e1afc87db40f16ca63f726452"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/83d32568-c5a2-4117-9591-437051785f41/e75171da01b1fa5c796660dc4b96beed/windowsdesktop-runtime-6.0.23-win-x64.exe",
            "hash": "73d07cdcd8a876ba8608490d34e6513c05eac9a70ce0057ff53008f733d3615d57ddf33ea9afc736d4c8d4b19fe38d5cc132c2c472c5f1e38bc7650777b4041a"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b0224b3a-7905-48c1-b7f9-677ef92bdbed/10cbd8aaa9d6bb59e7e665096bf17716/windowsdesktop-runtime-6.0.23-win-x64.zip",
            "hash": "91bed4faeddd9e59939dad6051809ec83e1015668d7e9cf69d2a228c4291c7e6154824c86579d9832668a83c25817701ee11058f7d14d4f420af463f8cb74d0c"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c40fd151-a0f3-42a4-a081-cade6ad66bf8/3e6c8d60725eaa25ef1302a82fb1235b/windowsdesktop-runtime-6.0.23-win-x86.exe",
            "hash": "4cc01bb5d2d52bffda533f447aa8bafa73ad5c127d6f440803f0350abacd6119e408e68aea8f155ae715c3427c9ca1ec8acd262f563e2592e86eccb09fd29de3"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/05e60dc3-39b6-4e9c-b6ff-04a212db8f09/fa006e572d0ec6f43e37f729794f46c6/windowsdesktop-runtime-6.0.23-win-x86.zip",
            "hash": "5a9c28aebad54b1708baa66c421be49e40823a6a534645fdc117e1a4cb8fd1b4ff7122ab546c6507419ec2e04731dc68408e966f6e1d7a21e90975688ee3402d"
          }
        ]
      }
    },
    {
      "release-date": "2023-09-12",
      "release-version": "6.0.22",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2023-36799",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36799"
        },
        {
          "cve-id": "CVE-2023-36796",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36796"
        },
        {
          "cve-id": "CVE-2023-36792",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36792"
        },
        {
          "cve-id": "CVE-2023-36794",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36794"
        },
        {
          "cve-id": "CVE-2023-36793",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36793"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.22/6.0.22.md",
      "runtime": {
        "version": "6.0.22",
        "version-display": "6.0.22",
        "vs-version": "17.2.19,17.4.11,17.6.7,17.7.4",
        "vs-mac-version": "17.6",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4b96a170-6a14-412a-a222-0c4994e88138/7e0f12214e87d9aa27831272cda5642b/dotnet-runtime-6.0.22-linux-arm.tar.gz",
            "hash": "efaac74d49c3848a55b861ddd4b411dc667a649c20d2f9ef0221eb48054bb669ba0875613068676fcb1e13bec8866de9d8873472dceaf6f33559f540df62512b"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1cd7db66-695f-48d8-9e79-d61df9774345/4c363363f91445c542e8a997e3568ac4/dotnet-runtime-6.0.22-linux-arm64.tar.gz",
            "hash": "bef57f12a8f9ad3c41767b85158f76c996f38db56bd4b8d800d9ccd107be3e1d47a3d2917a252bdd937e3c30547e431dfbc295c7ffce8eb4ab072ade426c53f4"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3f623867-1cd6-4743-b71e-dede0a762342/58d2552517b891101c37fec0056c1760/dotnet-runtime-6.0.22-linux-musl-arm.tar.gz",
            "hash": "4cf517b9c726358ad1cefebc2a36d327a5f4d1f7e25f4d6e0d07329eeb3ea2954433af2b7172bb4d0866aa12e6fdc0c4e30f7b1e64193d36be6bd05c6a074ad9"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/77dd9ff5-f657-455c-be35-c7bd296f2cec/c12fb0f5d83cd20e6126bc50b6127835/dotnet-runtime-6.0.22-linux-musl-arm64.tar.gz",
            "hash": "72ff1a7faa5ba8af941456f830a8d09514fb63d9d30a352193480919c19dfaa60a19b7cbcb3d29ba0f6d8a3e3bc24450520509dcc043b769cc42c3562ad17255"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/142a943f-d1fb-4b22-93c3-a170077fe759/291000206c5907a4cb8a25ef5f09d8b1/dotnet-runtime-6.0.22-linux-musl-x64.tar.gz",
            "hash": "89ed90be247136f205ae1f51ad932fc9ae04ff6b235a08564902f1327074704935850e573f550c404c5c53abde77fc51c222a2a5d94402d48ae379a42a004d88"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f812da49-53de-4f59-93d2-742a61229149/35ff2eb90bf2583d21ad25146c291fe4/dotnet-runtime-6.0.22-linux-x64.tar.gz",
            "hash": "c24ed83cd8299963203b3c964169666ed55acaa55e547672714e1f67e6459d8d6998802906a194fc59abcfd1504556267a839c116858ad34c56a2a105dc18d3d"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c11bd531-45d7-4788-977a-4bfb55d89e3e/3b62a6d0dfe4900aae09d166665aa4c5/dotnet-runtime-6.0.22-osx-arm64.pkg",
            "hash": "c04f1196e8a80c75c54cdd29ded919181bb248455b8c993b14957e0e0369022a05ea4956870b3791264a874088b6bf07a4e5d5eabf41312130d0caeb6676af9c"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/48cddb0a-2a08-4d83-b571-00772a73d05e/5489b285d12781a983a0f17f26973369/dotnet-runtime-6.0.22-osx-arm64.tar.gz",
            "hash": "5038b29e5794271284d8316cbc454c8b1f1e54c30fd15305051008ff005a79ae22367bb2a50b03ffa4ce00228d1d82a3361d675a1a1a2c8ffaee3dffdd7c4eac"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/46d95672-b4c5-4c42-8710-773a86c2024e/3898cc9d40e03604f29ecab0155c1958/dotnet-runtime-6.0.22-osx-x64.pkg",
            "hash": "0b082d3c6819cf76d8a3f2f8fb9c94a7c97b045ea73cb585d327c3a2381291014108451f0c73151fb550c7ef66cdf4e019ee37b530538534a0b5f48befb3a603"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1dc97bc-8a17-4211-831f-8dd2c01399ce/9972b4153b37a16773b13ea0dcd12268/dotnet-runtime-6.0.22-osx-x64.tar.gz",
            "hash": "cea7d3de081cdc6053861398700211561e2c7990be2e8d982b007f485321c5b6255622069d4c4adf2c0ddaefbd2438625617b10294d7c05dcd36d283bae40567"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dcde8b51-ea6b-45eb-8619-c30901443ee0/4def35061c7e50fb7df8a0460adae8f7/dotnet-runtime-6.0.22-win-arm64.exe",
            "hash": "1a885e849fa42e82d67de49a1d5034e9bd13bdd9b8feacc4eeb23d109ee964cc218d5598f1fdb37005543d808dd6a1284c090e3634ddb92f9f9c695c1696794f"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/07f9079c-d0b4-41ac-a59f-88b3d305a055/0271dc503c8e1ebbf84b879d8cb9e4de/dotnet-runtime-6.0.22-win-arm64.zip",
            "hash": "be15e393b58ad33c5c27824fd5c5c5932fab288a702e331a9a9a3dd7b7af03408c9a4337d276f68beb6b9c0692947d00e791ddda4029134f0adf81791803db77"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4b347c5f-a013-4894-ba0e-1474aad69ad5/fe6700c305d8904efd266435cdc641e4/dotnet-runtime-6.0.22-win-x64.exe",
            "hash": "30af32eb50f70089cdf206b31a7274ad30ad81ba25cf72fc6e16108d647e3f279f5073313f60809715ba556a041b005c3b3ded297d54e0d8794a3e407f31cf0d"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5f15b355-d73a-47c3-96a6-e7ea2a54ef32/8d7a131b7e4ea660ebf6d502ee9fefeb/dotnet-runtime-6.0.22-win-x64.zip",
            "hash": "459620d832ceb111d98997c3842ff3b76d5e6df27d108680db2e64525b0826ea2203dbed1a619b4eafcb6136fab37e1b5ce9dead9220cc30f9309a0b9a94d88c"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1c759a1f-96f6-4013-81a7-11a4cb95988c/a906c37b7c77b5f524f77a51e1ef84c9/dotnet-runtime-6.0.22-win-x86.exe",
            "hash": "07648a53028d2377cd742433102d972e190db48ab65590227403f2e7c71ae46f3693e83aa692f0d845ace57bd6ac9e997076fc81ca46d5eccb93c6d88c67398f"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/66c09d73-21e7-4416-af70-77896b887251/6a90bb01b857e353b9dae7838e3481d0/dotnet-runtime-6.0.22-win-x86.zip",
            "hash": "2d18503ed8b2ed43fd35ec6dbdfb57ba2215104b3f5473154b2ffd2b0429b4c37b7fe892f3168dc4ceeacf98ac1c5e06fdd4c3b0a0ee8603e15bc4a36c632e92"
          }
        ]
      },
      "sdk": {
        "version": "6.0.414",
        "version-display": "6.0.414",
        "runtime-version": "6.0.22",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/05e4b609-84ad-45fb-b6d8-314befed2398/f39d5341d71966a6f29dd562180f7f00/dotnet-sdk-6.0.414-linux-arm.tar.gz",
            "hash": "254be65d003216cd11adb3f383bc1144201f9721e0b8eb1244b612bedbcc1e60d308c27aa2fd3ff972004dbbcdd4be04ec14910bc6287b5782f9f020a43ce6e6"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a2afb4da-478b-4ffa-aeeb-a37a313d6fc8/0897a8456d42f306519de9a15b1e14ef/dotnet-sdk-6.0.414-linux-arm64.tar.gz",
            "hash": "225367725fa2af00240654863c4dbe2370b95542d8c411a78017e37e13031a67049bcf570b94d9fdc9f61b1d13db7bf7ff9772bceccb70f43dd468302a47016c"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7ba77d67-e3ca-4d97-b2f5-d1ce907baf93/9438ce851ab25d281689fadc2af4febf/dotnet-sdk-6.0.414-linux-musl-arm.tar.gz",
            "hash": "b74c8d0266919d4ed9f7b67734ba99d5316cd29a645d7ed695d63d9af72f61e525e8f4e141e782a99e56aa6f374dd3a1678d54e97ac5d225032e45f07aa72ebe"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/daf4e30c-de53-494b-868a-dd262cde3595/94ef233706af73948785eb913758931e/dotnet-sdk-6.0.414-linux-musl-arm64.tar.gz",
            "hash": "a7cf98e577b6525beb60fbcf8d5f641e30d66f97c13b817d3c47f3453be1c1187628033d70e12fc2a466c29260a86c3bff1725da6d4641b971a82d8a6c4fb36c"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/da3e4284-66b3-44a4-a094-9cf2d3f238db/bfb2d81e48d9eee2552de8b630837abb/dotnet-sdk-6.0.414-linux-musl-x64.tar.gz",
            "hash": "b6ee69731118f8492ae80e6a3dc238755c1944d1ae4e74ce35fe231a067bbfab81b3a8cbf0cd14ae73c0912bde4054727b6885ad5009b2284d471a463d587cea"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d97d1625-d7ed-444c-a7e9-e7b469842960/d8b97220d0d79119e3026da2b956854e/dotnet-sdk-6.0.414-linux-x64.tar.gz",
            "hash": "79bb0576df990bb1bdb2008756587fbf6068562887b67787f639fa51cf1a73d06a7272a244ef34de627dee4bb82377f91f49de9994cbaeb849412df4e711db40"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6936c1ed-530d-4b1d-898e-1f27e5109c5a/a8f73f24b9103d0a64ca42f1462b0954/dotnet-sdk-6.0.414-osx-arm64.pkg",
            "hash": "5b8ff039d90d1c8331f3ba5c10c3622ff94cda9c6c7231240eb45ce8c14c0fc527d2ab2bda1fbbe4f3aa6ce6336d0bbdd18289103d7dca00bbd69e9d46d7fc97"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/72bd5609-d0bd-4fb5-a563-6f426038a7d9/01507b650934aab36c340284d0819ba3/dotnet-sdk-6.0.414-osx-arm64.tar.gz",
            "hash": "02c65256834ed5cb947089ae4f0b2f5ad0bda44fd3abd06d9f5003e2090017a384a569ef08fa7f4abfdb368345c34242569cb81980c0463529469e522e742042"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1de3975a-e76b-4524-9584-b01d2c8db33e/4a05072624690d3b0167493cbb3d7757/dotnet-sdk-6.0.414-osx-x64.pkg",
            "hash": "024b0c97314c524e663ba7e664f5f850a1d9cd17f617f6ed72b6c1c92fd299de44e98f6ea3faac48aaf37092b2c5314e1aaf046a631ec124fb34356d2759dcc7"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/25ec70da-5c05-4d55-9f1c-fe103417da1d/afcf8ecac02c9e8a927c128c9a72ec1f/dotnet-sdk-6.0.414-osx-x64.tar.gz",
            "hash": "399c9fcef1ac858685f67d33079a49fd814d90926d47161680eda23820281acbd3b0a98fc7dffedeb9e2072f68880d74de3e4ff4d369046af157817dce61d5a1"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c58838b8-93cb-45bb-b8c5-3177039051fd/cd07d9b67c9a8abc9aa78a1329b52260/dotnet-sdk-6.0.414-win-arm64.exe",
            "hash": "31a6332c0847becccdfc957bc94df253939f721940c852696f3e98a8d93b2ea126266582801d3ccb80bc5f658909f2633ccb18e613dd36db93d2fe1a7dd67e55"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f30157af-c3e4-4a1a-8668-a96c9a4fb8bf/e9a6d55be6224ac35f79c7c1d81fa844/dotnet-sdk-6.0.414-win-arm64.zip",
            "hash": "4b81d0299bcfa43a05b2f65d8fad35ba4876631776d4569d8e093ec3512f08ba833a399efb193283f414df3384c49a4ef3ab9e9fb8ce871c1021329d0e2cd723"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1344d6ee-3e0e-43e7-ad65-61ce8bcce2de/1339c0073340fedfdd28dd9bfb9a5fb6/dotnet-sdk-6.0.414-win-x64.exe",
            "hash": "e24ab9c5d29f42685afb4ffe444dde03329ed1c76a339dc0dd397057f8392c719855fc2883ffb146ab5bac668e3bfc2692aacdfa5bca11191b41ce31edb5ae38"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c226e396-07e9-4ce6-a6d2-96c867db596c/84a7aaf08f4c038d0f142c516d529bcc/dotnet-sdk-6.0.414-win-x64.zip",
            "hash": "6f9cec518cd1c39ab0a161e890d486a920d553f2011d9b0f68ad962b0f5e16a4c14124c99c5bc09cae007ba01603118a3f0f2aaaaec7f4578e7e57f8d3d43480"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/56151f40-04dc-4df9-9e24-a6f69a2510fc/92c7e5b7a977b0919d90a1ad9e416660/dotnet-sdk-6.0.414-win-x86.exe",
            "hash": "a08a723e62a4917b3c7cd57bf809f2f9100739321b6fb8c267959c95929fd9acfaafb70bc838adcef39fba2720b1cae7f821dd2a11e54c95b5800426fbeb5e16"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8eb6d21a-a3f7-41a2-b708-28f7f136dd2e/1195d9e071fc01df2adb5d612f6126bb/dotnet-sdk-6.0.414-win-x86.zip",
            "hash": "e2e94d4baffcba62f3e3fe94556998f893bbae1fd9abf8ec4325a6bb52d26fefea512512b0205047afe42520e623d5b68e952315f37287df53c6d922200dd4f9"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.414",
          "version-display": "6.0.414",
          "runtime-version": "6.0.22",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/05e4b609-84ad-45fb-b6d8-314befed2398/f39d5341d71966a6f29dd562180f7f00/dotnet-sdk-6.0.414-linux-arm.tar.gz",
              "hash": "254be65d003216cd11adb3f383bc1144201f9721e0b8eb1244b612bedbcc1e60d308c27aa2fd3ff972004dbbcdd4be04ec14910bc6287b5782f9f020a43ce6e6"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a2afb4da-478b-4ffa-aeeb-a37a313d6fc8/0897a8456d42f306519de9a15b1e14ef/dotnet-sdk-6.0.414-linux-arm64.tar.gz",
              "hash": "225367725fa2af00240654863c4dbe2370b95542d8c411a78017e37e13031a67049bcf570b94d9fdc9f61b1d13db7bf7ff9772bceccb70f43dd468302a47016c"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7ba77d67-e3ca-4d97-b2f5-d1ce907baf93/9438ce851ab25d281689fadc2af4febf/dotnet-sdk-6.0.414-linux-musl-arm.tar.gz",
              "hash": "b74c8d0266919d4ed9f7b67734ba99d5316cd29a645d7ed695d63d9af72f61e525e8f4e141e782a99e56aa6f374dd3a1678d54e97ac5d225032e45f07aa72ebe"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/daf4e30c-de53-494b-868a-dd262cde3595/94ef233706af73948785eb913758931e/dotnet-sdk-6.0.414-linux-musl-arm64.tar.gz",
              "hash": "a7cf98e577b6525beb60fbcf8d5f641e30d66f97c13b817d3c47f3453be1c1187628033d70e12fc2a466c29260a86c3bff1725da6d4641b971a82d8a6c4fb36c"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/da3e4284-66b3-44a4-a094-9cf2d3f238db/bfb2d81e48d9eee2552de8b630837abb/dotnet-sdk-6.0.414-linux-musl-x64.tar.gz",
              "hash": "b6ee69731118f8492ae80e6a3dc238755c1944d1ae4e74ce35fe231a067bbfab81b3a8cbf0cd14ae73c0912bde4054727b6885ad5009b2284d471a463d587cea"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d97d1625-d7ed-444c-a7e9-e7b469842960/d8b97220d0d79119e3026da2b956854e/dotnet-sdk-6.0.414-linux-x64.tar.gz",
              "hash": "79bb0576df990bb1bdb2008756587fbf6068562887b67787f639fa51cf1a73d06a7272a244ef34de627dee4bb82377f91f49de9994cbaeb849412df4e711db40"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6936c1ed-530d-4b1d-898e-1f27e5109c5a/a8f73f24b9103d0a64ca42f1462b0954/dotnet-sdk-6.0.414-osx-arm64.pkg",
              "hash": "5b8ff039d90d1c8331f3ba5c10c3622ff94cda9c6c7231240eb45ce8c14c0fc527d2ab2bda1fbbe4f3aa6ce6336d0bbdd18289103d7dca00bbd69e9d46d7fc97"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/72bd5609-d0bd-4fb5-a563-6f426038a7d9/01507b650934aab36c340284d0819ba3/dotnet-sdk-6.0.414-osx-arm64.tar.gz",
              "hash": "02c65256834ed5cb947089ae4f0b2f5ad0bda44fd3abd06d9f5003e2090017a384a569ef08fa7f4abfdb368345c34242569cb81980c0463529469e522e742042"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1de3975a-e76b-4524-9584-b01d2c8db33e/4a05072624690d3b0167493cbb3d7757/dotnet-sdk-6.0.414-osx-x64.pkg",
              "hash": "024b0c97314c524e663ba7e664f5f850a1d9cd17f617f6ed72b6c1c92fd299de44e98f6ea3faac48aaf37092b2c5314e1aaf046a631ec124fb34356d2759dcc7"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/25ec70da-5c05-4d55-9f1c-fe103417da1d/afcf8ecac02c9e8a927c128c9a72ec1f/dotnet-sdk-6.0.414-osx-x64.tar.gz",
              "hash": "399c9fcef1ac858685f67d33079a49fd814d90926d47161680eda23820281acbd3b0a98fc7dffedeb9e2072f68880d74de3e4ff4d369046af157817dce61d5a1"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c58838b8-93cb-45bb-b8c5-3177039051fd/cd07d9b67c9a8abc9aa78a1329b52260/dotnet-sdk-6.0.414-win-arm64.exe",
              "hash": "31a6332c0847becccdfc957bc94df253939f721940c852696f3e98a8d93b2ea126266582801d3ccb80bc5f658909f2633ccb18e613dd36db93d2fe1a7dd67e55"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f30157af-c3e4-4a1a-8668-a96c9a4fb8bf/e9a6d55be6224ac35f79c7c1d81fa844/dotnet-sdk-6.0.414-win-arm64.zip",
              "hash": "4b81d0299bcfa43a05b2f65d8fad35ba4876631776d4569d8e093ec3512f08ba833a399efb193283f414df3384c49a4ef3ab9e9fb8ce871c1021329d0e2cd723"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1344d6ee-3e0e-43e7-ad65-61ce8bcce2de/1339c0073340fedfdd28dd9bfb9a5fb6/dotnet-sdk-6.0.414-win-x64.exe",
              "hash": "e24ab9c5d29f42685afb4ffe444dde03329ed1c76a339dc0dd397057f8392c719855fc2883ffb146ab5bac668e3bfc2692aacdfa5bca11191b41ce31edb5ae38"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c226e396-07e9-4ce6-a6d2-96c867db596c/84a7aaf08f4c038d0f142c516d529bcc/dotnet-sdk-6.0.414-win-x64.zip",
              "hash": "6f9cec518cd1c39ab0a161e890d486a920d553f2011d9b0f68ad962b0f5e16a4c14124c99c5bc09cae007ba01603118a3f0f2aaaaec7f4578e7e57f8d3d43480"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/56151f40-04dc-4df9-9e24-a6f69a2510fc/92c7e5b7a977b0919d90a1ad9e416660/dotnet-sdk-6.0.414-win-x86.exe",
              "hash": "a08a723e62a4917b3c7cd57bf809f2f9100739321b6fb8c267959c95929fd9acfaafb70bc838adcef39fba2720b1cae7f821dd2a11e54c95b5800426fbeb5e16"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8eb6d21a-a3f7-41a2-b708-28f7f136dd2e/1195d9e071fc01df2adb5d612f6126bb/dotnet-sdk-6.0.414-win-x86.zip",
              "hash": "e2e94d4baffcba62f3e3fe94556998f893bbae1fd9abf8ec4325a6bb52d26fefea512512b0205047afe42520e623d5b68e952315f37287df53c6d922200dd4f9"
            }
          ]
        },
        {
          "version": "6.0.317",
          "version-display": "6.0.317",
          "runtime-version": "6.0.22",
          "vs-version": "17.2.19",
          "vs-mac-version": "17.6",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.6)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7b37387c-d123-45c4-8a9d-a28e14fb0ad0/87bb8bfeb6fafa27810ba7ecce74e075/dotnet-sdk-6.0.317-linux-arm.tar.gz",
              "hash": "d028b34601d24e4a4c6ceab12ae701cb76c3064f7080fa0cd599fcfba11236eebc1af57bb60fe363ff14028fdd5e53abc1d9eae66bd328dab70e437f96ee91fd"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bda5f4c1-4711-461b-9857-5a634d19ad15/1243e5d98cd74981bb3b99a09e731f8c/dotnet-sdk-6.0.317-linux-arm64.tar.gz",
              "hash": "3fcba3a3f18311980bcddf05455ce37a715d435afd7e1b6acb8924b49ec13ef3f141f5caa52ce295041880d2a8b9c7daa64aa024d8d319ebdd1b6427863fb67d"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/00f3b693-a76a-4e4b-882d-4f274a39944f/d0a105a3c1f8167a56c050114f9ec322/dotnet-sdk-6.0.317-linux-musl-arm.tar.gz",
              "hash": "6ae7e78044e4ef3686225f884a69877a14e0b0d4d85e8297217887648e793969c463b4bea735e3e31f539792176a9da5e004eda4c63bb52042bc89097cc9a8a0"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/20809451-462e-4295-85f8-95f8f1a338be/fb3df6751cfb10da53536870324ff790/dotnet-sdk-6.0.317-linux-musl-arm64.tar.gz",
              "hash": "8bfc9d904d1b3c5576bf1ed03dbcaf08d3e8a0d4838171ef1606139396f08c0a72ec2bac6150937477a2274a5bdb5379c7aaab1c107c7f2e0e73c8dd3f0846ed"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b52179aa-c149-46e0-a5aa-27bd43ecba80/3bbe12f6b9ad158a84d4283eea972fec/dotnet-sdk-6.0.317-linux-musl-x64.tar.gz",
              "hash": "0442546b9d0308fbe004553164522de8b13eddc3daf076514a6002ce4fe66290c896584e9fdd845be4acf52d35bcfc9d60dda4aa23e918b01de438821785a35b"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0192fc07-d237-4ceb-a216-f87a0dbb8466/ad8530fb9ae555e17ce5759e71041417/dotnet-sdk-6.0.317-linux-x64.tar.gz",
              "hash": "df393d4b1689285824088702e09205fb51c535941458b8264e7a62f0fffee9125df008d28a1ff01a9f652a5882296cbcceec39a85e3d2ab6db0822612c7cac95"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2a3b7138-0b85-424c-a658-3730f66e8b54/4e409d8bfd51ee8224e14c2d9ae5c4db/dotnet-sdk-6.0.317-osx-arm64.pkg",
              "hash": "4dbf9490d0756885f0fc3838b38f2fd3d7ebb48b8be982c6c50f306fd81ec15b00d070381719c5577032600b4d50d7dcf45e9bc4efe4b9fa0267873919f0097c"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/89eb3c21-8fbd-47cc-be02-e1e27fa713da/97ab04d55ee1f6ab81bb178b1c5014e7/dotnet-sdk-6.0.317-osx-arm64.tar.gz",
              "hash": "91368141bd3842b6276b47fe9e2428dbed3305e163785a55189ed215e44f60a540c60309380ce1f498c2df5c71217723e09d7028ab8277a4be9694ff72a658c6"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f3e5ab6f-15d6-41e7-b066-2b38d4b67bed/aae6f2d7df128bee56afbd4533df57ee/dotnet-sdk-6.0.317-osx-x64.pkg",
              "hash": "ad0b9cbb9d607fe648424b9d6ff3480e212ad06fefb5e79d0762111207e5cbbb61cc50adb6d8e5a9dbbcddc73c32e6fda1e1da9835d5b9122e6c3ad73b42e3e6"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fb6ab433-a443-4302-84b3-79692810d212/fbe40a8d359b3eb59bdd665533e95f4b/dotnet-sdk-6.0.317-osx-x64.tar.gz",
              "hash": "70c3e9854ef8585aa78554b594229698e91a3369954ac96a25501eb23e49c1a8a62dd7aa896b8ad9596ce815bf0589b7b457acbd7eac3f64f2308e76e8bbc951"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e83f9af8-25bc-4589-8a76-458413ea6945/c1838aef70f54e329df38ad3bda870e2/dotnet-sdk-6.0.317-win-arm64.exe",
              "hash": "72d2b61b3318643e25ba65cc235cacb82e51a01988ed0de71ad982ba73e9bada5056b0f6b3672ab761b4f7ed959a6462295fbb4cb4398a1d64c10bb8a64f39e4"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3f815d42-33ac-4c90-88d4-a64ab7c44c73/a056c809fa33fc9cc8d5b557c558c179/dotnet-sdk-6.0.317-win-arm64.zip",
              "hash": "eba5764d1a6a06d29662b292ac108fd1b199c9778b75f457a7e782880aafbd31052892697e31edde2c74af99f9ccdac3ad713422ed3ed29be99fb5aca3cce70b"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fdbe17d9-7a83-483c-b1c8-5fb8acf01008/e11f875f3005a70eb9494c590b521140/dotnet-sdk-6.0.317-win-x64.exe",
              "hash": "35ef54970dc04fe10aff3a28c995bdb1a1023d034ecbd41aa009811f6dc65049c6a5f784ba7e9cf58f1d4444135f76a1043ebf31055bad73c130f2d074964354"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0a639251-f393-483b-886f-288ce1771cd9/51435d23a18091dbb68a0f1e911f0bc4/dotnet-sdk-6.0.317-win-x64.zip",
              "hash": "c3b199b33290473e1761876206bafea7d28da3727f5518587e5bae4e0cde279caaa29f631df0fc21aae81f980df9e21811929e9be2dfed9e2faeac6b53874302"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e3c05e08-0cc1-4f14-8070-804664bd685f/8d197dc3b9ce2695e307bdb08ae67bbb/dotnet-sdk-6.0.317-win-x86.exe",
              "hash": "a74c5a875b92c6007c53e5c8f2a654034b566d5ba0879a493884d9b0cfca2bcf97508f4ddff17ca96d7c34c0c685ce7d2da98bc107bc212a40dfd0994f7b15f6"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/318d8a30-83b1-4866-bd55-64c59161b55f/08262ba9d4c8c50268fdbfe3688e4645/dotnet-sdk-6.0.317-win-x86.zip",
              "hash": "d69c355bb3dcbc3d43106816fcd19826576d9f9e2dc566f563c2abaffa2f280ce499f17e3950b64ed60a0a06aa9272c0727ec8a634ba9f545b8659064d4b2e20"
            }
          ]
        },
        {
          "version": "6.0.122",
          "version-display": "6.0.122",
          "runtime-version": "6.0.22",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e95747ca-6538-47cc-9129-bfd7b577eb97/085d5c05309e1418b0d78283b81dcf00/dotnet-sdk-6.0.122-linux-arm.tar.gz",
              "hash": "d8370227f03a0da1bb4774298e863612ebd736a83417002329e1edc57e6265be3a74c8e384224982e3cece5acfa12af2cb67265c765539544d04370a04ab7145"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3411464d-e389-4d73-8533-fa7709110d23/a8876cdaba3379e5a324ff9f9c886fc4/dotnet-sdk-6.0.122-linux-arm64.tar.gz",
              "hash": "b11799d959d06f0897471cd3a443bb7a94040b4e508a7537fb198561e6ee17edbed36f4e1606592d98bf4f51143363c2df2db874a7e3f4ddc67b442a770bdf61"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/278ef3b1-db46-4b97-8d09-036293913c96/4743e05c091325b550b1e2cdb2436fb6/dotnet-sdk-6.0.122-linux-musl-arm.tar.gz",
              "hash": "b09c0df3a2d054155ab0aaf3eeb5cdad5668d8b92fd84acf6bc9a6a43a1fa783873a1a1968685f22b257d0319deb24f319c0ab38b45f92083511c3c3e45f4268"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e357ae96-3021-4240-af49-41155a98b522/6d5a0224fb89ce77ace32cd7a6a63f12/dotnet-sdk-6.0.122-linux-musl-arm64.tar.gz",
              "hash": "f6a6f95ae4250812ed9de8221904f2cfdc2b31649d507f35f632e686898ff66ad7e8a2849254bae7d277727a20467e4750b9491d515e2ab83d416496a9ed7be8"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/877677df-9d69-493f-9c89-2b24d371efe8/c9db07bd039e429fe11864518e9828f2/dotnet-sdk-6.0.122-linux-musl-x64.tar.gz",
              "hash": "473bdc160ae6a3b184dc4b44ab4b3792bb2e23a8b5598e855822169a5f548b459c8e07bd368ab3cb1dc8bf1ee5bfa08220a9b30f0aa4f519354392c76a4ed018"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b0ec963b-cfe5-4c35-901a-dcb0b4b37176/b137e100f6b798e85c80c50695df9711/dotnet-sdk-6.0.122-linux-x64.tar.gz",
              "hash": "b46dabc77048aea42a4dd06c003c3f13a15d90a1e62128773aa2082aff10e4d14ea90ad16f714244ccfb1cedecd25e1dba1e5bc51438c85373a183e1659233b6"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8dc4cac4-c952-4cb9-b18b-91a9f7d5a4ac/1be9ced08d538079564b7b5abdc8a2ba/dotnet-sdk-6.0.122-osx-arm64.pkg",
              "hash": "568851528b02389f71c22a4e28ea9fae793cc6e1532dea4ff49ac702173e5b06e6e6b8863b0f83d81a97fe4e4886c2d685e0243e2ad20e885c7b8fd12bd23c84"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cfad7c88-4474-4599-9502-c0a770067ca3/c47ffab302a318684f64743ee8ae1ef3/dotnet-sdk-6.0.122-osx-arm64.tar.gz",
              "hash": "cccd071747755bc3cd5c10b9080c18158762ee10d8fc5469d082b809f54b5f41fc55df6f256030bc8b62d578465a62109a78af0c262e8f3e46aef55776e68961"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7c48b41d-0504-40aa-b077-3564cc6545fe/a6c9cb9bc251335ed477a1d8702d354a/dotnet-sdk-6.0.122-osx-x64.pkg",
              "hash": "71c2937a19e36899c4a7ed23f281eb5f8504404607bc14009db4933c801ce73151a6a97c01bc396de819b550a55f59c1ab983d92636c145ab1f045e707e678b0"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b7f10feb-06fe-4a6b-8b85-7d5890b6c124/b63d8174d1627f16ff989044502275a8/dotnet-sdk-6.0.122-osx-x64.tar.gz",
              "hash": "9aee0e610cc987a045facd33c80acb70fd86660477c8a01442f9293b217bd621a747c5526761dc60def05dad390fc66cbf3dd01ee3625a43b652dcbe4e379d86"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c98565b9-6c67-42d9-9853-f83cc95ce02e/1b8529854e35f7dd64a5950343fc5668/dotnet-sdk-6.0.122-win-arm64.exe",
              "hash": "b8764686e8ba8e327c69c35743eba8fb3523b4dcd5bc5fd30f237e5e7df60e318c310350f098961dbbda55f8444b341ea31d5acd084329e7b1f68c08d1f5ac9e"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c611a261-8235-4ac5-bce2-8987646b901c/4abd1b61cbdf1e65e7b0cb416656f9c8/dotnet-sdk-6.0.122-win-arm64.zip",
              "hash": "8725b8c3e20bc6a67687bcdaf115f1114f16f32f1fe9e46666da1b17db4258e9073cf92321b37f9466231aaa83c8fe56fec28f1764bd13d4a13223cccb477753"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/05415869-44fb-4977-aa2f-6d195178b8fd/5cb8b3d9b977268235cba8d64078e564/dotnet-sdk-6.0.122-win-x64.exe",
              "hash": "c1513382b8fb42bbd8c2908f3769f452901c06e7c784cb42eea79d6cdfad322f4e07423d3f56deb443bce1d0f463764c2dd258393c2dc1f2a274da370e952c56"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/35c4f088-dc00-4827-b6d8-6308db211889/c91f43ac186b53e77f5b9d097166f52e/dotnet-sdk-6.0.122-win-x64.zip",
              "hash": "d45dbd9a22a97fa88ef24609c51893e6b4d2ffb932531f187241e781122e1ab942890424290ed6eabeb66aecb6862eff2455d11d4107fc2613aeaf1c948a367b"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7cee2dc3-92c5-4f5f-9136-5630d4dc306e/c5b944fe6fe3b0a35243b6cbc4adf997/dotnet-sdk-6.0.122-win-x86.exe",
              "hash": "f397435367ef06ef6404dc4719efb8c91e325883a7bba04880210cfac5aeb2207a5e9f0a89e4a568552fcc75a14c9b2234c97454aa851a68e0711ba296e98277"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3d3870fa-23f0-412c-9caa-32b4349f5c41/080191c499d014a128612e53ccc144e9/dotnet-sdk-6.0.122-win-x86.zip",
              "hash": "b95df4deb02875d90fad5d54ef1b5e48eeae35fad5d85f3641b7ca8bdf0b73763f0dcb6667da4bc14acba8ddff521b3654d360f47dffd76cefb23717804f77aa"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.22",
        "version-display": "6.0.22",
        "version-aspnetcoremodule": [
          "16.0.23237.22"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/994282df-ceee-45e9-890a-cd979a7ae186/f54f388f61b7a2a57b39d166f9936966/aspnetcore-runtime-6.0.22-linux-arm.tar.gz",
            "hash": "ac6d2d13a75377b1c78c10ebcfd51765a846465125e40f01c7ff5dc627e56e8e2cb664a06ff379f3ab3feb956614e099985386fd4d511188a1f3010dc743ff5a"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/000ddf12-2c8b-4d97-9b3d-f76c8fef461e/c2dfb5a82b7952cb272c0f5dbeb7fcb1/aspnetcore-runtime-6.0.22-linux-arm64.tar.gz",
            "hash": "bd3dc49cd2b637edc3797206a0b6b07b40f774a25c3c6932bc86d345cfb90f4af7c0927e1b39cf4fc638ce67a5291b0ab7a5bfb030c629f8e4e0d9ce76715532"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/72bfd2b0-0b64-48a5-bf1c-7ba2e6fc7356/c723b4ff7cee67d564233afcb453d239/aspnetcore-runtime-6.0.22-linux-musl-arm.tar.gz",
            "hash": "0606bbc501f0fe7eb86468113ebc33e1c2acd40d1c107b63b17104046d95b8a3231cb6f0685e965f55886bf7363c08b328dfefa3dc7f8068ba9682e1363e0cf1"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cbf6abe5-a8a2-4b9b-b496-9eedb2ea93ec/7725c16a88d3192a92234e3eda4012a7/aspnetcore-runtime-6.0.22-linux-musl-arm64.tar.gz",
            "hash": "2bfc3f590399fbb97f22ecf35c2421c11e81102aa4a6c1fe660938be89af9ac3911ba679dd6d98366739703b31aca7e75f49f92b50e3e4b5caa482acb9fb1e66"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/32759672-4bfd-43a3-9d72-d586ec78ec5c/2551da06feb8677759abd86816d1d188/aspnetcore-runtime-6.0.22-linux-musl-x64.tar.gz",
            "hash": "1dace8bc0ec8ebd8634dbdaf7deffad93d7ef7bdd842e0ba66cfe8947857014c203d6811ad5acfd2cf6974d511c0d4b409d4e0aa909b1d7fc292a17662d0838a"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a936856b-96f0-4525-8f74-b96b792c3664/2da9be398c92985d3f95c3336361d1ba/aspnetcore-runtime-6.0.22-linux-x64.tar.gz",
            "hash": "a42f600823e19611ddb202bde1a8da8d0e9dadb22262cb2122f8c85af12bddee8793524d9e2096c188b267bdd852ef90bf93533c2d4f2f3151742cfc20fdc244"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4f2055fb-f5f2-4953-8341-4c56ae1f2893/52d66998e9326c7172d77a706e752861/aspnetcore-runtime-6.0.22-osx-arm64.tar.gz",
            "hash": "c39e137d351125fefc078882311eb7de37ec8188444767a15b56d6f242bf5855e0e79cfb205a45c5083e86f039b5e7202727a1f8eaab92706e5c705ba782aafb"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/447de6fd-79ad-4a1d-a7ea-48f57a8e1280/27c1a55772876bf109b7c2caa5038d9d/aspnetcore-runtime-6.0.22-osx-x64.tar.gz",
            "hash": "c899865b0c3b409273fc9d4eec1e0d37406021acbc40d34aea8566fbd1cdce541bf0f1011a625ec0f61798ae334d244f72874943da790dc3d4b98611b140a954"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6d029f28-f82f-4440-adeb-bab04a7ef429/45c91bd9cb9d933ef11c68b57bd4d0f6/aspnetcore-runtime-6.0.22-win-arm64.zip",
            "hash": "01b5b7f58a61e401223f80d549fdc87ab6761c471667303e541033ed244de5b24b8932593881e9456d175b411136edab189812141a35ae51cc6e66d5d8345db5"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a0946814-10e0-4546-92e9-b74c88ebe45a/1da48715b74940956f3362b714c2457f/aspnetcore-runtime-6.0.22-win-x64.exe",
            "hash": "8b751251e16cc6e396fc0afb7f159360bd1a1c971087ee8d27c0b112e940b5cd1f4b3cf775051df9231c991e555e4d592b031c458d9a7ceff6e5b9f5e0277313"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/152fb6ef-71d1-41c1-8910-f9225c5e3af5/b14a8f41e5def4d1306328a9cfdf5c16/aspnetcore-runtime-6.0.22-win-x64.zip",
            "hash": "70b366ea204b323da447ddb444a589247712926bf9f5b4b6fa479117c70c2aa3d6b07215d8c7eb7550e9cb5524c2c1ae9e65b07dc7ccfbfef89cd0e339d25380"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aec975a2-16e3-4654-ad07-db9925012ca2/6a087cfaad1f8064933274fab65b7cd7/aspnetcore-runtime-6.0.22-win-x86.exe",
            "hash": "5e6aa0e7a781b2e916360695cec503c73a593fc0d57cba2c530a203161b6b4a94ffefb5bd060276f07bbb8b626a8909c27b40557a0618cc2e817306242ae12db"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f374b922-689a-453b-b64b-927a5f0e6e97/0262a024556a31cb8947e87bab919009/aspnetcore-runtime-6.0.22-win-x86.zip",
            "hash": "d21cae5ca0b3e00e2818b4f404dbca9c365b49e46480acb60729698fcd3c9eeb02c7f50d0f6ab0f03b9d81f466ed4f5d1178c73eb6311b226768c3cf6ac84548"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6127ac20-be25-437d-ab6a-e90415f3d547/f572f0b58361ccff32a961ad4446bb24/dotnet-hosting-6.0.22-win.exe",
            "hash": "19df24fe6272e6a162a701d8b96c505be560b19b4d13d73fa9ac2a94148187f666cc123d2383efd18e2857af27db3c580f16c8045ddbf1ac2f1507bec8a52fe3",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.22",
        "version-display": "6.0.22",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5c1ee666-7d88-4463-afd4-87f608035d97/f3e97d4cb56dd7060d69f83a3e7c36ad/windowsdesktop-runtime-6.0.22-win-arm64.exe",
            "hash": "2a5617d5ef77e89d650c192b9d48a7cd0cee8d722ff5d8a03aa8bad8af0d26104295627386aa337f1de79df2728a5bff85bacbad2004c5ba114a535bcb9de50d"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d734e93d-3728-4af6-a89c-70820a349fb5/0c19682817df9828fc9475c9b9f35912/windowsdesktop-runtime-6.0.22-win-arm64.zip",
            "hash": "032507b55b690c6b925015bbfbb699041cddeb3706aefd5132ec3478cd36c775dfef5d3f18ac4669960d72e4b91aac3b6764c7520d267301452616f2d247220e"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/66a7c4c6-8401-4799-864f-9afddf5a7733/4052f458f0266e25ab1b9c7959ca245f/windowsdesktop-runtime-6.0.22-win-x64.exe",
            "hash": "448ee5cc3dea9c3c99c5a1bc8895c1a043f9be1c8a23ea4e1d9a4261b46d21c85de5d11a81866436c6216ec2df12de34a86061682c3856045fab5ed06571b25a"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fd28a1bc-4c84-4081-ba0e-10632afcab3f/a6cead7247f403aa16acf9713502df9c/windowsdesktop-runtime-6.0.22-win-x64.zip",
            "hash": "901a525d2a2bb84ed7a734b3704a038abeef52b16a1d373b255ec141cd8cc7625c8387c8d6160b460e4b9a91173cd4e43f3665c276778ae56bc6ff99e8c291bd"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4842d8ed-dae1-462b-a1c6-f08fcf568aa1/2a4ede4188528a10d003ee797a211568/windowsdesktop-runtime-6.0.22-win-x86.exe",
            "hash": "8dacb27082abde25cb981021339f2592167efe8688b4c9a3b76082d0a690097459589d155a8f262a4e5d2495fb960f3f54433580de94e43ec8746fc0b54edcd7"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/58e78fe4-3c5d-4c4b-b01c-96c65ef525db/9a8cda6e8ab6a1c671200577cd3f11e3/windowsdesktop-runtime-6.0.22-win-x86.zip",
            "hash": "6c03daad4655891657e510c0974834403ab1bf115a4bf7c9d35ad9407f436ad796812d6c26842ada41441d88876b4cab745fd639602cd191962e3939b0cb9d20"
          }
        ]
      }
    },
    {
      "release-date": "2023-08-08",
      "release-version": "6.0.21",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2023-35390",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-35390"
        },
        {
          "cve-id": "CVE-2023-35391",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-35391"
        },
        {
          "cve-id": "CVE-2023-38180",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-38180"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.21/6.0.21.md",
      "runtime": {
        "version": "6.0.21",
        "version-display": "6.0.21",
        "vs-version": "17.2.18,17.4.10,17.6.6,17.7.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/624d59fc-74c1-4be6-a68d-458511083f62/be357754b5989a735b809b477848ddb4/dotnet-runtime-6.0.21-linux-arm.tar.gz",
            "hash": "a265c05ff50bee5e6d2b46f6117bab812e5348f56914945d09694627a2ea6f309fbd9f5a2656ff90c566fa0208a6119bb87a3fcf26417d64de5549d650c262b6"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/934fe9da-efb0-47e4-8db2-4d2153c7fe0c/e382d2a3169ac6a8288f09c9077868c3/dotnet-runtime-6.0.21-linux-arm64.tar.gz",
            "hash": "f34e1319ded1e1115ceb63eab16a4ac7096e36e3236f8117f61ec9f0e19dd50adb473e1213a1018abfaedc4da57519b85058e7b14187a33e0b91e79af4dabf63"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a6facbdc-75a6-441a-8e1b-6a660dc73a2e/cb184b42c018ab76191e88194d2a0442/dotnet-runtime-6.0.21-linux-musl-arm.tar.gz",
            "hash": "e021f7a2290358ffa130cfb356831ebb06cf6582dccec85a8b1e6004c100972dfb60854e0a2d7f31d09a579ebfa125d4c44e7a150a89e9040f08c06f963624f5"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/92eb2535-0e96-4be1-9d90-65fa91584d3f/50d64fb4b990be50735e51c1830936f0/dotnet-runtime-6.0.21-linux-musl-arm64.tar.gz",
            "hash": "827bd3b6117ed674ae290b2b80598551b91e67766533895fbd375b121e813f9d7927797fc91aafe3bf2cac927173703c7dbb4fd18dcc6a2648bf1f973dc86fec"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/71215001-2059-4b1c-9135-0646f73d6d45/b703f08a074d62f5a1d0e9e97ae3d8fe/dotnet-runtime-6.0.21-linux-musl-x64.tar.gz",
            "hash": "f5205bd0703a8c6db5dc4157849a734103bf2495ae10b15dce38cc03f12195b1a615367bc1f87a2ec4a05472753cd99858b8be2b74adfb93c3b558ebe1f045a1"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/25fc0412-b2ff-4868-9920-c087b8a75c55/a95292a725fc37c909c4432c74ecdb43/dotnet-runtime-6.0.21-linux-x64.tar.gz",
            "hash": "9b1573f7a42d6c918447b226fda4173b7db891a7290b51ce36cf1c1583f05643a3dda8a13780b5996caa2af36719a910377e71149f538a6fa30c624b8926e0cd"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8a1c31d9-1b2d-4309-b83f-5e57307a3fc4/d85f0282898f1e78fa0399940c8987dd/dotnet-runtime-6.0.21-osx-arm64.pkg",
            "hash": "c6705dbb484fc652659737bcd3c5d52289ab1103a6b89eb6c0097b147ee2f8d9a8d739d9256f4375215e816ab701986a5d2f8bd6185543fbe4b17ed3bd35205e"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4c3bd8fc-abdb-458d-a675-aac97584babb/35b8a258af87daac35bab7db1af0ff9b/dotnet-runtime-6.0.21-osx-arm64.tar.gz",
            "hash": "e5a853ee04890e0466489fc46e3cfb8c665aeaacda8646b6958337cb16aeb0edbcf6d4131d31510b12852262fdb466f4d9352e0818a7ecb7e00e4e3a5e5755e1"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7d078084-d24a-47c8-ba99-11b8d6f9ee3f/eaac4ff3f4a2feca41e1649a47de195c/dotnet-runtime-6.0.21-osx-x64.pkg",
            "hash": "931ade855822419440150facb6273e535b4d21dbb6c049e5fa29f0ce3233c653b9d1f0d8b1d4e749ac4a3c6beea18351678c07a11f4b02bab2161cd74bcb27d3"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/af927c74-8c04-4aac-9597-3b56902a812a/47139a25bbc5e58b24fff42f6af0da7c/dotnet-runtime-6.0.21-osx-x64.tar.gz",
            "hash": "f34a597910eccb84eec683f75f3ea8b6bdfc33a81388face050e33df679863465c905c0c99cdbfc54b3eb2b2a58733f7185a18234e562b1af5c925fa44dcb84c"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f7d2a496-d05f-4eb0-a80d-83753ec790b0/0ef4e2f02ec68346af7ae1c686ea3fc5/dotnet-runtime-6.0.21-win-arm64.exe",
            "hash": "8a986777778775c242ab6d3eb5370e89c7f0dc744967b8c70b892e5a8be1d6252ae29bb7521268c17ad7fdb5d5a62b0bf3df8f9e17a88d27f9f1f3422e1bafae"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1fb38c6a-6735-4337-ad02-b232c7058032/b970fd0b3b1fb2822c5c46fa85f4b2ee/dotnet-runtime-6.0.21-win-arm64.zip",
            "hash": "43e46937cb6b82737410528750c7600e5c2af1c41fd292030b71247a30803a055637dfe9e9c108c48c01d8c5ab50dd8c146593f46bbcc657fa021d9733af8d1d"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/31949bf4-c9ef-4e57-9da2-d798ab8b8bbf/fb7a481d9381bb740223629422a006e0/dotnet-runtime-6.0.21-win-x64.exe",
            "hash": "cc0e698533dcd41bea79ce37f62709d59d389726c0718d036ab1ca1420e58011b78e29fa0378b7ea265a87f83879528935a823a8a021c68764c11ad3fe10a135"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d8c23e2d-3942-4fb0-8497-04b9f3d9dd8d/46f2d0088b249ca0f5e3b21e710cab97/dotnet-runtime-6.0.21-win-x64.zip",
            "hash": "3012d9403a30b6bc5dbc81dcc661d33c22284e6b7685949a521ebe7a96a5843b41bc0da659563a58f88a071783ba68df7c640f1465dfa6ce24bd78385de8247b"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/10f934c5-07f3-4360-aef8-6bbca6f089f9/9d6f5247f2ef12ef3caccd600e23fe05/dotnet-runtime-6.0.21-win-x86.exe",
            "hash": "5e9f3c52a790d206f5173d035da5438d8a90e20b824b3d69632974e5a0397db11946390f7645c9be483147d975d0609eae74b3af956103cbac995759d8d5c975"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4fbf0e99-19cd-4abe-ba81-a1dab0684777/2127b2301ab374f22b116886437f8ee0/dotnet-runtime-6.0.21-win-x86.zip",
            "hash": "8b78969edb2d6dbbe156f910d9a9c605c7e2618c159c1b5d7a58666f0b0bcc45f4a6e0acf3236b00324b684d2fefe704cdb4b1b0b6029deb2b59592f798da32d"
          }
        ]
      },
      "sdk": {
        "version": "6.0.413",
        "version-display": "6.0.413",
        "runtime-version": "6.0.21",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/11682594-fb2f-4a01-861c-cc76935003f6/9138dabf011a0c07bc306443dedee687/dotnet-sdk-6.0.413-linux-arm.tar.gz",
            "hash": "3268e0d401bb1d6b189b780a5a88502b3a1140c6d9176a98bca0c468839d1a1802f3c89c7559314a79b53a940cf6312caf2f11e494b9d98638f32e437a125e47"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/82132239-803b-4800-971e-ded613cc280a/67d0025a0a54566657c3e6dfeb90253e/dotnet-sdk-6.0.413-linux-arm64.tar.gz",
            "hash": "7f05a9774d79e694da5a6115d9916abf87a65e40bd6bdaa5dca1f705795436bc8e764242f7045207386a86732ef5519f60bdb516a3860e4860bca7ee91a21759"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dd5add99-8d35-48f0-9e67-3f5c7b61da8f/9196b17aea5018ab286fe8e1dc777c08/dotnet-sdk-6.0.413-linux-musl-arm.tar.gz",
            "hash": "6b88eca7b3caca24049afa1ec8f625ada07d3a32f250d19a0b15ef2c08ab2d6b9617b63f52957f165dbc58e51e2df2d22a12f1c9f9df452e58e3471fd35a349d"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6bb03864-cb2f-41f5-b0a2-621f9fb29be2/1e4f599c69a231ceff5abe30e887778a/dotnet-sdk-6.0.413-linux-musl-arm64.tar.gz",
            "hash": "794eae58a7ffa8c28b690dc950deb6603630e87e9d853d7ba566a4e7d87cc399229bf054239408b165599fb9e71ed6ae9c54fed02dcc0d830971df1dac89adbc"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/66b8d73b-a371-4208-97f7-80b2dc55dfac/9cc37d50e7f83a0782b80ce8fbb8d935/dotnet-sdk-6.0.413-linux-musl-x64.tar.gz",
            "hash": "6cffebca6fe29d1f848df9aa0b08a92d780680a02bff964a50d39919e9841b002fa954a8043d6a985885191b0bd55ae3bb7a6e6470a8d3d7ac98eaaed1fb4e56"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8eed69b0-0f3a-4d43-a47d-37dd67ece54d/0f2a9e86ff24fbd7bbc129b2c18851fe/dotnet-sdk-6.0.413-linux-x64.tar.gz",
            "hash": "ee0a77d54e6d4917be7310ff0abb3bad5525bfb4beb1db0c215e65f64eb46511f5f12d6c7ff465a1d4ab38577e6a1950fde479ee94839c50e627020328a702de"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d95d315f-8088-440b-88db-1e84398f6167/0a450912f02c207430bcc4bc9aaeefc1/dotnet-sdk-6.0.413-osx-arm64.pkg",
            "hash": "f643aa993a0b52808b7869a13697d4ca21259cd814f08fe1bf0b9d80e4baab2ec0af1d9367eb9750c87a211fdab41f73f0ab5570d1970ca946acbb748a2b2bcc"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6152c11b-e65d-4b60-8fc0-3c506a6199d2/c9f1ce3f1fc5bc6fa758fac505845232/dotnet-sdk-6.0.413-osx-arm64.tar.gz",
            "hash": "e3a24cdcb80b2e283cd93ebb0af4ad891ecb5f2002d56b82a379d5d99b934a58f5ae60d07d21052360f525692fcf7bfde0c678c5d7f9908101fdd2096bea4458"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f8ef7ef6-04f0-4d7f-a39d-127d7cf099a9/021922f4a6860bcd8257df91a53cb5d0/dotnet-sdk-6.0.413-osx-x64.pkg",
            "hash": "4390ba65e592c4f770b247f11228bbd2ed70aab30fbe6613c2bf7ec0c7c54d09b5a47ff160d4424dacc59661613fd4c9460d62f141a64def02a7228dd160f916"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/398d17e1-bdee-419a-b50e-e0a1841c8a3c/2e8177e8c2c46af1f34094369f2219be/dotnet-sdk-6.0.413-osx-x64.tar.gz",
            "hash": "605b28135dbc8c34f257ea1d10d02edb16569957e554ecc49c2a9fbb4200960b2fe21a06f2b770a9907fa915ebef0e6260704cc9e05a81af931f10dce7f46165"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/65921ee8-7be8-42f7-8902-900c98acd5e0/818423a2eb96f680225390e706e9994e/dotnet-sdk-6.0.413-win-arm64.exe",
            "hash": "f48bdfb5759d8a4a57a82b338820d8191a4a8f25a1e5c81b82b340d7c781af1e7e5fdbbcdf47304d7a847a74b69491a16d099ca2fa197ad641a97a7c3a847fa4"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e8fea835-8884-434c-9a77-9d8b71c94f7e/f8a325aafd1e71024930a6d7a41440f2/dotnet-sdk-6.0.413-win-arm64.zip",
            "hash": "4b503275d9dc8890e54bdfcf8608eb49cc227b603e6e994a89a768fdb9b0d65e0373f058f95977de372412eeebb33145e24e5e64e643f3911cbe1a308bc2265c"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8d1443fd-a5e1-438d-8cb8-6ccb9849a54a/4f89f2b74a9c272789dfac8658a87673/dotnet-sdk-6.0.413-win-x64.exe",
            "hash": "d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3d28b406-bdbd-423e-a173-015215ae83d5/abf5701bb34a153e073409858758eea1/dotnet-sdk-6.0.413-win-x64.zip",
            "hash": "a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fbf3c93d-757e-46fe-ad9c-90105d48a3e8/0fd732e33dd3f18e2c5c269bfd94e505/dotnet-sdk-6.0.413-win-x86.exe",
            "hash": "e767cfa0664630dd325ddf045bbee5e562c8e966a588a711f0dfba0e6458430ac3f2062c400dabc9d1e94fe7a2a592340593f6fabbe75e951fd6a31cbfe10727"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1db37c35-fbb6-4dce-9029-338598cad8ec/20f18f4efb360653746d396cc0d3e1ea/dotnet-sdk-6.0.413-win-x86.zip",
            "hash": "8f680fc5d49ea8e9c0f24cf1fe10b0243233a40692807036d2a9b05d37f0b5c143bd5f30f7c93409550b01c566216152587d45942fda5a5bee60144cfdef03a6"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.413",
          "version-display": "6.0.413",
          "runtime-version": "6.0.21",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/11682594-fb2f-4a01-861c-cc76935003f6/9138dabf011a0c07bc306443dedee687/dotnet-sdk-6.0.413-linux-arm.tar.gz",
              "hash": "3268e0d401bb1d6b189b780a5a88502b3a1140c6d9176a98bca0c468839d1a1802f3c89c7559314a79b53a940cf6312caf2f11e494b9d98638f32e437a125e47"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/82132239-803b-4800-971e-ded613cc280a/67d0025a0a54566657c3e6dfeb90253e/dotnet-sdk-6.0.413-linux-arm64.tar.gz",
              "hash": "7f05a9774d79e694da5a6115d9916abf87a65e40bd6bdaa5dca1f705795436bc8e764242f7045207386a86732ef5519f60bdb516a3860e4860bca7ee91a21759"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dd5add99-8d35-48f0-9e67-3f5c7b61da8f/9196b17aea5018ab286fe8e1dc777c08/dotnet-sdk-6.0.413-linux-musl-arm.tar.gz",
              "hash": "6b88eca7b3caca24049afa1ec8f625ada07d3a32f250d19a0b15ef2c08ab2d6b9617b63f52957f165dbc58e51e2df2d22a12f1c9f9df452e58e3471fd35a349d"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6bb03864-cb2f-41f5-b0a2-621f9fb29be2/1e4f599c69a231ceff5abe30e887778a/dotnet-sdk-6.0.413-linux-musl-arm64.tar.gz",
              "hash": "794eae58a7ffa8c28b690dc950deb6603630e87e9d853d7ba566a4e7d87cc399229bf054239408b165599fb9e71ed6ae9c54fed02dcc0d830971df1dac89adbc"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/66b8d73b-a371-4208-97f7-80b2dc55dfac/9cc37d50e7f83a0782b80ce8fbb8d935/dotnet-sdk-6.0.413-linux-musl-x64.tar.gz",
              "hash": "6cffebca6fe29d1f848df9aa0b08a92d780680a02bff964a50d39919e9841b002fa954a8043d6a985885191b0bd55ae3bb7a6e6470a8d3d7ac98eaaed1fb4e56"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8eed69b0-0f3a-4d43-a47d-37dd67ece54d/0f2a9e86ff24fbd7bbc129b2c18851fe/dotnet-sdk-6.0.413-linux-x64.tar.gz",
              "hash": "ee0a77d54e6d4917be7310ff0abb3bad5525bfb4beb1db0c215e65f64eb46511f5f12d6c7ff465a1d4ab38577e6a1950fde479ee94839c50e627020328a702de"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d95d315f-8088-440b-88db-1e84398f6167/0a450912f02c207430bcc4bc9aaeefc1/dotnet-sdk-6.0.413-osx-arm64.pkg",
              "hash": "f643aa993a0b52808b7869a13697d4ca21259cd814f08fe1bf0b9d80e4baab2ec0af1d9367eb9750c87a211fdab41f73f0ab5570d1970ca946acbb748a2b2bcc"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6152c11b-e65d-4b60-8fc0-3c506a6199d2/c9f1ce3f1fc5bc6fa758fac505845232/dotnet-sdk-6.0.413-osx-arm64.tar.gz",
              "hash": "e3a24cdcb80b2e283cd93ebb0af4ad891ecb5f2002d56b82a379d5d99b934a58f5ae60d07d21052360f525692fcf7bfde0c678c5d7f9908101fdd2096bea4458"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f8ef7ef6-04f0-4d7f-a39d-127d7cf099a9/021922f4a6860bcd8257df91a53cb5d0/dotnet-sdk-6.0.413-osx-x64.pkg",
              "hash": "4390ba65e592c4f770b247f11228bbd2ed70aab30fbe6613c2bf7ec0c7c54d09b5a47ff160d4424dacc59661613fd4c9460d62f141a64def02a7228dd160f916"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/398d17e1-bdee-419a-b50e-e0a1841c8a3c/2e8177e8c2c46af1f34094369f2219be/dotnet-sdk-6.0.413-osx-x64.tar.gz",
              "hash": "605b28135dbc8c34f257ea1d10d02edb16569957e554ecc49c2a9fbb4200960b2fe21a06f2b770a9907fa915ebef0e6260704cc9e05a81af931f10dce7f46165"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/65921ee8-7be8-42f7-8902-900c98acd5e0/818423a2eb96f680225390e706e9994e/dotnet-sdk-6.0.413-win-arm64.exe",
              "hash": "f48bdfb5759d8a4a57a82b338820d8191a4a8f25a1e5c81b82b340d7c781af1e7e5fdbbcdf47304d7a847a74b69491a16d099ca2fa197ad641a97a7c3a847fa4"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e8fea835-8884-434c-9a77-9d8b71c94f7e/f8a325aafd1e71024930a6d7a41440f2/dotnet-sdk-6.0.413-win-arm64.zip",
              "hash": "4b503275d9dc8890e54bdfcf8608eb49cc227b603e6e994a89a768fdb9b0d65e0373f058f95977de372412eeebb33145e24e5e64e643f3911cbe1a308bc2265c"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8d1443fd-a5e1-438d-8cb8-6ccb9849a54a/4f89f2b74a9c272789dfac8658a87673/dotnet-sdk-6.0.413-win-x64.exe",
              "hash": "d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3d28b406-bdbd-423e-a173-015215ae83d5/abf5701bb34a153e073409858758eea1/dotnet-sdk-6.0.413-win-x64.zip",
              "hash": "a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fbf3c93d-757e-46fe-ad9c-90105d48a3e8/0fd732e33dd3f18e2c5c269bfd94e505/dotnet-sdk-6.0.413-win-x86.exe",
              "hash": "e767cfa0664630dd325ddf045bbee5e562c8e966a588a711f0dfba0e6458430ac3f2062c400dabc9d1e94fe7a2a592340593f6fabbe75e951fd6a31cbfe10727"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1db37c35-fbb6-4dce-9029-338598cad8ec/20f18f4efb360653746d396cc0d3e1ea/dotnet-sdk-6.0.413-win-x86.zip",
              "hash": "8f680fc5d49ea8e9c0f24cf1fe10b0243233a40692807036d2a9b05d37f0b5c143bd5f30f7c93409550b01c566216152587d45942fda5a5bee60144cfdef03a6"
            }
          ]
        },
        {
          "version": "6.0.316",
          "version-display": "6.0.316",
          "runtime-version": "6.0.21",
          "vs-version": "17.2.18",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fecc1c21-1e11-4b45-bee5-ad4c1d869b3a/0d1bccbf3acd2b16c663b9d23280e1a5/dotnet-sdk-6.0.316-linux-arm.tar.gz",
              "hash": "498bac749688a56a902958ab905cd85ba4b628713655a6e135bf03f6089a4dd42bff271acfa52313936847966306de77f769f51e9cbc4d6eb4b64d83b2f0ea38"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bdcb019b-3374-4a9c-aa06-c8033bedc9ad/59d22653ca4eb7ce9f5d46762de4d7d8/dotnet-sdk-6.0.316-linux-arm64.tar.gz",
              "hash": "e298544486473fca05605931074656edc6025cf5429a455641627b054fb5f6a24d5626fe962413781c13b91c9b7f8cf27dfe2cf093141b259012c8640a79b0ab"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2c907f3f-9910-4145-bf42-85102740da3c/28ae744592d615e4cff8e47ad25576bf/dotnet-sdk-6.0.316-linux-musl-arm.tar.gz",
              "hash": "04c7bad5edbf75c625cf377d6f7e6985d91bb33047e95f555ecd379554f2fb152a20facd0b543bdd9b96627f52999cc1a94c95150f9fb412f81696d897858e97"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/154b077e-83ad-44fe-a0fa-e877a04616de/b3b92e3fa36b7f5dfa459a5725c72474/dotnet-sdk-6.0.316-linux-musl-arm64.tar.gz",
              "hash": "7d29e8d8a0df057c078a5947bc31ec7c76a3fc04aefe65aaa0e9969913df97c1d4843ffe7cdc3e03317ecaca13a7172cd5102ab68a0226769aeb8dee97007ef0"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/86cd0f72-4fb8-4bff-aa7e-d5fffbfaae7f/37466d87ef2a7146a22e62e4b298f3ab/dotnet-sdk-6.0.316-linux-musl-x64.tar.gz",
              "hash": "a3ec48fcf0cc05f9c6a16d78948524021c696b39c405c31df71311a7aab25004a17a04e62c5e15c7c75dae3caaf732f4e92169a5acc96850baba29b360d74534"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/10b558cb-d965-4dc5-b468-411a16f5e88b/a8ac899031338990835812bb5b548407/dotnet-sdk-6.0.316-linux-x64.tar.gz",
              "hash": "f528bd63fe3529d17372c0f56f000198812e5b4ea14ad502c4be9a27632387df42a4b94a96f7255146baca4b468ef1c7e7211e44828b33c84caaf2bac3982ff4"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e3f6b182-21c7-43aa-a2b4-70c44a4cd2fb/99030e776edb79264ded8c376af99214/dotnet-sdk-6.0.316-osx-arm64.pkg",
              "hash": "f71c1a0280432ba3165e0cf14e768872e76f9c1a39048c5c251ca577eabda2b95a39629a5a6da508ea4a2afd9cb770f75595110a0e37a932db8649ce262720a7"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/254de5d7-1b4e-4afd-9f19-65cfe1799e83/2759f5d543c2def676e8e657ec2ad26b/dotnet-sdk-6.0.316-osx-arm64.tar.gz",
              "hash": "94197a99693e96b0ed172b53764395a1f907be04ee7c1c01cff509c4bca351cc5e99ce750e67f4ae13f4c4e7621798c3213f197d9bd1d11bbcd684c3c04f9aa1"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1f87246d-bcf2-48c3-bc97-617244492d1e/72d2bdff3c3d1b689ab171e4238a4613/dotnet-sdk-6.0.316-osx-x64.pkg",
              "hash": "aecf7d49f986add9d972dedb960c3490379dbc313c7b209096b5f832f93068fc737bac7c904410de243e7be7c773430f4060c88cfcd1b6e1c1377866031a35a6"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e636c90b-fa8b-4bc2-bd4f-15dc4a8eb3d3/7a45b6f04d1fd1af9328f21cb26f0c5f/dotnet-sdk-6.0.316-osx-x64.tar.gz",
              "hash": "33a558e02d599f93170399dad2c61af6cca89214a2b012ba838e221d7209c4aa61c45e1df2a20e0844d97846ceb3ff455f430dc32f415110577c31e431746f4f"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/88e04b96-6472-448b-a07d-002a2210cb12/9f3c6297f5b130c8b9667771c326de56/dotnet-sdk-6.0.316-win-arm64.exe",
              "hash": "8cfb86a6cd13fd61cdfc65c364652fefc1cab089ffbcd947a6ff63a71574bf95b2df9e418c1132bdd626347e8ad3272763c4f01fe093ca813251379ae844509b"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2fbee894-39d8-4ebd-b051-4ccf788f702a/60a028f3e4559cdbf04d0e69daaa9704/dotnet-sdk-6.0.316-win-arm64.zip",
              "hash": "d480bfce2c44ce1334b31b6338ca8324e1099ed59c5f3d000284267ae31344b79e2a976a8178cdcb242762150f2793ddff616758c7df7edd4550f9c2d3ce3c54"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ad0952a9-b2a4-4bfe-ac81-1ee09a78814e/1b8f14343568e07516fa8fcea19f67f8/dotnet-sdk-6.0.316-win-x64.exe",
              "hash": "7d0fb2ee972dcb4133223281f00a21f580d47252d5e640c3fbb6a67cea0b85120ea24060d641cd4fdeb615cdb2f068515b88156a115e6fd987d6d6494f2acedd"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/de1f99bb-4d6d-4dfe-9935-d24b1e8bca12/0b449d12398e45c62dce4b497e1b49bb/dotnet-sdk-6.0.316-win-x64.zip",
              "hash": "668fba8e0a4b0ed45c626d839f712dbf6750fecad8d55dade8abfeb015fd5d3a9652922b16f480275427cbf6a1da92f5637b25b268f4ea39abf5f017ab29667c"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ad5c0b35-663e-4d62-99c8-be721f4f43c8/974d47b7f51b94bb7eede32eae25219f/dotnet-sdk-6.0.316-win-x86.exe",
              "hash": "15c5046fc6354565cd2cc74ecd1b171e2eed8b13abaf729876a752852a681ba36e9fc34783b8023e3c2f4b5a75e881b7df2736c3f8beb9b7fc0a55c5e16bd1cd"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a752fd6d-b9eb-4861-ad04-92d849204195/018e39f385e2b93cbc8afc1f6554695b/dotnet-sdk-6.0.316-win-x86.zip",
              "hash": "572fcd04a9c1de4156031fdfdf22f69fa19a31666665ae3f698c5b8286328ec3726ee68d167f8d81dc2eb84e2507681c4df6b14a76f97fcf79d79ea2307ef9b7"
            }
          ]
        },
        {
          "version": "6.0.121",
          "version-display": "6.0.121",
          "runtime-version": "6.0.21",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2dbd7719-46fd-4a36-8c56-555c088adf26/4d4bb4a40d4774d8513fe41a5a544274/dotnet-sdk-6.0.121-linux-arm.tar.gz",
              "hash": "041dc5cb9a5afef4a096e870bd2b6b7e4f2799ba48b025e3107a9d54efa45a35d10040dacbe8c0ce1f4734b91c2d55b792d3e1cff8a88a683af8792091ac51dd"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/811c65b9-3502-46f5-b101-d3d3ff009335/899df37b38b7cb0c2fbbed748d9a19c7/dotnet-sdk-6.0.121-linux-arm64.tar.gz",
              "hash": "f654bfd76851e3373fc9cc2f71fc8c1096115e078d3d461fd438cc0e0b36d261f7f7c66e67ecb3db862dd75ef487e280976f98206fa7c45c8845b9f7b085f5ef"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2128d333-b898-4e8e-8ce3-57996a8cc2e8/3c75bd7a057c89d9b2d5ea4ea26576ee/dotnet-sdk-6.0.121-linux-musl-arm.tar.gz",
              "hash": "61aa0c2edc81eeba509518119c6d2c811c686f0d87825bdadc5e398a5df8629f27fa688d546a48bf867bd285c6884a6f1d2e5139159d6950525dc50c68226e8c"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2dd40caf-0e2d-42bf-adaf-6b7dd8e6c73b/9336abf42c7e847ec1927f30c4b046c1/dotnet-sdk-6.0.121-linux-musl-arm64.tar.gz",
              "hash": "875d9e1b73ff4670e619214d019ccc00e67d72e8a2aeb7115f7110b967396fd426b4a3f3d623f52fd55dc5337d2cd937ecf69ecce74c9cc4dba207cf5a631ff7"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c673b8bb-9c7e-4c80-b6ff-718083e0f464/38d612e49772d7b5da3e753450dff6de/dotnet-sdk-6.0.121-linux-musl-x64.tar.gz",
              "hash": "f4deadb4c2bab65961f7bd80e0d83f07736fb748f5ad063e0cc18188bf9ca72dc991a9a36cfacfcbcc3832a7bdac17b8954e33691334156976f5d83754e43a1b"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/78dfd3dd-8eab-4dde-b856-0856cbbf1871/30580eea5b691aa5702c2013bc9864ed/dotnet-sdk-6.0.121-linux-x64.tar.gz",
              "hash": "d3eb3b11588a504384ee435e583eb302d7d94d02fc50b253934dc7f12b87ff49eb90724e2942a6ef6c695df58be46132b1eaced63509984566ee518fa4bb55e7"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eb727bdf-7d4c-42e1-a5d7-870ca97fcb95/59236d59368e2662c85b46761df205f8/dotnet-sdk-6.0.121-osx-arm64.pkg",
              "hash": "ce5be5abe85db1220e84dcdf394f8436bd9c150d43e91dd50d5f5f99f325ebbca23f1c9ab5d50abe81a2e3e091591b3f7422fd0f0578acb998f1a9b9648eaf03"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c6fadc48-3f28-4816-b274-936438b25b7c/fb42811781d9563a33daf122ac720b5e/dotnet-sdk-6.0.121-osx-arm64.tar.gz",
              "hash": "e87ecb0787cdfb9fa2e91f7ebd1bcd9be239f246ef2d5750a03dd45d62bab357b82bcfbf5886e300fffc56abeec18ca8e567484fbab6a437cb33ab4cf90d2bbd"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9f692b90-2063-4fa7-8406-de80e2b19ad1/721e36fbbc2d4349ff9c8eaf9c929c33/dotnet-sdk-6.0.121-osx-x64.pkg",
              "hash": "25815bbe9ebfc30472226f5f2ad86d0015d5d785395d8601245bf548a57471180b04bd896775ec34ffb47151ee152012ce92343704afb565d44a51d81d20ea79"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dbfa30e7-f85b-4c05-8d5c-9ec77eae41a2/41319fbdfb1ed277809364acf83e14aa/dotnet-sdk-6.0.121-osx-x64.tar.gz",
              "hash": "aefcf46b7a1e10f4bb31374d78f93321dc14e5b02745153fcc66a07882a625e6b7826b80ec66fc3bb3f35833a89961019b90e3ceecd64a93e7f1d18238a20641"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d7ab6f50-db01-4046-bd4e-87457e7a7bb4/ed3e9507456f2ac6620a9cf10848521d/dotnet-sdk-6.0.121-win-arm64.exe",
              "hash": "4c43238ca63ec79a41ccd714697a236d79baf584d0c365541128d48734c0c758e7de315ff1e744d6bdaf32f9d6b6b05580e2f5597cba66a9ae6ec039ecfee65f"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5bf992a5-2eaa-4bc0-9cdc-90fff8dccddc/51c25400cdce350781b1c490e7af49d2/dotnet-sdk-6.0.121-win-arm64.zip",
              "hash": "c4bfbee934e82a4a74ae074eae3d489ec64fc0775a18332e9311d42f915d516e821e5f48968ac5f757985ee1977a35b3f0e6563b589318e182eda3ecdefd1662"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8044c813-a785-407a-b1ff-ebb09350992c/3d1f812212f9c3fb3c37bc4b71bdfa58/dotnet-sdk-6.0.121-win-x64.exe",
              "hash": "de96667f3a3a284728e3e63348d9deecec5ee311c0ba4ba04642721071e24dd49de9aeee4e4772b2ad4f05701d16145868af3b52e3329075425efcb4fb20b101"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f436e955-4cf1-4dbf-b4c9-62aa446b0d38/f9e98dff90da93f3a74212ebf22c4dc9/dotnet-sdk-6.0.121-win-x64.zip",
              "hash": "10434a43d7bda8f029360348862e6aa36710bdc72013fccccf78a12477d10b6fc14176325ed84ee7e1136c3b17d56ed2572aa19e0a5779136e57f890b56d7529"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f0ba953c-5104-4f86-a4e7-1716bdb555b1/a76462f4250d7334fbb7dacd94e5202d/dotnet-sdk-6.0.121-win-x86.exe",
              "hash": "dad618e1e1ef0737f27a617d9a09b188ea5e045cf13bdff26bf5b6ee814ee01fbb43ee31816ddbbb1ea4fe35ee7902305b31d915b8d834f851ffb4053623cdf9"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bc0a63f8-6e45-4a91-ab31-6bf8fc782885/bf06d8baca1a20e1a69b58b59583c655/dotnet-sdk-6.0.121-win-x86.zip",
              "hash": "6aa0c683c5baf72ebcc73335b33b42065b6e6786d3b7ed35eb0b886cf4bd3fd84c3a76adc056ef50237374a8a76e83a552e9d0dfcea22191fa7d30be3f9b729d"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.21",
        "version-display": "6.0.21",
        "version-aspnetcoremodule": [
          "16.0.23196.21"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d184fca4-527b-46aa-ad71-9fdf7c010262/dc0eb0bd54951de8c1eacaab795ecf24/aspnetcore-runtime-6.0.21-linux-arm.tar.gz",
            "hash": "11b3db008c07f4ade98307edeb90de269c70d9296c2a0ea36628c4b46dc27ab5f4c0bc3a90e56ad55dacb0a88b7ae6a38ace3bb3d1841ae8c6428a3822da2b3d"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1f8d7d02-581b-42f8-b74a-bf523099ab5c/29da812824f1a8cdfbe452aa5bc0ebc3/aspnetcore-runtime-6.0.21-linux-arm64.tar.gz",
            "hash": "3d39f458831c2e2167c06eb85205a764e9aa497ccc26cb19968f03cb3102daaafde391a707f08c3010bff95cfc0e9586ea97c0fe7d8ef885b4aae009748591c8"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eda7f451-8507-46c3-9f79-40bfac434b4e/b230ebc0b91483c6e5b7550d31fce51d/aspnetcore-runtime-6.0.21-linux-musl-arm.tar.gz",
            "hash": "fd19d959470c6304237dac0d20082391fcfa123aa604b734fa152a12695acc73647605e521badb5b49c4968659bcbba1b5aff60ca4a279c2d29535985cc51287"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88f80738-e37f-466c-8d8d-11115ef23d3f/2037b2b6416b8d81dd4f3ab9b7a8de90/aspnetcore-runtime-6.0.21-linux-musl-arm64.tar.gz",
            "hash": "ee720c88d3c77c9868a427e57a09ac57eb0c8529a281bb16cef6eddf574ef5084de9cc80df0f6c8371717c2df2392d11384fb0eb682909f3a5a1e2e6849b0ab9"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/517e08c1-09f1-4bf9-af05-8723bfa3d41f/2a533a6ec6d24dd1a8abb6fc0d3b102a/aspnetcore-runtime-6.0.21-linux-musl-x64.tar.gz",
            "hash": "3beb72a24c2e2b91db929da38a3f0b975f8756f67a8302964321bcba93bdfb8bc407615b046a98b2daa8a755a3eaf6c8bab441a96814ccc22f8ff1753a7774e0"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/56d44b17-03c2-4d9e-bdbc-a598ca34fc01/8fcc1e19dfd3c86b09beb68460db6e85/aspnetcore-runtime-6.0.21-linux-x64.tar.gz",
            "hash": "3a74b52e340653822ad5120ec87e00e4bc0217e8ce71020ad9c4a0903b87d221b538c3841949be2ca129a45f8105def0ea5152e44e7cef8858958ae04fa0dd65"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a6bf9946-7321-452d-8dfb-120ea0911a6a/9d77b20bb6802d0e8a4cdeda58fddaee/aspnetcore-runtime-6.0.21-osx-arm64.tar.gz",
            "hash": "bd1cf2252d61ab88e39d7cf6e7b57168363f599de7e2aafafa9f2373976c97653e83cbfff5d1708276b6503f8a21f60af8c8601835c4d6e0b603b3c4bb90902f"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4eece21f-af5c-4bdd-8e5b-5e300f0cbc6d/5290c217803341cb2a51628e8ea0dd9e/aspnetcore-runtime-6.0.21-osx-x64.tar.gz",
            "hash": "b7d604bc11224b32960f11ed2332cfe5cd595655dad5c2cae1fba40e73ec637f9f6e4246659296d90f544d7aa7c5248b0c7999cf82b4a325acef7368416c1dde"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/76002558-acc4-490b-ac03-3cb9010eea7d/9295a3fb144fab2f3a499772917abfa0/aspnetcore-runtime-6.0.21-win-arm64.zip",
            "hash": "daf0f9596eb65dd4ae5b7f4ff910ae0286457b8f225515b5871dcdf8d54c1a82ff78cc7686816f8e03eebc9da150345075979155cabf1ff87c65f0f0d0cd71b9"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e9d6a662-9f62-48b2-b7c2-5c94ee34afb1/b4b09a0dc605d4d51495abab6cfcf717/aspnetcore-runtime-6.0.21-win-x64.exe",
            "hash": "e50f4f1406c9a6a59f37564156a646ba82938bbdc6270654f5772a40658197ac7f25e79c5a1be7de36c87da6c68330278ac70b3a1aa624cd56733eb8bcbbba69"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/94fd2c9b-5ee9-4086-8baf-cbc3b01fb641/22db23334d892f84b01f0725c510fbee/aspnetcore-runtime-6.0.21-win-x64.zip",
            "hash": "5a9d9d489f1f1d289cf38ac7a2ba90729af445729bb6d71a8c76830a28e9592c8d4733ee7d3a029e06c17d23cf89ff29740915758cb848727caf7aac7b59cb1f"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fadbbcba-f49c-4c1b-b801-6c93566e1ca7/26594e6303cae1364f23928e2d63889a/aspnetcore-runtime-6.0.21-win-x86.exe",
            "hash": "f3f63a6af46a4af29188a2e35fc16e7a065e3a369ec546a41e5ac05682acd9a60363741235942f15641b21b609466a2bcf34905df6b4fa8dfdda521ac9fe3734"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dfae4456-6985-45ab-8eb7-15169ef86e36/11f0abdcafad9995513056d8f7c776ca/aspnetcore-runtime-6.0.21-win-x86.zip",
            "hash": "759536157e403112abbd857c4e084fa232c16d0a07721b4b4c070b7376deccb52cb6200a315587ef8dbd97237ca2d59294403a472f2aa258b528bc562931fd4f"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b50f2f63-23ed-4c96-9b38-71d319107d1b/26f8c79415eccaef1f2e0614e10cd701/dotnet-hosting-6.0.21-win.exe",
            "hash": "4b8210de16166d2431692e9a5fecd3d3fe2ddb3db4ce59fb4f2ff0cb4c1063fc61140515b0c540eb744c336d758f0a2d4d5adddeeef113bd9c966de33d955025",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.21",
        "version-display": "6.0.21",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d8396415-37e0-4445-b9aa-42e4b26b704e/a48269d7b01d818695e0413b34b724b1/windowsdesktop-runtime-6.0.21-win-arm64.exe",
            "hash": "f6ce5d828c9f4ef593c9b40bab2210c689cd331d11b972e32fb089e2064bcb435fe5913e8b4de248ee1d94b6bb25df75712fd7832bbab45e9e1433a57fe446c2"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bb7cf67e-2e97-4d5e-9453-0c1549c6f990/c4e1de15114915d52ca9e0dbb747ee7b/windowsdesktop-runtime-6.0.21-win-arm64.zip",
            "hash": "6da311ec4c2640a94c2f76ea8fb3fe0cb745076d2d8172a72e9c58c01a2f1f1c9afa84c95ce108dfaf5d0b987afdd8284fba5d487607aaad04c32337a86f83d7"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/06239090-ba0c-46e2-ad3e-6491b877f481/c5e4ab5e344eb3bdc3630e7b5bc29cd7/windowsdesktop-runtime-6.0.21-win-x64.exe",
            "hash": "49192c5141bb04dc19483e8b1adec9c6f56fa54ef8c55e2f4fa4aae73abf9119bb7b1dff3d8f9b3307c50de8989669398a5f6d8dc4323b81b6a1def5ee6c6e79"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a5c8a7f9-142c-485f-b804-340eecd863df/2665fa050607d1fcebe00b3ffe8cc933/windowsdesktop-runtime-6.0.21-win-x64.zip",
            "hash": "2354cbf447b7faf180ab5c6836c51d1c9f6458e77a0da2f0b1096d9307262651ca0696bd9dda12455492cf739b0465698a9e2dedb10c7298822e57e79ab38ed1"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/edd094be-cc44-4af5-b6ce-d9e0c9bf47eb/f2e1c95e07a9cc1436e9f47a61dabc4e/windowsdesktop-runtime-6.0.21-win-x86.exe",
            "hash": "e1a19dcb47dce660d17d459c4283b5f44da4d62c88c6d7ac967d791a6fffb10ab3946b1637423a19615190e85d3d88582d9c786d867f20b7cf0873a486ca95c3"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6166d784-c419-4853-96f8-4715c51a43b8/b7b99968b55979f5e1e94956d2df839b/windowsdesktop-runtime-6.0.21-win-x86.zip",
            "hash": "1f5b9b6069acf16d7b336e4be798c8846ec5da4c680a9cebd7e4c79922e197cb09a88b938581791cd91a887cf47f67bfcae09a771b2bd7bb1d9a155ba90e00f1"
          }
        ]
      }
    },
    {
      "release-date": "2023-07-11",
      "release-version": "6.0.20",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2023-33127",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-33127"
        },
        {
          "cve-id": "CVE-2023-33170",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-33170"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.20/6.0.20.md",
      "runtime": {
        "version": "6.0.20",
        "version-display": "6.0.20",
        "vs-version": "17.0.23,17.2.17,17.4.9,17.6.5",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0969e51f-a427-491f-a194-327592601377/d7975ce1a8c8d3c3e1d50c99227b9fd1/dotnet-runtime-6.0.20-linux-arm.tar.gz",
            "hash": "48dd2c78cf873c87b2baef65211bb5af293bcb23248d7d98e8c6fd5e3c7cdae6fc7ce8a8f857b11580a68ddb905825860645aa26ae123ade7ac9ed093d4e2670"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f45ea605-cd0d-446b-9d79-b9c033c10c11/ba7fd32581bb5f448abdd317d8d55b3f/dotnet-runtime-6.0.20-linux-arm64.tar.gz",
            "hash": "bf9cd8b13ebe15bbe41d4f3229cc902c3de2eb4f0008f4b239f3d0ec5aa01254adb8a98742c0e32e98f4ba95923611ed9f54963225b462a829c184301bc98ef1"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/27f8d6e0-f914-4b4b-844b-f04b5710e83d/87015a89639c9d65896dacd8cd54c6c5/dotnet-runtime-6.0.20-linux-musl-arm.tar.gz",
            "hash": "092c14a32269fd19ad412e88c28a66e9e93fc15e5def97549504640bdd5fe12a740c34c06b3c2597f1de43825dc9047493b8e01ba35f20945379e0c6483ff639"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6f39ee6d-cd45-454c-9642-7e562c088b22/2e7a920d2d93c0a618acdc61e2019fe9/dotnet-runtime-6.0.20-linux-musl-arm64.tar.gz",
            "hash": "64e16eb79ceeabf3510689ff8390a10d487a89308aadc1c950f4b1cb6f8fcdc95c477508dadc342180d954aa317a09e71aab73d1abba3c5a91d15837ea56bb1e"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1298fce2-9eb9-43a1-a8b8-16716f54d062/cb830a1fdc245f4d1a8a4016f437f843/dotnet-runtime-6.0.20-linux-musl-x64.tar.gz",
            "hash": "373e08d7bfc8cf990305f72dfbf3e7b5ab191809375d564d55f0cf1351ad51eb1a5d6bedd3090acb03054ab10cf0fad7b92f94452ba1fe02cd10fdd68646aba0"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/26b4797f-d3f2-40c7-8f4a-91120ab87469/4677c3c4e3ee7919836c3a5336e04509/dotnet-runtime-6.0.20-linux-x64.tar.gz",
            "hash": "3688d7170a59015c36d6a5532db67bc22eff66b3eb0a7fc28e1f425791e27a5f467bc7dc593d7f455d72d08c7d27bfcc92b3c8bd30ec3c7c583a8aa82b5afbac"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bc001e67-c521-4d22-bf6a-a05c866c3bde/b8b87876c5266e61d92262a7818b18cb/dotnet-runtime-6.0.20-osx-arm64.pkg",
            "hash": "88f1f17829789e078d0b2184537911af9f80ee4dccc5f75a7229f8dbd782a3000a0790a99067b5940f710cff7adf44937366fc9e787cde3b30a584453fbaf741"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f3ecdea-c85c-423b-ab55-d97061a3d9f0/b01dd205c4d6ffdb6266e4540c82621d/dotnet-runtime-6.0.20-osx-arm64.tar.gz",
            "hash": "27297a16bf1eec0e5a4154d8575b66008227a595cdd77277ae9796a53522b143ff51e063a7aa53a6c57717061cb2e5836c314ee43eeb86d465341fcdf834d773"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b0d747b0-f61b-4c1b-809e-b96c8fbd21d9/8ee735c0d9d48aaf4a79051160a5b63b/dotnet-runtime-6.0.20-osx-x64.pkg",
            "hash": "cbc1f38a3611893978af15d5303c30796440fa3d0610690ad60b271594e4c6b773f4314d4f878761fd10fc45d98c26947f23d0233cc9e771db1ecf4f336c0fbf"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/810c2cf6-c3a3-4f35-91f4-facf1ac24ef1/3ecedc1a0888b571d272c0dd64080c52/dotnet-runtime-6.0.20-osx-x64.tar.gz",
            "hash": "f21cb044df7d1f57ad45b7ed65893a103cd6fe15b78ed3865380044207136d42deddde29872458e70fae9c8e7f254dd032f7539b4b9820995a075d92b907d49f"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf704719-c2f5-480d-bcad-48596cce50db/00be44eab331d583b4492dd2ea788a80/dotnet-runtime-6.0.20-win-arm64.exe",
            "hash": "f1ff435a82d37aa922a1a3cb594f7fe073a63677cf04fe40b160fa4be522c7588123ced159f277f3138fc504bf4a8465c30aa4c43dadc5abc6eea4a5ecb03ce4"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a7d20a71-ecc1-4339-9ff9-2a538a38cd90/1323492919ce7c2d3cf3d68136225b0e/dotnet-runtime-6.0.20-win-arm64.zip",
            "hash": "308d680fe33747fcb1933b939ddce709426bcd3e78f46e3eb3242d4b1d84c48088892f746c355f10eaaf0f97efb8ec73f0382126f91d4f8c89561baefc3a9565"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3cfb6d2a-afbe-4ae7-8e5b-776f350654cc/6e8d858a60fe15381f3c84d8ca66c4a7/dotnet-runtime-6.0.20-win-x64.exe",
            "hash": "e57c9445e595107a5d35f1d885d2c36c0c9779ae0ceb942244a942ccfda849e7ce089e36d77ef6a9d705501b4764ffce4662ee9dacfe89dc9a2cac636561e64b"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1fdea1ea-6999-4280-b94f-38b29f68e2cf/5ce361abf248f0ad7ddc5b894e8beaca/dotnet-runtime-6.0.20-win-x64.zip",
            "hash": "8bc4a152d929df153bb545cd74828a450fbad7c4a80f305e1b922c7e1c4856e7627654a9a26e4459dfc1cfff048bcb17b3cd4f34fde3d600de16f5a4d352153f"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3be5ee3a-c171-4cd2-ab98-00ca5c11eb8c/6fd31294b0c6c670ab5c060592935203/dotnet-runtime-6.0.20-win-x86.exe",
            "hash": "c8bec3d8b797003497c6005403415b48c16ff1dc55108a2d77c09331668e2a60f17c84a4b34e44e20b6bb0b60609a715eed7eeb79e4103b8d019a4073cec5222"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/47d8f9b0-610f-42fe-81a8-08b8fa6fca52/b25b09249ac09dcbb46b6ee0b06628f4/dotnet-runtime-6.0.20-win-x86.zip",
            "hash": "40a8f889d1db8672bc81323df37fdc186fa3f8eee1e9fef6a9d0c60632ae363d4f22a940eb863d63307e1e704687d730560e3a01312365ca815d1913cfc2716f"
          }
        ]
      },
      "sdk": {
        "version": "6.0.412",
        "version-display": "6.0.412",
        "runtime-version": "6.0.20",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/041e8f1c-fae7-4422-9c6c-8f73f74fbbcf/26de71e5d316ce9939a0194ff36a10ba/dotnet-sdk-6.0.412-linux-arm.tar.gz",
            "hash": "4a22174875ae06a48485aa42353ef61e6c424c77d34139bbc2ad5dcbf72bda6625e748af98df54e7677b1b3fc804267b8828ab1c5caa45a693f3f7bf4d6a3306"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/daff8399-d60f-4bde-97bb-c6e350c03e90/5eeb0b21bf1ad11b5f5a7b4ac217c381/dotnet-sdk-6.0.412-linux-arm64.tar.gz",
            "hash": "669c19665f657de00fda41e5ffff8d80395618dc1cc7d6ec50cd06668b135b5fcca193919172c65394210b7c060eae146fd6d8d57deed889ca8fafddca66d06d"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/159728f5-f77d-4027-86a5-f0bd8a2b5ed4/5ec1a238ec73e29c2ebd75658e88d042/dotnet-sdk-6.0.412-linux-musl-arm.tar.gz",
            "hash": "8e39ccea1481e6588e9c2c52292d8a9a66615f7fc73f91a30b350d854bd3ac4d5245c75fdb3de5877f6eda73b2bb5ad1696ea925f7b9d14347964603db89bc68"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bf99b046-6491-456f-b417-0b1b6f0df0e0/460769396dfeb81b03b0e2d046310944/dotnet-sdk-6.0.412-linux-musl-arm64.tar.gz",
            "hash": "936a120f3f514ac20c1d616400d9655b1f6af75b7e026587c9598f07e213176393bb3a590615649604956af6f7dc35685665474cff900f0c0bdbf41b5ea60cbe"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/404fc2f9-6d4d-4fcf-b5ac-aba01776308e/7e9e87f3708e2fb713c00a5ab1d77dd4/dotnet-sdk-6.0.412-linux-musl-x64.tar.gz",
            "hash": "0cc7a93fbe53b4b17e877e402386e9b552ea4c9fcaced8f138e149403db1f3e358cc1be86d2a20408e3c3f82045bf897e2f6ccf0225cca49c834a52697f8d412"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/62181759-93ce-4512-8de1-92de74a6ba3f/f83ea41c3161f301d3584598f9c31801/dotnet-sdk-6.0.412-linux-x64.tar.gz",
            "hash": "ee97aa5258e05aecadc66e844fa8eef97d51e5035492999b974cc8272e4db1a862a1f88a925f38be9e95c71d2e961b56459dcd614475895df608945c8057c311"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/298ca4ac-bcb3-4be3-9cb2-b3e57021ff66/b3fa8311e2c3ef1401885c15a492a8c0/dotnet-sdk-6.0.412-osx-arm64.pkg",
            "hash": "a6a2a546466e542ecd115ece22ece78cae1011625114126a46d3d0d611f31855e692116fda52e80ef0133f520f89d92e5349fd9e6d528c42335917517e5ed035"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6a6555e3-06ff-4124-aad5-497a2940398b/47bda2f1324f867ae0da2099c5702769/dotnet-sdk-6.0.412-osx-arm64.tar.gz",
            "hash": "3086e027b94ab8bc5b27e2dfaa7d16484efa2f6a7c1e291f420313021b3e6f65a5208de4b0d86271c3b83d05d784f29e231176dc6f5ba04e567336b7d7b7b871"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/29422c7c-896f-489e-ae47-d8a343b105c2/123a90e25f0260d92ec192877c5bc7cf/dotnet-sdk-6.0.412-osx-x64.pkg",
            "hash": "36bcee4d85f3f4389468b35b246957adcb075a8ad2388608bbf2417b2cd92791fc8600cacc4ed264e72ef16245026707c99b62edbba879b4cb74a719f596078f"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/094020b2-7fcd-45aa-a122-42ad85b25d15/969de8f0d024a5bee5260271e097519b/dotnet-sdk-6.0.412-osx-x64.tar.gz",
            "hash": "0aa713780c4b7f4e0ea72a0813715883f57174f04386b85f3a6dda1a66d9cf6d24c76cd1e0fc0a0991b80b7868b39c719d5b98254e4f683b6bc89a9b4043be9c"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fb61446b-04be-446b-adac-e1ce3a53766a/14044dbc5cf509a05977c6c9d75e84e1/dotnet-sdk-6.0.412-win-arm64.exe",
            "hash": "b2c071f0a805b68aab8b017e71efb7b90057d40f0ef155539e80d3b197c280ab3e2ef685cea33c6c5bc46471f4671500752ab158b98333bc3a0aa8f9716f647a"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9bbf1d58-ff39-456b-8a27-9b43287d1a55/c6a0aa81a9438addb61d6ecc050de09b/dotnet-sdk-6.0.412-win-arm64.zip",
            "hash": "0591fc394ca5e8cd52d4ee7dd6884b57b0d46678bba4cc95e6582eb091eb34b53ee7f7fdd8d1aee3d6cfdeb0a09cedb66761852fc4d7a8954e0821b35f6305f5"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6a7d9254-d184-41a1-91fc-00ed876297a9/9db88f1a5fe2375b8c389d7087db132e/dotnet-sdk-6.0.412-win-x64.exe",
            "hash": "7465163a2681b37bf164c6a257fc72e3865c98ed56a6a1a378302c91a0482a9c3405ca5adae46d3cd93859751b8724a0f67aa942e8a982e52a65306556c2a3ab"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/28be1206-08c5-44bb-ab3d-6775bc03b392/2146d7b8060998ea83d381ee80471557/dotnet-sdk-6.0.412-win-x64.zip",
            "hash": "824f5dd4390cad4ac7ddc344a6cdecda3ff9f19adef0ac77430302a2fa8df57e1e044c2c3ea83545ff25223b856873364239067b448707bb009788dce7f0c732"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c6059f30-8b89-4d02-b35d-d958d5d16bfc/67df66037514582077e7eaade76a841e/dotnet-sdk-6.0.412-win-x86.exe",
            "hash": "6da206814c925456e00853d9697c11f8429ef2f9488a79ebf7888109e56429cc44a1ec5403b4bb3c0dbe7b4234d2b509d71f02b2cc4d14ea852d0644a388c969"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a0a7adc0-f71c-4fa6-8df0-144b544a53d4/7cf9770698f23238bc8b9e40688d490e/dotnet-sdk-6.0.412-win-x86.zip",
            "hash": "b25b8e7aed9996babeffaf5361c6931c6742a37777589a4bad313517082e9d7145839d3fe18f847c52aa58426e5701078f100e5146c509877940b395a5b3b718"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.412",
          "version-display": "6.0.412",
          "runtime-version": "6.0.20",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/041e8f1c-fae7-4422-9c6c-8f73f74fbbcf/26de71e5d316ce9939a0194ff36a10ba/dotnet-sdk-6.0.412-linux-arm.tar.gz",
              "hash": "4a22174875ae06a48485aa42353ef61e6c424c77d34139bbc2ad5dcbf72bda6625e748af98df54e7677b1b3fc804267b8828ab1c5caa45a693f3f7bf4d6a3306"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/daff8399-d60f-4bde-97bb-c6e350c03e90/5eeb0b21bf1ad11b5f5a7b4ac217c381/dotnet-sdk-6.0.412-linux-arm64.tar.gz",
              "hash": "669c19665f657de00fda41e5ffff8d80395618dc1cc7d6ec50cd06668b135b5fcca193919172c65394210b7c060eae146fd6d8d57deed889ca8fafddca66d06d"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/159728f5-f77d-4027-86a5-f0bd8a2b5ed4/5ec1a238ec73e29c2ebd75658e88d042/dotnet-sdk-6.0.412-linux-musl-arm.tar.gz",
              "hash": "8e39ccea1481e6588e9c2c52292d8a9a66615f7fc73f91a30b350d854bd3ac4d5245c75fdb3de5877f6eda73b2bb5ad1696ea925f7b9d14347964603db89bc68"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bf99b046-6491-456f-b417-0b1b6f0df0e0/460769396dfeb81b03b0e2d046310944/dotnet-sdk-6.0.412-linux-musl-arm64.tar.gz",
              "hash": "936a120f3f514ac20c1d616400d9655b1f6af75b7e026587c9598f07e213176393bb3a590615649604956af6f7dc35685665474cff900f0c0bdbf41b5ea60cbe"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/404fc2f9-6d4d-4fcf-b5ac-aba01776308e/7e9e87f3708e2fb713c00a5ab1d77dd4/dotnet-sdk-6.0.412-linux-musl-x64.tar.gz",
              "hash": "0cc7a93fbe53b4b17e877e402386e9b552ea4c9fcaced8f138e149403db1f3e358cc1be86d2a20408e3c3f82045bf897e2f6ccf0225cca49c834a52697f8d412"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/62181759-93ce-4512-8de1-92de74a6ba3f/f83ea41c3161f301d3584598f9c31801/dotnet-sdk-6.0.412-linux-x64.tar.gz",
              "hash": "ee97aa5258e05aecadc66e844fa8eef97d51e5035492999b974cc8272e4db1a862a1f88a925f38be9e95c71d2e961b56459dcd614475895df608945c8057c311"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/298ca4ac-bcb3-4be3-9cb2-b3e57021ff66/b3fa8311e2c3ef1401885c15a492a8c0/dotnet-sdk-6.0.412-osx-arm64.pkg",
              "hash": "a6a2a546466e542ecd115ece22ece78cae1011625114126a46d3d0d611f31855e692116fda52e80ef0133f520f89d92e5349fd9e6d528c42335917517e5ed035"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6a6555e3-06ff-4124-aad5-497a2940398b/47bda2f1324f867ae0da2099c5702769/dotnet-sdk-6.0.412-osx-arm64.tar.gz",
              "hash": "3086e027b94ab8bc5b27e2dfaa7d16484efa2f6a7c1e291f420313021b3e6f65a5208de4b0d86271c3b83d05d784f29e231176dc6f5ba04e567336b7d7b7b871"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/29422c7c-896f-489e-ae47-d8a343b105c2/123a90e25f0260d92ec192877c5bc7cf/dotnet-sdk-6.0.412-osx-x64.pkg",
              "hash": "36bcee4d85f3f4389468b35b246957adcb075a8ad2388608bbf2417b2cd92791fc8600cacc4ed264e72ef16245026707c99b62edbba879b4cb74a719f596078f"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/094020b2-7fcd-45aa-a122-42ad85b25d15/969de8f0d024a5bee5260271e097519b/dotnet-sdk-6.0.412-osx-x64.tar.gz",
              "hash": "0aa713780c4b7f4e0ea72a0813715883f57174f04386b85f3a6dda1a66d9cf6d24c76cd1e0fc0a0991b80b7868b39c719d5b98254e4f683b6bc89a9b4043be9c"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fb61446b-04be-446b-adac-e1ce3a53766a/14044dbc5cf509a05977c6c9d75e84e1/dotnet-sdk-6.0.412-win-arm64.exe",
              "hash": "b2c071f0a805b68aab8b017e71efb7b90057d40f0ef155539e80d3b197c280ab3e2ef685cea33c6c5bc46471f4671500752ab158b98333bc3a0aa8f9716f647a"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9bbf1d58-ff39-456b-8a27-9b43287d1a55/c6a0aa81a9438addb61d6ecc050de09b/dotnet-sdk-6.0.412-win-arm64.zip",
              "hash": "0591fc394ca5e8cd52d4ee7dd6884b57b0d46678bba4cc95e6582eb091eb34b53ee7f7fdd8d1aee3d6cfdeb0a09cedb66761852fc4d7a8954e0821b35f6305f5"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6a7d9254-d184-41a1-91fc-00ed876297a9/9db88f1a5fe2375b8c389d7087db132e/dotnet-sdk-6.0.412-win-x64.exe",
              "hash": "7465163a2681b37bf164c6a257fc72e3865c98ed56a6a1a378302c91a0482a9c3405ca5adae46d3cd93859751b8724a0f67aa942e8a982e52a65306556c2a3ab"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/28be1206-08c5-44bb-ab3d-6775bc03b392/2146d7b8060998ea83d381ee80471557/dotnet-sdk-6.0.412-win-x64.zip",
              "hash": "824f5dd4390cad4ac7ddc344a6cdecda3ff9f19adef0ac77430302a2fa8df57e1e044c2c3ea83545ff25223b856873364239067b448707bb009788dce7f0c732"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c6059f30-8b89-4d02-b35d-d958d5d16bfc/67df66037514582077e7eaade76a841e/dotnet-sdk-6.0.412-win-x86.exe",
              "hash": "6da206814c925456e00853d9697c11f8429ef2f9488a79ebf7888109e56429cc44a1ec5403b4bb3c0dbe7b4234d2b509d71f02b2cc4d14ea852d0644a388c969"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a0a7adc0-f71c-4fa6-8df0-144b544a53d4/7cf9770698f23238bc8b9e40688d490e/dotnet-sdk-6.0.412-win-x86.zip",
              "hash": "b25b8e7aed9996babeffaf5361c6931c6742a37777589a4bad313517082e9d7145839d3fe18f847c52aa58426e5701078f100e5146c509877940b395a5b3b718"
            }
          ]
        },
        {
          "version": "6.0.315",
          "version-display": "6.0.315",
          "runtime-version": "6.0.20",
          "vs-version": "17.2.17",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/44cd6205-db4a-44ef-b1cb-7476d2ac6b5f/6384906c09267acc71326b5a204c19cf/dotnet-sdk-6.0.315-linux-arm.tar.gz",
              "hash": "486f2eba046ff10a5c35a1117bf384039d6d9e666c555c7a958d4c04714ba0b4fc68e0bf20d9a0246358df1a2db5921f00bbdff921790b382197dd2cc13c43f1"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e0cbab25-6ec8-4e90-ae74-92d1ca5b4fc1/270eb2be64ee4d9f996daa009aa0c4f9/dotnet-sdk-6.0.315-linux-arm64.tar.gz",
              "hash": "14734480bb92948c811deefa447075478bfd9ac82c856a45036ddfe3bb3c45bae6be57aa9b61afd3a68551de0e4facaac4872007ac835a98b53c37f2206cc4a4"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/79e12b0f-982a-4657-8f3b-72243807ea19/28dda098b3ed72fd8f4359250e94dbfe/dotnet-sdk-6.0.315-linux-musl-arm.tar.gz",
              "hash": "f8bfbb74eafc490c67002ddf6ee2be9049b8bb3f94fc787aceaa4ace67712b816ca6967432e55314dd4563907d0485edb268ee9da508c358217e02d372e1d378"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/15f263e1-dd51-4435-a3c0-c53e92acd8a0/eca1fcb789aaf4e519bfd1270c16b325/dotnet-sdk-6.0.315-linux-musl-arm64.tar.gz",
              "hash": "69165b4e66f5c723a6b36cbcee0c427f37cbd01e90c20c7789a54ad65c7f23a0601f0a1f4364a42d1b946d9952123bda4a114d09ce16031c7b359c100bb07e94"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2b9aebdf-116c-476a-b2cd-46025e79fb69/35a6f246fd321ee9f147ce9105944f74/dotnet-sdk-6.0.315-linux-musl-x64.tar.gz",
              "hash": "5dd90ffb508e8fccc1966886c8d3f22a11d3a3dd7f3e224e010acea26a843fd9877dcf6ca468fb9c5a6cb7a7b6fd0b565574f3499005638b985c0eb1e2895979"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9a8d51f2-a6a4-4143-86e1-6596e842068a/ea752bbfb8cf45fc0a8b1fef7ed5ad66/dotnet-sdk-6.0.315-linux-x64.tar.gz",
              "hash": "87a1004bb9acae2571b70203c1379b297adcad5ae230e9736fdb82d2be64df5627ab8680b12b9652da24937264a1463064a901425445a75691b940f0e53b9dde"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/40681d56-b78c-428a-b0da-28427870e7cb/156d27c807b1f634a4e20a90a295fed8/dotnet-sdk-6.0.315-osx-arm64.pkg",
              "hash": "95825a77065243a6b42285bc285546880da94fe9bd76a2720ae6e4ef7c7a520009eb8bc925e2d28fb5638b816986ce2b038111aca9f9c03cbcca308f0d0e0fa1"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5da50b1c-6ad2-423a-8660-d29c677c702c/cd5366eefff26a912f5a5f4769810781/dotnet-sdk-6.0.315-osx-arm64.tar.gz",
              "hash": "f4531255abb9f0fbfd16024506c3df8c8779964db300734fcb246c22809387f380b6c2eb2743152898b95e2afb5c79d6fa7e68988ab785535a17283ca799c08c"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/da4bdd6c-86ce-4892-9a6d-d664708e7760/b1fd61b0a50415db1bce19c59c67c53d/dotnet-sdk-6.0.315-osx-x64.pkg",
              "hash": "189cd383f55e2707a9ffef1c79c23d3f8b6c078f4e4612a8632ed4f738e3045c978790c1bfa4649fa8873ef3d58ce222643967047fe09cae1dc11a4947177491"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d74e6103-4a8e-4ea3-8a2e-92461d397e10/7cb19aba20b1884958e0a2db1cee541c/dotnet-sdk-6.0.315-osx-x64.tar.gz",
              "hash": "e2ad9e14f84c44c99be876fa38fe5a4da9d55e8cc90d35c353a37192df779b75f19982e1a119757a45906a87925759b3e2c151add83a99a37abe350ae95d2446"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b37dcf40-9ac2-4556-a27e-b39590d56fe6/cadbb507d179fbf3b060e3a4c8244e52/dotnet-sdk-6.0.315-win-arm64.exe",
              "hash": "52e06697c883c7406de2a8dc4f5a4bf06e9c40c42b36c19796a8e9feb02b156833869ce25311a6ae59457dfbd3478707473f4338f24932d6ed659f894287baf9"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/148c7c5a-255e-48e1-b443-80b385043f14/28b8cd0ad6b13c2901d1a7626e69337f/dotnet-sdk-6.0.315-win-arm64.zip",
              "hash": "bfea4c09295027cbf190db188dd9fff9794436d04a4388891f48f9d81dad104c791d9f074e7d5d6764a65c502c632a33c9e211fddea1314be1f49e91a8950e21"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d0fcfb96-de9b-4933-864f-d041e5a5d0df/c433bc2e2f09dc4797f39e3cc6fce08f/dotnet-sdk-6.0.315-win-x64.exe",
              "hash": "b1912c6ea5372b0ee6bc607d7e281d5719e2a31d58cab571a4a6b0501d501e3eac3d83e9d61c6cf0ef1a7c05df8f5a48eb28577068b22f51288f07899899e8bb"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3358228c-83f5-46e9-99a6-a232b54de406/18e15a48de725a515d318bdce2c24ec3/dotnet-sdk-6.0.315-win-x64.zip",
              "hash": "34ad781f16fbc8b238ddd779dc115feaea7dee0de6b4e09e771b6880e7dfa41598a65cd6ed1b95a2dd69f733fedd5daf2aa767c25b0a23fbb57743102757da18"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/04784eb5-e087-409e-a130-bee594a913a4/3f4595f52349f40635cc3a6227c1ed54/dotnet-sdk-6.0.315-win-x86.exe",
              "hash": "2a02f33ea752afcbec6a1b69612c25f5ba8b61b59395c53a67b968c3b57520bc1c93f436c6aac6b3b92db5710cf0a34be572a91973db6ebd61ba053f90ededd2"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/895581c3-1077-485d-bf58-6f5333c4eee2/e135d4d3f54a912731e55cdd0dcda434/dotnet-sdk-6.0.315-win-x86.zip",
              "hash": "2e70676106d9f6e4c588b621e0546372a0ba21844540a5e66abef3c54cc73718767a4cd7713c65e6f47df13120bf9a957c9aa380335f4413b3d3a27bd022ca70"
            }
          ]
        },
        {
          "version": "6.0.120",
          "version-display": "6.0.120",
          "runtime-version": "6.0.20",
          "vs-version": "17.0.23",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dfc5da96-3263-4c30-b20b-12dff53fd0ae/eb51ba0e04f9414617eb76a1fea006b5/dotnet-sdk-6.0.120-linux-arm.tar.gz",
              "hash": "37e2918fcf1abee5ca7d6d229887cde20d6a6a078a81114b2df5c9a146e6514208a3b2c8aa64d2ec4c9578ac80dc3adcddb6441cbe6dc2e83d3e75344473adef"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cf1958b0-faa5-4378-b442-db4a1b3d5956/cfa9888a61a9f2b492eaf54814442e3b/dotnet-sdk-6.0.120-linux-arm64.tar.gz",
              "hash": "6b9d4d65a1a9f9fedb8302254455165680e1fde4620880dfe051818492f98f1c404cff682946ddb251be8063a6f3b5ad3c22be6cc3aa8df940526818e4d51ecf"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0047cbcb-7fa0-4a70-96c7-bc4c5b9530f2/473d68d5d46ea6cf8598b5a412a0f26b/dotnet-sdk-6.0.120-linux-musl-arm.tar.gz",
              "hash": "81d3e63983f2768e31fd3aaba35dd3f5a6d5321f830045fa8f000089439be8f4e9a02b940c325c2e7be1d87709fd5890d76230ce399dec64ab6fc60d86a777e8"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ebab7f1e-b38a-4935-9d02-7c36746c0a8a/9fa35eb97c72cf459129b92e988721f5/dotnet-sdk-6.0.120-linux-musl-arm64.tar.gz",
              "hash": "c3e9a469346f48ab27042ff96a467d19a5f71d928233e7feca3853905aa27083ce93432b2126cd5ae8f2d95728c747afc69ab67605dca0248e568bf579c71ada"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/de1304bd-0d61-44a7-a4b2-2e62b6525375/8541968dbaae05648ff3d8a9c9186920/dotnet-sdk-6.0.120-linux-musl-x64.tar.gz",
              "hash": "9fb8f03c764305a78d180b8f91f17754ca28fe006cfc21ea8fcdc2ebfa94e19502b25d3a31263dc505043cf9be30c1628756588177c353317d9303f280880d16"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bf2941f2-b4ef-4479-9e32-d07a85b26a12/142291d214f66fac48ab39263ec08cc6/dotnet-sdk-6.0.120-linux-x64.tar.gz",
              "hash": "1e643a659ca53aa0e6e4e69c215d07919d8c611532970094d0460aedbd08f790b455d88e5b3e5ca7767b69af98be190b2afb8c959dbe9ffef205b0c910684df4"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/afa295d0-87f3-486a-95c9-56dc8475cbfe/6e2e22102c6faf049a7ca660c481ade6/dotnet-sdk-6.0.120-osx-arm64.pkg",
              "hash": "dcf30348098dcca3634982147cc232f030d6a3899157fa82e5727bb366da874e9989426f1a214e92a904131652c6f324f1572067e174a342983eccd067c9a657"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c7d3e91c-8a5b-403a-992b-86c1d62f7721/f5f48a3443916e19ea451c2c2869e8e4/dotnet-sdk-6.0.120-osx-arm64.tar.gz",
              "hash": "a3c1d976d02c0716228e4154aa793c221656bbfbd244adb39ec9735fe404f9b0680d60b40252527b9a89ba0489387109ab49a7e4d2da0035ddbdb0ad4e7c12d2"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0eb2fdf5-7af8-4304-ba14-b6a553a089c7/3930c28ab304301e70b35ca4832de328/dotnet-sdk-6.0.120-osx-x64.pkg",
              "hash": "1282b7fbb34a4f110ff7d788a0575d93b39f855981d89808cd61f9abda24bda8e88e1e68aa33acad7d9b7df8c4ec915880b275732f9e9ad406353b7f8773ba63"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a6e0de68-c1d9-42a9-82a6-a579591fc3f4/dacdc5a87f996661889456d8e3508259/dotnet-sdk-6.0.120-osx-x64.tar.gz",
              "hash": "6509ac01e97c2426cd1a2812be593bed80290e38dacf9304f38fe92c9d18c6004d1951b18f14aac689a85278c2883bd9cce2dc3ecc4daac06338b00b8b780cb0"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8b3e4630-18b4-4e5d-b2bf-09c30b0457f4/5ad1002fba8b8dd9dcacf78b92784eba/dotnet-sdk-6.0.120-win-arm64.exe",
              "hash": "6ebf85517ad4059b510ea93f36fdf275553b77082cb58fc105937717ef488be55f2270ddfb407148ff710295c3213dcd0dadd27bcbc2165b00ea4d4ed3e8471f"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7490057b-e19d-43cb-9018-becebfc0dce7/8a233d6f103325288f35e444569d591f/dotnet-sdk-6.0.120-win-arm64.zip",
              "hash": "fd4ccacbf3748a1580c08be36a4ba03c45fb0db2f8ea6199f6ba2d3b264fb43051501e21cd45b2cfa1abb7405f557be5d0502f065b8272b25e4445b03d3c2745"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c28dcc07-a945-44fd-ad8f-9b9e6846040e/beda32a77606849b19d81ace67fedce8/dotnet-sdk-6.0.120-win-x64.exe",
              "hash": "bdcb4883b0c8d384bfbd8534f30ce2669b2fe0e1ca71c05791e22a6cb74855abd651c2129d90ece3da9e41c9c986bf9c69ef9992c8756433677aa9726dc889b8"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/944ed14a-ee0b-493f-941d-8164e98fccb1/44dde678d6d89af997dbd951589d9933/dotnet-sdk-6.0.120-win-x64.zip",
              "hash": "743a3c972e16a8ae139fd3f828ec7e2d3bc6687a266d2dcfb0f6373afcfcd1f88cac4b9e410461fcb341a34bd772e41c688a459c94bdac26c22f99b3e8e85af3"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7a661bbb-e2ae-465f-a334-aa1255c7f755/2d199906151a11572fcfe9159caaad25/dotnet-sdk-6.0.120-win-x86.exe",
              "hash": "00db86bdd488674dd6f616dc0de21bab8da35b03f36339b18b563327d2783d1a11a5b8fc41b137028a9ae6b1b007eba7b540a3c5ae0d2fdb4e43280c17173f7c"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b103bab4-dc51-4ad3-befb-6a067f58335b/d1bfadcac3b28d287a69bf731e70871d/dotnet-sdk-6.0.120-win-x86.zip",
              "hash": "b3e9ce2918e6b434a6acb6a67f080d42513c1105ee635ed2543383935bb9121c92b77278e2acfaf2ab71205377077e3a81f840b15513a62a2c2ed9e8a86e7f77"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.20",
        "version-display": "6.0.20",
        "version-aspnetcoremodule": [
          "16.0.23172.20"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/872ccb13-fbc4-4d75-9d8f-be3fec5581ef/add2199206c438835b7b48a6d061b023/aspnetcore-runtime-6.0.20-linux-arm.tar.gz",
            "hash": "5ef3e8a629e5759947e9a7260c3d4359144bf02210831c23d8595c4176cc55419ea5f9c222439d79a6d1dcbef19095a0d2594d65ca09548869f94ec1ca95d7dd"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a8a1a993-ddd9-4bcd-8386-d9defcf0fd29/4b471f72c8253fa1462ea923d0fe39a2/aspnetcore-runtime-6.0.20-linux-arm64.tar.gz",
            "hash": "83b1825c80cabfa5bbbd8c3e69b3525fa5cebef773957f96fee9319d60285155817973a176d47348c9b22bff5af24044f0f06b59229c067ce8adad4f3d4123de"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aff3fb91-f43b-42a0-b840-95cbeb09f447/f1a576406bab6d90f27d30b3d1d51304/aspnetcore-runtime-6.0.20-linux-musl-arm.tar.gz",
            "hash": "87584beaed502c020849337a1ba059eb7aba1dcf880cb3d56f4d1cd70c452645f053dcb64e0da0d7bdc58b28c84ab2110a7b1a32bcc0616bb4d2b3efcf1f68d6"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a9bf2919-71fc-41cf-9492-375ad018a04f/de882ba860a274e9d672f917eeb8f30d/aspnetcore-runtime-6.0.20-linux-musl-arm64.tar.gz",
            "hash": "18532b56c42ea75039e4194ff0b12bdfecf8dd67443c50f22102e3bc5449b25dce15d1fe6fb330a8756d510fbdc257225c7e3ec86b93e6653442f19a0e4ebf46"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/642377be-d296-46b8-a68e-74c37575574b/f7eb534ca07abd78d8b3d5c4763c3f6d/aspnetcore-runtime-6.0.20-linux-musl-x64.tar.gz",
            "hash": "fc615ee21591bffa97c5eec8c34aacbcd8a769d6e4b245578add58207f13bae30e70d93b89052493e228ab32eaf2fe529c04dde5a0bac6249ca709fd644009b0"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/972dc929-4c16-4456-a7c8-64014f80678d/a3b62252f98a0d7e0c0a9a01ede18776/aspnetcore-runtime-6.0.20-linux-x64.tar.gz",
            "hash": "891bad6a52a7bcd5afa2a784fe68044d282f6d53fedab4bde6dff8d7d2138a484e947f7a6be156094324b37e9d7e07e87a67622bcf2ea197c2924389edd1d185"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14d8afd0-2635-4f3c-96fa-63edccafe16f/317d19d4f625bdae211d428ab880a331/aspnetcore-runtime-6.0.20-osx-arm64.tar.gz",
            "hash": "fbc4033b79a651923dc205b923ef6c9ef048c862113ebcaeb8fa6388827245039369e261e89ac371e895c538aa78fdfc07a5a1c1cbc41713f54a15bdc0ffdf5d"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5fe2084e-1538-4193-9eb6-54b0f8470574/258915bac675b1dea6aa0b5435f64981/aspnetcore-runtime-6.0.20-osx-x64.tar.gz",
            "hash": "5f6efea102c20805430815228070461216d8c5b928d090ec9d6d245eecbe23298920d1834276a0ce77bba524a14c83d97464580c72660bf3a2367a02f1872e31"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/329d4eeb-aeae-4165-b491-afa59fd0e017/6faf6564e1a78f5339ef9600a75099c9/aspnetcore-runtime-6.0.20-win-arm64.zip",
            "hash": "d5c042d7d63a5262761ce955be68cca9f39e17d7d9e7cbdc3659408e7fff27c62c65eddd7401f7affc819c246b4fea19a2e4bd815c338babc9d177affb7cc67e"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/be9f67fd-60af-45b1-9bca-a7bcc0e86e7e/6a750f7d7432937b3999bb4c5325062a/aspnetcore-runtime-6.0.20-win-x64.exe",
            "hash": "94099d52743928ce6f659865ca519e86131305750b1abee13948596e51780c91737213b5785661a59abcbd7ed5ecca2dd976ea056ea14c46f28eacac59974705"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7a434041-8de3-47c8-a079-c2213f95841d/eb5e4e77fd86e17c8c08ed23315b8c70/aspnetcore-runtime-6.0.20-win-x64.zip",
            "hash": "b3b837fc32c33196fc9b5332f258be80b651db2393e921f1169b8703ab2d2507ff4bb34057f43878a48bae27e82d2340cd1da94e9a3b6ef6ae8577a89e3f9345"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0e37c76c-53b4-4eea-8f5c-6ad2f8d5fe3c/88a8620329ced1aee271992a5b56d236/aspnetcore-runtime-6.0.20-win-x86.exe",
            "hash": "9b10acce1bdab389e4f71dd72c3ff79aee0abd6631425162e978218c2ad03506a99470d45a574c016a03e395084cef34e4be850aa3c091a20e765f78d91c15f6"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8bff0136-121a-4bf8-8058-762992c71cc5/60b6e01a744035eeb057a72a467e0614/aspnetcore-runtime-6.0.20-win-x86.zip",
            "hash": "c41bf936e6a677ec138d81b794c12d93bfef2a2efcbbc46a1a5a3206e20d80b044eb0d50badfc02fa8aa49b687bfb969a70e9b617763be6a9f8eafbb8c2953a8"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d7124775-38c9-460f-a269-7bc131b3dfbf/7f60bcc6030e408cf11a935d5451ffa4/dotnet-hosting-6.0.20-win.exe",
            "hash": "0b1d92a5161c9a2665085c90fc48567e0e9b92973b4221ab26c215d5520b3a83dc1014102c31cf99e67a875fe4f0069dc27a5b5b7ce08b0621230bb78feee88a",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.20",
        "version-display": "6.0.20",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bb9cff90-608d-4799-909e-94f49191b402/25b6295aeecb86fd35fffb95c1e0066e/windowsdesktop-runtime-6.0.20-win-arm64.exe",
            "hash": "a5798928573622d3641ba14889809cdaffce4014ff5861da205d8da71618a77106e87a25e28913911f35d6744cb2ca139686d7e1a84e3c707adbf5d29616f4d8"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a53f8949-6b49-4067-bc86-6b4753a3b9f3/e2294b71b5eb961da1ec9adb67c415ab/windowsdesktop-runtime-6.0.20-win-arm64.zip",
            "hash": "aada348b6fcf8c681d5cf49ef211f2c7bab88acc84e74efa8f9bf7a55cba7cb3b791ad360e719bf4f230cf00f7d040da2445e167bf31bfbb4df1dde0b506db2d"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1146f414-17c7-4184-8b10-1addfa5315e4/39db5573efb029130add485566320d74/windowsdesktop-runtime-6.0.20-win-x64.exe",
            "hash": "eefd2e2dabb633b0d6c7e523dbdf072c9634088cc6d38c63aaa17c004e38366bcf2dcf5305093b5279a7366c11e177366ceb9d48c14600e140f2efef6caa6308"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9dd54fc4-359d-4929-9d84-4001b870485b/9e8b44f975c8739a3c8598bda6a47de3/windowsdesktop-runtime-6.0.20-win-x64.zip",
            "hash": "4aea0d7aaf77ff9b43f31de571bbf979769a5f00cb652d346cfb0c860a12d078422c6b195c5965997bea1aec0c30633874d409cbf2fe3f4e6f1b5e0328df75dc"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0413b619-3eb2-4178-a78e-8d1aafab1a01/5247f08ea3c13849b68074a2142fbf31/windowsdesktop-runtime-6.0.20-win-x86.exe",
            "hash": "d9288d30122891edc2be5a9e65e00bcff678ee1bc9b125f7e5cb5aa1df91514a8f409f5a122e8751bbb122b35450b69c796ec94027e4a5c443c645fcb8aac29f"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/56095624-2cc2-4375-960e-5106d57786ae/4697b3f287fd4297544134b3edf22288/windowsdesktop-runtime-6.0.20-win-x86.zip",
            "hash": "b38adb6ab546897a6af0b85e8f5910bf1202510b01a99ce77edba59a0027eda61930f432f75daf339f607afe978c15893cd7d40d47fa33ef078bd2fe5eedc75e"
          }
        ]
      }
    },
    {
      "release-date": "2023-06-22",
      "release-version": "6.0.19",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.19/6.0.19.md",
      "runtime": {
        "version": "6.0.19",
        "version-display": "6.0.19",
        "vs-version": "17.0.22,17.2.16,17.4.8,17.6.3",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9dc8a595-02f9-4b64-8cae-64e0ffe796b1/72a09d9ffa2c262d3c25869d58139c50/dotnet-runtime-6.0.19-linux-arm.tar.gz",
            "hash": "d1ca1d87c05c4e5800f06dffce0cea5b095af1348898676bb7e64ba3b7d97230464211279e9bee3b52be794f7990b258f8f474baebc7470a3599b2f1090cb7e4"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5428b024-2cca-483c-b103-429b04611e0c/8db2a6abdd0abbb00714d700e8acccd8/dotnet-runtime-6.0.19-linux-arm64.tar.gz",
            "hash": "7698ae2a9f7bc32f99cb2a945cc58b47e173720412604807c09c682cc03edec8e4a7cf19d73e087733437da77e7f05ecc8618296f7f9165ac8ff5dfe51dda346"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4631c3dc-6d9a-4bf8-9330-daa3b4d27c61/0767424e61f009bb732c5393aff8e68c/dotnet-runtime-6.0.19-linux-musl-arm.tar.gz",
            "hash": "efb0b0ed5b1b518ada7ed309a9bb1d758a66ab95ccf150db20a8c329ea927ecbecf8916fb479710095c8d0bd692e58d1c6f5de993d141848008c5bbfa0bfc013"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7f428c2d-da2f-4e9e-b31d-01ecdb4d5b3d/b89c587ad37ae0e7c0c0dd7824864a30/dotnet-runtime-6.0.19-linux-musl-arm64.tar.gz",
            "hash": "2f418a830cfbe3c2b458f3ca4c8db5bc0200c8971ae8148dc5810a537c05b2e298b6373fa20fbe796196aac4954383b8c03a29e4ba3cabe35ad2eb0c1700a576"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4780d634-1f74-4b40-8e3d-b96a1a9d5d53/24e802749d95e554853f2faf108a1a2e/dotnet-runtime-6.0.19-linux-musl-x64.tar.gz",
            "hash": "ef1bbb20171723d9fc4b45a19c4d1bb0ddcdef362f006c1cfd8e9b3b56ee23a749b2c571c7ceacc763e028b91a6fb4b4b168129ca45b9f4117e2ae6bc27a0746"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/59b2fb63-9075-4ee8-9120-d6d048226aa0/fe92c70fec406174fa2585c9b668900b/dotnet-runtime-6.0.19-linux-x64.tar.gz",
            "hash": "6e8e1db8b247c92c8de4b476e06ad464b0bd664919394afd5fb3962db477490e54865abd2510c29457efdef3be23f0ea4683d6caabcc74a6d7abddce4b4a154d"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8cd3fd9e-2c74-4315-b4e3-0906a03d7a5c/2c46a2a3a2329d1bfd79cbb70bbdc745/dotnet-runtime-6.0.19-osx-arm64.pkg",
            "hash": "2512be3c37de3ff6ab605dfb371ea055c6afff8e0cdf487a77a71b834286f4978385a01b4e838ccdaa79e72557cc375de9fb12118033711b363fd22b1a5245a2"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9e22fdfd-02df-4b83-ae80-933ab45da241/678caea6e30c0c4673f398cd42288f2f/dotnet-runtime-6.0.19-osx-arm64.tar.gz",
            "hash": "9a7d0d2c493dcb0cccfd2ff9dcb234a6886f7c261a1a403aa896ccb3e6d76be6d7ad865e18e8f040f769833cc41f1caad7cce2909f9c4ded5ba3bba219c76071"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a2b0f1f9-40e3-44e1-b6b9-540c6ad255ec/e4653ed21ab749761efba07725d8f75a/dotnet-runtime-6.0.19-osx-x64.pkg",
            "hash": "36b6a8d27e973c08b789e5428d7d7e2fef9da4a3303c8baa9cb6e4769a6b2cf00c8993465475625f863a09e1d594a8263829da1c2ffb5eed11c51d0d62353cdf"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a9559a9f-3e72-4fde-bc55-b5fd2260ad5f/f501dba0830e7cfdbf73c7d9780abaac/dotnet-runtime-6.0.19-osx-x64.tar.gz",
            "hash": "c0b7738b198789ba0fe4e2b301aed2b129eb8b09e826c35b6e56b9a205d4d7650841cc0870bb3629c3aef58e03b59cbc37da6495bea4ad674b62d81240639b4d"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88bca6d6-e24d-4364-b4ac-7f4e4455f316/bdf7bdc5a28a186c6c60fdcf8c427bc2/dotnet-runtime-6.0.19-win-arm64.exe",
            "hash": "6a3c96ac49595b0e8fe17e8c82b3425c96675db5e634d41f7454458afad7feb93de6ac3293ae775875ebd1a5f9dd64c265622b7fcd7d4df6abeff3ee3901afc3"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d755fd4f-76b5-4d1e-81f2-e8c9ebd17ca4/2937ddb3d0cdf26e8848ef06fae5e2fc/dotnet-runtime-6.0.19-win-arm64.zip",
            "hash": "20b912e0553ca7e391f10dca3fd2e45dc840b6edbcc1cd70a98b1b40d88165da18049600bcfa6443685ef1f8fdebbfefc8d702d2ea13e1e47c2cf7a7a748c4ce"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7bb7f85b-9bf0-4c6f-b3e4-a3832720f162/73e280cfd7f686c34748e0bf98d879c7/dotnet-runtime-6.0.19-win-x64.exe",
            "hash": "42c0df6a0d852dbae1305ae32752a7f9982e9206a87588f56518531432e69dc7af3c89110f9074210c209b31712d736344487d8576c0271cc94258eda52fcd78"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/58015aef-fae1-4dbc-9fb4-7c235788dad1/04539902bbd6cdffcefe562468475621/dotnet-runtime-6.0.19-win-x64.zip",
            "hash": "93f3b6061bee3326d591dd257c594c4aecdd7cbd76c3dd722253141830221ae78bd3e45e846139182ce9e01fe53f89e92c5887994e54ad639daaab7cfef9e22e"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6b04af90-1760-4f04-93bc-548cc03f1d4b/1479bfb3a68bd45bdce774e18449fe6c/dotnet-runtime-6.0.19-win-x86.exe",
            "hash": "80c6267efe2c465de6d1688bb0caf4f5edd63ea9d6b904efb18df9995f1f97b7a1d50a87d29ab9e8b5672a53aea90ab09cef9de36aebd5c95bfbcbd4c84eedbe"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3147c711-9d16-4bf0-9f67-e34df5290fba/8645ee7ba2a607e7f286c933414d651e/dotnet-runtime-6.0.19-win-x86.zip",
            "hash": "577b0fec09365a694bde4733755a1b043a713cb45d302f210af34e7f7b643a80c96b09440ab89a302f708e883a335a8cfd1d7a56217e40afc0620db61ff608c9"
          }
        ]
      },
      "sdk": {
        "version": "6.0.411",
        "version-display": "6.0.411",
        "runtime-version": "6.0.19",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/32a4d76d-a2c5-47c6-9c22-e40a3ab28e2c/4f196ad02122b385e8f66e24a16cca38/dotnet-sdk-6.0.411-linux-arm.tar.gz",
            "hash": "c0b4e0229b0e1b536a995c64633e4ff5e2659b1a0127466035f8c11c9acc72c2ca22b1967d2792502dfd0c0f2f6a3d29d9936cf00da1d7ed64df8f90a0046af7"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/43eb599e-df6d-4303-b266-b96a9f77a8ca/a5c595017960d21f6d7b89530bff173f/dotnet-sdk-6.0.411-linux-arm64.tar.gz",
            "hash": "e10aed4470087f30e48bf2c3d7e98a680cb7b5f5cfaaf2f7e5029c648e4df9ab140bfcef3b84195f6f8984b56b4156b7afde957b3695e68e9ed24934414a62d9"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a1e22c51-eb87-4b62-9ba4-cc8eedf05432/45f0fb7629b03b06b5b9199aba33056a/dotnet-sdk-6.0.411-linux-musl-arm.tar.gz",
            "hash": "fc91104e58fbe7963ebf5ac4e9780d62feeb50a688220cd4c8d1e1b3f4c8a3145854c55c1aa69a4822d979767feee3e01aca7825dd830f4d1cc6a8dfeb4ffe8a"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/97808ded-2577-4239-ad78-4b6251a1ad3f/a97e053ef9296fac819101c8daf02094/dotnet-sdk-6.0.411-linux-musl-arm64.tar.gz",
            "hash": "404634907cc174c5d357562852acdf1f82f07aaec5b6f8abbfdf4b251f394166a498024a3181d675346f385418074783c0e9cde71b624fed31653983daf00d53"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ae0697cd-a49f-4c07-9ce2-71f38449e242/7b887886ad2da43b450de6b71f0f9720/dotnet-sdk-6.0.411-linux-musl-x64.tar.gz",
            "hash": "ed5a1525a360bd6278eaa29dc528a4d50e10310d550caee234e5b31d13a9df776c4b3d904f3fa02ead4f759091f21c250943ee1fe4f6c41cc9cb1e4f8af13f90"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1f26cd3a-af60-4140-9cab-b661cfe0a1ed/4d533d26ef5d55fa17f23c207f6d3330/dotnet-sdk-6.0.411-linux-x64.tar.gz",
            "hash": "dc8aa1f84ad97cf25a979bfc243c200b7a8e73b930b68d5eed782743d88aad823c32c267c83d7a19d3c4f910a8fae7f12d07ea5a35a1d3a97e13a8674d29037b"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1b86cb38-768d-47af-a9c0-7bc78e1cae84/d45528a6916f85bfcde29d2794139087/dotnet-sdk-6.0.411-osx-arm64.pkg",
            "hash": "e516b665e7cc172924708cff4617da339d677d17a26f811e5719501588440e5a2fb73c535de741251ab6c1fc296d13756dbaf638b4c1de9e2ce32e8d9588a8eb"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5288044c-41cd-43f1-af79-9aa29f6e5a10/aaf4fa836481a4ff3a0f9bf79c4ffffc/dotnet-sdk-6.0.411-osx-arm64.tar.gz",
            "hash": "0095606938cf1b6d5c54516ccc4d9ff276c567e569d2644dfc2f00c8a20c88ca8b09cfa1bb1254c04463887cb9c2bc057e62afde026948ca326998048c4d5d0d"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a91e812a-f286-4b1b-b050-f9612c4f5ec9/dd24f826e0c99945066987df1f7ec790/dotnet-sdk-6.0.411-osx-x64.pkg",
            "hash": "f1e734daa9b38ab18ad52ad91cbbdadd5bca2c4cbed1b286b4559efaf955a97f7031aec0fb1706741396fecb6609da1157e107fd672deeea857d6deb49112d6b"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d53a8cc3-7c70-4374-8072-5ddd6a75ff5b/0b64e3ca7c14755bd4d806ca235a2760/dotnet-sdk-6.0.411-osx-x64.tar.gz",
            "hash": "11068da9ae996d0f0c2410ab2fc0a6637d5daa25ef9c152cbd509ee9ef51e452134a787b5214e8122a797b3cd00771fa3bd54c2e4aacbb3cf8ef103dc85b0a99"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14cbfa6a-f2ed-494f-bd94-32b382d8d562/058bcbe9cb559341f8598fe2b19dd2b4/dotnet-sdk-6.0.411-win-arm64.exe",
            "hash": "e872c6af619b152908887a6739ee9d21c24f66aa4e51460e9e3293598bfb6dc89dd6644e0d8bf05805d7fd501365cc7bf00810667e437306bd91aa8e1242dcff"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/67ddd8f3-5a64-433d-8194-eb50fca0e1a6/e635545de1ec4875546aa744de78264c/dotnet-sdk-6.0.411-win-arm64.zip",
            "hash": "8c8c5e4a33d9e2e57607df4e33088925d9d1fec9f84deef4ba7f86f154f324ff7d5f5ba47263277f69532407b79660c07e19cd6ab876117dd423c25f94cfe0ce"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/56785524-dcd2-425a-8a95-3c2ee607b22f/e32ce2d12821f85c7d5e9cdee5ff5264/dotnet-sdk-6.0.411-win-x64.exe",
            "hash": "22d44afd53349e5457f537eee1382c373586a1934f9ff4b0680c99f7dfe564d57330b43ac3948491d9f02c3df875e4c3826b39cef84ac1776c84aa5ea3a9b8ae"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/61f44f70-0f5a-4b89-ae95-b26c80567917/abac586ea20fb485702ea496fe83b9ee/dotnet-sdk-6.0.411-win-x64.zip",
            "hash": "96efc948434bdb88aa2d609c65a8eadd9df750fcdf156b0384caa004e170e16113d5bcb719de423e4f0b184a36004ea86bac8e3d553047485001976740d59bc9"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/259a783a-5531-4e18-9bdd-fbd3868cda0a/b3ab7e7fa20e59f4794f2ec7f26dcf2d/dotnet-sdk-6.0.411-win-x86.exe",
            "hash": "4a67e8bc9eff5c6aec93e46d443b67dfe611a9dd33c54513de962abaeef03b80335725f3e085103064c11f3e55a89033c43e8244f04267057ad5f585898efe95"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17c848fb-cea9-484f-9ec2-9dda8e304f01/3b485289d5da6d714e8094bec3cc3cb7/dotnet-sdk-6.0.411-win-x86.zip",
            "hash": "4549f8a992da3c3e0e311f1a4178ecb8fb5831e9f5f5dc7d4ae699a46619c61ecd02613cbdc9443fe76ab3e86d5d4b4df4a99db034fc370381b832c73225096e"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.411",
          "version-display": "6.0.411",
          "runtime-version": "6.0.19",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/32a4d76d-a2c5-47c6-9c22-e40a3ab28e2c/4f196ad02122b385e8f66e24a16cca38/dotnet-sdk-6.0.411-linux-arm.tar.gz",
              "hash": "c0b4e0229b0e1b536a995c64633e4ff5e2659b1a0127466035f8c11c9acc72c2ca22b1967d2792502dfd0c0f2f6a3d29d9936cf00da1d7ed64df8f90a0046af7"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/43eb599e-df6d-4303-b266-b96a9f77a8ca/a5c595017960d21f6d7b89530bff173f/dotnet-sdk-6.0.411-linux-arm64.tar.gz",
              "hash": "e10aed4470087f30e48bf2c3d7e98a680cb7b5f5cfaaf2f7e5029c648e4df9ab140bfcef3b84195f6f8984b56b4156b7afde957b3695e68e9ed24934414a62d9"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a1e22c51-eb87-4b62-9ba4-cc8eedf05432/45f0fb7629b03b06b5b9199aba33056a/dotnet-sdk-6.0.411-linux-musl-arm.tar.gz",
              "hash": "fc91104e58fbe7963ebf5ac4e9780d62feeb50a688220cd4c8d1e1b3f4c8a3145854c55c1aa69a4822d979767feee3e01aca7825dd830f4d1cc6a8dfeb4ffe8a"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/97808ded-2577-4239-ad78-4b6251a1ad3f/a97e053ef9296fac819101c8daf02094/dotnet-sdk-6.0.411-linux-musl-arm64.tar.gz",
              "hash": "404634907cc174c5d357562852acdf1f82f07aaec5b6f8abbfdf4b251f394166a498024a3181d675346f385418074783c0e9cde71b624fed31653983daf00d53"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ae0697cd-a49f-4c07-9ce2-71f38449e242/7b887886ad2da43b450de6b71f0f9720/dotnet-sdk-6.0.411-linux-musl-x64.tar.gz",
              "hash": "ed5a1525a360bd6278eaa29dc528a4d50e10310d550caee234e5b31d13a9df776c4b3d904f3fa02ead4f759091f21c250943ee1fe4f6c41cc9cb1e4f8af13f90"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1f26cd3a-af60-4140-9cab-b661cfe0a1ed/4d533d26ef5d55fa17f23c207f6d3330/dotnet-sdk-6.0.411-linux-x64.tar.gz",
              "hash": "dc8aa1f84ad97cf25a979bfc243c200b7a8e73b930b68d5eed782743d88aad823c32c267c83d7a19d3c4f910a8fae7f12d07ea5a35a1d3a97e13a8674d29037b"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1b86cb38-768d-47af-a9c0-7bc78e1cae84/d45528a6916f85bfcde29d2794139087/dotnet-sdk-6.0.411-osx-arm64.pkg",
              "hash": "e516b665e7cc172924708cff4617da339d677d17a26f811e5719501588440e5a2fb73c535de741251ab6c1fc296d13756dbaf638b4c1de9e2ce32e8d9588a8eb"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5288044c-41cd-43f1-af79-9aa29f6e5a10/aaf4fa836481a4ff3a0f9bf79c4ffffc/dotnet-sdk-6.0.411-osx-arm64.tar.gz",
              "hash": "0095606938cf1b6d5c54516ccc4d9ff276c567e569d2644dfc2f00c8a20c88ca8b09cfa1bb1254c04463887cb9c2bc057e62afde026948ca326998048c4d5d0d"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a91e812a-f286-4b1b-b050-f9612c4f5ec9/dd24f826e0c99945066987df1f7ec790/dotnet-sdk-6.0.411-osx-x64.pkg",
              "hash": "f1e734daa9b38ab18ad52ad91cbbdadd5bca2c4cbed1b286b4559efaf955a97f7031aec0fb1706741396fecb6609da1157e107fd672deeea857d6deb49112d6b"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d53a8cc3-7c70-4374-8072-5ddd6a75ff5b/0b64e3ca7c14755bd4d806ca235a2760/dotnet-sdk-6.0.411-osx-x64.tar.gz",
              "hash": "11068da9ae996d0f0c2410ab2fc0a6637d5daa25ef9c152cbd509ee9ef51e452134a787b5214e8122a797b3cd00771fa3bd54c2e4aacbb3cf8ef103dc85b0a99"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/14cbfa6a-f2ed-494f-bd94-32b382d8d562/058bcbe9cb559341f8598fe2b19dd2b4/dotnet-sdk-6.0.411-win-arm64.exe",
              "hash": "e872c6af619b152908887a6739ee9d21c24f66aa4e51460e9e3293598bfb6dc89dd6644e0d8bf05805d7fd501365cc7bf00810667e437306bd91aa8e1242dcff"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/67ddd8f3-5a64-433d-8194-eb50fca0e1a6/e635545de1ec4875546aa744de78264c/dotnet-sdk-6.0.411-win-arm64.zip",
              "hash": "8c8c5e4a33d9e2e57607df4e33088925d9d1fec9f84deef4ba7f86f154f324ff7d5f5ba47263277f69532407b79660c07e19cd6ab876117dd423c25f94cfe0ce"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/56785524-dcd2-425a-8a95-3c2ee607b22f/e32ce2d12821f85c7d5e9cdee5ff5264/dotnet-sdk-6.0.411-win-x64.exe",
              "hash": "22d44afd53349e5457f537eee1382c373586a1934f9ff4b0680c99f7dfe564d57330b43ac3948491d9f02c3df875e4c3826b39cef84ac1776c84aa5ea3a9b8ae"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/61f44f70-0f5a-4b89-ae95-b26c80567917/abac586ea20fb485702ea496fe83b9ee/dotnet-sdk-6.0.411-win-x64.zip",
              "hash": "96efc948434bdb88aa2d609c65a8eadd9df750fcdf156b0384caa004e170e16113d5bcb719de423e4f0b184a36004ea86bac8e3d553047485001976740d59bc9"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/259a783a-5531-4e18-9bdd-fbd3868cda0a/b3ab7e7fa20e59f4794f2ec7f26dcf2d/dotnet-sdk-6.0.411-win-x86.exe",
              "hash": "4a67e8bc9eff5c6aec93e46d443b67dfe611a9dd33c54513de962abaeef03b80335725f3e085103064c11f3e55a89033c43e8244f04267057ad5f585898efe95"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/17c848fb-cea9-484f-9ec2-9dda8e304f01/3b485289d5da6d714e8094bec3cc3cb7/dotnet-sdk-6.0.411-win-x86.zip",
              "hash": "4549f8a992da3c3e0e311f1a4178ecb8fb5831e9f5f5dc7d4ae699a46619c61ecd02613cbdc9443fe76ab3e86d5d4b4df4a99db034fc370381b832c73225096e"
            }
          ]
        },
        {
          "version": "6.0.314",
          "version-display": "6.0.314",
          "runtime-version": "6.0.19",
          "vs-version": "17.2.16",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b4a47f6e-4711-4752-b934-9beb01bf1a35/0e8f8ee51e4b88d2c7faae1e199ff868/dotnet-sdk-6.0.314-linux-arm.tar.gz",
              "hash": "9ed8ec979dc87811d4b5be0efd1b5ecb22c1402b82f3c6b76c7aa3b6b813d02fc105c5dc083d32a994b6a81f882e342d17db00a3748f288d9c4938a9616ad1d6"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7cb8491c-3ac6-4a69-b48c-9e3987d522d5/1b64bb4ff16db1d2f625352898f223c8/dotnet-sdk-6.0.314-linux-arm64.tar.gz",
              "hash": "696c71df9d97749eb0f5e0ae57f60779153e8b1897d8b8c0e4fb7d6052fed2af33a64eefb60d636ea94bc826f7aca08cef64e507d2b83405a65e8e5f20a987a6"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1e2c65df-a36f-4543-a0b6-52a206ff75c0/2e09cc151aa1bcf9b5cbcf21c13b0b31/dotnet-sdk-6.0.314-linux-musl-arm.tar.gz",
              "hash": "4f65b711a24d3762c0fcadd91b01dbb4f1b7fcddb90ff33b234858fedf36fa58ccba8e3c022afc8ca60ce1e04c515e44c7dfed412357f39f6e69e6d80aeb94bf"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f35512e0-d03b-4626-be65-986e323c4949/20a3525f05d55b0bb0b2bd0097cfa9d2/dotnet-sdk-6.0.314-linux-musl-arm64.tar.gz",
              "hash": "265dccf7ff99d97d8f951a403362a424d7f5cce3bc9b374213b99470674275f52374ca628c3908a55cf8861968f0cfcfb5aa3dad642b2d4649d4ab79b8576987"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2b581f04-ad9d-4400-a9de-883316f17eaf/09778936f4cdf0576656d212a838db56/dotnet-sdk-6.0.314-linux-musl-x64.tar.gz",
              "hash": "43570b3000bdda5035647a9aa62fa152deee50e1cb1ce235e713280b52d100e054c3b2ac238ab4f1c168d80bafceff4bbd96a6defb5081ed3df568a5571ba485"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d62196a2-33a6-4a89-b4ec-b4340d251ef1/6c7bc97e57f8100e05593dc57cfc331b/dotnet-sdk-6.0.314-linux-x64.tar.gz",
              "hash": "c22d1acfb440a060cb955699da651fd69e041f73d96299136b104256507c8ab45dfc302689b6a6900db0f17ba1d9d788dee7e6cd8f4635bca1f777a4217eda6d"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/925e8b2d-03f4-4817-8332-29e0e91a0d2c/09ed04d56239d11e5375feb63c28e70c/dotnet-sdk-6.0.314-osx-arm64.pkg",
              "hash": "e98d8cf7c4fa3fe995c22e9b98bf685afc9b5b30e567c815e1e9c6ebd141fef407a464e208378d6a1ca2521cee9d956b515cb977556d3d20456f5820e2ac6852"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b5fa4aab-9276-4658-ae39-912378c73448/1e9cc82197b7b21ce2b6f42da969bb97/dotnet-sdk-6.0.314-osx-arm64.tar.gz",
              "hash": "0f50fe1bb2845d947cd44e12b831011cf7ec2644f772920ff90bae5cca36a265624c1742ce05ea46635216a636b66611c2fe96405bf1a90c37e5e21ad51a3b8e"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b0898b5c-8997-40d9-9751-380fc0135f77/5cb1e8575b997c7b9b807da441d29f06/dotnet-sdk-6.0.314-osx-x64.pkg",
              "hash": "999f28f8a4bad35e5be4884ccc9eda4baf8d2b6456c0e5c7bb19574d7084dad8192f1b62dead6c6074072647e8e517e4cf1ce391961566b93371a1e5a31ea001"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5409f71a-b66d-4ca1-99d0-3505154bd565/8dc3f0fa6d635a7a9ac1ce97749e1a5a/dotnet-sdk-6.0.314-osx-x64.tar.gz",
              "hash": "ca7c6162975cba3b603c95f50ba04aa18615d61a0008f928f1a53d59c7c654fc237459e006557b4d5925d00942123ea6b39c59f5d2636872017a37380869c5e4"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a55f34cb-130b-4fdd-b926-de8f70456e78/79b8c30ab337f05ec9b17b1e72e7b8d4/dotnet-sdk-6.0.314-win-arm64.exe",
              "hash": "ed6f961522749d34a5f994f8e7894a7e605f59a5371c6e577e5d19ff227f9b2775cfa9786341a64d5bacdf756b214fc6fe8bd4bd38777ad668766a0e5d73b1a0"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1b3681a0-a128-4aca-9211-57dd0ae30195/7e6ba53921f8f920496ef8e4c35427b4/dotnet-sdk-6.0.314-win-arm64.zip",
              "hash": "82fc147e2304115e9eaa02b37f452102b422cefa6fc71932a4e886c2ff10c8994fd5ce7985c90235d06dc27af1afcc4f0204dfae3119491da43f897e429004d8"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/df2733ca-0bb1-446e-bb42-627463d14338/3ffdef071aa0c7de78d7ea04ab96c0cf/dotnet-sdk-6.0.314-win-x64.exe",
              "hash": "6697423ce4e9133411da1d79dd1069df817b980c6700f6b6269296c5622d511567ef5bd132c2281bd78b8dd11df008c14ad2eb6dadc9c67d1f1b83a8dc03b2bb"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e0e5a5d8-606b-4656-8d6e-b2ae0b36603a/c76ed9839c51c925fef925f0e6fad673/dotnet-sdk-6.0.314-win-x64.zip",
              "hash": "2b2f1aefeb385648931ecaf54590fce1da629f6ff05c51a8be6789e76f9f258b96ddf39fd4208e7062a94d70d2f31a7fb80d487bc17954fbd9ac3f112f2005c2"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cdaaf5c8-fed8-4878-95b5-c148d8250180/48bed5fd7a5fb2f6a466190259fe76a0/dotnet-sdk-6.0.314-win-x86.exe",
              "hash": "e810a80ffc4c7f2b886f059e1b0bcd505bbbc8ecc1af349218e01e46f88b1f22a8c57087b6152193b6f6d5567b7b49ec2fb7358d0b77948aedd9be2cb4f4bfd5"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7a515a69-f37c-4fce-b80e-8db565deeb9e/90fd1282e247a962e4ea995e292b9c82/dotnet-sdk-6.0.314-win-x86.zip",
              "hash": "670934462f42eee244a5aa51bd8a128977a81816fa9c32340353269f81bb0dc271b600460da4797a55322ccb0e315ea78905b2a30fddf42b8a54de69930befde"
            }
          ]
        },
        {
          "version": "6.0.119",
          "version-display": "6.0.119",
          "runtime-version": "6.0.19",
          "vs-version": "17.0.22",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/31c417b9-e872-46bf-adb9-f4b7506189a4/4fb48aabf8860209864fc46e9b994c7c/dotnet-sdk-6.0.119-linux-arm.tar.gz",
              "hash": "ea677df2acb53bd2822df44e3ab8c6e7700c7fe9878b535fb09e0b0d25de37daffb05bacb42a1d8f075639689e94fce063d5a58a3a372128814f13af733112cd"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/921cb3f6-622c-42f2-be86-ca1fa1b926b8/a3d6ec5655e13c2ac56b7aee4a44e5aa/dotnet-sdk-6.0.119-linux-arm64.tar.gz",
              "hash": "82780dd9b3205f9df2c90cf19075d72646c814820c93806a39639457bc33ae7e5f06162cc8845e8a1a12d71b190ab3d2f81a03db4e41779c348e626e079e292c"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a4569de8-f432-4c46-a4ad-c5908778d6b5/04eaebdff7511c8dbc1e2eeae3c33b2b/dotnet-sdk-6.0.119-linux-musl-arm.tar.gz",
              "hash": "61cb84cdbdc2c559dfc6a50a48724443117c0ee52bc1906ea4e5dde5a2f0713e0b99a96016aade2dfe88368004ecced15916be23443c1ee15d75417cf84996a6"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2b9861f4-f3fe-4c4c-8eb7-092839ca07ed/1e91b6998feac8dc35d3f974cb7bd262/dotnet-sdk-6.0.119-linux-musl-arm64.tar.gz",
              "hash": "dbe7779136acadb8bff7e6256d27b095d44accb1af29480f53bb52acd3e6de594a3718cfeba8426c30f7bf08571d2a88dd110c6431c3c71295084b2d03ecf0c0"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/83214a48-7f6d-41b0-acd9-d364cc0099e6/1656ac968994681bbde4ec80f1d11e55/dotnet-sdk-6.0.119-linux-musl-x64.tar.gz",
              "hash": "16e72176357be34daa2ce7bf6d9b8c5b159b9a0b31244b1d358fe5a5ca7d88f8089cf02091f587d721400ae3a85a169f86968641b4bc25873fc42bdba1514047"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b569a54a-e063-49c3-a00d-17ecb360b5d2/3f67c674345eacac517a698a81d22bed/dotnet-sdk-6.0.119-linux-x64.tar.gz",
              "hash": "16eea6bbee81062d2580e6465acf3248cb3c436b88f875d7eb2d44a1cc1aa73db3b5c9426e95e36868067bb2cfee7f595a2c8a91d098558b0f0e76d2b5225ef5"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/89b76b10-5dfc-44ea-9fdb-4fe1a3cbdba8/2e36121701216a6e5ac0f072aa937430/dotnet-sdk-6.0.119-osx-arm64.pkg",
              "hash": "a60eb9966539e79e7ba84070577a4e2d51fc9d00d490c39af689b9df768eea08777b3b556c33034f2e2d182e15c8f0daf81e5f3079eed9a14f2c41d4211827b9"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/564b960c-5dc2-4919-9e59-0200126d9267/059ccd490ed3d91bd7e8264d956d321a/dotnet-sdk-6.0.119-osx-arm64.tar.gz",
              "hash": "7ca75812542e96712dc4c730756ca67baa9246377f57c318acd4a342422b3c61a45a645819c54031224a9a859ac8c0ee05b25cda7e1019596534dd0c0b761ac4"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/570f8b57-c648-4efe-8763-6c362468f1fb/e26ea7b69aca72d2e1540896befd81a6/dotnet-sdk-6.0.119-osx-x64.pkg",
              "hash": "18681ce91bb6ca8e5084565fa775e7bcc4a70da65a4d40b0c7d1dc1ad2006e59260835038804882cd0f2853d076b6f101ae80546c26b16906e24622dbf147307"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f84201aa-74a4-4971-878e-2286409b2146/33d0431a9e9af74d6e3c50803a1b1779/dotnet-sdk-6.0.119-osx-x64.tar.gz",
              "hash": "ae425feb43fa225b6ceaae9fdbc18ebeed5798e671e5066ade1db907c5e735efe9196ea125a202f536ce99dcd6a9905a1e436ae371c74b36b96e02f92b466ecf"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/877eb20d-dd67-486c-b96c-2f3a6f5da5bd/0ab562b8ff50e0c507746130cd1263b9/dotnet-sdk-6.0.119-win-arm64.exe",
              "hash": "18c5bab07ff3e83b1c9d60f430ee0420743d5b9d448ece6d39344022f62c5e91f63b8570477be21c5ed02f28c0f5a43b9a715d5c23713ba88b38c9e9e2b1cf58"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bd422dc0-dcd3-4db2-a6ab-408d211dee50/4f651ed38fd9ab665268e14bc4741853/dotnet-sdk-6.0.119-win-arm64.zip",
              "hash": "540fe6d86b14d2b5691fbf344ace0489d99d4d2e4a62b505badaf447ae9b7d0ef00ddcd272712b8bfae9af65e28fb78b1530e065655a43283e3790c9cb59bb90"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bf97c4c1-3dfa-4552-888e-adb8ad3913a9/fa7a670d559034fc359bb3785afd61a0/dotnet-sdk-6.0.119-win-x64.exe",
              "hash": "ddeb13f1641fa67df327045f82020878cfd6fc5335c29413f475bbd2423e908ce6be562cbf2bef50c52d5c96dcb86993a18b153a86e67febcdb8a9f727385839"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3133734a-3969-4368-9941-bf3faef053d0/8e263b885d88683c35029309172069d0/dotnet-sdk-6.0.119-win-x64.zip",
              "hash": "32002ac36ff30535c5e6e5b89e5ca2599edb24409ba7e5c51b0412b06fbce9d33a83c6038ba76887d81d980cbef007d41667f0faf642c4b19afb8589554ef10a"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ad19f8d2-b63b-45ab-9375-b17a2382cf19/df8333b12f95054b1997dc9db71871a3/dotnet-sdk-6.0.119-win-x86.exe",
              "hash": "1d3115d493dc71390a043808aa6533c1a4d75de0acf7de20948a6a022227d4564df361e9ef17ce2d3476d37a349c9aee1306a16e3597f3b7d3932110bef8d0b2"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bcff58e4-bb3e-4cc9-9a8c-17c2119e6a87/ba0867a533581dc15fd76ee064f54c34/dotnet-sdk-6.0.119-win-x86.zip",
              "hash": "0f9afce787f1bbcc2073a0f9c26d84db91c94654755c624ad8d1815eeb71efd039b2c7202459c4eed034d6643697e5fdaac75f9ed8a8d7bda1c7f1b85529501c"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.19",
        "version-display": "6.0.19",
        "version-aspnetcoremodule": [
          "16.0.23170.19"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f33d9dc8-1f77-48dc-89f5-8f691038d629/90926d8575953228ee5271530e08b595/aspnetcore-runtime-6.0.19-linux-arm.tar.gz",
            "hash": "0601f72178b962fb3f2890a7e5a1f609398894e94d6d8a0373df842a69214d5e78d7196217a28116b1a18b1d673c80400c048db10cda46edaf13de24f6f22d75"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/86b5e7ea-d316-4b44-a543-95cbfeafadd9/7e7b8ed4c007d9290c2099b5bcd144af/aspnetcore-runtime-6.0.19-linux-arm64.tar.gz",
            "hash": "739acf3966e32092243f9a2ede241a16b2ae7c26bccdbcd53e63149429c4fad7d7166beca8c54ef1e79f18b43d3a5334bab42128a534aae7499cd137b833e888"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f77f31ba-21d4-4046-82ba-e1a11a61a544/646f48aea6c74b7b5d1f01b4467df073/aspnetcore-runtime-6.0.19-linux-musl-arm.tar.gz",
            "hash": "6e694b98df81df78e947d5ad6eb20b24afedbcfcd187b3a87b29166a8c438713a0dfd2c69324ab72b344305fbb4b9979ebae6c35aebaa927f9147e4b5db69e55"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5141d1f-21ea-44ee-a145-8d9100b8fdba/a2a249684271a9b06a34a6bf5bf17c92/aspnetcore-runtime-6.0.19-linux-musl-arm64.tar.gz",
            "hash": "b684520eecec5bf9d6c0945f68ff49fa75253c6ef05e6987f5860013ca56360bc73b898b8d2782390e6e1a98d80621145d7c1c67386fb46c7d7a5a125fccd91b"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2849b6c4-9083-4642-897b-3be1e801b2b7/618b0bad6d79c1d355b8146243b320fe/aspnetcore-runtime-6.0.19-linux-musl-x64.tar.gz",
            "hash": "041ef64cf271470ef94014214fef6ea0123227f4dbb2554ded6e8c1a3c979be96725f685a9679df3127e067a5ef783fab21993015be176bb6ff3f6da2418c0da"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fb0913f6-79a8-40b6-b604-bda42b60d0c2/eb98e78d3d75c16326a54cd0277b5406/aspnetcore-runtime-6.0.19-linux-x64.tar.gz",
            "hash": "537e4b1be4fcaa5e69013b99c86808e0a13994c87d7542367b3eb18196206d1c27e46a865d89784229a04f69dadbe0b283d7adf1e7848c8d3c7998ee80c9e765"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/af7c7c1e-4bcc-494e-b454-fcca9577426f/53d486a54766bc79208f72bb60beda29/aspnetcore-runtime-6.0.19-osx-arm64.tar.gz",
            "hash": "6cff56c4da0d55eafb334775792b92ff22d1b3b6aea85375f90e55e4f850330f70eccab3d8bc8755c8a5895df4d7db9c3099f63982a1ec58ada196d2fcb574f5"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ff5fcf0c-64a2-4b7c-a406-06ac6e0369ec/7edc4ca9309235eb554cfd580aa6ca37/aspnetcore-runtime-6.0.19-osx-x64.tar.gz",
            "hash": "405f3ef158ae0d8bbf755628b6d3131618255170885164422107955d94ee8483adbd6cedf4e5b414413cefcb15945efa2b44675b1f851647ffb4d92eea7505b0"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/11e186bf-c8ad-460d-92d9-d8dacb5196dc/92b79b009fadcebb4c4190cacf51ca87/aspnetcore-runtime-6.0.19-win-arm64.zip",
            "hash": "640cc404ac647df8e602d80f56970aa85490a424c8fd2e2e437e59e2b93fe3a1b11de7563628ae5fa908710cf375b9dd3d0a7771edaa5b7988c1bf9d72734094"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1cda6855-cc0d-44fa-9f02-250d306b4216/6ca1bcf300507edfa2036f91c1545b11/aspnetcore-runtime-6.0.19-win-x64.exe",
            "hash": "e0762ac40c9e2456eab835d47d5486e8c16f8070743f0b4df79b18b91c4f20bb6d76f6b96dd8de009ea8bdfcbad44df41c874946c34f4c7a7a4f2310d9054eeb"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/89d0c41b-b6af-4ac7-8317-7cac46228b43/64d3662e38107f573c1283c976ddaaed/aspnetcore-runtime-6.0.19-win-x64.zip",
            "hash": "3fd28c0d352a420d4e7b79f7faad772919081f1cdb315379ffab0a2e6e29941d130077932b0aadb222b2657325bee93985b1a48d08aaa3eff24955c9289f707d"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/599e1299-1f44-480e-be40-2dd660cb3fe2/83075b238d26aac63519fad9b01002c8/aspnetcore-runtime-6.0.19-win-x86.exe",
            "hash": "5990c40673d40a0cc56220168591319edc467dcd01c338f6f0c5b1db0f5cf98ffb51ce5919fb05143ee80ff3ebaf7e8f7b02d97b827a878bfa6d863614cfe885"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c19b7e9b-9a7d-4018-88c1-672850bbc02c/71d8d9621113e8c12dadf8d9c4f1382c/aspnetcore-runtime-6.0.19-win-x86.zip",
            "hash": "d0104e799ef46fb980ce9c4d1e6f7f6048f896007e2b35c2bdbd6d9ec19c35efaef096395d4239c8f68c674f5ac109ebb6b19404b23b78f390c8bdb680a40573"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6e855d0c-464a-4ade-b92f-2ba604e68897/cb3b140bdf36b5bc16efc49787028cb8/dotnet-hosting-6.0.19-win.exe",
            "hash": "fadc48a76561a7abd5cc599db737afc2b1638013c95e29cfc8955caca1d57004bd9078c6ef9696becfd75baa2983fdc2ff4382c9ebdf833a11316c2dec218884",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.19",
        "version-display": "6.0.19",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/84d9dca1-78f0-4f4f-b9ff-313beaf5873d/43b7293b597cbb02d112709810766a50/windowsdesktop-runtime-6.0.19-win-arm64.exe",
            "hash": "ecdc0bcb63d9f4047110dffd3a7c9f60e1cb4bfc41e493f7e1d0c6eff74bd81d4cc246a2b4c60a97328c927dd4f5ed311aa75f57f60f1845d7b7de66da32eddb"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/40e3c6f8-1743-4577-a561-2639b81ef98e/64a7cc22c13620c9291562330871a3ac/windowsdesktop-runtime-6.0.19-win-arm64.zip",
            "hash": "f704d01bcb44eeb90bda47c0fa5b2e0f7a7103f19906795541ad93c5fcfb5585602bc192ec890928737ed04b782fd6098cfb279ca407e956047e5ef9ed509e5f"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/30841ca9-5538-40c3-9022-d1ba1e69f6e8/aa94715bc3d74ee0b2e27de757ef0cdb/windowsdesktop-runtime-6.0.19-win-x64.exe",
            "hash": "ee214705a57e0da2f31dfb4a4ce2368898eef10bbe024f2e0b05889a85d472d3acba9cd935fba5391b84463c1245f641bcc3cbeb9a48334fb6d41e7b3a2a9d61"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9de1b638-6a4c-48b6-ac5d-13571defc5fd/9361bcd30e8935f89fbe629574a932e5/windowsdesktop-runtime-6.0.19-win-x64.zip",
            "hash": "48815f30fb5a23ce301a3b64bd1a6699d6d1393e73e770f1b8da51aff94f402a5f5c890fa9c5a24168ec12221f722c74f13b849eedc927eb055dea99efc61fd2"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1a0e6cd8-4c5b-4a25-8da6-6985792c5cad/aea270b977828772087496b7b073f383/windowsdesktop-runtime-6.0.19-win-x86.exe",
            "hash": "993422cec9e7aabf884c6030c855e62c674d85f9ec81eeaa63e9d0f8c395a75d142e8c59eeba57916e2a95650fadbe9e01d7dbbc989b784979dec442171243bc"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e70f3c3a-6bd7-44a4-999e-1fd46483c930/8640bc06ad2d699672bc56d070c248e9/windowsdesktop-runtime-6.0.19-win-x86.zip",
            "hash": "4cb2885aa448349ba36dbe532c4787e7ae0e237e75be764c83a9e871ee49198db23128bcf67405c7a4805ec23e9a759088604ed987db5ebadf17bc40bb9a8e18"
          }
        ]
      }
    },
    {
      "release-date": "2023-06-13",
      "release-version": "6.0.18",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2023-24895",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24895"
        },
        {
          "cve-id": "CVE-2023-24897",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24897"
        },
        {
          "cve-id": "CVE-2023-24936",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24936"
        },
        {
          "cve-id": "CVE-2023-29331",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-29331"
        },
        {
          "cve-id": "CVE-2023-29337",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-29337"
        },
        {
          "cve-id": "CVE-2023-33126",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-33126"
        },
        {
          "cve-id": "CVE-2023-33128",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-33128"
        },
        {
          "cve-id": "CVE-2023-33135",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-33135"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.18/6.0.18.md",
      "runtime": {
        "version": "6.0.18",
        "version-display": "6.0.18",
        "vs-version": "17.0.22,17.2.16,17.4.8,17.6.3",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7853dcac-adfa-4cf4-8131-ee38c0962267/8bff8be2972a7894fd699a5bbc92b467/dotnet-runtime-6.0.18-linux-arm.tar.gz",
            "hash": "3ae9533357db02a4d697a83b6f58a3686751558d3be8bb22d097d1d53b176d5d935a2d0bac11d63b64343aad55ab4e08ca99805f129e09b3928123b73b23dc04"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/29fb12f4-03c2-450c-99d4-6c94fb47a6b2/18e308e40e503f02696f00b719ce581a/dotnet-runtime-6.0.18-linux-arm64.tar.gz",
            "hash": "7c9006feb7fcc22510ef99841e55b0737fc3cb7404f3aa0f56eb4dfd82da62dcdae3fecf0125ba1f1b5d17607ed595741e802dc2234c79ef1047a9e99e61b6ec"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/53dac94e-b298-4c7d-8da6-adbbea68ba15/5517499fd1f7e3794f5a7fb4ec2d336d/dotnet-runtime-6.0.18-linux-musl-arm.tar.gz",
            "hash": "bb60749f3ce8ef78e34ff48a401b99931f4989f9badb477d123d043cd493bef94c9c84a40216952ea9a6ceb409f9dddcc4a15cbd1e1035dd2ebd705c2af6bfb0"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/826c48f5-19e4-4cf1-9ec3-cecf010f8ae5/616bc0ac995e4214c36df79c49def5d9/dotnet-runtime-6.0.18-linux-musl-arm64.tar.gz",
            "hash": "e37376a0c723fa9211ae904b34c1c35517dfc95b27078722c2b3b9e0aedd771551e3bcd1e1f502ae54a55843ed57236ba57c26110b537df7de77d391d9691bf8"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/60b89d76-b036-484f-a160-527562454fa8/d29669379e59f39ff00a7897919c9719/dotnet-runtime-6.0.18-linux-musl-x64.tar.gz",
            "hash": "3265ca274799e4de33fa0f60a9b88602c2245aa28da7891ec1343d1193d1f57f0c4b1cb5c561cc51bf73aaa92a4d5f382b8f63425fb32451b99837ccdb5d32b1"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/53fce0ba-88f8-44e0-8174-16fb7d6f1a33/7e4ee56d0aa754deed6cf4db31dd9e25/dotnet-runtime-6.0.18-linux-x64.tar.gz",
            "hash": "bcfc88238f901c14d203a33eff036106fcbcfc40de7e3717f61434dffd86b5444c176dec5beeddcf80e7193f77bf793ab1e2284c91d54b93931a4668ba77c634"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0377fbff-2f19-439a-8947-737efae3402a/8c6dd93cabe570b85e6b2979a7cd0d44/dotnet-runtime-6.0.18-osx-arm64.pkg",
            "hash": "935945ac5b3ec79317f754b9b52f937c18e640719191a9068ef2cacced6007cb6c8f307a1759ce9786fd837032e9a8faed78c44148620a156246f35440e0cc90"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9dc8fb0b-74d4-4c1e-8eea-b4cf02151db9/e5e72a0e4773f5542d3bedc735736774/dotnet-runtime-6.0.18-osx-arm64.tar.gz",
            "hash": "3183a2ac94c2e33637e8e193dacedadafd49e7b39b10a9429f0d9b4f1b7beca1eb72539574edbc2a9c6f97b36c157635bb4b765adb791fdbc4a477ed890aeeab"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/03315605-5bd7-4346-a583-ee251c2d4b96/96bb4b600ce86f901245c8254460acd1/dotnet-runtime-6.0.18-osx-x64.pkg",
            "hash": "e303522dad7b23d814e3dfc81f5a4f2a6214102ba765d64a2d13dc924627be0da3f87304bc254e41e648c240e1429b6f864167fb1edd998860a4e5d507c71358"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8b68e217-8a0a-4398-9559-7767c973b26c/e322082fa4280a2b1f0904d74750aeec/dotnet-runtime-6.0.18-osx-x64.tar.gz",
            "hash": "67d7a3a5ef59ae16c76c82fdefbdf5dad8920500f03bf868eed30aa21029ae06e3951a7a5337638cb7449ffe643a6e7307bf94984ba7dcab5c50f4194c484ca2"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/52743981-ced5-4b6a-a9eb-0bbb685769e6/0f23882914cc08efd6be25a641989896/dotnet-runtime-6.0.18-win-arm64.exe",
            "hash": "1e06777ab250e27e1796cb7a24537e8cd062a535bba2ec9f270e563da50646ef928ab333365e6fac89fbf0a911f45adb684b897e86535275287548c93a6cffc9"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/55ebe9fd-3fa9-4802-a1c0-2aa4497d3baf/d19833722c0dcab83fc93a4af35c711a/dotnet-runtime-6.0.18-win-arm64.zip",
            "hash": "bb6a82d791fadf2af1d609b104d8b4314e5757232956131020ee262fc40f1c6824670fb31ed5549d9a36d1974fa5d7ba356dd846810dd7f188864d898f32c5be"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e389c6ec-73bf-4f2f-aa8b-03caf20c8a9b/83b1073742b86a6359a0e633a9ea9d82/dotnet-runtime-6.0.18-win-x64.exe",
            "hash": "f32d5e244567db4b4e605b374e995470a2ce5215c618219159f238ae8b32d0ac6b05ece9b82dd11e316085756ed658e2985c64af3430c0d51e692acb8f5c0a08"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1cd79758-b33c-4a04-a126-8f302fbdcd66/d99a42150aca8a8489a0b1110d3c2e4b/dotnet-runtime-6.0.18-win-x64.zip",
            "hash": "22192997e474d22a54edd39fe2a8b688b775a02e9064bb0ef4dc24b81b5064727c2f42fd59b2a9351ea2e59d15410d3a71e276b6b9fc599c90b3092bf32db498"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b6b9602e-ea2f-4dee-9f0e-03811b085a7c/f68e10f69c30fb281c1a107c58ef91e9/dotnet-runtime-6.0.18-win-x86.exe",
            "hash": "5fec30e96fa9a99a8a8798e3fa608920c18f12c1c6b3ff8c509c1ef8eae5517957cbb6c6f71177a47190266d644c2d6f54f17d09577d1624512822a4f4c815db"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/22a5c610-00d3-4b21-8f55-8c9f8f4e07c6/ff67c714571eb58d0d0ff4512bb05716/dotnet-runtime-6.0.18-win-x86.zip",
            "hash": "b6f576a8d44b94b85a938aa4891a0e28c2b5b049971cc0c81776a79fe0b0b66c764419015088fd593389cfa9ce20882a71705880ab0dd024ac4e3596f234291e"
          }
        ]
      },
      "sdk": {
        "version": "6.0.410",
        "version-display": "6.0.410",
        "runtime-version": "6.0.18",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5e96f312-9963-4aae-98c5-38bb1cf3020d/9c5fa4d735eb7af674a365821525b503/dotnet-sdk-6.0.410-linux-arm.tar.gz",
            "hash": "3869ed4526c0758999a11cab20ce943239d0c45b330cc28c24c6b6917454b5a417aeb75a02ec974a5e638103554d5e8b839c2eb3f436591ea018b4a8abdc336a"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bf758689-351e-4857-8e9d-b2f155577bcf/759401b27c3c68d3ae344d2112bf9057/dotnet-sdk-6.0.410-linux-arm64.tar.gz",
            "hash": "75776b101672714f4e919b71313c3abba6f9b8a14d36751b31fb5400106e87d55e3aa45c1bf25be26a40847637f583815e40d61a837bebda66f30b88294f7e49"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/175b0448-039e-4332-bee4-4dd3abd4494f/97249f56661919a1c1bc08d09de58311/dotnet-sdk-6.0.410-linux-musl-arm.tar.gz",
            "hash": "22dcf706adad8d8be3eff2131b9ba64ac040e28f945f626dfc8a9427b5e117224c3bc157845d4cb9e951d44bc91cdf80919921d2440312ff71696abca5705e49"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c90417bb-3bde-41e0-a741-7ab560ebac63/b959ab2ae1cff165dd6a8ca1f621db4d/dotnet-sdk-6.0.410-linux-musl-arm64.tar.gz",
            "hash": "3684cd7cda7d8e4e15b09608665904a1118384570853b64b7d79bf9ab5404ca05f6d05dba32557dbad7dd0a97d0877123cd7b19418296b6e2cc5b99199e60f28"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a29518af-5294-4a54-9648-0089b1162a2a/efc56f0d5cac270defc8dd5ed0ad4b21/dotnet-sdk-6.0.410-linux-musl-x64.tar.gz",
            "hash": "8d9485377388f17c6220e72f6a9a55f7e37e552b01dea5cc67cf560584e00cb1e309376d2fc0fcbba5501c2adda0b69110547104dae5c694c9c5b094783b4b1a"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ac5809b0-7930-4ae9-9005-58f2fd7912f3/4cf0cb18d22a162b33149b1f28a8e045/dotnet-sdk-6.0.410-linux-x64.tar.gz",
            "hash": "8c85f5b10eb786c8cf31bf268131a2345a295d88d318310dc8457d831f0a587ec1600e43beb7f55aec2248483b9a95e905a468b592f0c910443b4aaa9baeb2e3"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/983c585a-6e22-458f-8632-f0f97b687ca8/8250a113e906e443c904e9cf72f118b9/dotnet-sdk-6.0.410-osx-arm64.pkg",
            "hash": "4d29d2dade8193f0bd249707da1d0ff5c37d3fa881fbccb8949c2c9c3678e25a313345c183bf3c577a3e9f96dcf5bedd59898ae0d930ab0c8ac6b327fb9a5340"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c9f8cecc-df92-4720-bb4f-273c55762b68/7abd1ebeb6241949dae538dc72532190/dotnet-sdk-6.0.410-osx-arm64.tar.gz",
            "hash": "c52d9bcf96605b2cd76eaa7c09455d8fea29bce119c7072c94b4c51dacc171ffd3ee3d38ffa4a84f1d1c750ac8d957447aa4c77c71c4a90af4407ac9a1afa6ad"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a3e893be-f18b-4e66-82e8-7c8ed885656d/3418460dc778e8e496b578b93d7df141/dotnet-sdk-6.0.410-osx-x64.pkg",
            "hash": "53e86e3446bb1a8a8aab5b0977b12b3281a06916374398d012342a0ea70ce48b269909a44f5a9dcfda65f1c349c28568b37130a61cdf89d9990f8c975c6c96d9"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/190b69f8-f50a-4d68-bd44-8bfc5271265a/a29b1769b5e5d73366cb34ba3bccf9d9/dotnet-sdk-6.0.410-osx-x64.tar.gz",
            "hash": "dc9aa3a04b3da513311b385f28e2982879432a79e6de3da8d7e339fcb02e2a6684e12be35c6b193cda1ce02a9979c91eda5d2e7295cdd264f1e09ae5651d1b22"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ed9ab89a-e404-4fad-9dfe-038d65799714/71ba990c8b470cfb81e4d3547af1c0b9/dotnet-sdk-6.0.410-win-arm64.exe",
            "hash": "234b63752353f7f509473bb9b210fd55080c29f0a7b2de58f2324d3e21d6b801929d8ade110350cacbd3f2831e4865bdfda6d71c93ccdd83b99dfdcec282eb87"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6846300a-60e5-4c26-9aef-e3f63420f7e4/a4f9be0661afd3c63c35ed365ba7da22/dotnet-sdk-6.0.410-win-arm64.zip",
            "hash": "9cc28a64e6737678cc5d44c95f3731929a5809b74bd39d5bde63dd3dfb636f3504719913b172db6408d3efd454b49fd88d465990ad2d3dfbeeaca50c2deca963"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c048383-52b1-47cb-91d1-acfaf1a3fcc9/ea510c0bfa44f33cc3ddea79090a51e1/dotnet-sdk-6.0.410-win-x64.exe",
            "hash": "7f6d2f3e95c3da25699bdc6482f75b0526f40c36ba96b6aa86a89605ecf50cc1ed1a00a9aeeb0eed2981e0e2d3f3351535e6ee24fb5f34631f36fade65724ac7"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/735f204c-3a63-464b-931a-a0439c9067a0/14389038ec984246ab803ae99cf22fbf/dotnet-sdk-6.0.410-win-x64.zip",
            "hash": "dc9a8f001c297481bf82a721cc6133341ffc1c375f483bee63a93760e4e3349e38580cf56a693ae52cfe36ebe78f47c4be770c8fc244ac606f529cdb4b5137df"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3ad1511b-0fe6-4805-bcd9-b4bb5272774b/d5f1281e453949dd2a0b60a603665c51/dotnet-sdk-6.0.410-win-x86.exe",
            "hash": "74386db19ed93698d9117bf887a800a478dd02ba74cf7d84051b7cdb01b74fbc0aac13751bec9cbc732f851590786fe6aad6c57ca32d794f0acc959da7cf18ae"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/34bd7427-8eb9-467d-8140-3f7e06884fcb/c0406e2e8a530abad4fd33c57ec2eac2/dotnet-sdk-6.0.410-win-x86.zip",
            "hash": "c0cd1f12c9367f2834d1ca19c224e55cae2b854c79b95d1bea990e3443d1b8b8d94cea526dd195f277ac9a76a5650ed2c2b2ee0e399a4dfb44a3149325e6f731"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.410",
          "version-display": "6.0.410",
          "runtime-version": "6.0.18",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5e96f312-9963-4aae-98c5-38bb1cf3020d/9c5fa4d735eb7af674a365821525b503/dotnet-sdk-6.0.410-linux-arm.tar.gz",
              "hash": "3869ed4526c0758999a11cab20ce943239d0c45b330cc28c24c6b6917454b5a417aeb75a02ec974a5e638103554d5e8b839c2eb3f436591ea018b4a8abdc336a"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bf758689-351e-4857-8e9d-b2f155577bcf/759401b27c3c68d3ae344d2112bf9057/dotnet-sdk-6.0.410-linux-arm64.tar.gz",
              "hash": "75776b101672714f4e919b71313c3abba6f9b8a14d36751b31fb5400106e87d55e3aa45c1bf25be26a40847637f583815e40d61a837bebda66f30b88294f7e49"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/175b0448-039e-4332-bee4-4dd3abd4494f/97249f56661919a1c1bc08d09de58311/dotnet-sdk-6.0.410-linux-musl-arm.tar.gz",
              "hash": "22dcf706adad8d8be3eff2131b9ba64ac040e28f945f626dfc8a9427b5e117224c3bc157845d4cb9e951d44bc91cdf80919921d2440312ff71696abca5705e49"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c90417bb-3bde-41e0-a741-7ab560ebac63/b959ab2ae1cff165dd6a8ca1f621db4d/dotnet-sdk-6.0.410-linux-musl-arm64.tar.gz",
              "hash": "3684cd7cda7d8e4e15b09608665904a1118384570853b64b7d79bf9ab5404ca05f6d05dba32557dbad7dd0a97d0877123cd7b19418296b6e2cc5b99199e60f28"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a29518af-5294-4a54-9648-0089b1162a2a/efc56f0d5cac270defc8dd5ed0ad4b21/dotnet-sdk-6.0.410-linux-musl-x64.tar.gz",
              "hash": "8d9485377388f17c6220e72f6a9a55f7e37e552b01dea5cc67cf560584e00cb1e309376d2fc0fcbba5501c2adda0b69110547104dae5c694c9c5b094783b4b1a"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ac5809b0-7930-4ae9-9005-58f2fd7912f3/4cf0cb18d22a162b33149b1f28a8e045/dotnet-sdk-6.0.410-linux-x64.tar.gz",
              "hash": "8c85f5b10eb786c8cf31bf268131a2345a295d88d318310dc8457d831f0a587ec1600e43beb7f55aec2248483b9a95e905a468b592f0c910443b4aaa9baeb2e3"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/983c585a-6e22-458f-8632-f0f97b687ca8/8250a113e906e443c904e9cf72f118b9/dotnet-sdk-6.0.410-osx-arm64.pkg",
              "hash": "4d29d2dade8193f0bd249707da1d0ff5c37d3fa881fbccb8949c2c9c3678e25a313345c183bf3c577a3e9f96dcf5bedd59898ae0d930ab0c8ac6b327fb9a5340"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c9f8cecc-df92-4720-bb4f-273c55762b68/7abd1ebeb6241949dae538dc72532190/dotnet-sdk-6.0.410-osx-arm64.tar.gz",
              "hash": "c52d9bcf96605b2cd76eaa7c09455d8fea29bce119c7072c94b4c51dacc171ffd3ee3d38ffa4a84f1d1c750ac8d957447aa4c77c71c4a90af4407ac9a1afa6ad"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a3e893be-f18b-4e66-82e8-7c8ed885656d/3418460dc778e8e496b578b93d7df141/dotnet-sdk-6.0.410-osx-x64.pkg",
              "hash": "53e86e3446bb1a8a8aab5b0977b12b3281a06916374398d012342a0ea70ce48b269909a44f5a9dcfda65f1c349c28568b37130a61cdf89d9990f8c975c6c96d9"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/190b69f8-f50a-4d68-bd44-8bfc5271265a/a29b1769b5e5d73366cb34ba3bccf9d9/dotnet-sdk-6.0.410-osx-x64.tar.gz",
              "hash": "dc9aa3a04b3da513311b385f28e2982879432a79e6de3da8d7e339fcb02e2a6684e12be35c6b193cda1ce02a9979c91eda5d2e7295cdd264f1e09ae5651d1b22"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ed9ab89a-e404-4fad-9dfe-038d65799714/71ba990c8b470cfb81e4d3547af1c0b9/dotnet-sdk-6.0.410-win-arm64.exe",
              "hash": "234b63752353f7f509473bb9b210fd55080c29f0a7b2de58f2324d3e21d6b801929d8ade110350cacbd3f2831e4865bdfda6d71c93ccdd83b99dfdcec282eb87"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6846300a-60e5-4c26-9aef-e3f63420f7e4/a4f9be0661afd3c63c35ed365ba7da22/dotnet-sdk-6.0.410-win-arm64.zip",
              "hash": "9cc28a64e6737678cc5d44c95f3731929a5809b74bd39d5bde63dd3dfb636f3504719913b172db6408d3efd454b49fd88d465990ad2d3dfbeeaca50c2deca963"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7c048383-52b1-47cb-91d1-acfaf1a3fcc9/ea510c0bfa44f33cc3ddea79090a51e1/dotnet-sdk-6.0.410-win-x64.exe",
              "hash": "7f6d2f3e95c3da25699bdc6482f75b0526f40c36ba96b6aa86a89605ecf50cc1ed1a00a9aeeb0eed2981e0e2d3f3351535e6ee24fb5f34631f36fade65724ac7"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/735f204c-3a63-464b-931a-a0439c9067a0/14389038ec984246ab803ae99cf22fbf/dotnet-sdk-6.0.410-win-x64.zip",
              "hash": "dc9a8f001c297481bf82a721cc6133341ffc1c375f483bee63a93760e4e3349e38580cf56a693ae52cfe36ebe78f47c4be770c8fc244ac606f529cdb4b5137df"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3ad1511b-0fe6-4805-bcd9-b4bb5272774b/d5f1281e453949dd2a0b60a603665c51/dotnet-sdk-6.0.410-win-x86.exe",
              "hash": "74386db19ed93698d9117bf887a800a478dd02ba74cf7d84051b7cdb01b74fbc0aac13751bec9cbc732f851590786fe6aad6c57ca32d794f0acc959da7cf18ae"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/34bd7427-8eb9-467d-8140-3f7e06884fcb/c0406e2e8a530abad4fd33c57ec2eac2/dotnet-sdk-6.0.410-win-x86.zip",
              "hash": "c0cd1f12c9367f2834d1ca19c224e55cae2b854c79b95d1bea990e3443d1b8b8d94cea526dd195f277ac9a76a5650ed2c2b2ee0e399a4dfb44a3149325e6f731"
            }
          ]
        },
        {
          "version": "6.0.313",
          "version-display": "6.0.313",
          "runtime-version": "6.0.18",
          "vs-version": "17.2.16",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/64556899-6ba9-4c14-b529-ab2ce26c498a/1027eb38a21571e9a9d103606c740256/dotnet-sdk-6.0.313-linux-arm.tar.gz",
              "hash": "a9c1704120446e72835640246557e4cd63b7a682391c81d434477a93533bffaa2c1d2e1e195c89cd69b2f904887e019f7526653ba077486be1c6feaf697f0d8c"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3d6ab213-897c-4f70-85e2-73ea5ebb84d1/915fac8d66972ea566dfbf5e01c80110/dotnet-sdk-6.0.313-linux-arm64.tar.gz",
              "hash": "022bef4eb46c9d7046dd8df159eabb90ae25efdbb718ffa51d24ba1f34f89ff59efd944a005398a345fbcfa229398768f5c7031bee86ce6e3261bb20ac76d929"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d8777fb0-a1e8-4c3a-96af-3f299a4d457c/82031bf6b739a94e9ded4854d6982211/dotnet-sdk-6.0.313-linux-musl-arm.tar.gz",
              "hash": "707237ba5ca07a2a8d1a2687f6985ad3043ca5125e78ac874724e0d71cb8373429c47a142653152f71135f4c60da2f68a8c8a37712e324d498cd789b2ab30eb6"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/454789fd-c444-4bdd-b38b-be69af7283fd/56fca3984d386776483303ad79cd4698/dotnet-sdk-6.0.313-linux-musl-arm64.tar.gz",
              "hash": "585b63173fe11173602a347c07a108b1f5c689461fbe95a25419a60092ea15e466ba0d25e40d0f7a8f3326911115607353f8619cd592103f33b7f7b4c4244dc5"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dcb3bdbe-2a74-4f1a-89c1-ec419096cfef/5b56b0d4be0acbb3b6347b3ff8d8e3e7/dotnet-sdk-6.0.313-linux-musl-x64.tar.gz",
              "hash": "a3cc635ad261da218908d91e051bcf8e3807e65883c50fea25661388b40309f9be42082ba848a2065031341c11f92aabb365b1f626b0f047ef1f5333746b3bc6"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/920783c2-e59f-4c77-90b5-e85097645587/8f8a4919f4f115e1c49ff8e1018f3f72/dotnet-sdk-6.0.313-linux-x64.tar.gz",
              "hash": "8200ba40f559899149d50c0918ba9e31f4b101a7b5ec3d0f576d7a285a5470ae25ca59b81a4dd1eb62984cffe6a7ed6024263fb03d0fa4bbcf2cc9871e3a5add"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/732ad3cf-40b0-4111-a6eb-d9d297fdbf5e/5d0ec66f4f007db3c5b3a1360416bc61/dotnet-sdk-6.0.313-osx-arm64.pkg",
              "hash": "c560982d82c6fde52532e3a3c3b0d43f9cc4bf99335fc96f0189d40776b479e1a357650e8221f1903df8bcc32cb8bcd2d1b4ada03be92a84c30fe4c9e054d5dd"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3d577c2c-1c1c-4f79-b013-0795a4c8c773/108ba92a92d608d9f0cf789eb3b1d736/dotnet-sdk-6.0.313-osx-arm64.tar.gz",
              "hash": "4cc870ac6103d7ded80c17e7f4515b5ddda80e2c35a87670caad0543723dbd27c13105a2222f8ecf718034155f6dbdc3b8e7e004fa10c14cdfacb04dea67a24b"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c33eba8b-658b-4f0e-a9e4-fed0bfd3f48c/e067e5e40023085399381b9f2f29b512/dotnet-sdk-6.0.313-osx-x64.pkg",
              "hash": "347ead06cd49d423dc468d7a6c72c25050436b7c509ba2c648aec6f67138bb2894b65490305f7ec742418c767d64e314b6ddf6459b193be9c7c9f68f0c3250d2"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5a39f2d7-ef87-4ad9-b5bb-f939a0d5a67e/329b34f5a37e23d923c91e7d270a6336/dotnet-sdk-6.0.313-osx-x64.tar.gz",
              "hash": "e2791d1750b4e677620bed78ad8070c6883373d221664d42ec2da6c60e4ba2ba01a54c9671b4595b3c121039753cf4199809e839ca45198ccf73867e47533d9d"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c210fdde-b91a-4345-add8-a5781cce7c9b/5bdaaecb8d373c302bc28b875d0a8c38/dotnet-sdk-6.0.313-win-arm64.exe",
              "hash": "e1b722b1e0551cb8474b6c7d910f4bb5c4bc52f63dc543228807e45891afce34fe70e5b318fc1123a853b5811371ef2a1c298cc0fbe59a074934330a20d66773"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0a5178bd-019d-4cf5-b1c2-72585b503e1f/22da475a5e9c51474e33255fed46b0a3/dotnet-sdk-6.0.313-win-arm64.zip",
              "hash": "a38a5672b2f72afa8d5b5651e8c92d537daa37e074c56208016136bd33ca13c7a4216f3f26ca2276d6495343cfba0fa300c2ba19a95d799e207405fb64cebac5"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/85fa31dc-742f-419b-98ed-2681be3530f1/3d0cb4dd928058d9c021f148e3735244/dotnet-sdk-6.0.313-win-x64.exe",
              "hash": "cab2bde4aba0b65c1b4453e09f7d82a74e3ff44d9f03021d73a4464510d5240e6f534379ff13eca71f8865dfc78eec5845679162afd1e1bff9cb80931ed68718"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9396e180-6d91-4ee9-9408-48a5de71a4d4/e680a115d53141ebd267e69407ecee8b/dotnet-sdk-6.0.313-win-x64.zip",
              "hash": "d3ff4205bc07648660b1ac0ad2b2e8f861056272bbc72fae317bb9ed7d36d0f3c67d3ad818f238a09c8abbb4e879c0b377f1743aedf17699a42887a1a33f7a2c"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/525f02d9-b230-4c50-9729-25ff23890cc9/f439b6ecbc0ad85c377d2a15fe91cdb9/dotnet-sdk-6.0.313-win-x86.exe",
              "hash": "6779336addd399b022c211d811cc1c97d8c258bd767383148f757e6517eca87b0eb993e9ff06e4ad77bbb97c6ac8eb8e942a0adff234be1093e5d71dc9d3917b"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ffd727e7-73a0-42a2-a232-08f1a93fe335/79f299c8ff86bcfb0f1f775afdbf66dc/dotnet-sdk-6.0.313-win-x86.zip",
              "hash": "a5f50812ff4e55e8df184d7f3e21f72fe743258ea1762e40f225271300f498678014c7900a21c612b0e76a1d1890a8d86a77feff197f5e6e822654dd6586c139"
            }
          ]
        },
        {
          "version": "6.0.118",
          "version-display": "6.0.118",
          "runtime-version": "6.0.18",
          "vs-version": "17.0.22",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6bd66d5b-6da3-4012-8e2e-6c423951d269/77f27f6147a9cfa3aa4d41ee737d43f8/dotnet-sdk-6.0.118-linux-arm.tar.gz",
              "hash": "e85cfdf29664ffc2bb7088febc7c739a937e0e918171e5e36fceaae50dc0e056fd772e1fab75248570c8dab251edc66a3c903594c698eb0c46d98dc28a0cf6ea"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fe76f892-ae3f-41b1-a32d-c8d594df6e72/822484af01e2c52e8d1d2e3bc7d1bdfe/dotnet-sdk-6.0.118-linux-arm64.tar.gz",
              "hash": "4b79146813642dc0926d2d0ffc0f063cef95907117505588c9e8e812ec8a07afc9c1835187c596d287cb7e369b34ed8862da8c0d47a0dcac9ebc491d55d54b06"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b9f06415-7cf1-478a-b290-f616d6d7e21c/b2c68bd2075522196aa9c790b2270f38/dotnet-sdk-6.0.118-linux-musl-arm.tar.gz",
              "hash": "b15d8137508f916e78a006990db2f4cad890545db608334061cb83cf9e4bede30ff5accff39d32dbc109ff2a5928ac16b6d08887149daf4f213587641cf0e283"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7bf6dde1-e75c-4c93-aa5f-d3ffbc0f7c81/1189d1ac2678c3a98adb2439ca1d6ebc/dotnet-sdk-6.0.118-linux-musl-arm64.tar.gz",
              "hash": "bf4a6c73354c55e3dd04e59482172e1683edc9bf0949b8e2ffa61e25c82cd2273e189089d877fd82b5182881a2dd98ca19fc313344a8de0f6bd6a48beac1431e"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/022475f7-c88d-4671-a548-df628e49baa7/4337ce64963eb9c09eeef4b25749458e/dotnet-sdk-6.0.118-linux-musl-x64.tar.gz",
              "hash": "4258f2fbacb65d15e84d41342af672ce2879ba0fa84338cc131f998695b3f2b5cbc408b0617cab3df7bb4f1747070434146ca7ca447edeb187922ac78877c4ed"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e97f6d1b-cb01-42f2-bcba-d3ffb49b56ce/057bd4f2855e3533ac0b79274cfe5d12/dotnet-sdk-6.0.118-linux-x64.tar.gz",
              "hash": "191b3eb1f15b924c2dc494a1e1c58f3d38c82bd7a58abb26830d130e63c005c2e1293bab792c937f49c23f36df70985cd09a1afb488ca3d99c359ec253a11a5a"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ae6f6bde-c45e-46e2-adb2-cf467c21f54b/c0fa58dbfbb6031816b3098168eaa5e1/dotnet-sdk-6.0.118-osx-arm64.pkg",
              "hash": "1c70310639ba0c1ce1b4aeb2408ed9c71fb112977a0a68cfff6e80650498408a93f1cecf398c69be5ffa319be966049af7829dfcd52184a74a7478850e8459b6"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/afc85f13-2f13-4c4e-b85a-28ad481fd645/c8687b17af76ad5a16f63eb1bd551266/dotnet-sdk-6.0.118-osx-arm64.tar.gz",
              "hash": "7d65f02085b67b9aec04d1dcef4154a55630407ee6817ac989bbbbe70b0d3a5768d9c35ebf90d4eeb068e24db1d0ab830d0554e00d377729a71d07c7c3e76f9b"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/be266c5d-ff16-4dc5-9bb6-8f6ce684ef79/e66eb969b794b835bf36354ab438c1e0/dotnet-sdk-6.0.118-osx-x64.pkg",
              "hash": "b65f345ae2c7a9b91a1fc0dc4945a6348887364f5fa2726d622484c21171c51c71ffbc254267d45b571a301570109fc1756e34341c860ceeb8b15462ba456f5f"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d557f5b6-c16d-4485-83c2-ba725cee90c2/593f4607f1bcad91bd1c080084aaffa6/dotnet-sdk-6.0.118-osx-x64.tar.gz",
              "hash": "abade287f221610fd9d28499193c79d26a8687dc65310e3ed02d101895c159d9a9dd946f9d5381524d8c5fc0d43d24d552364b727636086f02a049b5f0b3b8f0"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e783f8c9-87ef-497a-845f-c441e48bbba1/423c3ff67e21b11dc0f28113196caee3/dotnet-sdk-6.0.118-win-arm64.exe",
              "hash": "8e47923730291d2400eb622c89cc5fa8d5f27a5f650d72563f037d9db53835de3561872000624590c83d72f0b18b0407dc5903e6708a35ca1c56bf5b99f7d939"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7f381968-30bf-4e75-bc65-f786196f730b/7efc0ed46969b157ea3e752956801a4a/dotnet-sdk-6.0.118-win-arm64.zip",
              "hash": "e9f40d9313736729216ef6012f8d5fa960face92c09304e2f2d3fc28b7165f2de7b97f782556c57987edd38dbde57f2648f20ea209ea58d8dc16e6651afdcdbf"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b95c2c3a-8347-4774-ad28-8b4cf863552f/111a83f60933ac1b16b70e8eb6771d56/dotnet-sdk-6.0.118-win-x64.exe",
              "hash": "995eaa6ce815310135bffc17231a4b03a89cf1bd8d43763d7cdfdd50096797bc0d88792680dcacb4ca241faba72a45d587a344c8189c5d6e3994cae261bf0eae"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2fe95a60-c1d3-4107-87ce-37cc20080385/c20cf47d4a82c08a0413040f59795663/dotnet-sdk-6.0.118-win-x64.zip",
              "hash": "b592badc423bc09abc9921fef598a631c8f70bb58c0280b72dc8d41b0390e071a2c28533bebad0b29092bac90561c871e250727d298974f8ad86e11fe81ae505"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ea8d86c6-fed6-46d3-8e6a-34172d275109/f8729ecb64428007c10d4e1f0205ccb7/dotnet-sdk-6.0.118-win-x86.exe",
              "hash": "5e35c4dea1b3e048953b2e14071ef335f4d0520026296061c52b7bc471a86c8a64c257ee26c145fd116bec4f3fd8b6bd71c3a08f65fbd2d44d59f2f9c75e35ba"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c21a739d-83a1-4fa8-9870-ce6d66fff01c/46cf0d8335cf82e2bf1534f37443b0a2/dotnet-sdk-6.0.118-win-x86.zip",
              "hash": "89deeca7701b9fd740f84d66309455ebdb7d1b07a5d81a468cb3afec8d42c0c67c8ef03215ecae440bc8e7bb87f8c566908afcdbfd69aa0238751705772e040d"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.18",
        "version-display": "6.0.18",
        "version-aspnetcoremodule": [
          "16.0.23140.18"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7b10cc0d-3627-4d1b-8307-630c05fb30be/06e4498eeb854db5a723b46114377fce/aspnetcore-runtime-6.0.18-linux-arm.tar.gz",
            "hash": "16a1834d46cd8208221fa7d7f1b1e57a6544e855915e58e859b34bd7af2bc0dff1e94726356cee5302f1baf5a5bf6f25c0401cc8f904e13ca38a1175e406be73"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f60912b4-b50d-4d85-b3aa-3b69504a426b/190ebc4012cd4da240e4d5247b484b15/aspnetcore-runtime-6.0.18-linux-arm64.tar.gz",
            "hash": "f39b5d333eb096e681fd2b6481a41fe3a1b794c2655d56d84dc79321f767a67d968718b6cf08cf14574af9ff7625c76728be5c70a860fd3df14e40463a8ac6db"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/76c14a83-3d22-4a36-819e-61e3c9c05bee/5b72d62559f070fab09515a6d672bdd4/aspnetcore-runtime-6.0.18-linux-musl-arm.tar.gz",
            "hash": "63a3091cefae4640bdd11db23a97b03998cdb17988d4f5064fa90ac25e61a84804186c620218924b914221651c4577ed8fff0ffa7688871b08d00fe34942a5bb"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/574d6e0c-8e4d-429b-9b09-8bff55af7b1f/14efa83c2fccdf38ba8a88b20fb98a9e/aspnetcore-runtime-6.0.18-linux-musl-arm64.tar.gz",
            "hash": "c8b91eedab034176d1dd5e9cf329f71ad42d2c96086fbf97a80d65e2d8154a8e15db339c9109d571e12460dfdc62f192a7249be0d7f17ef9c4df2b549ed785be"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/78cd6f86-a970-450c-bfa4-6b84dd378b36/10b533b65feaa6e44c8efe1220897d56/aspnetcore-runtime-6.0.18-linux-musl-x64.tar.gz",
            "hash": "d19bdf6c9cbb1ff74866307c3c2914a025d918122c61cb2153562ef16c7ab2896d74ddaabb719d4e22675a8a0c3d8a67ffad71e8642297dd18f1c3bd345a54aa"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/503c4325-104f-41e0-8dc6-1a8b55e0651a/3dcd8a5d03d3a04bb4111296b12cd11d/aspnetcore-runtime-6.0.18-linux-x64.tar.gz",
            "hash": "8adbd7c6f303d69410c34ebc4a8df0afb340c6283ee18ca5e213ad502c8df15ef4db35023a5f9ef88a20ec41c733ec5006ad80dc4d31df5c32e5665f7f8b0563"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8727a27f-8715-4651-89d9-dd8f431928fa/4f11488f22cbe8a052991b00ba2a99df/aspnetcore-runtime-6.0.18-osx-arm64.tar.gz",
            "hash": "ccdf62da6470d1b74f0c866a69503e63ebca2f580156a64a3f82c1a8663e9003088eab0740654f2f0119107ec25d204c5b279cf036b1067ef110fc3eda84794b"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/29f05258-1233-44dd-8810-89401619064b/9e3ab81867221289c6ef76216fcc0a70/aspnetcore-runtime-6.0.18-osx-x64.tar.gz",
            "hash": "82205097e4d2c4a17ce3d6997bfc05c3aaa28359dd71807eb0d2bf3f4c5b2142e05f21a50e5b2f994b62836cd5f4c73d1c98b1f8f2662afc43b5e70040d9ef3f"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3515f0f4-8d87-48f6-91c8-be197546538c/29e872aa4f8d62c8cb6e91296bcdb2ad/aspnetcore-runtime-6.0.18-win-arm64.zip",
            "hash": "b78864b40e71cdf6e2e5a2912c0cb358be09aeb61423a9415503c7ca92dbd08111b764947f0c5f097618a86216400923d4f5355ff615f0d0a3aa14943d4ae595"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a0a0d5c2-92d4-4781-a503-e957d63c5111/25ee550f61810fb292873ffdfc3e500a/aspnetcore-runtime-6.0.18-win-x64.exe",
            "hash": "f92e9b80beb758fd5b44c5a0b191bede49145078c12636ef80ac5f46c73311a3484680a5790fdacd271464a09d1936136ac150950e4492aceae1d1a762d45a5f"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/59b58bb4-041a-460f-98ad-f32ffa77fc5b/b3a40257a3d137f76ba686947766fd26/aspnetcore-runtime-6.0.18-win-x64.zip",
            "hash": "e2da4a5fd8aa5bd76033a6b19f98c9e8e0895a568dfceeea3dad4b3376a87c786e89b617b7a74a1851450165561449a8865a1c1c5190fe736dd6b6ec5f09b9f5"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4f0f6018-2f1e-4855-a4a4-57084f720bc6/45e06449f5ac52ec8c62618ae3dda669/aspnetcore-runtime-6.0.18-win-x86.exe",
            "hash": "f60423750b6803b09cdb4b0bdfea99e781495813b004eb020c2c7f3668dc4582ff70959a23740b440ddd1614cc15c006efdf5dbd1d3bd1eefea4721dc5d4ad7d"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8c533084-472b-4865-b2b5-a1d48e150e6e/3380a17237106fd3a9f2c3942aa9b9f0/aspnetcore-runtime-6.0.18-win-x86.zip",
            "hash": "be46d4f26bb3cefb5bec41e507c58e7fb13358072988f9db51ee6635373f233f9f94f7947786ad1514d51460d25ede53755c6fa7f67869818a23cb50b2a6db5e"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b84943df-6c61-4af8-91fc-a3981cd04eb8/69663d1ee22625a25d9f528b9dde0225/dotnet-hosting-6.0.18-win.exe",
            "hash": "efdec0c6b46e7998684dad691f6d9c80c77363619e20c6d22d4785ee897e6382a37806883d9a15a928cdab8c5ff4b996a607db7d8f1b2f7f7f1cd7541bda812c",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.18",
        "version-display": "6.0.18",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/efc902e6-6c71-42d2-b9d7-ad7c1d104d52/2f88aed465962b5f495c98536d6371c5/windowsdesktop-runtime-6.0.18-win-arm64.exe",
            "hash": "cf05e58ee98251150d3c66fdb7d1b75b377241a396b822ff8696abced4fcf16d778ef83c9c848c6bb2df7f017c22c4026455766754efa4bdd581f2d48c5cd4c8"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dd5799ce-7f57-4c2e-ab46-9916167e91de/6f30e82c094e3de7617fbb46bce4a681/windowsdesktop-runtime-6.0.18-win-arm64.zip",
            "hash": "92975517d500ac4674294f5a7a496eda252afdd1a12fede7ac9cbc7c695175360aad768b6a35658bc86239071cf7b03a0679f5ff6030f0ad2bcda4a600f74de7"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f76bace5-6cf4-41d8-ab54-fb7a3766b673/1cbc047d4547dfa9ecd59d5a71402186/windowsdesktop-runtime-6.0.18-win-x64.exe",
            "hash": "8e9ea3c67c3e8a910de72f12c30e472e8fa26c05e0927fc533f04fa7547dc88d63ee2239c29dd45e6e515ca355a1539c03b46365f8ac340776e14cbb3c6914f9"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5e93b647-ae04-4e7e-8819-2b0677d4f7b0/bf2be615dc2f178e8805e6d52413ae57/windowsdesktop-runtime-6.0.18-win-x64.zip",
            "hash": "55fc61661031c9bba5ab7b35e2a302b7bdcb802b8d5b256783b1a191c1ad5c7a2b3538f17db99d632ce81769b27f263ddc18930ff9e7248eb7e169fbbc45e708"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68574b0b-3242-46f1-a406-9ef9aeeec3e5/d45d732e846f306889f41579104b1a33/windowsdesktop-runtime-6.0.18-win-x86.exe",
            "hash": "d876144f90b631f859c8112a463e9e3b9a8fec2bdb1688fc8156f9cfbf4e058b13a41465f573ffe89c90bede4031b1a864d547239551abf6167ded6c44626a33"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/728f90d8-95f4-41bb-84d1-d5c4ebe9c67a/45dfdbcf9280d5a1299f05b2fc584018/windowsdesktop-runtime-6.0.18-win-x86.zip",
            "hash": "ef1d54639e5728369a29aa3f20a78c7c70d7d0b0f1b42a56439a986f9364741aad7856854fa081b969859189fb35f022fac87b01b3edab6ed46310fbd36decfc"
          }
        ]
      }
    },
    {
      "release-date": "2023-04-11",
      "release-version": "6.0.16",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2023-28260",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-28260"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.16/6.0.16.md",
      "runtime": {
        "version": "6.0.16",
        "version-display": "6.0.16",
        "vs-version": "17.0.21,17.2.15,17.4.7,17.5.4",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7039aeff-2d14-46b3-a560-e5af5591d6c6/3cb3a4aae10e161413fda1100007551a/dotnet-runtime-6.0.16-linux-arm.tar.gz",
            "hash": "0bb21a92dc7b4a7bc1ac2fdcaabf8e8649b2ac07780e119be987c7d0ce7881f4292a1a2e932c2d719bbe85a323aeafcd188ac39cff42ccf84907bd23745ba76a"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e7866e12-a380-4994-9c56-1bd3a1e0a546/22a5e54cb4e637c5aac7ec6dcab0d739/dotnet-runtime-6.0.16-linux-arm64.tar.gz",
            "hash": "f670ea542d34e5f63b6b497a23f9d3f8d9e2fa8292ec3234ee08ef0eb706f339c2c11811857ad83624ae4a7827b449d4cabbe41c566b2b51faccf58be44af598"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/77e84978-dd35-484f-a61d-088d9e6797b6/9383790626c84b8f0cb21c6256ec39e7/dotnet-runtime-6.0.16-linux-musl-arm.tar.gz",
            "hash": "162cb92c20433b467090712bffbd29b8c6908d793b10eb102049be860e98be28af9ae114969874907a9f7f4ba7639853d02fc6e42490bd9df50ab41d544aaa84"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1527c68d-b4d3-484f-8b03-2fac8059cc22/d92d3b107c5f4247f42662715665790f/dotnet-runtime-6.0.16-linux-musl-arm64.tar.gz",
            "hash": "7c2e8c164cc8faffc7c3aacf9547bf825857b9d428063a1999f41bd579ea5579a06899fd4e0c13bb45514d2c5bcf849c7d999196f56c0cd6af5bf93f0de01117"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/594f2293-b2d4-4ed4-b9ab-59cb2941b2de/80e8f041723a08526a3a94ccbf026abe/dotnet-runtime-6.0.16-linux-musl-x64.tar.gz",
            "hash": "df9edbaa98011ef3d15ccc291a826c60e304908ac1495b7a61f1571718a9c8d8e94db3f88aacd37c6b94ac397115323def32fafd9cc16d41bfebb05491b0f7db"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/45395f1b-8928-41c5-9585-f01d949b2afb/0911c4025fffc0f51c3ab535695c6ca6/dotnet-runtime-6.0.16-linux-x64.tar.gz",
            "hash": "c8891b791a51e7d2c3164470dfd2af2ce59af3c26404e84075277e307df7dcd1e3ccf1a1a3c2655fe2eea8a30f8349b7adbbe5de4cedfee52da06729a505d8f5"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/46bc499c-d5a9-4fb7-8329-1ae1e36b5e4e/07ea51ee4ea1d10230832304ee0ac8c8/dotnet-runtime-6.0.16-osx-arm64.pkg",
            "hash": "27dd903e4aed15e7b51dbe00a3b79b0f3618ed6e258e84a9bb47e0216db873f8db3cb4b575274c3c9a1b7aaa67a1afa7132ccb97450e2c61286d61e614645672"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/757be454-09b0-4991-a2bc-90c06267fbde/2ea450db713598c9cdb46a6d9bd56156/dotnet-runtime-6.0.16-osx-arm64.tar.gz",
            "hash": "c7389000b353729af7229017cab4b02d9245d39983b00744e3439ac846e6669368648b91574d46eff7807882c6961f76884447411314dfab18e74e8f3824dca7"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ca62f657-0cc3-44be-b7d5-0a9bbd6b0ddd/5f362447c26eb162a36670f345e3349d/dotnet-runtime-6.0.16-osx-x64.pkg",
            "hash": "980aaf1f6e8baca6837b5dfa969cfa68e98d17b6ccd38b6d86bdc03f09941672099afaf26863a10b3e60b65404b2c78d97d26f8cf3dadc3f246256b3f168676d"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/24cc772f-0358-40c5-a41a-4c1434a9e9b8/f91c66d80be3a91f632f7eae102fd64f/dotnet-runtime-6.0.16-osx-x64.tar.gz",
            "hash": "662084f66cf2983dbfb756f319baa2c1221f183b9d10101ca970fa3ccb2cfc49a7513af5926c843d3bd472b49991284bac5275d8f5e8671b9e96995ad2815571"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/91b97f3d-7783-4be3-ada2-6f1d4b299088/8d98117ad78ad15945f28a4e4bd0f79d/dotnet-runtime-6.0.16-win-arm64.exe",
            "hash": "632b2152f27f59a75231586192d4d82ed7b66cdf6fc6924461467dfe70830ed8cb9127fad5333bae19096ae1e3345329eb8c7bbbc06d7a77cfe39deb82774227"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2d4158c5-2c5a-483f-a0ee-32832dcc5468/cb14d5419b4b9eb2145a0b5fa5c12d3d/dotnet-runtime-6.0.16-win-arm64.zip",
            "hash": "d5322ae18208f4ec28bfc49e14ac242ade9dae4b6fd90df426ebb33adff8a946013b81ae7c67dddf159a00488a138f2742058fdd6fed40d64d1597b5af0e8d15"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/456fdf02-f100-4664-916d-fd46c192efea/619bbd8426537632b7598b4c7c467cf1/dotnet-runtime-6.0.16-win-x64.exe",
            "hash": "3561b89550cd0b01cc3e4c33deb0d9e17bdbb8723143d444340a5390ea48a6939b7334d0f34a5cc196876cebc7fb0d433ccf8b623d2e3b10a49672b7324680e5"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e492f874-2dc9-4b6c-b30b-7d18ab522310/cd4889d33b3c45fbda5918b510404d2a/dotnet-runtime-6.0.16-win-x64.zip",
            "hash": "8fdd6bf9d957faa8c6da7c441a9d5d288345159ef352c991a3a4e9d45a8d90a575b54b85ae345fc1903e61de9f7ca9923fc703853adc200687041a364526bb2d"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/78caa28b-2982-43ed-8b9c-20e3369f0795/c771e9fd12a67068436115cf295740f7/dotnet-runtime-6.0.16-win-x86.exe",
            "hash": "3330999941183e8bec4327f216fe5f6cf7f1f897e0ef039e3d1403a3681ffa7c4f20d06457d7f60073855a7d1c8ce054b0fe75811ad3e64a37ad42b8a821b25e"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/18a60899-5997-461a-a656-dc2bfed134dd/9460561daa0955d796342c5ac88ee26b/dotnet-runtime-6.0.16-win-x86.zip",
            "hash": "e1810b3508870e6207bc3fbf7096ee102a650054aa1d7ec5984fdc2b69dfeb90e55e7a7114d8fc7143c2e3b0adfb0cd01ab99b2f0c68e426f3cc6a2e44ba8c67"
          }
        ]
      },
      "sdk": {
        "version": "6.0.408",
        "version-display": "6.0.408",
        "runtime-version": "6.0.16",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ddd2d69f-65ef-4cb2-b34f-468c582d3092/f5572b4b10386c9defc75a813836c3f3/dotnet-sdk-6.0.408-linux-arm.tar.gz",
            "hash": "a86414ac2cd417cc477e39d02348223644cb1f006fab537d3a4d002ec3c7b35af8c006736dd4206040c6a58d2b3a71f18678b492e7d18510b69deeb730c673b9"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9c4bff1b-9f35-44a3-95a3-d17224810b08/0f7426d4ce82cd5b55ed1b6f07877d5e/dotnet-sdk-6.0.408-linux-arm64.tar.gz",
            "hash": "40ad715ffb059df03eeae4ee4dff9b8998928e90dc0103b38ef671acbcfe4ac40016220e6b1214f0f77757099dccdf0fbaf1690191b350dbbaf773a01be8d25d"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d51cc812-92f2-4d1d-b24f-fa62413ef680/a40265fed749899bb01cd49944acbd6a/dotnet-sdk-6.0.408-linux-musl-arm.tar.gz",
            "hash": "849f3e65e33df026979e076d8240112d2d64c6ee7b5a89b09dee1ee7ed5235e4f1d4eda9693f493029323b06f1d231aa605ce37249516717e4f75ed309088bb0"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bf0904f1-081b-40c3-809a-71738768474e/4b07da9d9f2036baa2a458847782256c/dotnet-sdk-6.0.408-linux-musl-arm64.tar.gz",
            "hash": "4485a1df46d15f971c1a14a27b7495c03af62a8fd557dd398f30585065c855269bbabd3bfb3c8bde78d959bc19f3b82c3aa4bf0e3fbd4057607035bc5c18186c"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c8f36f9f-c7b3-4e10-9145-f4c201c71985/8c8270f66f7b25b1b3367281a2c9f646/dotnet-sdk-6.0.408-linux-musl-x64.tar.gz",
            "hash": "241f1ef5c32a277bed881443de2ff17ceeba100f7191c4929108b65fde42d267aa4ab53f45fde728009185d4b5ac061d1e276d14e56b964d1b3104db0608fafd"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dd7d2255-c9c1-4c6f-b8ad-6e853d6bb574/c8e1b5f47bf17b317a84487491915178/dotnet-sdk-6.0.408-linux-x64.tar.gz",
            "hash": "d5eed37ce6c07546aa217d6e786f3b67be2b6d97c23d5888d9ee5d5398e8a9bfc06202b14e3529245f7ec78f4036778caf69bdbe099de805fe1f566277e8440e"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d314a89e-8bfa-4b7d-876b-9df41ec12a53/37ebf6170857ab5da80a02d4ec8a3364/dotnet-sdk-6.0.408-osx-arm64.pkg",
            "hash": "563a6366a5bd7173ff4271b2dad55d1ce04acb4418c22aba59bb2bfff158b7c30c36649f4a0eeb569fd944004e0ae660de03b8c06fc440b86db97be9337fb78a"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/21503502-8d12-4a18-9d93-ec0f7ee7b9cb/3df619d8ac623a16a79755e73fdf4d0d/dotnet-sdk-6.0.408-osx-arm64.tar.gz",
            "hash": "2dea66a67ca21dca2b3a12593c7249949af6619551fc265ce33c45b5366ce98eb55aa84a6c5cf0fa9bb8ef7f5ada89bc9cf3c96d34ad208cd9bf0178a80fbb97"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4909fc6d-8655-437d-b436-74fc180d12e6/24de71d15ed7bcf02ff8f96fff6a2f54/dotnet-sdk-6.0.408-osx-x64.pkg",
            "hash": "4b9dcab9d341225e71bf86ef5bc633d83fc877fa7d8e91ac6c014e0e95eb02f0adbed68ac210ad2bb9cdc4d0e62fff81047fc3c89e7af0938c725f615a018641"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/048c81a0-ee14-4b14-8572-d192651d12d1/060be74876613256c50ea75ed623970a/dotnet-sdk-6.0.408-osx-x64.tar.gz",
            "hash": "98599e2b6d85267cc414cba0da26258251499f62eadfad341d0df4694b261b28ab5a7a97db0b2b8c0f215d03340dfb8a9f984a1f0eeb110a128c982336c1e110"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4a7ae9d1-fb98-4e1d-a2d7-3d9903973312/b9f80d6eaa94f7b04cb45241ec515ff6/dotnet-sdk-6.0.408-win-arm64.exe",
            "hash": "9844920629ba5340631dd0d43ee4e71e0b5d4fc9e0bdc2b7a588163486258f1be53d3fa46ffaa24c7ae89a9c267bc5817965be7740e75e322c749751dd5861b9"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/64300040-4f70-4567-aaa7-4fd1b9eca339/c74eb35d5eaa393845b0e5836ef0e040/dotnet-sdk-6.0.408-win-arm64.zip",
            "hash": "01ef5b98170aaee32f0e64549a9e12d0b1c99bbc1b82fd9438d55d77393ab46a630116f7396f4f5397dcd041d43a5a5b634e40bfe892fc7ee8f251991ee79358"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/df42b901-8ce2-4131-941a-b3fa094ff3d8/556da65f7a2f6164bf3df932e030898a/dotnet-sdk-6.0.408-win-x64.exe",
            "hash": "11b65567cdf90c177deef4d1762e193f7c3eb3d1d6758b0bf8c250e2338ac44421043f0eb7c3690354120a5af1c6a1685ac3fc4888aea23a5de95bca9a2248a2"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ca13c6f1-3107-4cf8-991c-f70edc1c1139/a9f90579d827514af05c3463bed63c22/dotnet-sdk-6.0.408-win-x64.zip",
            "hash": "0136fb34ca9f8966c981238bc4156b76bbf4a1a266885497b87937288d2285fc97c5520e97e4114ff14f9cb43d20add117202ab2fda6f30435be6e42f2643902"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/43e1af49-c5e0-4df8-b4c1-aab805e823bc/9b215244f10ee4606e28fcdb0f63ebd1/dotnet-sdk-6.0.408-win-x86.exe",
            "hash": "969242caf98d06ee9820fad81a382c63d517c38c9686a34fd58217b4a77689a68ae558a8af328f103831a3bfb1d8ee3266057f95994d4558390922504f40dc43"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e8bf9b59-bec4-49d3-a043-154e3d5b830e/a48c12e1d295c6a3cf708eb2ef0b7136/dotnet-sdk-6.0.408-win-x86.zip",
            "hash": "98e427a566a2033f8ded8b223c155a6c053db074ebd4e8155b33fb63aa44ac0d5a9a80935aff4c30803c3f6917a841d1f3501bb860ddde37d285be3120ff25b3"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.408",
          "version-display": "6.0.408",
          "runtime-version": "6.0.16",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ddd2d69f-65ef-4cb2-b34f-468c582d3092/f5572b4b10386c9defc75a813836c3f3/dotnet-sdk-6.0.408-linux-arm.tar.gz",
              "hash": "a86414ac2cd417cc477e39d02348223644cb1f006fab537d3a4d002ec3c7b35af8c006736dd4206040c6a58d2b3a71f18678b492e7d18510b69deeb730c673b9"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9c4bff1b-9f35-44a3-95a3-d17224810b08/0f7426d4ce82cd5b55ed1b6f07877d5e/dotnet-sdk-6.0.408-linux-arm64.tar.gz",
              "hash": "40ad715ffb059df03eeae4ee4dff9b8998928e90dc0103b38ef671acbcfe4ac40016220e6b1214f0f77757099dccdf0fbaf1690191b350dbbaf773a01be8d25d"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d51cc812-92f2-4d1d-b24f-fa62413ef680/a40265fed749899bb01cd49944acbd6a/dotnet-sdk-6.0.408-linux-musl-arm.tar.gz",
              "hash": "849f3e65e33df026979e076d8240112d2d64c6ee7b5a89b09dee1ee7ed5235e4f1d4eda9693f493029323b06f1d231aa605ce37249516717e4f75ed309088bb0"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bf0904f1-081b-40c3-809a-71738768474e/4b07da9d9f2036baa2a458847782256c/dotnet-sdk-6.0.408-linux-musl-arm64.tar.gz",
              "hash": "4485a1df46d15f971c1a14a27b7495c03af62a8fd557dd398f30585065c855269bbabd3bfb3c8bde78d959bc19f3b82c3aa4bf0e3fbd4057607035bc5c18186c"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c8f36f9f-c7b3-4e10-9145-f4c201c71985/8c8270f66f7b25b1b3367281a2c9f646/dotnet-sdk-6.0.408-linux-musl-x64.tar.gz",
              "hash": "241f1ef5c32a277bed881443de2ff17ceeba100f7191c4929108b65fde42d267aa4ab53f45fde728009185d4b5ac061d1e276d14e56b964d1b3104db0608fafd"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dd7d2255-c9c1-4c6f-b8ad-6e853d6bb574/c8e1b5f47bf17b317a84487491915178/dotnet-sdk-6.0.408-linux-x64.tar.gz",
              "hash": "d5eed37ce6c07546aa217d6e786f3b67be2b6d97c23d5888d9ee5d5398e8a9bfc06202b14e3529245f7ec78f4036778caf69bdbe099de805fe1f566277e8440e"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d314a89e-8bfa-4b7d-876b-9df41ec12a53/37ebf6170857ab5da80a02d4ec8a3364/dotnet-sdk-6.0.408-osx-arm64.pkg",
              "hash": "563a6366a5bd7173ff4271b2dad55d1ce04acb4418c22aba59bb2bfff158b7c30c36649f4a0eeb569fd944004e0ae660de03b8c06fc440b86db97be9337fb78a"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/21503502-8d12-4a18-9d93-ec0f7ee7b9cb/3df619d8ac623a16a79755e73fdf4d0d/dotnet-sdk-6.0.408-osx-arm64.tar.gz",
              "hash": "2dea66a67ca21dca2b3a12593c7249949af6619551fc265ce33c45b5366ce98eb55aa84a6c5cf0fa9bb8ef7f5ada89bc9cf3c96d34ad208cd9bf0178a80fbb97"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4909fc6d-8655-437d-b436-74fc180d12e6/24de71d15ed7bcf02ff8f96fff6a2f54/dotnet-sdk-6.0.408-osx-x64.pkg",
              "hash": "4b9dcab9d341225e71bf86ef5bc633d83fc877fa7d8e91ac6c014e0e95eb02f0adbed68ac210ad2bb9cdc4d0e62fff81047fc3c89e7af0938c725f615a018641"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/048c81a0-ee14-4b14-8572-d192651d12d1/060be74876613256c50ea75ed623970a/dotnet-sdk-6.0.408-osx-x64.tar.gz",
              "hash": "98599e2b6d85267cc414cba0da26258251499f62eadfad341d0df4694b261b28ab5a7a97db0b2b8c0f215d03340dfb8a9f984a1f0eeb110a128c982336c1e110"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4a7ae9d1-fb98-4e1d-a2d7-3d9903973312/b9f80d6eaa94f7b04cb45241ec515ff6/dotnet-sdk-6.0.408-win-arm64.exe",
              "hash": "9844920629ba5340631dd0d43ee4e71e0b5d4fc9e0bdc2b7a588163486258f1be53d3fa46ffaa24c7ae89a9c267bc5817965be7740e75e322c749751dd5861b9"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/64300040-4f70-4567-aaa7-4fd1b9eca339/c74eb35d5eaa393845b0e5836ef0e040/dotnet-sdk-6.0.408-win-arm64.zip",
              "hash": "01ef5b98170aaee32f0e64549a9e12d0b1c99bbc1b82fd9438d55d77393ab46a630116f7396f4f5397dcd041d43a5a5b634e40bfe892fc7ee8f251991ee79358"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/df42b901-8ce2-4131-941a-b3fa094ff3d8/556da65f7a2f6164bf3df932e030898a/dotnet-sdk-6.0.408-win-x64.exe",
              "hash": "11b65567cdf90c177deef4d1762e193f7c3eb3d1d6758b0bf8c250e2338ac44421043f0eb7c3690354120a5af1c6a1685ac3fc4888aea23a5de95bca9a2248a2"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ca13c6f1-3107-4cf8-991c-f70edc1c1139/a9f90579d827514af05c3463bed63c22/dotnet-sdk-6.0.408-win-x64.zip",
              "hash": "0136fb34ca9f8966c981238bc4156b76bbf4a1a266885497b87937288d2285fc97c5520e97e4114ff14f9cb43d20add117202ab2fda6f30435be6e42f2643902"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/43e1af49-c5e0-4df8-b4c1-aab805e823bc/9b215244f10ee4606e28fcdb0f63ebd1/dotnet-sdk-6.0.408-win-x86.exe",
              "hash": "969242caf98d06ee9820fad81a382c63d517c38c9686a34fd58217b4a77689a68ae558a8af328f103831a3bfb1d8ee3266057f95994d4558390922504f40dc43"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e8bf9b59-bec4-49d3-a043-154e3d5b830e/a48c12e1d295c6a3cf708eb2ef0b7136/dotnet-sdk-6.0.408-win-x86.zip",
              "hash": "98e427a566a2033f8ded8b223c155a6c053db074ebd4e8155b33fb63aa44ac0d5a9a80935aff4c30803c3f6917a841d1f3501bb860ddde37d285be3120ff25b3"
            }
          ]
        },
        {
          "version": "6.0.311",
          "version-display": "6.0.311",
          "runtime-version": "6.0.16",
          "vs-version": "17.2.15",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7a20bd9d-8842-488d-990c-234ece377d4a/8d9026fdaf61a26a522cea77d5262580/dotnet-sdk-6.0.311-linux-arm.tar.gz",
              "hash": "5c67bb0d82d8d6a5b2a8ef3a4f4b4ffc17432f7807c766881a2aa7ac6156a8f6bf80444cb2426649e7efa9a5b9908cb56d86589363590c15e76a021361509b5f"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8c8acd0f-1c22-4537-b1f6-9087b53a1b4d/fecc46964a8bb0d7ffb499aeff3b945d/dotnet-sdk-6.0.311-linux-arm64.tar.gz",
              "hash": "0b1d12708b07c7fc761fe9d305a5731bf6d05412b7e801eedf8a95adcc2849b746860cedb02a24531269f224f4c75dc91e7c3de59a5d3bf47c9e2fcaa05aecf3"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/112ae7fe-8221-48ee-93ea-ad7796e1b4f2/4b26fc8bac248e8e204fe8d0f7966386/dotnet-sdk-6.0.311-linux-musl-arm.tar.gz",
              "hash": "88a9b00870b1c2e03609a86d90b85207b0749e0d31865639973018ef91c48921d1c783a646fab03a9a30e2c8075b6100ae96929576397d9653024f49b3cd0239"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0111a290-067b-442b-88a4-3b28f189e43d/531e8108269a0ea80420fd813f6b1e4e/dotnet-sdk-6.0.311-linux-musl-arm64.tar.gz",
              "hash": "bb736a6efc875a47b9b54fd577058a8e65f482154409537eb746822001ba0ac18fd6fa89a544ee2d291129e877bfcf14d2548e2aa09d1f259f70f40cca55a939"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/da39ab56-7f85-4cb6-bc67-daf245cd0f5d/aea3821a722934733c3e833efe6dce9b/dotnet-sdk-6.0.311-linux-musl-x64.tar.gz",
              "hash": "4ecba919514d9f12a50756b37fe6a3c3eef4c43410d41b85ced956f361ab0f73135c32c9e39099aa582b75a3c0d5c883dfe948972020fe33d8ded85abad22746"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1c651d2f-5e61-42d9-bcac-2f962311194b/27b37a83be9cd9fda077c164cc57f636/dotnet-sdk-6.0.311-linux-x64.tar.gz",
              "hash": "6f7dcbb35ee3c4105aba4f7e00bbf98211c1fc28b6909249cad57e22eaa8acb7994a5730e115a11303ae7fbf3087e76158db5c93eed002925a94750dbae923bf"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/75bf2df8-2e99-4e6b-b80f-4f280cd238d2/cd109583cb0c3497a0271e2bc9945f5c/dotnet-sdk-6.0.311-osx-arm64.pkg",
              "hash": "2611baee4b01327d8f1db7971ab115eaeea6cca3b71a7fa1ef6b1e5f1982655ab8963bb29e9ca6b5ae4490d60577d0c7f0cad6f0a31c9c46b57df225d1ef8abf"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ec7c79ab-6823-47a1-9da2-daade4d64c79/fe95fa767a621e073142579ff777ab4e/dotnet-sdk-6.0.311-osx-arm64.tar.gz",
              "hash": "88fa737afbf1660fe9997bca99351991f30eebef691237548f88f25d056f7472daaeac203d81be22d173b9df02e4137d7fb2fc9d5abe327ac4eda56d9787593f"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f2ec83c6-370e-4782-b60c-8732d616ad0e/9a2ea559b92c1e8bb98654aa5ede1231/dotnet-sdk-6.0.311-osx-x64.pkg",
              "hash": "7104d591c34f67082cf9b5ab4d3efc91cf4528ad1de3ef4d821b97ebf7a86bc1703defd76ac4980c3582124cc572aa5f7157749a58640aeea6094f87d2f91566"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9343d09c-8600-4c21-ac12-bca363fe244a/8bf041501035c6ff526734a70fe71033/dotnet-sdk-6.0.311-osx-x64.tar.gz",
              "hash": "5f0cc65ad0092441cbdfd2874d7e79eb5b824950a19709916ed2d84d3aff976f0ed6c79b50ddc03ed1c66e4d1a1e26bd81716dbbcb2778d30d658e472efbd654"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c82dd784-c05c-4082-a128-0001cd02d3e2/37048f9c9c414c63a175ea006a97f706/dotnet-sdk-6.0.311-win-arm64.exe",
              "hash": "b037544ceebeb3acf7588858441b84e478a424a68d4f4f9443696573c68d3362febf2dcf43012de55702abbe3af9d8b39349945cf09ed76a5e1b61d8a49c2676"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e4830edf-1f54-4691-818b-06064869c41b/8ead05992241977273314104c12cfaa8/dotnet-sdk-6.0.311-win-arm64.zip",
              "hash": "2b6d4f61f3ba77f2458d6b0d86d856afcc09c8fc27a93071d6cf59ec046850d82abbaa17b49915bf086926f58df8f8fdcdc2c572510b494f962ac8360a4efd58"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1c7aef25-facf-4c96-9c53-b91a0b693ed0/4903553de6ba761bca4b4a9ab949a81f/dotnet-sdk-6.0.311-win-x64.exe",
              "hash": "d18d7f3de09a0794c85db9c436cbdd732d965c87e1590dd3dfa8433bcaeb5e51b4d8d189597077ad61b6add30b6dddec3a19dccf82c12138221810e68e10e84b"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/aa944915-1729-46d0-a7b9-f8099494cdf8/070adf8e7778fee200306fcdb010bc77/dotnet-sdk-6.0.311-win-x64.zip",
              "hash": "237be1666516322f40466332c2e8a07aa03bf4e0976095c36412a06738d380da6df319b33df0a244dcac9dc63079e59adbdc0cdbf48232af5554e4e44a97f1a9"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/026cdeb3-ce9c-4ea8-a178-95934cbe5c7c/844d0d630c55fab633a30a76d08db17d/dotnet-sdk-6.0.311-win-x86.exe",
              "hash": "d11431662a15d5b79f1e1c64ef8f1c80c3199aef154d93d19e98b2579d07aabe3d684087be1ac148d07059c5d3aed08b64814529e14f2883668a4186dffb859e"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9da5c74c-dd7e-4389-870a-a0d0c194cef0/cf3c012ef5e9174988cdc87c7f99f350/dotnet-sdk-6.0.311-win-x86.zip",
              "hash": "01dd409df19ccdc1583bd05c48025596dd30150ade0d3fa29e86578f23098cb97a73589e89e3939cca4c1f95049afe6eb25d1a5f4462ab565253ef0671db78e6"
            }
          ]
        },
        {
          "version": "6.0.116",
          "version-display": "6.0.116",
          "runtime-version": "6.0.16",
          "vs-version": "17.0.21",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cb491d2c-ee3a-4155-8193-c4baef9fb169/a664b90fee9c0ffdb6dc19eadd190c33/dotnet-sdk-6.0.116-linux-arm.tar.gz",
              "hash": "7cfacf44b1f7f955b72059bf58ecb7fa7212531a7ec6db0e4b14505cd8bb6935294e83728d828b94770fd4bc8fe789afedbb4442cb2425538deecb18bfae417c"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b9c44cfe-b360-4aee-b059-bbe9b5507e76/b2e995494512efa4ca6dc5657ce0cd98/dotnet-sdk-6.0.116-linux-arm64.tar.gz",
              "hash": "eabf20e6ab121419651c7a476c453eeb542fc6a85c57abe8ac1856e1896a91acd635be88e711665f17587ccff0b586d4ea6abdbbfc223610c53b3ea26d25577f"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9ccc30c0-9fde-4dfa-bce4-e174620b7f0e/3deda939fd7493b139fdf99cf7029996/dotnet-sdk-6.0.116-linux-musl-arm.tar.gz",
              "hash": "a35480c68e9f156a33225e80dc166db3a2fbe860f0f35497357fa6b5594df16dad9cbc8b5a7569ee4b6262070e100bf3c9d57721c68bac5bfc83abf61e4ace5d"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/56b2141b-f8f2-4b10-872b-1ea8d4a01ac6/493138fd007dbacc25dec1dc024c12d5/dotnet-sdk-6.0.116-linux-musl-arm64.tar.gz",
              "hash": "dd3ec888e0d6644f2d6ef17ca7ce540d62226bb459cc0bbfe938229e757a8f4a10fc314a078f9898143c2271b8a70de77ffbdaecfa8c4c87921421e729f53a64"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/62a6b507-a403-4062-8067-71aec9313ca2/6bab02d9769770092a2c7269abaa728d/dotnet-sdk-6.0.116-linux-musl-x64.tar.gz",
              "hash": "3b6f37aee5698d7ef794c74a6d914b914f0220346a2f37e66e4a29db63e284747d02856ea6cd461c76f2a9e18ab047f40cc739e7f8227d69ea7316bce2020201"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c9d9495a-59d7-452e-b2f4-86bc5d25c84c/f8947f4a3d0c15703548ff0d6e677fa6/dotnet-sdk-6.0.116-linux-x64.tar.gz",
              "hash": "7294b767482647ca89d4198345584a2a3bd81e6e67ca151924e9ded268091a2e4146c09f9b53061312dcf2a087535afa7ad039d84cb6d221a2108040b0b45dbd"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2db0e03d-5ec8-4248-8c1b-cd4c2c65ab76/ccd60ed6216faece611e1009e48c346a/dotnet-sdk-6.0.116-osx-arm64.pkg",
              "hash": "6205eff90adaaa79c8198dae4d3ed0d6bbef6fdddaf5e299f5a92f8f248d9e7ee6e1fa897e81c3146a6e11112fdc0f29faf6089eabbdb6300c1ce9d01147349c"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a8a0d82a-c2f6-47ad-ab5b-15d53f8ebaaa/d7038d9b33d9e1059b28c37ccda33b84/dotnet-sdk-6.0.116-osx-arm64.tar.gz",
              "hash": "2c73d4da0514ae7cd24e1260764504bb98f76ba99d65ebed510a6397e00fd0039f126c7a1828223462576d6d26b119f5d5760960e1a58790d377a747f744878e"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5f5f391f-ca48-407e-a0cc-65f2013413c5/672ae87865ca160aaa98a925c3224ac0/dotnet-sdk-6.0.116-osx-x64.pkg",
              "hash": "ab23238524d1f0ccd4bcf7d89abad08384291f7607ddaf946530e465ca7931243bf2f94f60480bb99641081d294235c004480fa5e692bc0dc8a334028ff71450"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5a2cc00a-dbc1-4cc6-8d2d-719982aa6991/d1b06b58fb561d4a4f3b5c6ab6cbe434/dotnet-sdk-6.0.116-osx-x64.tar.gz",
              "hash": "2992be5b16bbce60e25db6276a876661272b38a298f5a0ca4fd23cf3bb178fd0a23a27fe53e8932fcdf33e12ff0a2e98d96a2a5c422cc61d1f1909db99d7cf3b"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b77c45ca-139c-4861-8a2f-0a0c256946ab/e584bb100b81eb74eedd5340636d48a0/dotnet-sdk-6.0.116-win-arm64.exe",
              "hash": "b4c999ac30b423a0792c13b9e55041e5a6083ed709ba084983d68a5dcdb1d46abf07c8233d7af27b498db5c6e1651c21cfa74f1c7fdba32e417779a5d09a0277"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8c9ba360-4ddd-43af-8e7b-a49d575eca5a/64301608f4fa6bfb7ff18c5b5534bd14/dotnet-sdk-6.0.116-win-arm64.zip",
              "hash": "2169e76cde075d2a0ffd0531b68a6fae7166591411b1f61aeca7994e532352e9948f10228cb5cb6c4a02aa47dcad733dad4b30444415df90a59a8b582dd5c9be"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/df8b7c46-ab23-4d82-a002-501e059b7ba9/f45acb099c7c32301aff97dae53e1b4a/dotnet-sdk-6.0.116-win-x64.exe",
              "hash": "edce85e711ba96d5f4b580b0ccda67bf750f8a5453c255f9fd62b7c98e1c50cb8694fd22ecdd4b592ee88154d3c00e225bc3555f66d4859caed34082111e424d"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ba5844db-5465-421f-bdd9-924f00037a03/bd4c08a86ecfb646a245584c6c06d759/dotnet-sdk-6.0.116-win-x64.zip",
              "hash": "4337f27c77656365a94b7430cf605d73cc635b1296ef4e60dcd5b5b4fdf9e2f15289bb81989bbd89ed3e6dc6eea7cfac596816a93b42143b319424d23d1f6e41"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4b302519-26cb-4d31-abdb-f2a0b1d103d9/923bde1bc4a6401493b5028e6b4d52e9/dotnet-sdk-6.0.116-win-x86.exe",
              "hash": "a723069fd979c4ac1891c7c0cf324c6db5dd2be8251ea9313edcc9485b9274116b7b19653ac1b6dc9d70f55160bb9210b9da818024b65213a06c5bc2284a5975"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5db2010d-554d-4326-bfbd-953799dae479/e59eedc9194a25272d81c1d533911d2a/dotnet-sdk-6.0.116-win-x86.zip",
              "hash": "01dc4a88cbf083fc7283580625dfe49286d5e003c33d9c2b75d5e5566fa2ff327783f2c33ce93cd7c0e285632719bb51ff762f82debcafacb64dafc22dd9cd31"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.16",
        "version-display": "6.0.16",
        "version-aspnetcoremodule": [
          "16.0.23083.16"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4054a868-d2c9-4e04-84ea-d78b6b77c8cb/f69efb40d4cc84fa5f792d0bb821eea8/aspnetcore-runtime-6.0.16-linux-arm.tar.gz",
            "hash": "8d328f9e92c7c467ede243433e1bc6d6797461172ef2cab6a8b5a44d2a747283709ee643a02b5a7460fc6507351f0d2643f826585e5dcfcae16c060f1ad1882f"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5fe35f73-59e4-462e-b7aa-98b5b8782051/74a27e03d896663a9483eb72bc59b275/aspnetcore-runtime-6.0.16-linux-arm64.tar.gz",
            "hash": "c08159a811d20003bfa32ce4b5657522433fc134f6dd1a391dc82004edb0e92dc2d75880d057e8467171a91ae2c344e90a679e40b5c5fddffe6e9ed0bf26810a"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/86eb22f1-0f85-44e7-a3a0-6e98962af095/19b79091c241cb0bd19460a09c54b43b/aspnetcore-runtime-6.0.16-linux-musl-arm.tar.gz",
            "hash": "f61db19865f57b00feb2acb8be6a7797b9daf780e5e0550f89d39b81f6eca22645aa5d8716a6e066d5523ae76fe41ebe09c0456126ae9a095595b3a76e58bab9"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/575b2a83-e143-409f-bb71-bbc07b0c89c5/7fd2c84dc6a06b8344a03fe87b0d6fd1/aspnetcore-runtime-6.0.16-linux-musl-arm64.tar.gz",
            "hash": "cd44da7f6766cb2d07cef549270d0b010b106ec31553d7e5a9d0979cdc1be11045e03cf5d6bde584cfcd2da392392315c9c8f70bedc93c451483c413c118f1e2"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aef4689c-0fda-42b1-abb2-4cbd524efa48/087182f77a3b8b7ec4b29e6c40948af2/aspnetcore-runtime-6.0.16-linux-musl-x64.tar.gz",
            "hash": "f20de3e9af088dc038e86445e32a226397b93c701e62a06e4e8e47e1392fc1dd80dbcc750870eacf87a42e1c54d764c8f01691a4666167c65922ab54e3b3414d"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/877a2d48-74ed-484b-85a1-605078f5e718/752ce1e38b76ffb5ebfc2ee1772307bf/aspnetcore-runtime-6.0.16-linux-x64.tar.gz",
            "hash": "62f25ed054868155b351b98fdd04c27aebd913d92844430a002da1346e77a8e86e61833f7b81bdc3d733ff2ae60a21d66533cdd7003b2fee47b8d0e8746ad504"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9209cddf-bdad-425a-8b04-682a7ead5e12/93c46a477e0d4ff411d78546638f6a54/aspnetcore-runtime-6.0.16-osx-arm64.tar.gz",
            "hash": "b5eda3aa1394821b4607453cc639e49f92653fac6a7b381c8f33282185513ae606a06c63a4381153371354b94c9289e72287f9a25bdc8aca45efb5a8654d4af8"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3e30ee2d-da08-49fc-8877-712fd63b0b84/1390326bfaf1e6fcd922fcbc4efc6293/aspnetcore-runtime-6.0.16-osx-x64.tar.gz",
            "hash": "eeb99268be3c8dcb0d0c571944e01f22b3dbf0825e28cb1c9bdc0faa8f584fedf6d280f767609c5d91688897c185a21840f59cc91f7e1712c05a24a70fff26bf"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/46db4832-313b-4d38-8e04-2bf7850d2f87/7c0536e55f708d0f8b5d303f82af3f8a/aspnetcore-runtime-6.0.16-win-arm64.zip",
            "hash": "586fa1076d16f9f9ccbfae12949164a56a103d9cd7cb426dd8d641543a4a2583098169bb9688a6f522876c06dd4168c93342c7d0e4ef49e4f8165e86582728c5"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/97eb0863-ef19-4f74-ac83-5ab594acb830/593ea1cd7b879bea4f75ab638c34de22/aspnetcore-runtime-6.0.16-win-x64.exe",
            "hash": "4f9a9eaed6aaf5e71571fd5839dc934c8053dca7a3ecf5502e9004226171274623cd0713e9d2ac89e1e8e5d19dbd7d45a6fe58e536274a9b10d22432698c5cb9"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/579135b3-8d18-4267-9f05-819f31931eb8/a03bcc68c2247d44649cfdde685694b7/aspnetcore-runtime-6.0.16-win-x64.zip",
            "hash": "f6145be8efdd75bd044e05d9cd08954009183a1ab5c45b03a5bd8a360336d5c7d49718db5847ad080950233197968a5068ffd5b0725a126ccb5ab5454dfa10a9"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a4f38d1f-1d4d-41f0-8937-fcdd3fc692a2/64133ed947181f97400234cdd7e76c4f/aspnetcore-runtime-6.0.16-win-x86.exe",
            "hash": "61797d278391c02f559c72e959ff6b0a6efe77e6af31f3f6e2facaa6bdeda7cbd8f36ff892db766ff0d202fa28bc9b99d6c10c3e1b2969ec0b57acbdc91b54bd"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7a8350d6-6a71-4fb4-a4e5-d9c2049b131b/cd6f32423fe9a43812c18ca493964e35/aspnetcore-runtime-6.0.16-win-x86.zip",
            "hash": "cf576f47e97f6e770098d9c446fe9df8cb010c197d1e7fe860c28bdbe4a5676a6a7b8a3f6fc3f5892708cefe54bc24e8cf4ed90268870a6fbc5865e8f6cd72f3"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7ab0bc25-5b00-42c3-b7cc-bb8e08f05135/91528a790a28c1f0fe39845decf40e10/dotnet-hosting-6.0.16-win.exe",
            "hash": "5fafc4170dce11f52d970d14e737f5b85491b5257bb7eb5b3c5e9bd275469ac2482185e3d3464a18cb522dfb7f582287451e2f24f86cdaaa3de017e1c8300711",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.16",
        "version-display": "6.0.16",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7a490e4e-5a43-4e3e-8311-028e1a5436cb/d2b0bd46d8202676bb8c9f4c97f8ec58/windowsdesktop-runtime-6.0.16-win-arm64.exe",
            "hash": "5f8b5e5d3ec71b7857b434115448e4c7211c643caab8657d173de31c2d636f943b698d0bd6f53b6caa7b586fc9b5823ff100b7b3b8b2c27d895a8300f412ab88"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/890774e2-7be2-4e8d-acd5-c32d4643a64d/9169706a433b9763874646cfefeddc53/windowsdesktop-runtime-6.0.16-win-arm64.zip",
            "hash": "516a3badc8d4dea81877173e5daa08ae34781ac7310b21495418f0be6e27d412a0059744333330b5ce909fb9ef131caea618d3a2cf88ff6d545d106b55223752"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/85473c45-8d91-48cb-ab41-86ec7abc1000/83cd0c82f0cde9a566bae4245ea5a65b/windowsdesktop-runtime-6.0.16-win-x64.exe",
            "hash": "2bc06b086a7189ad3e2cd0e57158b720c617878a0bd6cf97b510ce37e0b2eeb24463d4b74b0f17ced8b3b606ebbaf860a124517243639072def90a3f0034e35f"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/53713a98-b62a-4457-9139-14fc18715aaf/716e4d20995f127e413b4b49eec736fb/windowsdesktop-runtime-6.0.16-win-x64.zip",
            "hash": "10dd7bb61cc2b7ee0821564ec0770e5b24b1fdc8dda66e19092a93b534df5d8e082a7ec6e17070fe1bea3341ad9d1ed5113de28901e27b5da9b18b485183730a"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ea0e40d2-e326-453b-8cac-2719cbbefeca/b26458b139a500d3067ec25987030497/windowsdesktop-runtime-6.0.16-win-x86.exe",
            "hash": "c412bc0ef80a05fa3ec9211405c5d6127ed535fec4407826a62b9fdfb17479888ae701d8265714463fa0efb4d7fc6825ac10bcaefad9dfb902f0054751d7a59b"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/611a2b62-90e6-4c3b-9499-f22b453045a2/2cdb0dc2cbde813e30979c10c9c8c6a6/windowsdesktop-runtime-6.0.16-win-x86.zip",
            "hash": "76ec68bd03d64cf473f44e1faac3e1c36d5e1d98cc199f327d6a92151763ccdec1b020ed7e952dc4c2d9bd304f5c4e3b38cc4e9756e3474f56372fd9463428d7"
          }
        ]
      }
    },
    {
      "release-date": "2023-03-14",
      "release-version": "6.0.15",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.15/6.0.15.md",
      "runtime": {
        "version": "6.0.15",
        "version-display": "6.0.15",
        "vs-version": "17.5.2, 17.0.20, 17.2.14, 17.4.6",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dcfe990c-46fa-4222-946c-e5b9523f94db/20c3e626f66ef7d10678e43ab7fba46a/dotnet-runtime-6.0.15-linux-arm.tar.gz",
            "hash": "e2494f2df0315428f85db39156ddf9f09132f6fabad51814600f9953882a6cb0b47397249d600ec74cda3daf27de0713dbdcf81197971cafca5d90b08053fcb3"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2151a562-4991-4496-afac-12ae22e4710d/90644d83484758da592719d9946ca1b8/dotnet-runtime-6.0.15-linux-arm64.tar.gz",
            "hash": "639153616c316832970b57faebb95a405d52549d60588a2e515323640a9ec0b7d5826a8434a7759ac890c841541f52551ae21895320749b80ab5ce29290d0c8f"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e35ae1de-bbd7-424d-baf8-e5328d7bff05/b9bf227728fa13bf140b4fe36609a919/dotnet-runtime-6.0.15-linux-musl-arm.tar.gz",
            "hash": "91103ba73fdc242b4800d9e0985e179fe8d96d10f50253a71347ef20cbcfeb20b7cb7d9bd351b930df898310bd403a696ac39f7cdaff5ff6b9a871ade0391f4e"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6076b46e-6d5a-410d-93a1-05314698f906/3453979632a67b64d9f24e88112c9154/dotnet-runtime-6.0.15-linux-musl-arm64.tar.gz",
            "hash": "1ca674dc6137821d5403fb856e842f39e1b04bcf38521a9e0ba34adecbe0a1d658826a8af5e8ef365c2fabed4e62a42b603b3f38472cc5208173e1162f79f289"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5597f305-2de2-4bbe-8f6c-7f1170e4abb3/b90e355ffdc2851dfa5ac68fc0ba5cb9/dotnet-runtime-6.0.15-linux-musl-x64.tar.gz",
            "hash": "18e2abd9d3e2d4ed1d78588976b31ec75c34c916f0680423889e7778ad80b91a3e92ff7185cc3d405db13e851276702ffc3a079d6d0705450515a27da63da483"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a8db1a39-3418-4bd3-871e-5d13509ee724/2fac3893cffd4948c67dc3a2ef96a99d/dotnet-runtime-6.0.15-linux-x64.tar.gz",
            "hash": "681928ab5050da89302518445f4e7e00738530b3941434fad363724ad5b1f9bcdc52717332613d2e33733ebf835eb550628e87cebba1a12ffb4f881c8e767749"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bfbe0103-d86e-4207-b51c-d02d1827225d/190012c955a7726bebd7c0a5f90ffc35/dotnet-runtime-6.0.15-osx-arm64.pkg",
            "hash": "d8a7135d384db9cbdf2202ccecc9a4396bfe7fb785f2fc3600d4392a77b96f6ff93efccc69d8426d9fb5d687ebec446370b4493542756c5e5d52f71bec18d76a"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b809e06f-b836-45d4-b080-06b263579478/4690f65020f04e6579085df1aad7421d/dotnet-runtime-6.0.15-osx-arm64.tar.gz",
            "hash": "23043de9e69ee01570d7a99be997a38d43da69dc77a59945df780eae772b9f02d8d427062a3c9d0468a41f3783ce9755c1ebc5986f3e02bd661113ca3a3051e8"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/efcd27bd-2226-4a5c-9d2e-5926a570e487/6e1d87f63a3bd0490118682da4eb37c1/dotnet-runtime-6.0.15-osx-x64.pkg",
            "hash": "3bc9a8629c28c684f6ee5e403c458fadfab209c95cc86e0efbe80f8b6e4c0261b9e8556a63272600dae55298d4d464ab55d57e60997e280c3675a782e61eaca9"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/002ce092-a45c-4c52-baae-067879173e64/a6b706f9b30cb74210ce87ca651b3f4b/dotnet-runtime-6.0.15-osx-x64.tar.gz",
            "hash": "7aff9d90424433d35f4152dc6e31b974d35bf636547d4d1c93e7ada25703023a915a232010267842defcbeec95be0a0e0a11f568a07b225ee23dfcbff85cf898"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/74453a1d-cd7a-4fb7-90a9-40fc56b7324c/f7511ec1107310ca104dec62f86717af/dotnet-runtime-6.0.15-win-arm64.exe",
            "hash": "af0df4f84de32469ede5c4609f658d36489c0babbd916b0066daeb976bb43361f682d675e8ea15e3c31fbe76513c692b5fb0b8f729c459f46005bea51460d56b"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/85949133-3f73-485a-bcaa-e220677dde01/e23cfab074837c3d98a1737c1869dc74/dotnet-runtime-6.0.15-win-arm64.zip",
            "hash": "9af6c77e22beb3b1d0be5972d809093a33c9460207deb6de25bfbf6ebb23f433629b17b78f22337a09a1bf5ea691dae580a88d953e4d7d9e845c2620eb258eeb"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f609431-fc27-4d13-a6b3-15db9153836a/4c7704d6a26f6099e0ff94cb5a853206/dotnet-runtime-6.0.15-win-x64.exe",
            "hash": "af8500cb1f7baaf8dc6a54f07e7e5660f9aff66b75c65735a5d8412ee69e7218a5f0bd1d776c9556283e7df8e8cd6bb61ea4937729c1cfdee536840573526955"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17309c0b-8c70-467b-9f95-a4f7ee8bd095/e6ccec507628a50cd81caef510b6fe76/dotnet-runtime-6.0.15-win-x64.zip",
            "hash": "e42f29e7ed6b46e4eefcacb8db99809f696ba7f4e3dd98f30ca6e0ea4346d43de1870a4622ae4d775b0a3204cb9a76a0439dedd4175150de553f18e8b4bae4d7"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/46f6ac54-6f22-4c0b-92c2-9cc6a427c08f/a00a86f9652ea609e40b337e3553c1e6/dotnet-runtime-6.0.15-win-x86.exe",
            "hash": "1725f40d2ac76544159bc262d6a30dffe2e7aa5e1e54229523d75dd89ef27acc4fb9800792d3e50b773cbcd0ead416e473be682ef6aadb9226c90079711b5c8f"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/377bab71-54b5-4e7b-97d8-e928c11603a4/cc846098d8717af452796601fc426fd8/dotnet-runtime-6.0.15-win-x86.zip",
            "hash": "e4091494c6e347cb7bb43c65dcdc22b319b4e71da61674e43bcd2d687081bc6c255808bb25dfadc03db297a6a9ee1dc526d98faa4f2e6fe57e4ec891d556918f"
          }
        ]
      },
      "sdk": {
        "version": "6.0.407",
        "version-display": "6.0.407",
        "runtime-version": "6.0.15",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7325ec17-70e8-479d-b8b6-fcbab8d6a053/8abb075436b62424378cbee076c895f5/dotnet-sdk-6.0.407-linux-arm.tar.gz",
            "hash": "3f9ba3b05e4c1ef61a6afbdf97a61c42b3eff06ef9189f0f11934fa399674440602e51823190cdf1c43deba3fef7a3ebe7d1ea92933d1d07f59516aefd399aae"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/72d1f83c-ad2c-4c9b-88b1-15196f411b9d/a0b863cabea9ac0fe7b92dc70c8d4ef0/dotnet-sdk-6.0.407-linux-arm64.tar.gz",
            "hash": "7d48d8a3814694a978b09a7c4b61c8e0dae9b5efe8195c15339d2f777fa4b85084d386117ee03b05f543d3d64b9484942e1e212001382b2e67277b30f5254b9f"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eb7a60fe-51ab-49f7-a045-bf45ee4c441a/afc50596a0e6b0ca436558cf9904f423/dotnet-sdk-6.0.407-linux-musl-arm.tar.gz",
            "hash": "02bd32822afffdbb30250ac68fe4f9ce61c6db53b7730adde190a6801342b3578702c8704774840459fbc7818b1d33b8fbbf34b68415f297c013a1d5f6294c26"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ed74f213-93a3-4844-b4e6-a9764730fa4a/8d0819dba2d8670b4511b8f5bf49a350/dotnet-sdk-6.0.407-linux-musl-arm64.tar.gz",
            "hash": "bfe6a034e4620d2041dc1239d9195c3349ab61701f8335b332212fee537200050bd7836b3e4dd71c483ca903612a65eceaa3b872bb65991db128e78f6fb70579"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8a52ba86-bd79-4551-90ee-cf219c2f45c1/cb92fd411a83c312c4622f4f375e3b14/dotnet-sdk-6.0.407-linux-musl-x64.tar.gz",
            "hash": "4db6099aad0852b498867ffce09c03afc5ae4c4b30e768e996697a02d7ba2f675952f4d64cb073da0e02461d1473703abaeb3d1ae8617088ab1f8158482ecabd"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/868b2f38-62ca-4fd8-93ea-e640cf4d2c5b/1e615b6044c0cf99806b8f6e19c97e03/dotnet-sdk-6.0.407-linux-x64.tar.gz",
            "hash": "3cc230f21c0d60ffa4955c01d79cbb41887a41f4e97d0708170e4be8e4dc5bc261269c788c738416c28bbc7e8c6940a89cf3d010f16d1dc4cf25bbb0e2c033c1"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e953e1ca-4e28-4e40-b3de-c0bfce0596f1/43ec5885784a56be964baaf67b4a4742/dotnet-sdk-6.0.407-osx-arm64.pkg",
            "hash": "f3fcd7f2dc6748bec713c442f8b6b346ba26a7638d8f9f998aafdaffb24402650ed928faf9aad5b2e2fde5062d372c8213e5ad3c243dabaa3fbb83bbccc0f2fd"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a23756f7-af64-424e-824f-35fd816a5144/0c7789d67cef2037efba35649d643004/dotnet-sdk-6.0.407-osx-arm64.tar.gz",
            "hash": "75b2cd3a679c3d156ec9f7fdefa9637f8684be17254636acfdddb3bb3d56da4dbac05e9f178acf46a631a21ab96a270aa20256bb3518d89fdcdf6a8d3d21e73d"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/91b09d38-854f-4888-ae10-b337b8c42045/3207fd5f87fcc22959311e588e531947/dotnet-sdk-6.0.407-osx-x64.pkg",
            "hash": "f895adadd38bdcee8571ca20e5fab9aac8e1dfb20143446201639b52035b0d051449d2f7f97f30f838a7701969b594a3cb975eb2b7f0418b318a7492008f5dfd"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3309662c-cf75-4bae-9317-b0441971084a/91c1112b15c070c03a0d5e6f61434fc7/dotnet-sdk-6.0.407-osx-x64.tar.gz",
            "hash": "3e4cfbd15ee138c8d1582ebd33a443edc7d8e055d579abc0335a288b2c26bac15d7e4fe3b80f91d56513c82318b6a62803558e3d41a28b6716d2296d12d3003c"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ef7f0961-bb98-4d11-8cb2-9697a9cf55f0/ff7adb80e8d1fa056f5d51616a4fdcd1/dotnet-sdk-6.0.407-win-arm64.exe",
            "hash": "37567d0145e6b8c0698d19ffb53efc23b4f289478ca2364fa9549485e395503107e2c676365cec79355228ca1d8e986f04024161a8669e4d005d72349cdd55d2"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/78fa4003-53e1-492e-93d3-685ccf826f2b/6eddeb3f325a2d501f578168f09d5123/dotnet-sdk-6.0.407-win-arm64.zip",
            "hash": "c824ad3110f4b35e526ce1b1410a21ba1baa1a0cc3198b0cbba78490cf4347bdee16bd1516f160ea30947a62e748b55f22de8aa9af85bc577d12a960a3bec505"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/38dca5f5-f10f-49fb-b07f-a42dd123ea30/335bb4811c9636b3a4687757f9234db9/dotnet-sdk-6.0.407-win-x64.exe",
            "hash": "80b05ac0009ca99a690edda4c4ba59b66e1025aa94a002638317f3aa9007a993e27a30d1f48ebbdc84b9ff511535745021550bc759dfaf2ef4c48fbf555682ea"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bfb61a9e-7931-4d37-926e-ccfb73b5d910/7bb8a55f3dab0fe28f7e7bf2f9c41aeb/dotnet-sdk-6.0.407-win-x64.zip",
            "hash": "9a5d7119a209c8b86c5c395819a5e0795eeb4eb96692c8d70cfe5ea271602c780dd8b1e3386dc5e56dedfb411b2810f7e98717cdf77ca80131ca22bb9a01a0bc"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3f294688-ec3f-4b85-ba46-ca13bd42979b/97c526c92203e8c13e5beb3172523594/dotnet-sdk-6.0.407-win-x86.exe",
            "hash": "02c22e3a0056702a07132cccd425c211556a1d6905978f9e1c3c3112a65563d37f2de737089c58a946d4874c9c5e23598203a9a4bcbae46de26b8649d87fd52b"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/44ed8ff3-23b9-4cfc-8acd-c4e5ff5c7794/43cf919892c01b2e4b3a26e2da32f34a/dotnet-sdk-6.0.407-win-x86.zip",
            "hash": "b8c315699d39ea178600a220e503c8af9713df4dfb42a24bf279171a5c1ff2782ec8e180eb8ef5dec420886d785c3498acc440f4e5776b26859eaeb2bfe57498"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.407",
          "version-display": "6.0.407",
          "runtime-version": "6.0.15",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7325ec17-70e8-479d-b8b6-fcbab8d6a053/8abb075436b62424378cbee076c895f5/dotnet-sdk-6.0.407-linux-arm.tar.gz",
              "hash": "3f9ba3b05e4c1ef61a6afbdf97a61c42b3eff06ef9189f0f11934fa399674440602e51823190cdf1c43deba3fef7a3ebe7d1ea92933d1d07f59516aefd399aae"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/72d1f83c-ad2c-4c9b-88b1-15196f411b9d/a0b863cabea9ac0fe7b92dc70c8d4ef0/dotnet-sdk-6.0.407-linux-arm64.tar.gz",
              "hash": "7d48d8a3814694a978b09a7c4b61c8e0dae9b5efe8195c15339d2f777fa4b85084d386117ee03b05f543d3d64b9484942e1e212001382b2e67277b30f5254b9f"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eb7a60fe-51ab-49f7-a045-bf45ee4c441a/afc50596a0e6b0ca436558cf9904f423/dotnet-sdk-6.0.407-linux-musl-arm.tar.gz",
              "hash": "02bd32822afffdbb30250ac68fe4f9ce61c6db53b7730adde190a6801342b3578702c8704774840459fbc7818b1d33b8fbbf34b68415f297c013a1d5f6294c26"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ed74f213-93a3-4844-b4e6-a9764730fa4a/8d0819dba2d8670b4511b8f5bf49a350/dotnet-sdk-6.0.407-linux-musl-arm64.tar.gz",
              "hash": "bfe6a034e4620d2041dc1239d9195c3349ab61701f8335b332212fee537200050bd7836b3e4dd71c483ca903612a65eceaa3b872bb65991db128e78f6fb70579"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8a52ba86-bd79-4551-90ee-cf219c2f45c1/cb92fd411a83c312c4622f4f375e3b14/dotnet-sdk-6.0.407-linux-musl-x64.tar.gz",
              "hash": "4db6099aad0852b498867ffce09c03afc5ae4c4b30e768e996697a02d7ba2f675952f4d64cb073da0e02461d1473703abaeb3d1ae8617088ab1f8158482ecabd"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/868b2f38-62ca-4fd8-93ea-e640cf4d2c5b/1e615b6044c0cf99806b8f6e19c97e03/dotnet-sdk-6.0.407-linux-x64.tar.gz",
              "hash": "3cc230f21c0d60ffa4955c01d79cbb41887a41f4e97d0708170e4be8e4dc5bc261269c788c738416c28bbc7e8c6940a89cf3d010f16d1dc4cf25bbb0e2c033c1"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e953e1ca-4e28-4e40-b3de-c0bfce0596f1/43ec5885784a56be964baaf67b4a4742/dotnet-sdk-6.0.407-osx-arm64.pkg",
              "hash": "f3fcd7f2dc6748bec713c442f8b6b346ba26a7638d8f9f998aafdaffb24402650ed928faf9aad5b2e2fde5062d372c8213e5ad3c243dabaa3fbb83bbccc0f2fd"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a23756f7-af64-424e-824f-35fd816a5144/0c7789d67cef2037efba35649d643004/dotnet-sdk-6.0.407-osx-arm64.tar.gz",
              "hash": "75b2cd3a679c3d156ec9f7fdefa9637f8684be17254636acfdddb3bb3d56da4dbac05e9f178acf46a631a21ab96a270aa20256bb3518d89fdcdf6a8d3d21e73d"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/91b09d38-854f-4888-ae10-b337b8c42045/3207fd5f87fcc22959311e588e531947/dotnet-sdk-6.0.407-osx-x64.pkg",
              "hash": "f895adadd38bdcee8571ca20e5fab9aac8e1dfb20143446201639b52035b0d051449d2f7f97f30f838a7701969b594a3cb975eb2b7f0418b318a7492008f5dfd"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3309662c-cf75-4bae-9317-b0441971084a/91c1112b15c070c03a0d5e6f61434fc7/dotnet-sdk-6.0.407-osx-x64.tar.gz",
              "hash": "3e4cfbd15ee138c8d1582ebd33a443edc7d8e055d579abc0335a288b2c26bac15d7e4fe3b80f91d56513c82318b6a62803558e3d41a28b6716d2296d12d3003c"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ef7f0961-bb98-4d11-8cb2-9697a9cf55f0/ff7adb80e8d1fa056f5d51616a4fdcd1/dotnet-sdk-6.0.407-win-arm64.exe",
              "hash": "37567d0145e6b8c0698d19ffb53efc23b4f289478ca2364fa9549485e395503107e2c676365cec79355228ca1d8e986f04024161a8669e4d005d72349cdd55d2"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/78fa4003-53e1-492e-93d3-685ccf826f2b/6eddeb3f325a2d501f578168f09d5123/dotnet-sdk-6.0.407-win-arm64.zip",
              "hash": "c824ad3110f4b35e526ce1b1410a21ba1baa1a0cc3198b0cbba78490cf4347bdee16bd1516f160ea30947a62e748b55f22de8aa9af85bc577d12a960a3bec505"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/38dca5f5-f10f-49fb-b07f-a42dd123ea30/335bb4811c9636b3a4687757f9234db9/dotnet-sdk-6.0.407-win-x64.exe",
              "hash": "80b05ac0009ca99a690edda4c4ba59b66e1025aa94a002638317f3aa9007a993e27a30d1f48ebbdc84b9ff511535745021550bc759dfaf2ef4c48fbf555682ea"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bfb61a9e-7931-4d37-926e-ccfb73b5d910/7bb8a55f3dab0fe28f7e7bf2f9c41aeb/dotnet-sdk-6.0.407-win-x64.zip",
              "hash": "9a5d7119a209c8b86c5c395819a5e0795eeb4eb96692c8d70cfe5ea271602c780dd8b1e3386dc5e56dedfb411b2810f7e98717cdf77ca80131ca22bb9a01a0bc"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3f294688-ec3f-4b85-ba46-ca13bd42979b/97c526c92203e8c13e5beb3172523594/dotnet-sdk-6.0.407-win-x86.exe",
              "hash": "02c22e3a0056702a07132cccd425c211556a1d6905978f9e1c3c3112a65563d37f2de737089c58a946d4874c9c5e23598203a9a4bcbae46de26b8649d87fd52b"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/44ed8ff3-23b9-4cfc-8acd-c4e5ff5c7794/43cf919892c01b2e4b3a26e2da32f34a/dotnet-sdk-6.0.407-win-x86.zip",
              "hash": "b8c315699d39ea178600a220e503c8af9713df4dfb42a24bf279171a5c1ff2782ec8e180eb8ef5dec420886d785c3498acc440f4e5776b26859eaeb2bfe57498"
            }
          ]
        },
        {
          "version": "6.0.310",
          "version-display": "6.0.310",
          "runtime-version": "6.0.15",
          "vs-version": "17.2.14",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f5a1fdd9-8299-413e-b707-7bf5bb11c4f8/dec707f0b78e9f1da4305fe588f2eb1f/dotnet-sdk-6.0.310-linux-arm.tar.gz",
              "hash": "1584e8ce9205b45ca4656ad62cba432e01eeae521f621189bb7ff95dc6da5979b441fbc23678e4c538e80846d1b25399cde7137c0b825c720cc0d84e3653a313"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/91343c9e-97ff-4b8e-b411-b56a3c237ecd/9b1ff40787e03e94a0ec517eb0ec4d5d/dotnet-sdk-6.0.310-linux-arm64.tar.gz",
              "hash": "bff911090f813b54981ae6cf0fd4555dd034b55efbb8dc4a42923b18755c90c388f447b425b93b37e27da5aca46db829bff3e415868c9fef2e1f1e113a7b405b"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/160b9f5e-ce30-43c8-bb9b-41fd11e202e0/8c1e67ed39348c42655401b34e78545c/dotnet-sdk-6.0.310-linux-musl-arm.tar.gz",
              "hash": "9f80da6ae9bfa264d54f9aca55aff15cbc9765c0807568b19c36b783071f1886c1dcec44182cf697c9f36c96a4efc0388bd8f05cf6a2317c182c4560ef673c8e"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/12f8d3d8-b184-43bb-bb9e-1f936f726846/8458991219e0057bb856e649074eaf8b/dotnet-sdk-6.0.310-linux-musl-arm64.tar.gz",
              "hash": "894f9f76fc50213c43816638b7a992aabdef287848d701dbf1c4a8dd30baa5d7c989b80d75e53ac973b4386ad55c30f121d17b27d0a660698f6147170a2ffbb0"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2fb79c44-2d17-47d9-92ab-2c0b59e45edc/d83fe196b32dc312a3872fe6136d3633/dotnet-sdk-6.0.310-linux-musl-x64.tar.gz",
              "hash": "a98c9146127d13479c2492f1c5c941e1df2f28ac2267af7aa9002b05b37ee045822fbfc9108abc20229d5d8385c01031ab47c0206ebc104b6e33372f216d998d"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/71fb7efe-9bc5-44f3-8674-42f66066c482/62d1c73537189c51e3b42473ef3d5eba/dotnet-sdk-6.0.310-linux-x64.tar.gz",
              "hash": "5c62346ce66e224df655b458e57e5fd841164407d9f6be68431f942dda299a4645c5b7c7f5d0a8f28cf1a2a21112d064c335138bca20dbe3cdf73f239b64217a"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/58ac76e4-d58c-46c4-ac6e-b99c7e496914/3b9683573613d51e6e9ca0ff8f6f32eb/dotnet-sdk-6.0.310-osx-arm64.pkg",
              "hash": "6f17ba516a75882d1f7176af6d442c870057c254ef7838fb59c6f931477f6345f82de5d45b260556b04d67beaf2f6dc13fd64e754d2e4db9147e5a5a590268c2"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d506b3c6-5ba1-41c4-8c44-5eefa6095ad0/a95ac6a119735937f196b2b81d2351d3/dotnet-sdk-6.0.310-osx-arm64.tar.gz",
              "hash": "c43fb686c39b3a4671b0a75b28a650db19a4d198194d3018a19a016dfa07963a681cfbc76755c3dd2e6788f1c86cdf4ac06592ecf355efd40a6f547589668b9d"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bcc9caeb-6816-4cb5-915c-da4d1eda76e2/1aabc521750b622b4c543d955b92b9c4/dotnet-sdk-6.0.310-osx-x64.pkg",
              "hash": "04a65094777537973f0eb9cc53628df5173ef334514a14be4e42765a7e760d248e5b28e9e9e88ac4ad30a2c474f09b12c4e82bfe12617e4c16664cbf7597063c"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cbd1bf47-d02d-4a0d-81a0-eba2e9e053b3/1492f5bba7eed4cbbc36e2c91045317a/dotnet-sdk-6.0.310-osx-x64.tar.gz",
              "hash": "e093270062d7827d8ace6f4cb487370bd6029076ebe8305a1de81512ecb79c809144d6959347e5cd24da99fd2cdc9dfe2c918d4ee4112e73260facc11835ed7d"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/be164729-5304-4023-acbc-acc6a1df74fc/e1acdfdfa8663bd0bcd76015af1022c7/dotnet-sdk-6.0.310-win-arm64.exe",
              "hash": "76b99a60cf4e25cd001a2ff2410a87e9599299d56e3235c3d0435ab00b9e8147e2fa06240a110c935cc1e83a592541a3f26412db3d5c12c03e4af63b58f45183"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/532a22d1-ae35-49a6-8052-61cf324bb581/4bbaf512a3569f777c4a1e4f60a7fc3e/dotnet-sdk-6.0.310-win-arm64.zip",
              "hash": "9df61f1d1ff4a74e0976be29d42c7f027637f74b9d255a7aa4b7d90c54931c103ad610e489a3a42233287ccd4a8d9953b3b8e79ae5ea1af748f7e5bb83396b91"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/21dc6731-7a33-4f32-9856-a464329cc90f/b53debb329f5aa178cbf987b003013a9/dotnet-sdk-6.0.310-win-x64.exe",
              "hash": "619b4acb1150cec07accaccd6de96ae0fd9a3c999bcf8d31fe37c34f3109bd9cadad74c364fb348c3a353deaa0f64ddca921692146a1250410d5324a02f41f20"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7260d9d1-f241-434f-b5fa-86bd74fe8f9c/c4c57471d2fcc01887be9bae0158e388/dotnet-sdk-6.0.310-win-x64.zip",
              "hash": "3adb1b75a490f113908366cdd6c9d151d9df2f0c0ab41e6e410cdd8bd0906e0994b9289370848414f1c9fc3f038db4baa5bf5603a352d219106a8b709113243e"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/156dcb1e-a3f4-4189-a8fc-b73417657ffa/9ae9d146ba05376fc40afac9ce632785/dotnet-sdk-6.0.310-win-x86.exe",
              "hash": "d4e2b7749c65e8f4e48ad8f1f6ee6a78a01f2bf070aab0a58fcae53594838d92696578779291a9870fcb97830433b0ede06d82311563e3b8aeb4ade4b845196e"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c9d2ce6d-5aeb-49ad-a3ed-596abb938076/b76cd06070e6b8113e86166206fb27c6/dotnet-sdk-6.0.310-win-x86.zip",
              "hash": "29355ee3beae5c6838c500d3b116da475935087a590b06462de8cb6823e4c52b65012d1a8a1f2dca418b566cdf2b7c6a71b5657e7667241912dc1ce48eff6e5c"
            }
          ]
        },
        {
          "version": "6.0.115",
          "version-display": "6.0.115",
          "runtime-version": "6.0.15",
          "vs-version": "17.0.20",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/57b378a8-e17f-4240-a20c-b6e9ee70dce0/2646af466664b371c8124238eda909a1/dotnet-sdk-6.0.115-linux-arm.tar.gz",
              "hash": "c18f6a9da7117c7faf1f5bfd1725eb9d08672552f5b25a9b9e5f110b146e488f2f251fc1565c6470680ac7e37879560767ef3d004c33bb3b5267a5e647490740"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/988384bf-2a89-4510-a765-ffd9bf04431a/09c640d3969d9d0403139686135dbbdd/dotnet-sdk-6.0.115-linux-arm64.tar.gz",
              "hash": "d3919dec6cdbb4e0ab065c3d7216c0eeb31e856e73ee951fc6ad46c9511a20b7c890436370d43e6d7d0a51e0801389a6303f02ce008f9e205cefa5c27e17655b"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4fea192c-7cdb-415c-bd04-dc1ee5c1226a/6d554912256d5dac55789844c026045b/dotnet-sdk-6.0.115-linux-musl-arm.tar.gz",
              "hash": "4f693041514bb1344b1c1a5144bf0aa1fd5a2965db768df79f6d0760208944eb98d281af080e4c181a29ecaddedcfdde82f03678204cc27895cef5c5e1dd5bf1"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bd9cf87c-6052-4585-a292-28d162590a60/f0c5c8094530c507f0a5745877a098e6/dotnet-sdk-6.0.115-linux-musl-arm64.tar.gz",
              "hash": "ff98fe117814e2e623be5c5d273e1d9cc22c0694e7e042212e4cd91605fbacc9a37cb5ca62b070abd520769511c52e9887ea3c47e9ac7d7762088787b544cef5"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/89287d1b-dee1-4a4a-8283-b69bd7f56465/b3090c73b22186ea0e34908aad190f33/dotnet-sdk-6.0.115-linux-musl-x64.tar.gz",
              "hash": "025f21c494ed0c63e3c5acb17d4c95b51d049b9ecf6c9bde0700368fe63cf0067d74777c020f6e497cd148c68ddc0c1d807cb074aff7b520be88e6309ad1cce3"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0985211d-e1ed-4a73-ba42-38642706ec20/29f1d9e253c996765245a39013b4d2c3/dotnet-sdk-6.0.115-linux-x64.tar.gz",
              "hash": "821f2b3cad08162910324ed3433b7edc521f09f4f36a34f7afc766e796bc46be03fdfe7499b21ba9a885999d5f78b08548993b06b4d9bf1734d06aedf4bc2e2a"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/84bee0ec-58e3-431b-ac10-5f0d1662ac6a/06212bf1a1499733f081d8bbb7ef619a/dotnet-sdk-6.0.115-osx-arm64.pkg",
              "hash": "88b58664859261885664ce0883216e1cc47033050bcd66b173be0d91edd6a54ede4365fae6cdd4ca72050d83bccc65492b23e6684f52605a4db52d9316843f1f"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a1839bb9-9370-4ddb-a23c-c4c6648ecf4f/9390e176419b63f2157b543582cd4fe6/dotnet-sdk-6.0.115-osx-arm64.tar.gz",
              "hash": "ea58bde1d68ae345db3af142ee953ae041e77cfa909c510f8e0d87701a6e57436a9c1353a2f11af722a0c863e1e2656801d2d2d614cfc13c80af160751cf1095"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/99d2c9b9-1bd7-440e-a17f-1228f05c3c29/68c067ce39503a1e2d427b622ca6a41d/dotnet-sdk-6.0.115-osx-x64.pkg",
              "hash": "53d4c58d215795cb6b79b75b5bb9dd408479915d1eac3a2ddadf663493b42888025089d33924821d3239ce9ba4e15641816d093b4d80ec24a78ff8ed0fead157"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0734033e-225b-46ea-8b64-38b2bb965c6f/0adc30d2760a58785bd5f60ae087ab05/dotnet-sdk-6.0.115-osx-x64.tar.gz",
              "hash": "a17c1fe4435ff6d95c9f5304c976b593e8cd6634a4d6e7cd61517d9db3d0faa321b3dc6f1f6b2109b9370357f38502ca5d61326d8c99c448eff0b469be121a90"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ba6a249e-7494-47cb-a61c-4fd731ea9894/58d9bf6b6e28fa2f4f55e610b31e8b32/dotnet-sdk-6.0.115-win-arm64.exe",
              "hash": "5b3b649b8da9569b60be1ee6d3cd1d23e6eb5dc902e6388fe509aa8571f79a5f1ef2f514cc98d7c3f17802b459ef9cd046a379873c895c3e107849465f3d6be9"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b2a444c1-c405-4779-9434-98195d71b509/c7fa03144a230b0e841e4169c483e1eb/dotnet-sdk-6.0.115-win-arm64.zip",
              "hash": "44befa517bae5f8de119442a55781d516164433c0669abed61b85b207bc235e30a426ef823a86ff20cf4a6ccbe4d18a8af4a4e93988bef7f010ed17f3d3a574b"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/61ee63df-d33b-4601-932d-72a34740b0c1/e2d943bf1e380a99a2718a127fb146ef/dotnet-sdk-6.0.115-win-x64.exe",
              "hash": "a25dda8e69bca2bdc8ed08f2b32bfb8d952b09ac83ef4ef6bb4a65cd4fd9c0a869bdea19377470e27d12d9e95c325a5c008001166f6f2b8a18d8c3e131efe70e"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e890fcb5-a41f-44d6-bd51-1565380875c4/2fec92faccc145425861086da086f342/dotnet-sdk-6.0.115-win-x64.zip",
              "hash": "db01975cf3c5ab30767d73a5a61d0951cdcd6aacd3b83fcf611461539ba3b09771db90e52934024f4d3536795f2aef6a17101e008ef867010bf3878a777c92c0"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/38967177-5af4-4a4e-abc1-260cf333c297/2e9153efe6d568580bb39beb2ac40600/dotnet-sdk-6.0.115-win-x86.exe",
              "hash": "d46aa97c376867174e87d80010315d348ebcd5e9e061ac2bc31a1351d28555ed5c3ebcceead32aedddc61871040b54780c02f94ee6019d7634d605c1c07a80b3"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/74f5b524-19cd-4a9d-9439-d114dfc42419/e93ca2aafaec97c90468ab79a596af57/dotnet-sdk-6.0.115-win-x86.zip",
              "hash": "06c4a2403983cd2fe8bae33c1ecb79bfd6923f8c616ccc9b3ca01b9bfb5eac54ddfb66c8f09a2c0440602a9e9520685b96e67bc52cd6b09eee000e68bcc73cdc"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.15",
        "version-display": "6.0.15",
        "version-aspnetcoremodule": [
          "16.0.23055.15"
        ],
        "vs-version": "17.0.20",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c7eade0f-81ff-4587-a58e-647702814ec4/1b8c56efc82990ee986d8dd52a9a09ab/aspnetcore-runtime-6.0.15-linux-arm.tar.gz",
            "hash": "72a64479d009674233607cc88c79e11c9d3955e80b1c7e549acaffd38ace337fd84c24982c6991c4437c766fc3eee3a035f9130406cd4071ef6b0b481f695642"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0d9619a1-af06-40c6-9816-46d08c9e42d6/744ecc09a1058822dc08ae17a3dc9c77/aspnetcore-runtime-6.0.15-linux-arm64.tar.gz",
            "hash": "3968cc6984627a521e68658f61dd0d97caf061a2582b3a133e4d13ff90718954e881f1dd1180f48458550fb02e2122a71fb2bc0463bba38f6812e173202c2c68"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/810c6593-da6d-4f45-9b44-0d2773921363/a7802f15b43c2367180a43d1c361edbc/aspnetcore-runtime-6.0.15-linux-musl-arm.tar.gz",
            "hash": "cde3bb818da5fd57279cea5518a5d93c0c811e90c181f188c5b1d1e9e7ab7c5875ee0f7932ab081f1419a0d1dee9413616481840f99f81c789c68b5446a978e1"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b571004b-d5ff-47eb-a830-1db7285a40a0/34fbf4b46c625eec823bf570ab130b88/aspnetcore-runtime-6.0.15-linux-musl-arm64.tar.gz",
            "hash": "c6c70694ad30215c3b1758a9e11846e3b26920d81fc0a7973972d1b085c7a131a40e3cdca3b92daeeeee5638915348091075f9f18fb18d8a0933f30985b9d2ad"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dbd4c83d-99e9-40a5-a6c2-df95b921cf38/0b841f3708f58b04cca7e83955c40de6/aspnetcore-runtime-6.0.15-linux-musl-x64.tar.gz",
            "hash": "6673574af4c5d45a3a78e64da3b2ad04fe15f4b68310711fe54dc5017f3ab82088ce731852164e6a8a266692d4cfac01540810344e00679289a868b7abc6f038"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4518a0d8-9a6b-4836-ada9-096afa24efd0/ad0d8ccefb6b6a36dc108417b74775cb/aspnetcore-runtime-6.0.15-linux-x64.tar.gz",
            "hash": "db41bbd6ffb061402acee12f498f41fe5987d355c9004091ff63010303cc9ea969ab233986dc11556bc6def5194883f50fdf216e1c50b26bb60cacd4f2ecd98a"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8c038a1c-2c5a-4223-b863-3c7ace6b96f0/92b7538b884350b055a22c7877775fa1/aspnetcore-runtime-6.0.15-osx-arm64.tar.gz",
            "hash": "9295d3931af3b7b74c5fa2c61d49f0c270d00fbf0ab15d130f5b70e28297051341b390d36a1f09cc79a46f044099a3830f652d8a294239821d473f946d82ee25"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/183c7035-79ba-4438-a96f-39cebae901c7/14358a3d95afb3af618abea80a8106db/aspnetcore-runtime-6.0.15-osx-x64.tar.gz",
            "hash": "2e73fc14f85e6cf01fd53439fdbb451496391530cf9af0b4775445383b6f70b5bacd78a0408a8cd6fda23569999fec5809a5cb6325f353fcf72cbb0524e0444e"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/09efcd1b-5c31-474c-a8e6-4a660d8d4c3e/f10d916bcbaeb695766d2d423e0e9e34/aspnetcore-runtime-6.0.15-win-arm64.zip",
            "hash": "dbe3a34d53b6fa7a08cdce9c1c0c383416c7529933a6f38a27ac78bd165e9bee97de591ad130010acc85960a69fa7b904e6c8735829253bc5d0eb2d207de0967"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/28431bba-e071-4e98-86a9-aa7e0c9050fc/0677f2fd79faee65f5d48260b9f303e5/aspnetcore-runtime-6.0.15-win-x64.exe",
            "hash": "e883cf20145aad8a71113fcfdf9675b50f21d5e6bd68c632dcd20bf834a45496f2b69f727998820214515ffb8efcbea3065119443f75acc534b776d82501836a"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/236f1c8f-4d0a-408e-8c78-3b96c884dfe1/705265df9e07e998178826a0871ca452/aspnetcore-runtime-6.0.15-win-x64.zip",
            "hash": "d35a8c55f7c44a21ff82a0264e395986a30133fa7561820fcda8228d2af45d5c48a58c27deead2bc7ec41db4b58aa18b40891e71c259cc3ae2ff7f21f27bdfb2"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4b99db58-969b-401d-a239-86ba1c92e6b8/2c17255b0091fa3210ec4cfb7bfe89ed/aspnetcore-runtime-6.0.15-win-x86.exe",
            "hash": "38eb2dbb35bdce221d5fe3485b482e98f14dd414d99a9763a64577dcb8de6f5d5ac1f0b6513cdf0bcdc46d21e90179da6cd76dd96f28f5412eafef8148f52c8e"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2415950c-fcc3-4a5c-b0dd-f81f35a5db6e/9e0483851b6d40ae2d39718d3985004e/aspnetcore-runtime-6.0.15-win-x86.zip",
            "hash": "6a9ea08c65d4092cc042a763d5dd619af2ca5a76e998887aa2b22c5c89736d7580f8bb33a245ce985d8ecae71b5a63e84f25ed1ca7a60cf0de15c8050804df17"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e38901ef-e9ac-4331-a6aa-f2aec3b1754b/6d695fa51a4960393edaf725ce970a86/dotnet-hosting-6.0.15-win.exe",
            "hash": "0fcec40e3d4ee131dcdf8ee606a603274e71921fbaa3c0f3a7b5fdb4a1b001ce86e46ae0840b2e58ce1a930797ff68b274a46630ab7995e01633c8a6dcee15ba",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.15",
        "version-display": "6.0.15",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ed661b4a-6784-4b40-8872-c7df46d2fc4d/22ee24e9434437b66f1d5431504c049b/windowsdesktop-runtime-6.0.15-win-arm64.exe",
            "hash": "880344f57b4d5b97855eb8d8ecd7dea0101f33e9a8ba944c5e3e2a4566cd9a917839e6ad17ec28ea3365c8bc992a8f873ff456c7e7a2315af007fd527e689d6f"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/25666b72-9496-4c15-95ec-952e7a053104/6c0a54f5239cbb35b28d427e271dc8f2/windowsdesktop-runtime-6.0.15-win-arm64.zip",
            "hash": "25eb9d3dbfa1e82aa5f4e87c77e6c68d92ad352a4d82dfa671c2969794ef213b89e67ee337174071b7b36b8c83e1b855e329cb99538ca6dcfc33abacfeb8fca9"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/513d13b7-b456-45af-828b-b7b7981ff462/edf44a743b78f8b54a2cec97ce888346/windowsdesktop-runtime-6.0.15-win-x64.exe",
            "hash": "62412c45ba5ebf89b0ea2c3d9dcce3a7f05198d4db368f63956f7ae58b368baa059343a2de39d24e20ffe126145f31c72131914cb2793f002921a975e69c3bb4"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a6abed9-fe1e-41e5-8351-eaebe0ee5751/40676900544cfe8e12806ecd756c87a2/windowsdesktop-runtime-6.0.15-win-x64.zip",
            "hash": "06d0a8391710ecd531b20f11fbeb9e9d782ee247d595cb5dd2692dfcccdfb35032134f6120491845ec012d391b23aaef1f3303e3cae29399788591865c5b5190"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c7294693-5754-4bb0-b4a4-bcb63d4ef661/dd21bbae18ee17a1f8cb004bd1a7d365/windowsdesktop-runtime-6.0.15-win-x86.exe",
            "hash": "5959fdc7260479d57cb9a9c842d7ccc4fee6b0bb52554c7b066c5822344ab0f2efcdb1494bb427db810d8f4e7b209cdc726dab18875eecf3253bf3a9a0f1de56"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a0eefc49-b808-467c-8e01-17a371ba26f1/a4b79ddf4910b9e3d5d127e2236fc4bb/windowsdesktop-runtime-6.0.15-win-x86.zip",
            "hash": "b10c6be82c2f5aa84cef1b7481e7c1ecf43efdf70a038e58ec202b5977e63b596b6915a2cc4c65d698fc39f89ed0ac6e5dcd882008d1f117b72ba4c47ae6040f"
          }
        ]
      }
    },
    {
      "release-date": "2023-02-14",
      "release-version": "6.0.14",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2023-21808",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-21808"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.14/6.0.14.md",
      "runtime": {
        "version": "6.0.14",
        "version-display": "6.0.14",
        "vs-version": "17.5.0, 17.0.19, 17.2.13, 17.4.5",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f108cccf-0925-4ec3-bb6e-914fd14afc15/e7c38086f49e4f4378774069b6dce9fe/dotnet-runtime-6.0.14-linux-arm.tar.gz",
            "hash": "31272eaca24237e0b4d4ada5f38cd57071419a8e86896fbb1f218a812434e8e347574ebdee950063b4de7b96b921052a51616ab05463768c75ee6c828644800d"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/52cef887-8713-4085-a8e1-57e18d9a8c2c/85f217a96356c6cb3553883585f44625/dotnet-runtime-6.0.14-linux-arm64.tar.gz",
            "hash": "4f559d5da668c67ed61c3e342e5ca77f2059b45bfa84f8c35b5ab4d5acb56ce75daf05713ef7b3ce299c1084fc863d5e43a4c14b1e04ce86db084b1fdd465a1c"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/77231727-4255-426a-87e9-2ae32faf8dd8/c0a0162b90ec0b2a7011d5606630afcd/dotnet-runtime-6.0.14-linux-musl-arm.tar.gz",
            "hash": "8159444062812db6104a072a0d18ad26aac32a968fc08c9ddbe88dfdb84a7a740931f0e9b66a39ab9b99bccc5e2bceb96595a58b1a8a64f451413756a5dc2f7c"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8aa2abd2-c3e5-41b9-93cc-15cd199145da/f762256769da1dd4d389cce8e433e27f/dotnet-runtime-6.0.14-linux-musl-arm64.tar.gz",
            "hash": "61bf31dd2e13d9b4de7474b776eed6af8624fe30fce040638e677cfcdd3ae0650207a9805fed4f6542e908636a9d598235127e5b03e082ddc19294353ccb8735"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a416558d-5d08-4e50-b24d-54b5e72260cb/51c1e141a1f9f084437c50270b79baef/dotnet-runtime-6.0.14-linux-musl-x64.tar.gz",
            "hash": "126b22ce50bbdae2cbcfdd47dd6273451ff5e80fb3318d4fd1fa5cf9fd79aced6b9683f68fb02130a699808eb0c380ae0d8a400a04f24a286d21230d7df02423"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bdd6ca22-dd29-4b4d-a9bf-535a04151a39/cd4e2e686ea044729cfa8eab80ba12a9/dotnet-runtime-6.0.14-linux-x64.tar.gz",
            "hash": "2eb1d0a35b21c1f03c0dacce94923d77e85c929a813fa9fcc885c7b045bcb6d6755511dee58f41e001aec294ba6e2163934b451c8c66065bb0bd1723c236e470"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8ac1e071-ea83-452a-83b6-4fe482ed9a51/03a567b5236ea7b11be0b3f901d876b2/dotnet-runtime-6.0.14-osx-arm64.pkg",
            "hash": "b19d05c6e839e8efa0c5bdbad28a440726015861fad838d3ba2de53a98a740e4f561564603fafaf60096d692ad1707cba587fd556ef78164efeeb52f47e96936"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d88d581c-66c4-494d-8bea-922886d27a95/9617e9b18e88e1b02fab40c566b480bd/dotnet-runtime-6.0.14-osx-arm64.tar.gz",
            "hash": "7c1cdab62768c293e2ba0de73400de9f4cdc061cefefcdb22030c367147f979dea241797400768370a68449270222955753d6df099236836889863915d38de7c"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9ccb72c6-1ec5-43e3-884a-3af4a625149f/e29c06718dd33cae7efeb4cb817e620d/dotnet-runtime-6.0.14-osx-x64.pkg",
            "hash": "fb514f5646b301db938a90f88e071744ba279a6e8727c1c95ef6d076527cc053206e35817be3d3961cc95b17a84131c344fa57d7fc3c14d6de957ab3b90b925d"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c25fd07e-9ebe-4bef-b53e-8fab7e3cfe0d/87dcc85e499fe8ec272819734822412d/dotnet-runtime-6.0.14-osx-x64.tar.gz",
            "hash": "dc6ebb5d005c9e524ce99cb2c189d963e4399bbe8845c3c517282c601a884d62b126581e6238bbd83c173ca3fa45aeff119d6a91900780f7c4b1394f28bff803"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/affde4e0-2933-4982-a410-8ee5e3ebd954/8013d4d3f8de2e090dacacbbf9094cde/dotnet-runtime-6.0.14-win-arm64.exe",
            "hash": "f8d46383d888443c8c87d4ae54bd42c5e431708179feed069c4244cb48f11ca68b22958fe05381d9462b33ffcc2dd2f2b7bf80b4c81cef7e5d46545a97173965"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/89b9c572-17d6-47de-87fd-2641f3232d48/3aa6f206df9f6002c0ca73e78902ce34/dotnet-runtime-6.0.14-win-arm64.zip",
            "hash": "8d2df4df20549ca5055bb0870ad5b511c4e9a112824d88e46375d7d4c98ec22a0e1faa66dddee2b74c9c9c4db1c28e5a9cfdf5f3848c6ed765357f00c01a8a57"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cdd7a605-be77-47fe-a8ac-d982c8e5d692/c8abed93d34b110b4f3d3254e56de254/dotnet-runtime-6.0.14-win-x64.exe",
            "hash": "aad50eb958272ad89627e0460cef165757bfd25e3d17e7f74f6ef5d5c0923b36143dd1aab1c309829db43217344a0848b42dc9e6d273f5293c840f98b7a2a5b1"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c40ed64b-5501-4096-9b51-4b41e0fc26d1/86f7e0cbd77df3ab48db9a6c43b70c75/dotnet-runtime-6.0.14-win-x64.zip",
            "hash": "78940d4550c8370586e6bf9c20f3266aa42b1134337b0fa78e9c4c9fb01a4abc9237afe42b96e364c561e87b810a8bb5a16a44e0e62f2c626bd86655009bb1fa"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/36ba8cdf-e5c2-4ab8-96e7-e7133f0517dd/e63c28b38f8896298544263469e9f285/dotnet-runtime-6.0.14-win-x86.exe",
            "hash": "5926ae3c7d37f4fed3989cb52faa1841086a9516012e9eb05720c4c4ea114e6d641224418176ca8a8c41718de624489c2e829a1412d259d8761c31dd5c3509b3"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/34101dc8-fcee-4458-aa78-cd888cefd8aa/6bc30a5199bfd75da51bdfa23a17239e/dotnet-runtime-6.0.14-win-x86.zip",
            "hash": "49b83d85713499679067d23130f664a5f755a4ce203a0b235d73095da17e59f771673c977e3cc94adaab5756acea6a85c8907b0f5ed467a8d98d6e29bee7fd3e"
          }
        ]
      },
      "sdk": {
        "version": "6.0.406",
        "version-display": "6.0.406",
        "runtime-version": "6.0.14",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/57c99686-6bce-48c7-b69c-91e0be60165c/69e812835ab62d1f1773a71ee943d9a7/dotnet-sdk-6.0.406-linux-arm.tar.gz",
            "hash": "dbbe12b5b3760817d097c5cb3984540a0ddccb4a06f8dbbfa0cb94b2292bf251d8a76b63fa5030e3a895f772371bf99e2ce81a0476401b04968a968140980b26"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0a569135-1e0d-4273-ab56-f732a11f6199/6fb7eb4813c1cc1a7354cb665d2389c3/dotnet-sdk-6.0.406-linux-arm64.tar.gz",
            "hash": "7653939414bfbd06b4a218fe17c0c8e0af20f7b5e6929949a0adc23ac515a76622fa863bd6c46bbcc0128238f4c1aba6b7ff5ace331fde43e89921737a20eeee"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4949d491-b2e5-4dfd-be0d-c5aaaa8b1fe6/98011530a876a7d097e85ea2d073b331/dotnet-sdk-6.0.406-linux-musl-arm.tar.gz",
            "hash": "adf59727438c87eeeab815bd99ee82faba8ec26e843cf19e1bd554ce55a1aac640cfda6982bf4fcf609df53f5343ee7b3575f4c1870ec170a980c40cae727d12"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bc401bd9-55c5-4d6a-9a19-e3f28d5fd676/a6fac969c48d477246e5431894039bf8/dotnet-sdk-6.0.406-linux-musl-arm64.tar.gz",
            "hash": "3efa9fa21b7336721324ee5e5fa2bf6876a09633b561313a6d580155884e299c5f1629ed8c58bbbb949c26676b36f2f14e00dff69afbe57ed1409b43558cc8c9"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/78f718d3-3419-4ac3-84b0-4ded4f653c65/efd4add8348bc3306dbddd42564341f8/dotnet-sdk-6.0.406-linux-musl-x64.tar.gz",
            "hash": "1a858c291f87581d6cf5c816e2f6204d4bb1703242d8fb0945cd15ea46afed25f337bae13055d9f49704787cd632d0f3aaab70999f56deb75dbd75ac7e9b1e78"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/265a56e6-bb98-4b17-948b-bf9884ee3bb3/e2a2587b9a964d155763b706dffaeb8b/dotnet-sdk-6.0.406-linux-x64.tar.gz",
            "hash": "4553aed8455501e506ee7498a07bff56e434249406266f9fd50eb653743e8fc9c032798f75e34c2a2a2c134ce87a8f05a0288fc8f53ddc1d7a91826c36899692"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a88e8808-bb19-4722-9101-a46814aa2118/17af8da06a520d9435038768fde4d085/dotnet-sdk-6.0.406-osx-arm64.pkg",
            "hash": "a6744c3fce9e5bc9b2f274d7975993917ed56ffaed68950b07dab192328dd229c31559d6e12379255c8514c1285d363b779c9e93cc5d84ce208c3922436df956"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bd1b3132-b61a-47cf-bacc-130e31003021/002152a1050fbc9eb723bd741453c9d9/dotnet-sdk-6.0.406-osx-arm64.tar.gz",
            "hash": "1eb56eaafaef3b81593169374e44aa19e16606ec14e24dc2225f9e79466f08f904be052f24a6d2ee231b2f89473922c4386e3f0525570356817b90f9990b7a87"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/85962c99-0139-47f0-aa4c-b566b809b6a1/2008bf2ed757e67f382fe92c0fcca583/dotnet-sdk-6.0.406-osx-x64.pkg",
            "hash": "85952140bd216f20f4db41e5b68571513f0b410950a9e1382ee6a1665065a3af1da214101c1c2e66134040c9522f3590c8b2dc5d2d47b97f21319668c663eec1"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/61c6fa00-1ebb-4faf-aaf8-30d39ca5c38e/e3d1785f5805093bcb6d778448d3611d/dotnet-sdk-6.0.406-osx-x64.tar.gz",
            "hash": "e0249710b8dcf380179b4f57559e2f6745b855d387d4bbda861c94605763bf1f4c09293edb31e33b6271395c0211aed9b2b83f9cf5cc1831ccb1bc34b45e58c0"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f206c2cc-a062-4e26-90ae-7647450de9e1/c4e5b1e0a32613215d998f2bdef12a9c/dotnet-sdk-6.0.406-win-arm64.exe",
            "hash": "5ab1438329d2cada89289a8b5c393523da03ada3a9abf74f6acbf93b7ece690d9fb836198923087ae41284ca3c0960910471666fa0b9f6dea2070fb2a890a849"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/15f64841-7ce2-4508-8227-fcf393a4e14c/32218eb343103113b183f30801c43b94/dotnet-sdk-6.0.406-win-arm64.zip",
            "hash": "53d4ea1c0946bb24f9bc0e462f6968fad4efeace61b0d14ceae1870a3b53847184e18d0630bb4c4dcf61fadda601967de6e662496676d39b553f620d28b458f7"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4a725ea4-cd2c-4383-9b63-263156d5f042/d973777b32563272b85617105a06d272/dotnet-sdk-6.0.406-win-x64.exe",
            "hash": "ebe7e2d4ea3bde3e5a6d4da111d87ab92764ae1bcd6b96ce14183090c641858571210d87420b079bee3bc870e6ffed4f09323f23162042d08bef582dafbc2a81"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f16f4f87-539e-45c5-9955-50faebec8952/ecf58d052d15372aa01f389b79782c39/dotnet-sdk-6.0.406-win-x64.zip",
            "hash": "d7ff6a0b03a68122810ae310d4c4d7425fbb8c03a01e07965983cf5d3c28367dec540d1654144eb2579874c05044324b2595f489560b840e779f8f955be4850e"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cacc3503-733e-4ffb-8eab-920f78ea6fc8/3d5603c46de0317eccf75d136749e57b/dotnet-sdk-6.0.406-win-x86.exe",
            "hash": "c0dab4e1f640eab089d0d309e7a3f39280abf3025fb2a09dad43cc82002b228fd9fc377d94027cbb72417bb51bcb06873eb5f39b09766969432e2af80440054c"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6437c23c-1d87-4a42-b807-05c93f66e9e3/ebb3ac00e7d8c22438414b6a9af9aaf6/dotnet-sdk-6.0.406-win-x86.zip",
            "hash": "639d2428e7ef5f39608a5c04f81b72c2f90caa8525457280cb6aaeedb2e6925b8329c6a31d15ddf2d226e47c96cfaf50c95cd9a92a7b1f2860e4c4a5bd8f3cbe"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.406",
          "version-display": "6.0.406",
          "runtime-version": "6.0.14",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/57c99686-6bce-48c7-b69c-91e0be60165c/69e812835ab62d1f1773a71ee943d9a7/dotnet-sdk-6.0.406-linux-arm.tar.gz",
              "hash": "dbbe12b5b3760817d097c5cb3984540a0ddccb4a06f8dbbfa0cb94b2292bf251d8a76b63fa5030e3a895f772371bf99e2ce81a0476401b04968a968140980b26"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0a569135-1e0d-4273-ab56-f732a11f6199/6fb7eb4813c1cc1a7354cb665d2389c3/dotnet-sdk-6.0.406-linux-arm64.tar.gz",
              "hash": "7653939414bfbd06b4a218fe17c0c8e0af20f7b5e6929949a0adc23ac515a76622fa863bd6c46bbcc0128238f4c1aba6b7ff5ace331fde43e89921737a20eeee"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4949d491-b2e5-4dfd-be0d-c5aaaa8b1fe6/98011530a876a7d097e85ea2d073b331/dotnet-sdk-6.0.406-linux-musl-arm.tar.gz",
              "hash": "adf59727438c87eeeab815bd99ee82faba8ec26e843cf19e1bd554ce55a1aac640cfda6982bf4fcf609df53f5343ee7b3575f4c1870ec170a980c40cae727d12"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bc401bd9-55c5-4d6a-9a19-e3f28d5fd676/a6fac969c48d477246e5431894039bf8/dotnet-sdk-6.0.406-linux-musl-arm64.tar.gz",
              "hash": "3efa9fa21b7336721324ee5e5fa2bf6876a09633b561313a6d580155884e299c5f1629ed8c58bbbb949c26676b36f2f14e00dff69afbe57ed1409b43558cc8c9"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/78f718d3-3419-4ac3-84b0-4ded4f653c65/efd4add8348bc3306dbddd42564341f8/dotnet-sdk-6.0.406-linux-musl-x64.tar.gz",
              "hash": "1a858c291f87581d6cf5c816e2f6204d4bb1703242d8fb0945cd15ea46afed25f337bae13055d9f49704787cd632d0f3aaab70999f56deb75dbd75ac7e9b1e78"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/265a56e6-bb98-4b17-948b-bf9884ee3bb3/e2a2587b9a964d155763b706dffaeb8b/dotnet-sdk-6.0.406-linux-x64.tar.gz",
              "hash": "4553aed8455501e506ee7498a07bff56e434249406266f9fd50eb653743e8fc9c032798f75e34c2a2a2c134ce87a8f05a0288fc8f53ddc1d7a91826c36899692"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a88e8808-bb19-4722-9101-a46814aa2118/17af8da06a520d9435038768fde4d085/dotnet-sdk-6.0.406-osx-arm64.pkg",
              "hash": "a6744c3fce9e5bc9b2f274d7975993917ed56ffaed68950b07dab192328dd229c31559d6e12379255c8514c1285d363b779c9e93cc5d84ce208c3922436df956"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bd1b3132-b61a-47cf-bacc-130e31003021/002152a1050fbc9eb723bd741453c9d9/dotnet-sdk-6.0.406-osx-arm64.tar.gz",
              "hash": "1eb56eaafaef3b81593169374e44aa19e16606ec14e24dc2225f9e79466f08f904be052f24a6d2ee231b2f89473922c4386e3f0525570356817b90f9990b7a87"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/85962c99-0139-47f0-aa4c-b566b809b6a1/2008bf2ed757e67f382fe92c0fcca583/dotnet-sdk-6.0.406-osx-x64.pkg",
              "hash": "85952140bd216f20f4db41e5b68571513f0b410950a9e1382ee6a1665065a3af1da214101c1c2e66134040c9522f3590c8b2dc5d2d47b97f21319668c663eec1"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/61c6fa00-1ebb-4faf-aaf8-30d39ca5c38e/e3d1785f5805093bcb6d778448d3611d/dotnet-sdk-6.0.406-osx-x64.tar.gz",
              "hash": "e0249710b8dcf380179b4f57559e2f6745b855d387d4bbda861c94605763bf1f4c09293edb31e33b6271395c0211aed9b2b83f9cf5cc1831ccb1bc34b45e58c0"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f206c2cc-a062-4e26-90ae-7647450de9e1/c4e5b1e0a32613215d998f2bdef12a9c/dotnet-sdk-6.0.406-win-arm64.exe",
              "hash": "5ab1438329d2cada89289a8b5c393523da03ada3a9abf74f6acbf93b7ece690d9fb836198923087ae41284ca3c0960910471666fa0b9f6dea2070fb2a890a849"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/15f64841-7ce2-4508-8227-fcf393a4e14c/32218eb343103113b183f30801c43b94/dotnet-sdk-6.0.406-win-arm64.zip",
              "hash": "53d4ea1c0946bb24f9bc0e462f6968fad4efeace61b0d14ceae1870a3b53847184e18d0630bb4c4dcf61fadda601967de6e662496676d39b553f620d28b458f7"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4a725ea4-cd2c-4383-9b63-263156d5f042/d973777b32563272b85617105a06d272/dotnet-sdk-6.0.406-win-x64.exe",
              "hash": "ebe7e2d4ea3bde3e5a6d4da111d87ab92764ae1bcd6b96ce14183090c641858571210d87420b079bee3bc870e6ffed4f09323f23162042d08bef582dafbc2a81"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f16f4f87-539e-45c5-9955-50faebec8952/ecf58d052d15372aa01f389b79782c39/dotnet-sdk-6.0.406-win-x64.zip",
              "hash": "d7ff6a0b03a68122810ae310d4c4d7425fbb8c03a01e07965983cf5d3c28367dec540d1654144eb2579874c05044324b2595f489560b840e779f8f955be4850e"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cacc3503-733e-4ffb-8eab-920f78ea6fc8/3d5603c46de0317eccf75d136749e57b/dotnet-sdk-6.0.406-win-x86.exe",
              "hash": "c0dab4e1f640eab089d0d309e7a3f39280abf3025fb2a09dad43cc82002b228fd9fc377d94027cbb72417bb51bcb06873eb5f39b09766969432e2af80440054c"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6437c23c-1d87-4a42-b807-05c93f66e9e3/ebb3ac00e7d8c22438414b6a9af9aaf6/dotnet-sdk-6.0.406-win-x86.zip",
              "hash": "639d2428e7ef5f39608a5c04f81b72c2f90caa8525457280cb6aaeedb2e6925b8329c6a31d15ddf2d226e47c96cfaf50c95cd9a92a7b1f2860e4c4a5bd8f3cbe"
            }
          ]
        },
        {
          "version": "6.0.309",
          "version-display": "6.0.309",
          "runtime-version": "6.0.14",
          "vs-version": "17.2.13",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/af7fbef4-928f-4543-af37-9a12e90f1a56/06763b4b5da84c421873e86dd4f4f224/dotnet-sdk-6.0.309-linux-arm.tar.gz",
              "hash": "43c4727c89724ae3a38e8f21b694ae80fa60f38b36fca7a25b5163886645f9a4e67f04af6e2f9711102cf0e6c67ac1a60e05d80297715f282b3ace1300e044e2"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8a63c05f-34a8-4764-80aa-8a1fe3a4369f/8860574c01167a8680b802854bdf4104/dotnet-sdk-6.0.309-linux-arm64.tar.gz",
              "hash": "8917a8471df7d872e1cdb93acf81cd8d2b9b1bc027ac9255e940f27df28a237d4a105b8a21b9295b55ce3e4e8ec3401edf5e5a5a4ffb58bfadb22531b4ebd377"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1af5bbd0-5341-4cf2-9d81-6de159fcf341/f588e7f0c9599c26d0a5bb181a72ef59/dotnet-sdk-6.0.309-linux-musl-arm.tar.gz",
              "hash": "df5e5fc912039b57b42b9490db625dc131f2dfcb3da48b3bf2e93ebfd4e6fed157867dc3df69fad3a395f1f7fe17ebd5994476832be6f5bf1681ccf81d5bdd6c"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d027c4cd-effb-49c6-b5fb-e20b8a815cd1/59a1e48d4367d78713041d7ebad03ba7/dotnet-sdk-6.0.309-linux-musl-arm64.tar.gz",
              "hash": "f7475d8df272fda76d555657746317cb2d1a926fce1500865f58193cc4f64008aaa66c1f596c1873e2355ccd5d2d3357195213edd5943365bb05e08cdd2b8369"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5df4bd68-d965-4b9f-bfd3-7e77dd852ddc/6aa94b72dbb0a7c67dab0da53bb6d467/dotnet-sdk-6.0.309-linux-musl-x64.tar.gz",
              "hash": "352252f9226241605232ec1474dfd992f7cfba2eeca1de7df294739ff426fbcb97aaf8fe34e6c67e4585eb88831c317b3345f7cb36710b01199512d1ca666a9f"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0e493e55-0977-4e15-971a-e6e2676816c4/6b5bd4bbc06be6ada319aa45695dfa50/dotnet-sdk-6.0.309-linux-x64.tar.gz",
              "hash": "c849d2d825e7054da2a9c34ca6dac0d9c8cbb54956b8d096455afc37fe648609f28783ac4214dfe9629be8df3c3e00372784481d72bb155b338c13a9877bbd88"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a4892708-af80-4c26-8c5b-ffb70394c0b6/bcb4a5d5b9d11002f889f6a3861ffdad/dotnet-sdk-6.0.309-osx-arm64.pkg",
              "hash": "5547e5c8eb1b381a1adb6aafbe5ffdbb94485ea5a431e2473efff505aef7af7d1206f357203e5ccbeb8a4bbcd6780ef7345c8ee2768744dae6db2b74e4a891ae"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3f7b7db5-1da4-4985-839b-9919475f06be/f3e1f1f31ef96da66cd6343aaad943fe/dotnet-sdk-6.0.309-osx-arm64.tar.gz",
              "hash": "b083d4605a70fa790dbee9c18be7173df478a6aa94a3f84e0859cc9e04dd4eeff3e2e0aa89884920f3320a97b9f77827315d0cad49d24c312a5b1a108fd3f144"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2094bd3f-9d94-4293-b833-8b7cb2d2eb9d/8704ef8eb765e030bad9f5378b81bd3a/dotnet-sdk-6.0.309-osx-x64.pkg",
              "hash": "cd87d7eb2371ebd37e5df38302c949a0e002f1e8e9773f3a7a9ab05194e6dd9bf85a69b39961fded066624f87e3c24f3e5071d5d7b28e1e19f7fc32ddc4d4427"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e2bd0059-8124-4d99-9445-b7137016a803/5b0029ae8680d0e896c1bc3100f156f2/dotnet-sdk-6.0.309-osx-x64.tar.gz",
              "hash": "c50f3f1dea5b3f02fbf8d64b7988112e9cf76b32955737b13429895c1688f8ded45d86efd8d537f3658b21a75bd63a4573f6cb55692feee0a9be8a003a45439a"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5a694c54-aeb4-43ea-bc6b-8f2e7b33425e/6141e68f71cf84c9a00334880d425321/dotnet-sdk-6.0.309-win-arm64.exe",
              "hash": "cb71d158520b8b47d7d4ac71551d7fd4d552d4fdee7293ab11055d63ff0085df0d1f31c3018a0352cf2e1dc63c14aae35d39995fc8017a46d90b4d1466e0026a"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e5c7f26d-34a3-46f2-ac30-4687f81cc1cc/3f79fda2d28b6e8cbeebd41538eaaa96/dotnet-sdk-6.0.309-win-arm64.zip",
              "hash": "c8eadeff8417a0ead037f27f72171d711d277fabcabc34a02fa1066c5c024048cb89cbf242a550c455649286a9d35e0c855cdde1225d93f869a3db890712edf2"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/278673ec-e072-4f4a-9a9e-f379c32d3866/78a8e329aa12172e02e07d93d0645f2c/dotnet-sdk-6.0.309-win-x64.exe",
              "hash": "6e2e9e4d74e9ca1ec66ef2f8b7017d1599e3fa7bd629c2894126122e16d07b62b0b07bbcb65052665a3bc62efdd3f698af04bb650fb2a3830faa44bcb3d99179"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2bc6704a-8375-4078-a5a1-cf508d48a5a7/ba57ccc1a72001a93e65310c423d569f/dotnet-sdk-6.0.309-win-x64.zip",
              "hash": "a79e686733779ec0e7e35827a4b65f13e8eec1876bef5d1433859e0042726e553f31889ae122c24e95e4c6bdb78f477b53ac5d055f190ba5b6d7cc1b8222d58c"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d603ea5a-98b7-41f0-97fc-5fe1941ef95d/f80d492ade47361b233ec5ff4604966a/dotnet-sdk-6.0.309-win-x86.exe",
              "hash": "e7bf7860422b01feec414288675e1fa0291b28ee8aedbf29975965c28f03816ae0e078f72325969ad0f00e4a93e7476625cbe757c793af66e9f2fa04d9963ce3"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/72bb8e51-8732-472c-b941-e2413a518bc2/ae27876a97ab10fdb8d0771875b6e446/dotnet-sdk-6.0.309-win-x86.zip",
              "hash": "8862781de9c418d7ae87c7dcf23a0f0b37215d21c36b6ea701307389e269d22faf3e185d9b49bbcec88b0eeb94c92c91bbd4f583eda8aef33285235968542804"
            }
          ]
        },
        {
          "version": "6.0.114",
          "version-display": "6.0.114",
          "runtime-version": "6.0.14",
          "vs-version": "17.0.19",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/839f7bad-28d3-4645-8e42-8112093df845/4e9f114f0c214cdc243ac9240e087b68/dotnet-sdk-6.0.114-linux-arm.tar.gz",
              "hash": "2dfea36628acbdfdbaefb4ac02c4b741a4585830fc3cb2ac774f235bd1589ddd246b660e73a4e83577c045d327fd16d1422f665bf37a0fd90cf2345c3d9d696e"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fd730624-d398-4aa9-b9f7-3038bfddd80c/7288ac8f22c447b8948925d003216d69/dotnet-sdk-6.0.114-linux-arm64.tar.gz",
              "hash": "1c55c38ffc96a9fdb092fd9d1c31921d10f40fb4d02be0e8a76c958af79225053214664bdfaf6de1dfc683b435da0aa35f51dba08347d0765bbfce21226de165"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/26af434f-50e7-4be9-95fd-8e3148e7986d/81d42a730c5a04a787e10129ce60bea3/dotnet-sdk-6.0.114-linux-musl-arm.tar.gz",
              "hash": "5c78b66a786201768991a934b5efdce44bb85aa838b797bb3536b12cba899c24210342769923866dd0167ff435b62ed993442842edd33dcb519bae2022388736"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/efa07733-ea75-4e1f-b7c0-ad9fd318e483/ca03118389cbd5f3acb7139b4c408a4f/dotnet-sdk-6.0.114-linux-musl-arm64.tar.gz",
              "hash": "c2cbaf8c378ee59f4852737195d050c2d93d2836c21b3961b33f5bbf095e5c1ff2d9b86c16cc11f8b9140eb3c7229bd583589a5f8c7f3a644a15f8dc3032459f"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/44e862c6-ce0b-4ecd-9995-28aaf67ea725/9ec3fa827bdc85d663d7491e942573ca/dotnet-sdk-6.0.114-linux-musl-x64.tar.gz",
              "hash": "52c2ed644120e94b953996b433aa1b8467fe7762a27bf3cb4c75a64c63cf41d0086e44302d7ea453508c6999998d5b1e1d83b74fc860bc2ec1300d3d714144d6"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c60f2fef-5b5e-4701-827b-d448b396a056/f5691d9f19da371d0150100233d478f5/dotnet-sdk-6.0.114-linux-x64.tar.gz",
              "hash": "e952046cdfc61632effbb37cd109dc3b1f16fd3a82d506da03f0f528e11560195eb132838e569c428d03bfcfca0fdc76bc1be284556e636757777216a800ee37"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c613a8b0-a30b-4a16-b834-4eab89912910/229fb3959fc0a616e721d239bf4d07dc/dotnet-sdk-6.0.114-osx-arm64.pkg",
              "hash": "b799b28f507caecf33b60587edf3ba56ac68af23ffb7842c00a01c5347e55153a75a2f1e4a06d31f2645958f2f7b89701fc3e872ea87770f1cbd71afd26332c9"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0becdff6-ded8-48a4-9af6-6b561804a946/b0b045cef72a2a5fbf7a5a1c028572e0/dotnet-sdk-6.0.114-osx-arm64.tar.gz",
              "hash": "d35824cd41a5db1b848b13c4e25a4ea51eaf6733ffd9112c1832425faa5b85bf9f7eb44bd78687c453d603bce3f464c61d3c5f93c8b6ce96e34c13f962d74b22"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6ddfd7a6-d5d8-44bc-9d9c-4b0ca750e990/80aafa8f957a17a0bc9c15828c04f91f/dotnet-sdk-6.0.114-osx-x64.pkg",
              "hash": "f37f26d8cdc078755b48bd43efd65e64b427a69d1d0a306c2dd70fd8f7ac2b7d1691cee905dcab704882583c114e4e026a41e4e9d7a3de2fc76453b587696474"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/99d8402c-6f5d-433f-a373-704635157311/ab814ae484c7e6952d93a2ea90c5ced5/dotnet-sdk-6.0.114-osx-x64.tar.gz",
              "hash": "f00a75c298cf08a1db28d84e9fcc650dbfc219bb293f7c73e3e2f601d155df65dc67872a6168b2bc000cd21ad5010d9001614381aa5bcef9ef7c415a9999661a"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/606705c0-5b40-4841-acaa-86e6e1e5bc06/5b3abc64d78a90a7c7d02d5cc3d1b9ab/dotnet-sdk-6.0.114-win-arm64.exe",
              "hash": "4d7129f34733939ea4d490c0e80798868f7d171059b102f2999cf72337d0d43358c7273d062da3b5fb9ebacdc53e4ec6a37d0845d4f9688036270040484419b1"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ad19f3be-6a7c-4b7f-9a2e-6d3bfb4e3c74/002ed45411634d8d120bb1d0ff3e54f4/dotnet-sdk-6.0.114-win-arm64.zip",
              "hash": "a99f69d9b2cc1ba686f55b6a55ae1ddbd7294c6836f86ea0998f1e8a0bb3ac9139d912fefb7a7996665e8fd7e7d7f74bc617d1f40d86d712b37e7fe2a19ee7e6"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5295f16c-2ab4-4e31-9f00-489e81ce87ca/8a2c778bbfb08e640229b650214ff6dd/dotnet-sdk-6.0.114-win-x64.exe",
              "hash": "3c92189f32e24c4944d000b721e0fe96e3c80bd04ad86c6af8c7bfd3a610c522741c56dbad77b4211409b4b2bba678323fddd2c27155ac35b7caeafc30076ec1"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f347fc2d-df11-4843-9cb4-b77870f152df/1583ab213e0e3ba8ef1ad6388c462d79/dotnet-sdk-6.0.114-win-x64.zip",
              "hash": "12c06d2c6cb9f630a94649d4ab439c23dcf3b8a05bf209f0d61d2852b27500acddec84b995f754efc30de39958aa6ad0213f6e3f5628630aeada9e302962a8d6"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/18c9d20e-70b3-49a4-a60c-ef184b492f3f/a624eb3b11fdf2d8efeda4efcf583d14/dotnet-sdk-6.0.114-win-x86.exe",
              "hash": "9b0af4fb48920e21cc378e2321304b255433e373c56c4bca719a26582c5082ac9a3408fe935f1dd3b01297814f3d08bb5b2bb214dec9c41891ce2515f5a51275"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/76382370-1c3c-4512-9295-f038746658e6/6f9782db8771bbd1af9e3893a2b69e6b/dotnet-sdk-6.0.114-win-x86.zip",
              "hash": "abefc7b0794e3da925f06ebed0f65014b89495868309244770ec8b16301533fce35c4c2f062401a90fe3ffe14e34d5c0c92135aad12fdceb72f870f36e2b1491"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.14",
        "version-display": "6.0.14",
        "version-aspnetcoremodule": [
          "16.0.23024.14"
        ],
        "vs-version": "17.0.19",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4fac9144-1998-4d99-8000-6f8c8a19e9a3/3d722a6e310cf82c898f91138971be5b/aspnetcore-runtime-6.0.14-linux-arm.tar.gz",
            "hash": "a127b1e0cf2384a50286f389c6335a2c640cb9204114a47d7978e1cda7e50982be9c7da764d0463237f393b24fbf05a57a4658c80cbf8ab168d95b86a9fd0579"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/10762208-8896-423a-b7f3-5084c7548ce7/620af5c42e5a4087478890294dbe39fb/aspnetcore-runtime-6.0.14-linux-arm64.tar.gz",
            "hash": "9f60b61c7ff41d4635181f8a361796ec390041a307b131e8b29a97776bf0539ca8991159123ff4bc80e0b88d65d245e0d311c320bca29285d5499d255ff4372f"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88f2261f-462f-4a3e-9c75-b624630c85fe/971ac2be0cd3b951a5fa382ecfd52273/aspnetcore-runtime-6.0.14-linux-musl-arm.tar.gz",
            "hash": "5649ee77cf4ea65893cf1d824593b4875fdf97a4d1fc9cf42ea668e50e9cebd4d2dacc231c4f2ed22c0529589736e73a9d272affcff2d3a5746f103a78e6dd29"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4fcfdff9-dc1e-4e24-b791-53567eee30ab/0e0ae255b4fb9fd3294128cb9d20d533/aspnetcore-runtime-6.0.14-linux-musl-arm64.tar.gz",
            "hash": "a4bcdf642bcc837c26d9d90a94e49318a579475f60284b89b824dff29f26d346d2da14ca6b5ad57df089b4b7174a4c9596b97dfae620a1a19f7afb23cedc0910"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f67fc9ad-89b8-4cdb-9a57-f8edd4f476e8/a5e8d5aa74a3abf3f504552571e58544/aspnetcore-runtime-6.0.14-linux-musl-x64.tar.gz",
            "hash": "35fcfb6ba2048f1f942f667ffb333b0983347b8adf7b7d3db5152a222931f8b86fe5c62cb2fd45bf95a89e752056a946465ef546de295d32a911ac2c21acdbdd"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/092f7e69-2e23-40b3-8f36-628d25ac7109/4995e4e141b26ea049163af84592222c/aspnetcore-runtime-6.0.14-linux-x64.tar.gz",
            "hash": "87f22bef951d00f6d55f30855e947f37f19a44b93e52bebe568d0aa0ace01462e9e6081140a0e771712ef9f032e7ab806d122ff99247a5725ae382828e8b394b"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e5afea43-c8ce-4876-8dad-efb09033baab/2b49d236aa076a9934381d9f7db88738/aspnetcore-runtime-6.0.14-osx-arm64.tar.gz",
            "hash": "8801c5e80a94d19daea21e30d3365b39124d26e106582814a1d9c06a4d6b27e9e277416acabc28f135b1c95a88625e33521902039a1f56c88520578529842c5e"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/80906b59-d713-4d5f-ae1b-32823ff1aa0b/6ac94e7a5652c33595f393d4941c57d1/aspnetcore-runtime-6.0.14-osx-x64.tar.gz",
            "hash": "71d1d293e6e1812bfa0f95f0acfd17d1f9cc0545dda3b70e2188c8b2214e94f4b2af2976d71691bd1636bb4c614a55cc9ca1041a56c2902266a12b3285de8dcb"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/18902588-5c3a-40f5-917f-c6aad61af2b4/69f4743586281fd51bb9c0db282f6759/aspnetcore-runtime-6.0.14-win-arm64.zip",
            "hash": "9dc273826bd0906d0d941f5f439c76c620e6bd452254cd27324e1b3b400a7ec6f4d41f6810ba71ec8bad602a0ab72bf563386db8de3fa6038af434c54d83396a"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/95355fd2-12e2-4a03-b7ef-deff884e040b/a1070d778070557ef3a49eeaac524670/aspnetcore-runtime-6.0.14-win-x64.exe",
            "hash": "8b94e16f132299bf79b63cd688efe2b5fa56a387139a29d3a6c66a433e0ae51e1ac822e1f1e4093ad16fba7495ceceb7a6b0463da946660c66ea0ee0a2a05060"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/35bc5004-3fa9-414d-b262-5826325e1d6c/b67fe9bb5331ec19c8ac63d7c073d54f/aspnetcore-runtime-6.0.14-win-x64.zip",
            "hash": "5daf8e2e9cb8e310e2c9690bbf13c3920b9fb4a1c9e4f34d2aebb279bc9e1df83f2c1a588fa9fc39317c9e8a499925409936f2ae886ec85fb322ee618926571a"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f7e263ac-64e0-41a6-b6b3-eca6a8ff193b/e8ca4e4568fccaf82d8081ddb9a3e18f/aspnetcore-runtime-6.0.14-win-x86.exe",
            "hash": "b1c29ab498af9e9c430f9dee12f87c8db91c2bdfcd6772841f8cef979d598c3bd1530d011575dd460648a79f0a418ce9a785e045098e543bce88e7a5d129d68e"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c9a46a47-1193-4ca5-9f77-d9f72d369f8d/56ccbe471ea26c98dd302a57f34104bb/aspnetcore-runtime-6.0.14-win-x86.zip",
            "hash": "93a787501c6377cad12fc3ddef36c340d373f73a1887538ef099afdb2d2e8f041e46b8b01d33c3c0ba8a0677719fb041ab7f84e5da81c41462a03c56d09a6a42"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/321a2352-a7aa-492a-bd0d-491a963de7cc/6d17be7b07b8bc22db898db0ff37a5cc/dotnet-hosting-6.0.14-win.exe",
            "hash": "03146627b15d82554147f24559eb08bdb41f155658cdd04a3a33b8a12f4f92822e5e8407e6823cbbca36ad46911ee764c646b3c272c11a57b08672f9e4d7a660",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.14",
        "version-display": "6.0.14",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/55813168-b54b-456f-91df-e0aace414af9/770cd0e0d68e6757cd56c0fd14dbf5f7/windowsdesktop-runtime-6.0.14-win-arm64.exe",
            "hash": "fb441825de7c2d671eb4c10f909ae4a075652d99eac71eace573af0937da72d1af235d930e0607e07f2167744718cc9b6e441547b17b2990eb6d5211b43de495"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/10a889ac-b978-402d-bb4d-85847e881d02/2f4f2d099819b82275f289fad7a1beee/windowsdesktop-runtime-6.0.14-win-arm64.zip",
            "hash": "1987e17dc6e11ead05123a48c5311fd04ec825dac0bd4635cc5aa124b4ce2eaa22a9666741e9e110975cc8820acf08f685e0507ee54648bce58896fe2e33a1fa"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/035efed3-6386-4e1d-bcbc-384a20ebf47e/abfbea2303e0ce9cb15d430314e5858f/windowsdesktop-runtime-6.0.14-win-x64.exe",
            "hash": "5281e817571afa6c5d848ed9a3fec4cb568ad8c05633cbd97e65e52f4a929d9947c390b9b3a72da6464c89450576d318b253d190776bd357327fc27031c7acdf"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e5631431-f761-449b-8b5c-7c72e1734b2e/4e058f3236704fc77045b0d44e0ff2f6/windowsdesktop-runtime-6.0.14-win-x64.zip",
            "hash": "5f2db749213cd155a51b4c5e825da78d4983d065c5c1cde3ebd21cad57c906a24ee2e25ca4c62c97ce82a09a39325f0a1c066e318c59ec545ba744bcf29bb12f"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e66c97f8-3ca5-4cbc-aaf8-77079b21f41f/3ce8574df28f49d85091b1af758eccb7/windowsdesktop-runtime-6.0.14-win-x86.exe",
            "hash": "3758549cc8d942885a8cda9223a63a795110f73483bf9674f7f8c3ae4d943e8aaced49cb2f452989cbcbf0b5bd62865b8a51d5bb72ac2c4a404cf60722c21127"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/864767b1-74e4-429e-af08-b493880f6b29/d6be6fe52135de4c7d88a8b98955a4c2/windowsdesktop-runtime-6.0.14-win-x86.zip",
            "hash": "a43086d34b5760cfa4305429c03f124c0755b1b06b01658a11660dfe6727b57df13e4cedf53c4ee7cb0c20756a6ad3b5da13573df0958b0d790d9ed6a823b3bc"
          }
        ]
      }
    },
    {
      "release-date": "2023-01-10",
      "release-version": "6.0.13",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2023-21538",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-21538"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.13/6.0.13.md",
      "runtime": {
        "version": "6.0.13",
        "version-display": "6.0.13",
        "vs-version": "17.0.18, 17.2.12, 17.4.4",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b5194dc8-0296-4684-8ae7-41f894caed85/f0acb98d32a010f1532d8aad9029e1d3/dotnet-runtime-6.0.13-linux-arm.tar.gz",
            "hash": "12468a63224f2d13925ac9a8f8337d166de81cb0afc2a1f141b2990f605a67ae0aa1d31ee1374b25c541abb400fa82af3ea74a2df6b77c3f6b3ade870c12aeeb"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/79baf344-68fd-4fdf-a279-8b32116514f2/3f91babc487289f63c6f423da0a397ad/dotnet-runtime-6.0.13-linux-arm64.tar.gz",
            "hash": "f70c8e51c06f9563f33a9a1486fba1487c7ca8f2f77a2de02d382f82bb041b6c432b9cd3a399a4a4e0188b8aa96dc4cc78e9147fa0d0c4fca7fffaec55c38903"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c241e3d4-2cd4-4ff0-b9db-b1cc4aaa31c1/a36ce788abcb1a438d5204f50c7c8c34/dotnet-runtime-6.0.13-linux-musl-arm.tar.gz",
            "hash": "02f816b20a58b196577928ef053b15a5aa3c862395d3eccb5e5fa97e94faee89addc313b5d0beffe6ed3763df169d3ba4b94744fe376bd570b4e09d176c5e82f"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aba4d6b6-7027-46d9-92ef-8b0d891f1b6f/ae5a76d2a2b4b02dbd42265f04428239/dotnet-runtime-6.0.13-linux-musl-arm64.tar.gz",
            "hash": "8c18fabb3b1418915cffbdabcd3b04398f45474818128997329de3a22f7cdc9e894993a958a7a497dc6c335ff56a80f4c2b6205ae0aa16b4dbb8fe3c15bd7088"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/506d542d-06bc-44f1-b754-e1b3774f631e/14491ff933bb48a4c4eb85911da3f1af/dotnet-runtime-6.0.13-linux-musl-x64.tar.gz",
            "hash": "58ca9a0e4fda836f6034a175cf970a722786e97778883519a034c3caa0f6916491a0c03c4ffa9f7b1f346cd7de0f66533ee9d12132aa474c3d8902235f60e98c"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2d8697ac-0b1f-4dc8-8c1a-3748763d5c54/c493efee79b0c36c4bc8d3c5039f27c7/dotnet-runtime-6.0.13-linux-x64.tar.gz",
            "hash": "af52e1df5e48a1b7465f8137048e9ec292104526c65e415055e5f4630a13f1d4974ae831a143dd4f17e2a813502d90e2c0aef37c6b1eb7a23d01af7ffca5400a"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aa3b3150-80cb-4d30-87f8-dc36fa1dcf26/8ec9ff6836828175f1a6a60aefd4e63b/dotnet-runtime-6.0.13-osx-arm64.pkg",
            "hash": "4b9638ad22b65648a6836c0c887105781ebb7bd6b41dda21a4cc0d16e2c420b8d68923d5cd7f89dce3d1ca21180627ef17ee27b318b9fac1e7d3472da8cc10e8"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/98cb1adf-c95b-4ac1-82b7-54c6ffd7c669/617b0dbf1ff662e78a6eb49b5423f304/dotnet-runtime-6.0.13-osx-arm64.tar.gz",
            "hash": "73df25201ec16156ae57569308e1d620ccc1a28c86c2485c337a3a793e00e2ed2e2eb991ddbabf6e5db310c8e492eca5f0e8297144c4e10afb5b8c323bb75390"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2ef12357-499b-4a5b-a488-da45a5f310e6/fbe35c354bfb50934a976fc91c6d8d81/dotnet-runtime-6.0.13-osx-x64.pkg",
            "hash": "e23218bad86c2f9f2fbadaa275db05d8c882b3e004d13eda5755f4fb63045d24422d6b608f72edd887af7aa822b9012549eab942e2dbae70dc1e9425122c02c0"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/398dc2ef-017b-4e97-8d05-cde933894da9/bce7bf77230301570a1af839a4ce09e7/dotnet-runtime-6.0.13-osx-x64.tar.gz",
            "hash": "39ee6b678cd6cba46acba9a616df18814e1cb4bd94f276efc5e6e87644f48ec427b155a8e31e63383b3b9281b2f7f6fa73e3be682df65984b11338c5fb12fbd9"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5fe173ea-4c58-4a8d-b8e5-5c7ea7c59011/a1936e1239e59dc4df58a1bc3db527c3/dotnet-runtime-6.0.13-win-arm64.exe",
            "hash": "77fd1e643c7f1121cebee0b910326e376f758eb21e6ee24cc1cb8b95674af23b5b99d9925cf71a5b48bcf8e76d6e9a7f461a12d72ec7fdff5848c83385439cb0"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4b252ca7-0fc2-49c3-957b-c084ccfe04c5/4ba30ee9e5839f077e57e45a297664ca/dotnet-runtime-6.0.13-win-arm64.zip",
            "hash": "0b09eada28e47856caf35fcb5f3c78323b598e8e665e189b9f2b8953f2b44d715dbc1663701e1304ffe906952582eb2c174b7dd0e266aec5ca97d7fa746bb426"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/436bce6a-f3e7-448e-9279-d58f1e39ab8a/9f5c7ed377294cc8e028e900540632d5/dotnet-runtime-6.0.13-win-x64.exe",
            "hash": "b0fbe2077b8f0195839f0695877bf44c971a753d9c2a41add6e3000bd734a4cb0c6f09e0307442c1f95c7bda9071c2b633ea0f477933e5931f86ed8fe4982852"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5c9a3954-70a7-4ade-843f-ffecb51996ea/e85304f2ba104049340513e9d15fd0cb/dotnet-runtime-6.0.13-win-x64.zip",
            "hash": "948ae03aec80f4cc1caf96dafce4a443c6f82a03c265ee61204ec1201ba61a4d9c9a2114ec5ba4ec4c56131bc3104d11ebfb5ae6f03429e365d30fa57a1163b4"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5f095cbb-af6c-4d20-909d-87db53879370/d4c6f380a9a68fc853bd891189f3c975/dotnet-runtime-6.0.13-win-x86.exe",
            "hash": "ab5e91eeb4ba8abe301265f5e87011690f265f4af8ddacce1fce89f731c90a25bd7d921a29e5ff5e8981902961aafa8af07c799f9d3a188f35d0e8c37e59ed73"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1aaf78bc-f42e-4ea8-a2a7-8480e2e5d601/a49a833bcae82e5865b2f23f650d125b/dotnet-runtime-6.0.13-win-x86.zip",
            "hash": "8b36b4ee8f1abe4be6e48f7d17a815ef4a7c591fef8d5cec2e8d33905cefa91f5f14448f7e33393c8c2268782f255ccd6a6b6eb10a7d69efa986095ae862b3ef"
          }
        ]
      },
      "sdk": {
        "version": "6.0.405",
        "version-display": "6.0.405",
        "runtime-version": "6.0.13",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0cd0c511-c215-48d4-a2a6-e2c94b208605/56b7da0b2c8240ec30001df55d1891d8/dotnet-sdk-6.0.405-linux-arm.tar.gz",
            "hash": "c35fb905495f6eaf8b26ea6d61bcc59a56da8e7f3ac70dc8e620553d4baea81f65412bbed1099a724b22a118e09c4e290510434ac593d2cf6cf18db7cf370268"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c05dfb39-64d7-42cb-8caa-d669c0509c9b/d498099b33fd336d01e28c38515cb21d/dotnet-sdk-6.0.405-linux-arm64.tar.gz",
            "hash": "6c31666a95817a7049bd47717c9cf9ab159e94e90987f46883e272dc6dee92fb0d890f4e590faca4458cd2b3943133fb2fa58c2fc175db98d4c6c531f6b2c3c3"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/29682aff-7321-4034-9833-29f3ea435759/cf2fd8a078d3a6c106a1254cc2887ad3/dotnet-sdk-6.0.405-linux-musl-arm.tar.gz",
            "hash": "3e9d2ddc087900db87c2d149e59a7036c656c2c2ecc449bbaee1d92ce0d4186458d4dc8d666f8274fcc870b55569d3575beb03f9b7010ead9d9f6ee525020906"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/207a3484-7524-4963-9c4e-dacf20ba3a66/4a3bc869dc7a93753022752aa5782989/dotnet-sdk-6.0.405-linux-musl-arm64.tar.gz",
            "hash": "2eb9cb54ad58a008424cdb954a62c510f0466682c0bb907584db27d2de370706704a61798177f3dc9c447d8153bef2eac8417ebab07c65807a19d23d5468a037"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d74b9eb9-d60c-4b0d-8d53-f30a6e22b917/ef06d32d3b5206786eac8011798568aa/dotnet-sdk-6.0.405-linux-musl-x64.tar.gz",
            "hash": "ca98ebc5858339c5ce4164f5f5932a5bf8aae9f13d54adf382a41f5e6d1302df278bd7e218ecc2f651dcf67e705c40c43347cd33956732c6bd88d3b3d2881b84"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c7f21771-9b09-4c81-883b-90dff8760c1e/fe992d38a94cc6f301c0236db3920c0a/dotnet-sdk-6.0.405-linux-x64.tar.gz",
            "hash": "44e719c67dd06c73a8736ab63423d735850bc607adf4b8a9f4123945b13014f8144b4fb2c4cfe790d323106b7ce604388cc5d617bc153fd7820878b9187a2cd4"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ee832565-1555-453e-8efc-5ea49e2e68d1/57de20cb37dedd138921ec4ea6c6c882/dotnet-sdk-6.0.405-osx-arm64.pkg",
            "hash": "d371e3c64bc2c3f797a2f240db33a17e38607f903b546a1bece9fb7e10601a6e4d730373bf475e14b327670097ae31f8863c9c144e0dd9d9947f414045349ccc"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9ef6ade4-4d92-4243-9e26-748a7c75c490/ef308e5e0bad95bc604fff5c5defd42a/dotnet-sdk-6.0.405-osx-arm64.tar.gz",
            "hash": "fb1a66189cf54b14d1176ca9178673bef55aebcf16ce7616ba6b2d988b3152be7ad6d230d8369fd3a503f46d1f22d9074da8a48837118648821f7160f1c5533f"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8a0c7611-7ca1-49d7-a889-e6514fc29dd0/08927286063140ccdf88eafe0e3bd2fb/dotnet-sdk-6.0.405-osx-x64.pkg",
            "hash": "3b97ef97880a062ed5436593d0fe8a68d3b906bd1ce4ff8215fa67b185ea25d782085beab9472b8bb6dc1679358e2bbc6dc896113fe4d415fd99e2eb260d2f24"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3c785c12-6a6b-493c-929a-9a3f3dc568ad/6290551f01f9cc31039e70771d05aeec/dotnet-sdk-6.0.405-osx-x64.tar.gz",
            "hash": "2a6050d72b3b453e8f9fbf73e40c1fc10b148c7cf6b5e6c30dbcd322567dec1450813b514361015629ec952718a61a5f3b8d67db9f0e7a32b149fbd874511c22"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a54c7206-f5c0-4c2e-b267-633fc5fcc369/19da59625a98087473189df669ec2134/dotnet-sdk-6.0.405-win-arm64.exe",
            "hash": "9988866b43640824dd7ec1bf0f890ad9442b074f356810c436198a3e482592c4898d31239254528a89b522b4e0f55a380a8ad8d81a00b946b5b01417a2c30fa8"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d7a87f78-c9bc-4c12-a76c-5792e4904ccb/0b7a9a696929d1d20257d8cd1e70fdc1/dotnet-sdk-6.0.405-win-arm64.zip",
            "hash": "e527f46aac53322029b499b5395209906fd8816200e6870a87261c56b0d78002f4b160333d2a7546e9ff54e47e1489a02971de8b6da6c6f1f07d9c74bf23f8f0"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/01dfbf9b-d2d1-4bd2-acb1-51d998c4812e/cf4fd6732540a78b4f44cbd9a285ce80/dotnet-sdk-6.0.405-win-x64.exe",
            "hash": "3939fed60bc9a19f237521f31cf6a48b5d5cd612b70f4aad30e93a12dd4a015519ce66674eef6473a4393a7926d7ea1ab5d5723bf746da1d8cf7fefd8040731c"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/402ad1ea-e4a5-4582-8d74-1c2efd5907e6/2c8eb49494a3598b892681cab23be8ba/dotnet-sdk-6.0.405-win-x64.zip",
            "hash": "dde215d2021a5b099d464667cd1e9b200ebc38249e29df9129cc5f9cae657471ffb8fb2238d7d7c4d1385a2bf73cc63944404ce65715099e983552865195b005"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5eacdd37-c806-41fd-8062-ce918137dd96/15f5164a86b4830f2669036cf1e2dafa/dotnet-sdk-6.0.405-win-x86.exe",
            "hash": "506a531862ed2738f925eb1f6ad69fe6ff65388971e2ce10a663710f0e43068f2b9e3d5f845bd670f5e712f4696a86c385b6d57c86652ef2bc2d1de930924b2d"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d7f74d30-fcbf-477a-a11b-d2ea372593c3/ce98c98b94fa9bfaba7ca4d3fb24e968/dotnet-sdk-6.0.405-win-x86.zip",
            "hash": "45ab06d95e41584cff8644aa49b296f2483bdfb0948f28e330b557288983d45ee9350bedaeed722a9cab925033a4997dcbef9648b54140efcc5b858ff741aee6"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.405",
          "version-display": "6.0.405",
          "runtime-version": "6.0.13",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0cd0c511-c215-48d4-a2a6-e2c94b208605/56b7da0b2c8240ec30001df55d1891d8/dotnet-sdk-6.0.405-linux-arm.tar.gz",
              "hash": "c35fb905495f6eaf8b26ea6d61bcc59a56da8e7f3ac70dc8e620553d4baea81f65412bbed1099a724b22a118e09c4e290510434ac593d2cf6cf18db7cf370268"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c05dfb39-64d7-42cb-8caa-d669c0509c9b/d498099b33fd336d01e28c38515cb21d/dotnet-sdk-6.0.405-linux-arm64.tar.gz",
              "hash": "6c31666a95817a7049bd47717c9cf9ab159e94e90987f46883e272dc6dee92fb0d890f4e590faca4458cd2b3943133fb2fa58c2fc175db98d4c6c531f6b2c3c3"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/29682aff-7321-4034-9833-29f3ea435759/cf2fd8a078d3a6c106a1254cc2887ad3/dotnet-sdk-6.0.405-linux-musl-arm.tar.gz",
              "hash": "3e9d2ddc087900db87c2d149e59a7036c656c2c2ecc449bbaee1d92ce0d4186458d4dc8d666f8274fcc870b55569d3575beb03f9b7010ead9d9f6ee525020906"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/207a3484-7524-4963-9c4e-dacf20ba3a66/4a3bc869dc7a93753022752aa5782989/dotnet-sdk-6.0.405-linux-musl-arm64.tar.gz",
              "hash": "2eb9cb54ad58a008424cdb954a62c510f0466682c0bb907584db27d2de370706704a61798177f3dc9c447d8153bef2eac8417ebab07c65807a19d23d5468a037"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d74b9eb9-d60c-4b0d-8d53-f30a6e22b917/ef06d32d3b5206786eac8011798568aa/dotnet-sdk-6.0.405-linux-musl-x64.tar.gz",
              "hash": "ca98ebc5858339c5ce4164f5f5932a5bf8aae9f13d54adf382a41f5e6d1302df278bd7e218ecc2f651dcf67e705c40c43347cd33956732c6bd88d3b3d2881b84"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c7f21771-9b09-4c81-883b-90dff8760c1e/fe992d38a94cc6f301c0236db3920c0a/dotnet-sdk-6.0.405-linux-x64.tar.gz",
              "hash": "44e719c67dd06c73a8736ab63423d735850bc607adf4b8a9f4123945b13014f8144b4fb2c4cfe790d323106b7ce604388cc5d617bc153fd7820878b9187a2cd4"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ee832565-1555-453e-8efc-5ea49e2e68d1/57de20cb37dedd138921ec4ea6c6c882/dotnet-sdk-6.0.405-osx-arm64.pkg",
              "hash": "d371e3c64bc2c3f797a2f240db33a17e38607f903b546a1bece9fb7e10601a6e4d730373bf475e14b327670097ae31f8863c9c144e0dd9d9947f414045349ccc"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9ef6ade4-4d92-4243-9e26-748a7c75c490/ef308e5e0bad95bc604fff5c5defd42a/dotnet-sdk-6.0.405-osx-arm64.tar.gz",
              "hash": "fb1a66189cf54b14d1176ca9178673bef55aebcf16ce7616ba6b2d988b3152be7ad6d230d8369fd3a503f46d1f22d9074da8a48837118648821f7160f1c5533f"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8a0c7611-7ca1-49d7-a889-e6514fc29dd0/08927286063140ccdf88eafe0e3bd2fb/dotnet-sdk-6.0.405-osx-x64.pkg",
              "hash": "3b97ef97880a062ed5436593d0fe8a68d3b906bd1ce4ff8215fa67b185ea25d782085beab9472b8bb6dc1679358e2bbc6dc896113fe4d415fd99e2eb260d2f24"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3c785c12-6a6b-493c-929a-9a3f3dc568ad/6290551f01f9cc31039e70771d05aeec/dotnet-sdk-6.0.405-osx-x64.tar.gz",
              "hash": "2a6050d72b3b453e8f9fbf73e40c1fc10b148c7cf6b5e6c30dbcd322567dec1450813b514361015629ec952718a61a5f3b8d67db9f0e7a32b149fbd874511c22"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a54c7206-f5c0-4c2e-b267-633fc5fcc369/19da59625a98087473189df669ec2134/dotnet-sdk-6.0.405-win-arm64.exe",
              "hash": "9988866b43640824dd7ec1bf0f890ad9442b074f356810c436198a3e482592c4898d31239254528a89b522b4e0f55a380a8ad8d81a00b946b5b01417a2c30fa8"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d7a87f78-c9bc-4c12-a76c-5792e4904ccb/0b7a9a696929d1d20257d8cd1e70fdc1/dotnet-sdk-6.0.405-win-arm64.zip",
              "hash": "e527f46aac53322029b499b5395209906fd8816200e6870a87261c56b0d78002f4b160333d2a7546e9ff54e47e1489a02971de8b6da6c6f1f07d9c74bf23f8f0"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/01dfbf9b-d2d1-4bd2-acb1-51d998c4812e/cf4fd6732540a78b4f44cbd9a285ce80/dotnet-sdk-6.0.405-win-x64.exe",
              "hash": "3939fed60bc9a19f237521f31cf6a48b5d5cd612b70f4aad30e93a12dd4a015519ce66674eef6473a4393a7926d7ea1ab5d5723bf746da1d8cf7fefd8040731c"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/402ad1ea-e4a5-4582-8d74-1c2efd5907e6/2c8eb49494a3598b892681cab23be8ba/dotnet-sdk-6.0.405-win-x64.zip",
              "hash": "dde215d2021a5b099d464667cd1e9b200ebc38249e29df9129cc5f9cae657471ffb8fb2238d7d7c4d1385a2bf73cc63944404ce65715099e983552865195b005"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5eacdd37-c806-41fd-8062-ce918137dd96/15f5164a86b4830f2669036cf1e2dafa/dotnet-sdk-6.0.405-win-x86.exe",
              "hash": "506a531862ed2738f925eb1f6ad69fe6ff65388971e2ce10a663710f0e43068f2b9e3d5f845bd670f5e712f4696a86c385b6d57c86652ef2bc2d1de930924b2d"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d7f74d30-fcbf-477a-a11b-d2ea372593c3/ce98c98b94fa9bfaba7ca4d3fb24e968/dotnet-sdk-6.0.405-win-x86.zip",
              "hash": "45ab06d95e41584cff8644aa49b296f2483bdfb0948f28e330b557288983d45ee9350bedaeed722a9cab925033a4997dcbef9648b54140efcc5b858ff741aee6"
            }
          ]
        },
        {
          "version": "6.0.308",
          "version-display": "6.0.308",
          "runtime-version": "6.0.13",
          "vs-version": "17.2.11",
          "vs-mac-version": "17.4.4",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.4)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5c89334b-fd7a-4fc2-bb03-ecc75c2f76d0/368339e5da38087b2798e04fa02f100b/dotnet-sdk-6.0.308-linux-arm.tar.gz",
              "hash": "487434d26d95981b7573bfa466f4290de1e58ab331ae13a9c411a8da48db33bded20f913d403959358f85d15f39758d09561daad6d622884c77e7e04c3521ad1"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a8a3f161-4d98-4388-8b83-5e8f06199b85/4a2763b5b7713e04641920c98b6fa5b7/dotnet-sdk-6.0.308-linux-arm64.tar.gz",
              "hash": "b327e8b60ea604b82732e45d1824d889c18e68cd75cd745fc7a83acc282a6934d34ac241d8ae1fb17b4477403f9fa535c6150ea17efa434a6948c5727a927ffb"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7e6c729f-7889-4e8e-95ce-42c7dbc09876/0378d444c459dadac7b9b1c588587585/dotnet-sdk-6.0.308-linux-musl-arm.tar.gz",
              "hash": "a57dfbde7d37f78546a22b8895d79142b3929870404a86125933eebc08b15b6583037948392bb6aa63537054f784695da5b8a8f902bddd3be19d0db499a4ea93"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/70903b6e-9f72-4796-8ea5-48f23f4931d3/b4158cfe8ff018e6a319c5294ed6f5cb/dotnet-sdk-6.0.308-linux-musl-arm64.tar.gz",
              "hash": "38b2c4424067c058520fa073ff6fc6a3bee2beffd3bf9f0c7939572f49283f6e49081b020cb46818793fbcae881a5d3f0d96c947fb865cad62d1a782f96959e2"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/112d6292-24bc-482e-95cd-f3be0627cfff/9582285aeba31045b0172700896267f8/dotnet-sdk-6.0.308-linux-musl-x64.tar.gz",
              "hash": "0b0001340eb6b2332cbb4576c97d8292b5c345e6ce6432f9344dc2e1a0c7686b9017c03d72cf9c1bfe704129c753682ed3fbe06f183ba2da0b35e546a3b6d046"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cae54cb4-ea97-4a8d-962f-66ad9d036068/4b6df97ef0bf7483f333a5c5b33d2a1f/dotnet-sdk-6.0.308-linux-x64.tar.gz",
              "hash": "98be42c7606eeecd91fb51ce0f9106e292754d92eb4e4c6068e53f82b4fce2cd09d954bb32a5ebc12c3df3802a7b0a7047dbcd978d6ae7c7708c7b4a373fbbd2"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dbe3cf7a-722d-44b6-9aa7-70914856c424/c5fc0dd6f1b03e62ad8a219a53f24d97/dotnet-sdk-6.0.308-osx-arm64.pkg",
              "hash": "f54914097ce9141933953318191268f74a0ec37af1de23823f8ba20aa953c3fafbe29c1ada8ced1747904482bb2f187ecc94058ad7285c0244291214d47d164b"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2e4b80e0-da12-458e-ab70-4abb2c3f0e68/1fbf5b1656854ed615745619982e3c56/dotnet-sdk-6.0.308-osx-arm64.tar.gz",
              "hash": "86d353b42b13c9b5cecb2a92ddf9b66a1ae2d39cb9c6ec0b93e603c6b2feb84f36190471f63fefe78a3effe8b92719b919e69f95c44a92a8472566a097e4dd8b"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9d068108-3c85-429b-9572-1911cc43f9da/abfc5eb518607e157a9470b5ea6d10ab/dotnet-sdk-6.0.308-osx-x64.pkg",
              "hash": "ea89f374e2c049062e41910ef75ba04c5388e20762268c190318674c8a58a64898fe9e3fc3846a7ab2f002cae1553fa891e463a7346616c77381e496f42be388"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/695359eb-030f-4f78-90a6-b49b437d48bc/409736c75341df5d2bf1377554d3af60/dotnet-sdk-6.0.308-osx-x64.tar.gz",
              "hash": "246494004f58f017b23e2ea063da78508f99aae1896341cd08ec1af1d8220f8ad8aaa390836bd2f8c415eea55dd5ad0c7aed2b477ed618d6a0f402ff7cfae5aa"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1f162d7f-0404-40b1-a5dc-23b5185d9903/391d26d07427aeb6a087317f4f2bec86/dotnet-sdk-6.0.308-win-arm64.exe",
              "hash": "99605de056440a5bd06dde9c07cc3fa3e9e5d834a50e836e567c111255bfff9f691494ed610d327f60c4f1caf97f8092211a972b740ce7973673ed256949b6d6"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3e5f823b-94d8-490f-9baa-86bd998422ca/0865694e0aad1550b00b9c9687661367/dotnet-sdk-6.0.308-win-arm64.zip",
              "hash": "0b5dedac60221ab82d2c081a18e1ed84aa3e07f8f7b892f189a15f729e904ad435d0fd60cacece478a5686e4270889cad520e7f0cc759ce3051ad3e6d5c68735"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/18f6508d-0dd8-4332-ba08-e3cd17c76a19/2d9c5eeaca60babe9789c41ca8c0b7bf/dotnet-sdk-6.0.308-win-x64.exe",
              "hash": "c94453a2fc1881f968ba1e1e4578853f91d3f30a35ffe8f26a508aa81ab894b06f89bb477f875006c1be6c23507255c83969d530569077fc3c61e5044df79ddb"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/08592d75-3927-4abf-8de6-d108e990d886/be445b064904985138f4097a5b3fcb81/dotnet-sdk-6.0.308-win-x64.zip",
              "hash": "efd727b050729459b6f859baa116e43b183ec9a0a4a06b1c6feec08a6e66b1c9a4eae88b0429540480f06d4ca9f3694a16cfbe2cd91fc31fddb82d5e7521d103"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b7f1ac8a-c25d-408f-b54c-cea1a30007fb/697ad34ba7c9bf71310194ba1c4c1270/dotnet-sdk-6.0.308-win-x86.exe",
              "hash": "64a58a1cae893c92296513c6b5b46cc1e0fbd5c01bd5de5ef9e47e178266c31e9b2b7818857aa6219ec55fb1236d87fb0ce4aa1faf81fc55aba4c74c19d4dbcf"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f4f4844c-ef99-47f9-9ef8-243f82618192/065ea6a931968b246542773d607f6c9e/dotnet-sdk-6.0.308-win-x86.zip",
              "hash": "872f0178f4133cc95900760c69781e34765247f5bd26167817d7a1146d97578b42c492931cc67cc9f3127e7072e7f1002b326ae89a49265d55af00f072c1e84c"
            }
          ]
        },
        {
          "version": "6.0.113",
          "version-display": "6.0.113",
          "runtime-version": "6.0.13",
          "vs-version": "17.0.18",
          "vs-mac-version": "17.4.4",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.4)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c2eb049a-269a-4d3b-9b7b-7cff4013e7b3/3b81809b623b9866a46b0fb579ee1c74/dotnet-sdk-6.0.113-linux-arm.tar.gz",
              "hash": "98b69de67d7f35e674662a1b942b70823dd946db969b9ecaed2a92395f07df925fce5901cbda70393061172b44eed4967efa4ec3f223c8d7725cedd9c33fcbe8"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8706f5e8-c848-4b3d-8411-b535b19e9187/f70007a71de3d23d5a42a1a678ac8c0d/dotnet-sdk-6.0.113-linux-arm64.tar.gz",
              "hash": "136c4b518ed5e382d5772317e556965669ca5b511cee8130468b0fbf1b3c436a72ea4e13b226d37236af1714dfecff6bf6ac88f6ac2bb07dc19a280569bd9cf8"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/baa63eae-09ef-4dc5-bfbd-005cfae48eb2/16b225017a15fed4cfa88a65d140d02a/dotnet-sdk-6.0.113-linux-musl-arm.tar.gz",
              "hash": "78c10d1445ce9f28a61da19bb2a5ecf6835376596cefa6a1bf855fba9b6e2b4d74f5abe8a44626b93392c8f23fe45a7fe0f22da5a382f84ebc5d1fcf49278316"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/53a851cc-34db-4cb4-b301-fa5a4d7b0881/d0816d3e8948a833fea699fb10043ebc/dotnet-sdk-6.0.113-linux-musl-arm64.tar.gz",
              "hash": "5e13bc9a3a0aef8daca3658d48798aff34604d2e58f7823246ccaf29486aec059b4b529e1a4642d4de6f485d2afa170071bb018afa9f6a042a94c9525277a4f0"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/95839798-2c75-4c38-857b-c5546200c68a/29cc98065c260e3e00cfd7398c485780/dotnet-sdk-6.0.113-linux-musl-x64.tar.gz",
              "hash": "7d5bbf8e7cdb1a03a8ccbfe9478f5d547d1b3df1c005efd60a1fbb5c04f66ef72ff8159491ad052889581c2ced7c0f78068faf40ed8bb7a541076131d64aca8e"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e9e69fcf-22e1-4318-a1e5-2ef0ef236430/fb19ca7b8205d9c63d6b614647b58fa4/dotnet-sdk-6.0.113-linux-x64.tar.gz",
              "hash": "15c0ce0b84e27072bb3c59e6f14ceb3d01481030fbcedc560fdc2ad5140b90492886fa17ca4572d945a051088bb514cff500bd68716f4538ebb5e9e049182cb8"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ce49b102-0f1e-40d4-9372-606142f33fd5/01e51cecd4908df23a597a2b0b47dabb/dotnet-sdk-6.0.113-osx-arm64.pkg",
              "hash": "ef698f5dcd65ac5ea50a0624a4c7b2332340b4560aff7fd7d8d5a547b356c15f00494d96a92e24d5c2a426cc2ec06cd41f33bb94a5053b3f719df06b5ec7efcc"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/30035239-de21-423b-9204-43a1a7b2acbb/bcfd465bb2c0de4e12b503f50f2e201c/dotnet-sdk-6.0.113-osx-arm64.tar.gz",
              "hash": "dc370ecee73b4d4a1a3d3016072f5103ba5f68ebaaa366f20cbb36d77ed2cf15ea63173720ed7d1a76f03a2a44725f94a173a45c91c432848e467342276bca94"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d2637027-1260-4db9-95f1-d53a6f9116cf/3fbb76c7a0bfb1ffafd76b81b74d163b/dotnet-sdk-6.0.113-osx-x64.pkg",
              "hash": "c8b6ea1fa0395c586d2623a6a2423b7a4c0e47411c15ccf925d944542e519cfa966cef2db4008b0ed6a76dda4e79aee7d8c91d13d198d88d2bc9dbe14328211b"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/99a80a2d-7ce7-4d8b-acab-98a73346e1dc/73f205d3e9290cfb6058e238a687bb20/dotnet-sdk-6.0.113-osx-x64.tar.gz",
              "hash": "d61b1bf59d2fcb22cbdae59ac5685229ac310851b563cd1dc1ed92209342e59d69a8d69493f5c67a01c6a6baa159ef550e973911ded585b996d9313324e13bc2"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0b060fa7-f1c7-4035-a7aa-9f68b56b736a/01f25adfff85f3580b981216b62a725a/dotnet-sdk-6.0.113-win-arm64.exe",
              "hash": "42f6a6433f25d6ffa6b9d8bff5182cdf8176d7e67fb611883effbc785726e15937c316ced00e67e5793032ce679c6f39e43555dcc7b04023c63ba3931b2e306f"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/af84bf51-a94e-4ee7-99af-1a1d3f1d9a65/f41cce2df3c74514c1bd70e57819a712/dotnet-sdk-6.0.113-win-arm64.zip",
              "hash": "358773024cfedfe38e1999185702a5f705b368cb3c698ac5c287d510e53dc42f84159f59179d371ee66307cfaaf7292b578ade67365695f2eb6fe8a9ea4e5abf"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cc477658-a276-43a5-baac-c7f5060ac75a/70076c80ac775a6191fdf02e39995933/dotnet-sdk-6.0.113-win-x64.exe",
              "hash": "524ceb167686885c66dab3000b67097876afa5d74a124568c9510c3a25357fa8e86f8adf4c0ea3b7ef9cd74e4fd26c158b4a9988791bdcb64caf4fdf35de73dc"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0e8408c2-2a6d-460e-9403-affe0a90d271/258b68bb6ea31a9dca539fe09007b256/dotnet-sdk-6.0.113-win-x64.zip",
              "hash": "a4afb5799573639e34144f41fa8bb0fd16fe4063037f2401e09e39896085f78fd0a91be8311fc052a9f2ba4d70ce8f3698f022c10861e113a99fbf520d1507f9"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3a828801-3cc3-4162-87dc-d3cbdfb71de0/6294cbd0d9bb5340c713d92e6bbfdcbe/dotnet-sdk-6.0.113-win-x86.exe",
              "hash": "09d0733e0e00331f491e067b4d84f2e70e7b223cfba85376dc37b8da93e8a2bd7282242b0eccbdc84e17abb9f18e1a8b7a6d6de16ee2ccb4e68630400c33d2e3"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b52a518d-df81-4cf2-bedc-b465f61189e5/b43ca6a6085a5109b5e160dfbc90f5c8/dotnet-sdk-6.0.113-win-x86.zip",
              "hash": "86364407ed809271f1e25de0fc152aa3d47d33eb9f43dd560e9ff54535f88a6c2f6bf62d9278706cad4da30a97e1f26acff6c7ee10edd48dd4e9569c83901563"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.13",
        "version-display": "6.0.13",
        "version-aspnetcoremodule": [
          "16.0.22335.13"
        ],
        "vs-version": "17.0.18",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8685fc94-b18a-4012-bda7-9ecc28e9d4a8/569d9a735ae79b4ce67393dfd96c3d90/aspnetcore-runtime-6.0.13-linux-arm.tar.gz",
            "hash": "dbd1391b559d4ecb8370cb25ae06b908a3e25739863f4837f03a508d8aeeba4accf125bf7a097fa78ef37eb34cd9c306f960e8674fde46bec07429ce2c5336bb"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b675e6e9-652b-42a6-a9eb-2813b90b41e0/88ba0bd190041c1db8a681bef7376ab7/aspnetcore-runtime-6.0.13-linux-arm64.tar.gz",
            "hash": "72bb5a366fda26eb820c181dc76e43d3fa040feedcc76dadc9064b924c98e2c31c4d4f53e6cac5c325bbd3640b71adde2c605c4cb488435515049ffe9221864c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1a4b2dca-6856-4ddc-9066-262ed7f6ee33/2f9ab563cf9b5585b8a253614b8fd5e7/aspnetcore-runtime-6.0.13-linux-musl-arm.tar.gz",
            "hash": "6d7af133caf74a3b2e025bdb77455fd60a7bf08ca39fe4de1ca692b515880ecb18148dbf1925005a2125936e0f5c913d303d1779ae297c7d6bbe4c09dded078e"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0af87f1c-e40b-4ffa-9777-f41954b93b30/b8f69a4b86c11b15c61be15ccb4e209f/aspnetcore-runtime-6.0.13-linux-musl-arm64.tar.gz",
            "hash": "d109183b5f4ce91a6b4c9d6a5e4e3ec8969ffee86a88bf914cfd11bb08754405daadabdcc96fe0e6d7f3dd138d111d7ee342795699fd33142bc37206ba59d720"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2eb8bb1c-0b38-46a7-ab53-9aed04141f50/7ded7f4e01cf4ff6a3beda5818b7bec8/aspnetcore-runtime-6.0.13-linux-musl-x64.tar.gz",
            "hash": "896ea62763519a2c7cc8c426553718aec5975ee98d6d6ff3acde6f6e1918fb2cf5c6c11827d3782bd1e220a58085f0892620b1c0dadeb167b04f6410543c23fd"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a2234b85-9050-4f90-9fc1-695a428167ee/8d5c3cf8f557e14c7c43965b7cef9c41/aspnetcore-runtime-6.0.13-linux-x64.tar.gz",
            "hash": "96239951972a04021b1953581c88a3e1e64553d05278fb92729c62827f38eeecd533845d6b0d3e9ba97e9d19701b9ee8e5c02d1ee54b8c14efe54c08c45c15a0"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e687d28e-8121-4099-b505-f52cd856f718/1089325f2ab576f007e246ceb174e276/aspnetcore-runtime-6.0.13-osx-arm64.tar.gz",
            "hash": "869c2cbda288ff97f470e3c79bf63f33fac30c8ae2740f849254c0f14c7e694d4dd0e3cf283965d620fe86ab8742ea00e606da0455d683fee4dddaaa15d658d1"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6f9bcb00-fa3c-44d8-8f9a-e4a256f20e81/bb989e5cc189e4b51585b4b78024a060/aspnetcore-runtime-6.0.13-osx-x64.tar.gz",
            "hash": "9e3608fcc6e8d9f6139d3ec186b253f13d9027eac322b9cbf8ad8f9e72439a95abd0bffc4d63f427b76186f4386c8ffe613a9bcc44cb2448e9ec9be31a2fdfaf"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/12d3e2cb-09ed-41c9-bad0-fb75bf42bf95/1e238b410f86ef37799e4d92cb0b4d2e/aspnetcore-runtime-6.0.13-win-arm64.zip",
            "hash": "318b2248799821e664bdd05d551b1536ce7dc123a56ad3af55865b0cd6643efea011ee669f950fa10ba9b5056b5cddb3d3c0f29c16d65003826f8672c681798c"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ef825766-9885-4123-890e-3679352eda71/d58566678c1bcd9aa95327bcff043ccb/aspnetcore-runtime-6.0.13-win-x64.exe",
            "hash": "92741b33b960ae238e844c8b0854fa2a70fb120115cd383d8479ef1ea83468ca9b90aba8c80ff7a33b6b6c095446ea8740bebe7fedb0c2acd050b97f56ba2fb5"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b6212cb4-5df9-4781-87e7-83c7f9d617dd/b2ec3f7ed302ea4928e47299ec0d9946/aspnetcore-runtime-6.0.13-win-x64.zip",
            "hash": "99de5977123be3b9234a1518dcf6c5d4afae10cf3ffe161327bfea3bce52dd78f73b113aa3fe4c0798342a2f9b7cada885dee997945ab65687eee730ce173f78"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/afd28696-e178-4952-bd38-4525af28a220/8366e1fcdb706c5b0572aecbde579681/aspnetcore-runtime-6.0.13-win-x86.exe",
            "hash": "9bd2b73d87b43f52ffd1480947ab1a44491a81bc284e9045b72ea63f07663964ce836afca2f83e595d437ab8e73cdb626da9a839bc4654f9a0594bbc46a6d871"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/07a63d6d-e971-4765-921a-2a47f2dd87d6/03b202899682957e0bc0531a5cbb4c97/aspnetcore-runtime-6.0.13-win-x86.zip",
            "hash": "a72345b4612c342d8a3cdb037d90799e00f9c6c5b2a3dd35300d187fe9baccd016d0651e414b2cf9d99bfdb3faf6a69d04f6afee94e3f4d4f0cfb18040916b9b"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0cb3c095-c4f4-4d55-929b-3b4888a7b5f1/4156664d6bfcb46b63916a8cd43f8305/dotnet-hosting-6.0.13-win.exe",
            "hash": "cab22b918fe7c0e1821ad4114aeec4030ae42d4709d61ac0da8d5998f377dcc8bd096653da5a78961615f5d1a133da4a64d29d2b015a6a3e849ced0a753baf60",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.13",
        "version-display": "6.0.13",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1740d5f2-61e3-43ab-b0c7-89a44d18f5b5/ca9d3cd1ece3b4ae5517492086ce4a6f/windowsdesktop-runtime-6.0.13-win-arm64.exe",
            "hash": "31fc944dbb77f3d88a7ca197b586514e46dd9d9ed5be84d3151c83243f20bb7579fd4ca45ac0c3dfefd2067397a003bf0be397553f528afa32fffdd9f686e6f2"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8f570679-93ee-45a1-a265-f44e96309b3d/8fe8879315d1f8d83648a1fb78b8ae7c/windowsdesktop-runtime-6.0.13-win-arm64.zip",
            "hash": "e809712915c32ba66604b7ed2c0463bab6926165b1e9e8ce3bb559122d2f563fb54cebea57edcc7d675d118243054adc0635091a0fc6da3618df3b6ce66c729f"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4c5e26cf-2512-4518-9480-aac8679b0d08/523f1967fd98b0cf4f9501855d1aa063/windowsdesktop-runtime-6.0.13-win-x64.exe",
            "hash": "1b44717a2784c6597aa2e1ec9e6bb54f295eab09457cd41e61ca917d45fd1797fb160765111a85cd7264efa392230ee45477a1d95bee0c108c41e8375cd51afd"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4335e6f1-48ba-4fa8-a1a9-1a1b6dd8f7c9/415e65d170d97e4d352cdb83c2d7993f/windowsdesktop-runtime-6.0.13-win-x64.zip",
            "hash": "9e162b1d148375432a680d071c0dc3b11d93ae25780b1ce875e3f466d466441d594b674900951ec1646ee82ca57debea3ca9b79a6f8bc167d57fa18d60705857"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d37ab8e6-095b-4f42-bea5-f519b3c62b68/3b87e1c571a3fc49607acc821d3f107a/windowsdesktop-runtime-6.0.13-win-x86.exe",
            "hash": "4b4458212b159f37a9f369d6034a6a59796513582a4114c309337cb1989a0e3acb6a9bb67ac5cf0553d8473fef46777e3bf2f37cefae20d29888044333acba27"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f2aebdc0-4da9-46f6-8593-b5d9a3f7962e/f1b68049ddbd23ec79e93d7d1b8a65d7/windowsdesktop-runtime-6.0.13-win-x86.zip",
            "hash": "6ba5fecb5785d73e57e73484cb64452ce047ed8c354279a37d398d2dbe8944aaadd492b4c4a895065dd8c071ef7d247fc2039c98c6a3fb267f6b9a936c61c917"
          }
        ]
      }
    },
    {
      "release-date": "2022-12-13",
      "release-version": "6.0.12",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-41089",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41089"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.12/6.0.12.md",
      "runtime": {
        "version": "6.0.12",
        "version-display": "6.0.12",
        "vs-version": "17.0.17, 17.2.11, 17.4.3",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8cb9b9c2-8eff-4c6c-bc28-f2c5a20b3f2d/1a495fde9c6814ca12e415328298a8c1/dotnet-runtime-6.0.12-linux-arm.tar.gz",
            "hash": "c3bf5d831ed36a42f8b775923eb7f039fc2bd36d87f13228ef2005dad74744c8f49f1359bcd34bba244eed64d365eb40d35e76bd3dd41faa47428c1c652ebef4"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cbcfbaa2-781b-4782-9994-9a9289ca724d/bc2fe2ee1a1842ea6d1151e5e0a410f9/dotnet-runtime-6.0.12-linux-arm64.tar.gz",
            "hash": "4fc1b7ca6429abcf586a2d106b2b7e345d024c174a303a607c21f7a00071362ca9f7f85e2c583db18caa597a0404af379a740c0fd180045051ab081d571a9a25"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d2c4250f-d748-4aff-bd0d-59b9834c2d42/6a53987ec268f7947bed69bfc964b2d9/dotnet-runtime-6.0.12-linux-musl-arm.tar.gz",
            "hash": "45d9156f2a36a9a5ff6016acdb0e1454379e418d886320695995f9a5ce008fa3899e18df06213ddd62328e0eca629bdd0f90a9afd6bc97b8011a15b39a3d1b12"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6ee50fa3-5365-4733-802f-20f4e6c63ce9/8999927e45afba236da064eb164ac40e/dotnet-runtime-6.0.12-linux-musl-arm64.tar.gz",
            "hash": "3b981fe729d623758b9430f6f52d6dca6598923f49b55a9f12a94e9eb67bb6d88a872aab7df511d9627c951829fe0606b97239e5f393195551e58889263e3a2b"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bbbb66d6-7325-4758-bf39-c6b87a248a1f/4134186ccfb37cc2556211bf76ce1385/dotnet-runtime-6.0.12-linux-musl-x64.tar.gz",
            "hash": "13faef12fe0bd89bff41bd284a461a2785c947a202a391879bf20521d1d705f5f19a293b5ca943d41f575d3f3a3f25c0234f4f282dac936b6e7b22e13b5cad1f"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7d543956-0b80-4c08-910e-c8c388f5fab8/01d45a3686e72f70be51b3f98569c6b1/dotnet-runtime-6.0.12-linux-x64.tar.gz",
            "hash": "74fc12712a1ab29f864592c21252db9710bebc965f502d0eb2ae5473da1d9bd3381195859cc452e3beec0ac91094e1c034c6a51c0378dada65fb2581efb73f13"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/815bebc4-e694-46ef-ac6b-1d286275e6b6/df0373c30489e1a724ee7bf3a86214b7/dotnet-runtime-6.0.12-osx-arm64.pkg",
            "hash": "e0cc8cab95494492afbf5dc3ac4df4147b95fefd8aeb3e73176a68fbfdf49cbf8f8caa221b7f75d51f2c5527fe4705113a427cc2401b849f155e8d661ef5ee2c"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cd80604d-e51e-49fd-afb1-bb8308948f82/3573da78841bc5a685ec4cc90ed7a1c9/dotnet-runtime-6.0.12-osx-arm64.tar.gz",
            "hash": "3acf77bfed61fc7ed9cbdae53a3349224425277be68e32c3e9dd59eaa56154cc7f705ea8f2412fce0951c0170c6e9b51d54bc838ad46967662aa7d7b963c9d8a"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/41eb399c-86fd-4503-b61b-46848cca6fee/d09fb724e749cd7ba0f0bdd4a0705b19/dotnet-runtime-6.0.12-osx-x64.pkg",
            "hash": "0fddf272948d9a4a15b0403063b8387c175aca4b4e4c846b274f2de1953918c33fa1a114bb38679b0503a2e0befef598c75634d9c19817fbb1691cd7389b0e48"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f3360067-ac4b-4502-bec7-2dfb0c3c556f/2e75f7eaf320f44fd4103fc7ebd969da/dotnet-runtime-6.0.12-osx-x64.tar.gz",
            "hash": "5e78259029205a973bc5eed2bb91f8b27efb5e39b5933630665fff6c707615d178bd5aa6d7c3529e5c77471f133954e6d4ed400973f1f64c4856e54f6acfeb21"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/65268652-23cb-4be4-b57d-e638d90db599/1d7f7da5917e07f4b167cbdbe0613e7d/dotnet-runtime-6.0.12-win-arm64.exe",
            "hash": "ed742300e8f81269e8eb849105c039601c626bd979f39c026d69805e6e843f159b01ce9bc0415b4ebb0aac25ed3fb69a921e3dbc5bf60b3e95e81f2d93d03c38"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6112ba5a-5a90-4462-a60b-69e95a7acc58/8aa16ce03bbfb7c00d292b16f13d567b/dotnet-runtime-6.0.12-win-arm64.zip",
            "hash": "14d490d493067d6338a68d5508cccf10b1040896e7acc5e01a12e2b314bb0662168137f156f739090b55bcbe49eaeedb0b340f4205c0d3ef408a5b2c1f23d1aa"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a7add606-bf46-4e45-b6c8-3761925968db/3a667c5b368ccd8b8de3c26bdeb21a25/dotnet-runtime-6.0.12-win-x64.exe",
            "hash": "f8c6d7d379ec9ec8e39e6ca20c6015d7c2d049eecd06045818fe95e87b3e515adbdf445f83b79241248fa5a3f3093ce4bf6f7f67cb9f7e6c74e03523a70d9fd5"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/feac676a-296e-4a71-a6dc-84ab566a5eae/84c4a4a6b51207d7eba92c0f30d4fed8/dotnet-runtime-6.0.12-win-x64.zip",
            "hash": "a7bab56bf94a4bcce11d4aac922be927701587afdeffd11a8026200d316fe9de35fcfb68a269170466ff10e02f39083481c86c825b770cbdef76d6a107eb73eb"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/31947856-4c76-4330-a0e9-b36e2f088e38/4a7d322dde9a77c607a99d4c47542a97/dotnet-runtime-6.0.12-win-x86.exe",
            "hash": "8f4e4387b79072c15e04086c8b3eb48ac9e239881b002f9d66d3c8f1d0b9e5c07856705ed863272232fe3396fac2b13b7694a4a9a93f2cb7a784b38b144ac717"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cc22d67e-64f1-40ad-80a4-4d41a44e3cc8/65ec55a31ea526fb4be94db58164c1f4/dotnet-runtime-6.0.12-win-x86.zip",
            "hash": "0b3a8f5f660a53a38ff59ca8b2fdd27a486440293dbbcc8668bb7bae275ae848d36880f5ef087120cb9f6c11a993a9376a6ec96a9dc9fdc8688973386b7ab553"
          }
        ]
      },
      "sdk": {
        "version": "6.0.404",
        "version-display": "6.0.404",
        "runtime-version": "6.0.12",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "",
        "vs-mac-support": "",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/58ebc46e-68d7-44db-aaea-5f5cb66a1cb5/44d292c80c0e13c444e6d66d67ca213e/dotnet-sdk-6.0.404-linux-arm.tar.gz",
            "hash": "1b9b5e0c45f90a4c752bf6990e5dda4110403a62392dc78abf9145c69b1d329b2630945a88cb4d7756322b188b7f4a9334bfc376067edff5dcfabfd85098d7d8"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1055ed3b-6d81-42b8-bfaf-594baf240ec0/37f4c7113ec851f20569bb7435cd527b/dotnet-sdk-6.0.404-linux-arm64.tar.gz",
            "hash": "7c58595aa57b655ff5a268ae4fc680ff3fb15a84dcc0ce84ae7eb25ba27bf66f0c5273c985f15034583f5b05437a5354db68c4064953030dc4caebb11339ac76"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/41f360de-19e1-4ff9-a8fb-fd489217e09d/93b6f40ce406adcf351cd5284930459a/dotnet-sdk-6.0.404-linux-musl-arm.tar.gz",
            "hash": "d7818ea567db81832cfeed5057c42255d2f19750a741a2cbc57e2d7134267a27e9937f86846b30f393c6f0ad2dbf0f4c73a902ed78b0de56138f077f62f34686"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dcfa8f0b-c9a0-49ff-835f-02713345a699/8db70d41ee915275fe34a8994a4e65da/dotnet-sdk-6.0.404-linux-musl-arm64.tar.gz",
            "hash": "999220f7247881d44c7f5a429b25c04d31044a1b91af5ede3f899df142af2d9f056a4ac6058c9e56f14b014a479f3a7455bd499f42f8e0f9b4fcacfeabc023b5"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/32e09cf3-b5ad-453e-aaa0-2b5c7422141f/6c7f4e895d6aa29471e05367d9880b6c/dotnet-sdk-6.0.404-linux-musl-x64.tar.gz",
            "hash": "5313d8cbb41e27f462a141914f852e3d3e729886ce063be82778e1444df2d44dadcd2829f60ae97ae300d19798fab9d3b3932a7d9b9d00e948a80ccebbf5e106"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/40bc5873-1a39-4a47-9df5-b481869594a6/8455eab2092cc1321ac055f016ef90cf/dotnet-sdk-6.0.404-linux-x64.tar.gz",
            "hash": "7a0f4b308d3fe98df9b426b0f8f8fb7bd7247244af3570e867a3969349c62c7ea4c6da81a1a2280788e300784167a2933db523f461985aef0681e0cf14bf8f0d"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a309cee-38ac-4fb5-877e-e4d0a9dbff1b/01a4ad5d7a0ff5734e0749b3880485fb/dotnet-sdk-6.0.404-osx-arm64.pkg",
            "hash": "bdbe99a63cd0d4a3bc99df749ea75c5ddb79f561f2c2c3dfc0c4b6f0c01f3e09e9c31be857d783e4be337b23105fdcd650d97279e4dc99aa1aac472021dca2d5"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d4633191-6deb-4b35-9866-c3c839b8fab4/a66c1c547cfe4fc46a56e66d71153c40/dotnet-sdk-6.0.404-osx-arm64.tar.gz",
            "hash": "e6847c080862d67eda4bfe912665164f0455fb30089fa07e2076f75fb0a65037c2bd6c213fde1ef9be59d142ba8f3bf41c272d916e5c67f2fbcdc2e1f077064d"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a93ff2f8-c9f6-41d9-ac15-1b96e77f111e/5296b688fcb69e34eb2c6d05a915ee71/dotnet-sdk-6.0.404-osx-x64.pkg",
            "hash": "606ab0c21bd5caa7aa88899f07c0860cb05330b6ce45abae1e63034a08f47942b4c4252abc0866e67e7c07c080978be4573793dac7cb52e9a2fa89347e993053"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/43189462-e807-4a01-88fe-d348d72130ad/29abc60cb75e8bcb12df60c2930fec25/dotnet-sdk-6.0.404-osx-x64.tar.gz",
            "hash": "1b0268d9043946d306bb01aecda2857a031f182078ab853da9347ebe88de13147aec13273bd38e4590ad1805c091e694547997941c7c5fd6007d265318ed0ca4"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a8870388-d200-4ae9-b0dc-117b88e2fdc1/00d77fb127e01d0bf9adcc36e89a7606/dotnet-sdk-6.0.404-win-arm64.exe",
            "hash": "e7348fb73d420bafcc7177dd519bf83c0fd8428a8351c723fa2ecabf957fc6e9e12e045fd65a445c01239a6668d3c878dcdc60e7af02dc16477aa798e8003b5d"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1a74ba96-1e2a-4378-8666-97eaf20c8d63/96b5117cb0b82aaef68e407744f5ebf7/dotnet-sdk-6.0.404-win-arm64.zip",
            "hash": "fe8645f6c595e118a2e50747ef85472061b5ca52fc64b0512bdbc8491bfd41b8ae52244facb16d5dce47de32c33ee8f65d7a59b4c54923aed2b79e401459ad09"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0a672516-37fb-40de-8bef-725975e0b137/a632cde8d629f9ba9c12196f7e7660db/dotnet-sdk-6.0.404-win-x64.exe",
            "hash": "4e4f9f2ad0c74aa69f488e50c8722caabb55bf8cdeca7bd265713dddf2870d2ba0978798b55d44b0f5ba2ecdd979a6d5faae79cf9645270bd5fd2a21d1fab35d"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6ad651e3-818f-4e00-bb14-e632e1cecdb9/a7228c4ef87b2b856231d0b97f775b4b/dotnet-sdk-6.0.404-win-x64.zip",
            "hash": "af6cf26ca940605c354f537635a24f7f8b82200171bccfeefa993c51d56039f0a0e298fba9bcc44a569f8c612e681fe14de5778c892d43b1c7d69d38bd98893d"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/64139bf6-70a4-4bb2-b053-ef582d4552ce/119883fe60642bb42bac59b25ee98d36/dotnet-sdk-6.0.404-win-x86.exe",
            "hash": "2a6e53d0c3a80d4f9d0f381aaa424a0e8a0e9910b93fcd4614941707e832dc29cefa0c86a4f71e1f6db8ab386ec28bec9dbf3b5c5eccacc384a02549cbc42df9"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/882c7878-1519-4bbb-b0eb-223879bce8a9/eaf8b414b3ea4b0d406934b686a6dca9/dotnet-sdk-6.0.404-win-x86.zip",
            "hash": "b1bafd271b519e908e54de986d2c8da7390cd50609a7c38bd2e9d12ded98e6991d858957cc5f62a980fa3b572150a60ddefe7c8d27405c07b9bb8d97088798e7"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.404",
          "version-display": "6.0.404",
          "runtime-version": "6.0.12",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/58ebc46e-68d7-44db-aaea-5f5cb66a1cb5/44d292c80c0e13c444e6d66d67ca213e/dotnet-sdk-6.0.404-linux-arm.tar.gz",
              "hash": "1b9b5e0c45f90a4c752bf6990e5dda4110403a62392dc78abf9145c69b1d329b2630945a88cb4d7756322b188b7f4a9334bfc376067edff5dcfabfd85098d7d8"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1055ed3b-6d81-42b8-bfaf-594baf240ec0/37f4c7113ec851f20569bb7435cd527b/dotnet-sdk-6.0.404-linux-arm64.tar.gz",
              "hash": "7c58595aa57b655ff5a268ae4fc680ff3fb15a84dcc0ce84ae7eb25ba27bf66f0c5273c985f15034583f5b05437a5354db68c4064953030dc4caebb11339ac76"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/41f360de-19e1-4ff9-a8fb-fd489217e09d/93b6f40ce406adcf351cd5284930459a/dotnet-sdk-6.0.404-linux-musl-arm.tar.gz",
              "hash": "d7818ea567db81832cfeed5057c42255d2f19750a741a2cbc57e2d7134267a27e9937f86846b30f393c6f0ad2dbf0f4c73a902ed78b0de56138f077f62f34686"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dcfa8f0b-c9a0-49ff-835f-02713345a699/8db70d41ee915275fe34a8994a4e65da/dotnet-sdk-6.0.404-linux-musl-arm64.tar.gz",
              "hash": "999220f7247881d44c7f5a429b25c04d31044a1b91af5ede3f899df142af2d9f056a4ac6058c9e56f14b014a479f3a7455bd499f42f8e0f9b4fcacfeabc023b5"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/32e09cf3-b5ad-453e-aaa0-2b5c7422141f/6c7f4e895d6aa29471e05367d9880b6c/dotnet-sdk-6.0.404-linux-musl-x64.tar.gz",
              "hash": "5313d8cbb41e27f462a141914f852e3d3e729886ce063be82778e1444df2d44dadcd2829f60ae97ae300d19798fab9d3b3932a7d9b9d00e948a80ccebbf5e106"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/40bc5873-1a39-4a47-9df5-b481869594a6/8455eab2092cc1321ac055f016ef90cf/dotnet-sdk-6.0.404-linux-x64.tar.gz",
              "hash": "7a0f4b308d3fe98df9b426b0f8f8fb7bd7247244af3570e867a3969349c62c7ea4c6da81a1a2280788e300784167a2933db523f461985aef0681e0cf14bf8f0d"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2a309cee-38ac-4fb5-877e-e4d0a9dbff1b/01a4ad5d7a0ff5734e0749b3880485fb/dotnet-sdk-6.0.404-osx-arm64.pkg",
              "hash": "bdbe99a63cd0d4a3bc99df749ea75c5ddb79f561f2c2c3dfc0c4b6f0c01f3e09e9c31be857d783e4be337b23105fdcd650d97279e4dc99aa1aac472021dca2d5"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d4633191-6deb-4b35-9866-c3c839b8fab4/a66c1c547cfe4fc46a56e66d71153c40/dotnet-sdk-6.0.404-osx-arm64.tar.gz",
              "hash": "e6847c080862d67eda4bfe912665164f0455fb30089fa07e2076f75fb0a65037c2bd6c213fde1ef9be59d142ba8f3bf41c272d916e5c67f2fbcdc2e1f077064d"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a93ff2f8-c9f6-41d9-ac15-1b96e77f111e/5296b688fcb69e34eb2c6d05a915ee71/dotnet-sdk-6.0.404-osx-x64.pkg",
              "hash": "606ab0c21bd5caa7aa88899f07c0860cb05330b6ce45abae1e63034a08f47942b4c4252abc0866e67e7c07c080978be4573793dac7cb52e9a2fa89347e993053"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/43189462-e807-4a01-88fe-d348d72130ad/29abc60cb75e8bcb12df60c2930fec25/dotnet-sdk-6.0.404-osx-x64.tar.gz",
              "hash": "1b0268d9043946d306bb01aecda2857a031f182078ab853da9347ebe88de13147aec13273bd38e4590ad1805c091e694547997941c7c5fd6007d265318ed0ca4"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a8870388-d200-4ae9-b0dc-117b88e2fdc1/00d77fb127e01d0bf9adcc36e89a7606/dotnet-sdk-6.0.404-win-arm64.exe",
              "hash": "e7348fb73d420bafcc7177dd519bf83c0fd8428a8351c723fa2ecabf957fc6e9e12e045fd65a445c01239a6668d3c878dcdc60e7af02dc16477aa798e8003b5d"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1a74ba96-1e2a-4378-8666-97eaf20c8d63/96b5117cb0b82aaef68e407744f5ebf7/dotnet-sdk-6.0.404-win-arm64.zip",
              "hash": "fe8645f6c595e118a2e50747ef85472061b5ca52fc64b0512bdbc8491bfd41b8ae52244facb16d5dce47de32c33ee8f65d7a59b4c54923aed2b79e401459ad09"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0a672516-37fb-40de-8bef-725975e0b137/a632cde8d629f9ba9c12196f7e7660db/dotnet-sdk-6.0.404-win-x64.exe",
              "hash": "4e4f9f2ad0c74aa69f488e50c8722caabb55bf8cdeca7bd265713dddf2870d2ba0978798b55d44b0f5ba2ecdd979a6d5faae79cf9645270bd5fd2a21d1fab35d"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6ad651e3-818f-4e00-bb14-e632e1cecdb9/a7228c4ef87b2b856231d0b97f775b4b/dotnet-sdk-6.0.404-win-x64.zip",
              "hash": "af6cf26ca940605c354f537635a24f7f8b82200171bccfeefa993c51d56039f0a0e298fba9bcc44a569f8c612e681fe14de5778c892d43b1c7d69d38bd98893d"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/64139bf6-70a4-4bb2-b053-ef582d4552ce/119883fe60642bb42bac59b25ee98d36/dotnet-sdk-6.0.404-win-x86.exe",
              "hash": "2a6e53d0c3a80d4f9d0f381aaa424a0e8a0e9910b93fcd4614941707e832dc29cefa0c86a4f71e1f6db8ab386ec28bec9dbf3b5c5eccacc384a02549cbc42df9"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/882c7878-1519-4bbb-b0eb-223879bce8a9/eaf8b414b3ea4b0d406934b686a6dca9/dotnet-sdk-6.0.404-win-x86.zip",
              "hash": "b1bafd271b519e908e54de986d2c8da7390cd50609a7c38bd2e9d12ded98e6991d858957cc5f62a980fa3b572150a60ddefe7c8d27405c07b9bb8d97088798e7"
            }
          ]
        },
        {
          "version": "6.0.307",
          "version-display": "6.0.307",
          "runtime-version": "6.0.12",
          "vs-version": "17.2.11",
          "vs-mac-version": "17.4.3",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.4)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1568da81-523f-4fc8-ad83-a94e4d4ec255/21967cae686ceef3d0c93537cb648943/dotnet-sdk-6.0.307-linux-arm.tar.gz",
              "hash": "584630393e81a1f26e2b75d21f2984db78f2de7f899a13ba480e46761624e461a23b4467eb06a1679587acb7c22fa8b0a7012bfaf85a6db393050609f609db8b"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/40fe8d04-7c87-487d-a231-071989e9e4ff/9fc379bd253847093365ab71e8199c9a/dotnet-sdk-6.0.307-linux-arm64.tar.gz",
              "hash": "c021ca82ef65aabc5a02a1ebcb117b05583b7ab8bd04a8514e2adc29ac8f0d4916b83544d1ceb0cab089e6b3e6ba541abd95f69fb0b888e04ceb76a9d4912e85"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8f38a99e-cc40-449a-98a7-e70e5c85ab71/b266d5445f117d7c9a65bff5d9b91ef8/dotnet-sdk-6.0.307-linux-musl-arm.tar.gz",
              "hash": "263cc04a47d902fdf7743023756d5fbc05f2608ec796f0896a9aa77dc1af40f51cafaf51be19dd1cd3ad6cbbec44c0849280e8fbde9af5b9b2c1e51b86525838"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/73e7db53-eb6c-4f0e-ae6e-5dec98573419/410cfe08d309f496f16970a2cb0d5a04/dotnet-sdk-6.0.307-linux-musl-arm64.tar.gz",
              "hash": "3b00fe14bbb6d0b0f02b3fa78d88854b907ac5809b53b3d3b69f2663f77c8d7721afb3dde6a71db5ddfd42f8e3095a4f4ab48773d221d6da53da7b649d3a48a4"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fb1d0109-e7d6-4401-8cf4-22a5dfb81374/85cbd87a96687eb8104c4da5aadaf335/dotnet-sdk-6.0.307-linux-musl-x64.tar.gz",
              "hash": "0b9628c6b27d4efc1992eb326a94f08b220f965b483fe4dd874283e3b53f7d2a1071ec5190dbfd081dd3d2ed5ac8ab66779e0d039683956bf7d50be3ba3ad334"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f30cd701-e2ba-4f0b-9367-4cde7bfe640e/eb641128cd1c734d62818b25a94f2ccc/dotnet-sdk-6.0.307-linux-x64.tar.gz",
              "hash": "7fff3c356775bd0fbcda53344983f18bee2296a13a514f8f4cff92dc9aa2207c165495304d7e08855f35f360adfd64d9c27fd10549adb9ff7183297bd7940d62"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/148da8eb-7f75-4035-b18e-d3ac57acaaf4/f9d079c09f17ce671ba762a2161c51ed/dotnet-sdk-6.0.307-osx-arm64.pkg",
              "hash": "d6e8ca48324781a863346e25997f652545f4f39e2f0bf7afc3ff1228280f9281872e532177f1b0306d4b8c4d96d8fcea564a5d587d0d49a36dcc0c6a53261919"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e9441067-016d-44b8-9aee-fb4ee5f926e8/de8256251b886826d8f1632cb6e8f054/dotnet-sdk-6.0.307-osx-arm64.tar.gz",
              "hash": "c7119491de7c2b724b1f59c99ab457245c81b4a1a94407ad928927abbb5fe9fc61491d27cfde2ffa3d04593c2f5fc91afc1df7c6da215dac9e1303f363aa7c98"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/971589ae-532a-4743-bf01-913d936b34f8/81a0e8f5517bfea90e40280008ca67ed/dotnet-sdk-6.0.307-osx-x64.pkg",
              "hash": "71413011f549e82dd100ef2cf88b44dd5c2ab0ef6c557bd12ccbfcc2d20ba38acf279c4e33927cd25958c4116ad4d3fc2bc5cb6a703b6d75d876a8b8eeca898e"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3c173d52-2ba3-4f6d-a60a-9e1ada8cc005/7793028376856a6298a341943c940dbd/dotnet-sdk-6.0.307-osx-x64.tar.gz",
              "hash": "35efd15ae197996c2a648e366192ec719ee4a526899831c76e160c412dab3ce5390a4bbe838ee1f072f67f6a61547f465c98f9570cc43ce3b2744d007378ca80"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9671bd73-6d52-4911-a57b-d6dac401a308/5a6eb2fdd8180da05190f6d69af24015/dotnet-sdk-6.0.307-win-arm64.exe",
              "hash": "3cf940ab63aa87ae97dbfe7c96467d9150dcea7a0969a1e60b8a1236db6ecfca1c0e6b6c2f46c55fd35b7de12cb2c33e73135eba7812bbf6c5daa388cf49014f"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/81d9eaa8-f0b5-4947-a74d-0330bcc90bab/680ffdceb2699bc049024ef5f9492ede/dotnet-sdk-6.0.307-win-arm64.zip",
              "hash": "87e2e066c50ad4921e265810fa54a1f0933bf35201420cac305a2f8a0fc9e4a8fb592872dea4a16c09a53858df92b6ce75b45ab8d462dc315053b04b76d6d95e"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5f98457b-b8a2-4db5-8c6f-f5b1775893b8/2e151a8491ef4f1aa5d3a721bca35778/dotnet-sdk-6.0.307-win-x64.exe",
              "hash": "f0a2ce36141834a25b19fc0736684228e111b51d3c69860895b7950220fdc693e1046306932508a9001fe62e5dcf6566169bbcef8d29ae1d4bbd671ce4673b28"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/717b2ee4-a709-40af-89b6-f5ae74f5d30b/aa0a0797aefe006b82985ff7dd0495f4/dotnet-sdk-6.0.307-win-x64.zip",
              "hash": "dc99a4000b69ac3b04b65204733cf2fb1b18f8814a9783e56a061eb5a5d5f5d0254fb5b4f2283b380310f8ae1e642ac4a0da6ba910f0f77a88d6e553338d356f"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6c55554d-3324-41ed-8635-6052dd8d60dc/677185b27d231fb2649be5f10860b683/dotnet-sdk-6.0.307-win-x86.exe",
              "hash": "8020c16916c5921b7e1f6b3c0c8601f79db849683e832264089b3f73dd08ae4ba0a1c200ceebfc7bc03d3e28843ae76665aafce6cc5265e47841e227d957168a"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9ebac319-41c3-44f6-975a-11622b4122b7/85139f94527c1912536f88f220d6d65b/dotnet-sdk-6.0.307-win-x86.zip",
              "hash": "20edacd0fd81c0b1275f64bcc31f90169ba3a4e90c14e18a9873ac006a5201c9d33d25ba9f36dc8b0f141eae0b5a0d67d25835fb0eec33af43f4f8556356faf0"
            }
          ]
        },
        {
          "version": "6.0.112",
          "version-display": "6.0.112",
          "runtime-version": "6.0.12",
          "vs-version": "17.0.17",
          "vs-mac-version": "17.4.3",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.4)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c15eb4dd-8e5c-4ed3-8f64-256d20c28d23/baa89ab6d4825e36fdd1978b16577197/dotnet-sdk-6.0.112-linux-arm.tar.gz",
              "hash": "47f255e6c167ba0534559c2d189a73178a6bc6ddde813a6dd2e4e328f598181119fe7c159732d4e65255fc2d4fd731ff1b0ee929979084ffeb2730ad7ed74d75"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6bd958b2-a3ad-4bbb-ac3f-5a52f3550363/0c3bf2ea12dce4a08bc2ccaee6e60c07/dotnet-sdk-6.0.112-linux-arm64.tar.gz",
              "hash": "55b8b0b71971ed65f9096d3d55d8474c6768da188ee3f7c1c6e1051934926430869f058dd45c9dd9789563acdfbee973657ecea31044c587b4a87a95ab4ae800"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/72955d4e-f51c-4db5-b883-6ee9758edff4/d02df2c9214f440beb8c36b24bdc6fbf/dotnet-sdk-6.0.112-linux-musl-arm.tar.gz",
              "hash": "2d0bdbc564853ea9c6daf4a1fb7940c28bf3a766ef857a4fcccaa42f8b3ccda53f8b968b83187e1387a8119502175a8f92215a24eeacd843c018a01b44e140cc"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/947fec16-2e6f-4a60-a2de-2db43a4f13f4/9f124c1b644ec6d21033898f98a597e6/dotnet-sdk-6.0.112-linux-musl-arm64.tar.gz",
              "hash": "6000baf38c8b92ea4c71ecc6b3f2dcffbe6e0b3d3e8846f7c296180d0ac1d94905542df3453dc8fae16c3ae351d6380f053017d86207c2e58affdc67c93fff1b"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/23763621-272e-4ca5-862d-5d2150083a62/8b55237b59eeb28a5e84a91866e475cb/dotnet-sdk-6.0.112-linux-musl-x64.tar.gz",
              "hash": "6d23a7fe8dbddb0785811271326aa3f0bcd68db85c1a148c4e21eb6fd7347a1381dac9c077e4d01c17b08570cffea4b4cf43f78c3f83c2177e66a8c4531c237d"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8c8d9afd-6933-47eb-80ac-8703c5cf4b3d/9778f70e08b21c732b035bf98dff85d7/dotnet-sdk-6.0.112-linux-x64.tar.gz",
              "hash": "0215268594196931c038c0957e41ce73a3b12501f7a15ea3f9a6bd73c1191747cbc42aeedfe96ee0f7f3a2f5811c7840dcbb230797ef47f659794fe3113bddca"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/82faac3e-4f64-402d-a07b-3e06f5055afc/7e13c8dab45f27c0fa3c4dc6673da78e/dotnet-sdk-6.0.112-osx-arm64.pkg",
              "hash": "10d8f91163cf89853a7baf24e3d4ec5b9dea8b788e9caefeb8bf5b91c684bdd776a0580914bb45963ede89f3f4070f04033d7e2100f44ffcec53e6e5a21a7ac1"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7aaba947-cbbd-45a5-bef6-65c6d888972a/7a0dd20ceea99392aa693a224c839134/dotnet-sdk-6.0.112-osx-arm64.tar.gz",
              "hash": "eeecd33983e405910c028a2eaf6b1e4c3f87c4b51b3b73582d7a282a55854602eafe23e5b2983e58249d2b03a05373b63bc3cdf9a6f89e2b82a986fd23181abe"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d5506df1-19de-427e-a3d7-68f26b64ba86/3592ec5c3f27ab93bd37ceb3e0c17521/dotnet-sdk-6.0.112-osx-x64.pkg",
              "hash": "fab63c44c1baf47bf723d68665539a8dda10c425564101ea5d10fdee8d05dcecf43813cf747bd8fdacb4c5bccb6b5132381742c8bd2c9c9c6697e981e228fcee"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5c7efe6f-a815-4847-a7ac-09fb73c54014/726029845c8248b84422a4e568b96183/dotnet-sdk-6.0.112-osx-x64.tar.gz",
              "hash": "40042d3df1832186041ccea2ecc62c48a0677580f6484f302f972b4af1c20f9a1e2a7cee400136561e16102b087b9621c8fe3aca8fa3f74777e6c22f1323612e"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4eae2050-1249-43a4-acc8-0bc3e183102e/f47160c94c2370cb98781b37b94a59b2/dotnet-sdk-6.0.112-win-arm64.exe",
              "hash": "f6e634353e4cc2927568710bb934838b763880cf89c0d29cde13d98d81bf8137418713bf37cb0219f3963c2f95f41471a74e3feab58379ca534fd6ad8cb2c2cf"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/553634df-0e2d-496f-b9c6-fc7d4aca170a/2e21e080c74572c5ff76775e0b54fbe7/dotnet-sdk-6.0.112-win-arm64.zip",
              "hash": "4f7ef35bc00f9d501a716eec27f167213b9ed176d92c48374605b73ea59393a0b684f554283a92bba79da2fdbc5e0fe9b3a050d0fb7e0c36537d96470428ac03"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e5f25142-6dc9-485c-b0a5-7c9805a0a48e/b1b70b4e03076d71c3ce46cc76bf9c88/dotnet-sdk-6.0.112-win-x64.exe",
              "hash": "a12b15eaf4c6cc7aae89f52e04f3f261bfb4e1c571359fbf4e52aab7ff476c1065f4dfd50add40f8dd1e03205fc1f465f7baa972478da3dcc2198b4d52a448a7"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fdb61160-3707-477d-9905-961e786fe04a/5c2f341f7f44368e7373d37f95b7ea89/dotnet-sdk-6.0.112-win-x64.zip",
              "hash": "be377a8cb28ff902b0189dc407a434aa243d1431006d87b32ea4b6ddebbe53da1f44849a86410e8147fb3cf0b64f922d27ff4a96ddba131550f9c6c3566e8a70"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b9b4004d-1a78-4fc2-84c0-ff5fa3cf7f6f/d35ce5b89bfeceb90cad4d716c1280e4/dotnet-sdk-6.0.112-win-x86.exe",
              "hash": "c2e990a62dda1d01e9148f78e7406da111c29d60936b1b700641a0828cb90f6faf9be0ada4f0d4687565ff96ab42a47417b692080cf16accdfc59e1a08194835"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4305b060-3653-45f2-9d4c-2231a631988b/260063f4c8f32806150e8a62fff3843d/dotnet-sdk-6.0.112-win-x86.zip",
              "hash": "d0f203b80db37373c6958542041f986e87667952d5610e3c689f40b16b9f725bd357bf28809713536affcfce21278b60cf01122235dc3086a52c2d3ac131dfca"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.12",
        "version-display": "6.0.12",
        "version-aspnetcoremodule": [
          "16.0.22325.12"
        ],
        "vs-version": "17.0.17",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/57b2bdaf-8455-4b1a-b25b-5950c950bd38/471d6de036e6f367f3a4aae5252d885a/aspnetcore-runtime-6.0.12-linux-arm.tar.gz",
            "hash": "5d9f82149017b32cd4f0c5b5c096020d9500090173f43b6cf18c89e731c2d48d8d54bf888485c2e53c50b8df638d3ab881a28ef3e20fc2c6388a03f2313ca57a"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8072e219-57e4-48c3-b138-2b4067844ab2/b0712ad06fd0740963bf4ba2eff7f5ea/aspnetcore-runtime-6.0.12-linux-arm64.tar.gz",
            "hash": "0e8af3a78b25e93e679665552c1b1d1e9ce9c141fed41494304bdd8da45cfd404a53cc692defd24e6629c3fde0f58c0eb09b1c22edcb22f04b77072e8a57bf79"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/862efa8f-1ff3-491f-87b6-d00bf522e994/5f9c18b3c55881fbc238413928d6b4e5/aspnetcore-runtime-6.0.12-linux-musl-arm.tar.gz",
            "hash": "033b029eb949dbd663dbbe7254a7f8e967ed85935736d2529aecc720324ad8ac4e34231fe0c3d6b84f0b9e01fc62839095fa8a33033b4e49da91ca00af7e87cf"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/78fed30b-069b-4225-bae4-c26169ae0617/a162f2d1ebdeb6f3987f050020f4a7e8/aspnetcore-runtime-6.0.12-linux-musl-arm64.tar.gz",
            "hash": "fdb4a5df648429977e4152de49e009bb16e812143288b2a76c5ab8e4f95002dd2b911b4a08fa7cd03df25cec2e81c7a365eb608ccc5803ee902c742ba5c0dc66"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/40ff372d-40dc-4023-a67f-7fa4e9727e74/8d7c35f2115e07a0716bab279fd992be/aspnetcore-runtime-6.0.12-linux-musl-x64.tar.gz",
            "hash": "081f1cddb00d8c86877d594ba09d38a2af51184bb253c33a57ed0893c828a44a1d68c2c244ed6f846f4732c2903aa576a3d3caa5c30ed03c6d2aa59f332e5ac2"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4ba0f30d-0a77-4997-8d8d-1b113d60253b/5caeeb07572b0b6a26f2a82f7a4eb31d/aspnetcore-runtime-6.0.12-linux-x64.tar.gz",
            "hash": "4ec1d315c434b4be9d01b07f12be7c5707c12703a48c26ea2fa00fd43502d89a28c4eea27940165c0c607209e8a6c5805233a8fb576309f2e6662d026aaebb05"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3017c51f-1a99-489a-86cd-c9131e3094d8/9cc88c5635de1699fbdf0ed58fb8e905/aspnetcore-runtime-6.0.12-osx-arm64.tar.gz",
            "hash": "70c495bb839fa4d5b4c7a20c5fd5afd5be9235098b06a3711e3b3cdba0473b53ca27704f9c74296249f60f2d59da8c13b17a5b554e8abd83f898b8374ac806a5"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/381ec2d0-bcbb-4e2f-8d47-725bbf10f90b/bb582674ac6e1a35760e873358cef8a2/aspnetcore-runtime-6.0.12-osx-x64.tar.gz",
            "hash": "cb0b09cd252e14b8ec3823aebbc4eb092d635ac6d50d3218ecda61feceb8897e561595c9c449c92f572f9e54a56775a71ab0524682cbe58fa32fbf38297ba10f"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bf9d9263-b287-46ac-bb27-6606a480c1eb/69c554db49792465e04daf37053e2bcc/aspnetcore-runtime-6.0.12-win-arm64.zip",
            "hash": "ac019608aaf066c4ff5b0bb77e2dfc41d20924cc0314f7ef1713055beb7977d6ffa94dd1d8cb7b36348585f9b38ca5a06c7bc97d3fb4399088b220245aac6756"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9e94fe1b-188a-4880-9e40-2cbb1fd98afc/84671c89295704cff726b014a502e188/aspnetcore-runtime-6.0.12-win-x64.exe",
            "hash": "9ecc376194cd5e1479cbd5dc45f2bdfe215b1780d98f1098dc34fd98ac6cf106f19dbd0c610c27aebef5897187b9ec216a41dd60070519871eaa4eb4cafd0abb"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6f7b904e-0c02-4904-8c2d-42752767f4c8/34b82755e7c93bdbf518363eabdd5029/aspnetcore-runtime-6.0.12-win-x64.zip",
            "hash": "283d7ea3bac595dbffb7bba8c7bf6aa8553666bab88f6313f0999058a0ba54943ba33f14639517110f9544b27e9bb9ee0fb933bad3d82d950f3262223ecc1659"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/81a5aa70-b439-46f3-8eaa-967f25034540/f4819aa6f648c279547406bd672473ed/aspnetcore-runtime-6.0.12-win-x86.exe",
            "hash": "60faa13a92854062c8edf8237eb59470ce4644206f02505cabc2a2dd0b979433f14a3c1f30b3935459536b55f039bc4d59222659fc8ce7b0ff2ecf1eee55b293"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bfd8af0d-a0af-4ad8-8c86-861a6841fc57/153709ee9e7f6a620b1765f4ff5541da/aspnetcore-runtime-6.0.12-win-x86.zip",
            "hash": "58f136be353fbcfd305c438c131b2b6826dd3d1b70dc9107f06a010ffb9735f24f1c60bae9b3e5928e88fee78df7333a45ef077ceac5b991b62125a2fd082c95"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cab723a6-dc1f-4b3a-8675-34dc84a21306/1ee69c32da9ba78d80d65f9c067c4f68/dotnet-hosting-6.0.12-win.exe",
            "hash": "ad27f7dd47e0e0fc7d5b45785a8b4943c4d5bd36bb566c4974b60cfd4837f591987e405a22005169d3d494ff6dbbe196f4f9529847e035b0ef780ca33ee46d7a",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.12",
        "version-display": "6.0.12",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/47562ac8-30a0-4661-9fa3-54964fe97eb8/67916d073e5d04d8aa3058b31c613048/windowsdesktop-runtime-6.0.12-win-arm64.exe",
            "hash": "0faa82a4bd2dc4a45205225eb1e00e757f83ab7b81bf18f74b4d54fbe822f1c4ad93006994b2fc795952536ade75395c97bbed9471dbb3d302fcffe6e5c2abf0"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/064f8acd-4cf7-4816-b80a-86209e95b9b5/8d40551da616b291951d2f172dbd7891/windowsdesktop-runtime-6.0.12-win-arm64.zip",
            "hash": "d5d3f6ed53dd02b64fa1379bb8b7ad68b734c2b4670851d4f673409460bdf635110be0049fc264df5c2c8985fdb659d52e5e89ba5e735fd82cefb5b80e9806ed"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ba2ece7b-686a-4bda-b7d7-8cc3b8964d66/8eee13e44d90345d40c1b262c78aad6a/windowsdesktop-runtime-6.0.12-win-x64.exe",
            "hash": "7a827acfb4c982b05734db73a1e46f8f50536bc34e9b57abff46e5b907adf5dcf67331764cbe17ba17a1bf9dcce598f7c88605bf3dbed7111ad5a1ef1bcad42e"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2223c3ab-449e-4260-a28f-0500b4a5150a/784e629eee659307b0cc82e60e5a3abd/windowsdesktop-runtime-6.0.12-win-x64.zip",
            "hash": "dee03d92a049f2f05fa63d0ac22378d877874ade236b32d70424825b800cacb8d46382dea09dba4e285e633f56bfd783335a7c54fb26961cd250221e9a8f0acc"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b11d3075-2191-4fe9-be05-e880f58d4577/3199263ba5d86952f5521f5e665e63bb/windowsdesktop-runtime-6.0.12-win-x86.exe",
            "hash": "962fdbb6b17a0e668c30948a7808782dd6672f78e458624c5aa69617227cdf5bc69503937b5ea6c027f7010da9deef6ae7660ee5fa6e86f7b59ee81df2f570cd"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ca7d714f-5086-4d5f-856f-f76ff55817d3/605bae0a3e3c9e5d9a1930af7a64719a/windowsdesktop-runtime-6.0.12-win-x86.zip",
            "hash": "4ad9ec4a01d098ee1143e194d701760a816027ac0b206e152aa873717100624927a12e31a946587734e915954d94aa393a5ed48c8502057c903079c6dedce6bb"
          }
        ]
      }
    },
    {
      "release-date": "2022-11-08",
      "release-version": "6.0.11",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.11/6.0.11.md",
      "runtime": {
        "version": "6.0.11",
        "version-display": "6.0.11",
        "vs-version": "17.0.16, 17.2.10, 17.3.7, 17.4.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e208f394-bcb6-4ea9-8865-9fa2ed065d0a/5214d4e078744bbb3eea12c259b1d8cd/dotnet-runtime-6.0.11-linux-arm.tar.gz",
            "hash": "a23ed056a95787c18ad95e7c3fa85fbba074536bad167e6aebf26136ab633fe491f2eb3bc20eafa62418e74a90bcee55f6dcd5a7cdc8d3dcc17ba66cd7059f3d"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b02be36b-8470-4b81-8254-1f957ce8f397/fd6aa0da17fc51c1b57b2d96aa792c1a/dotnet-runtime-6.0.11-linux-arm64.tar.gz",
            "hash": "c889e70ea0b2224eb9163cca6a57cbbbbb8213a551770dc5c9f08d8d49fec1f38ac4802435cc9509baa03970823666fe1dd80621e6ee8592c27b7e639643e5d3"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d83b1773-36fb-49b2-a174-d58ae71ca6a7/1710ad32b6c06ac29d32ba1c4232316d/dotnet-runtime-6.0.11-linux-musl-arm.tar.gz",
            "hash": "8bb033accd7dd35fb528aa0155c2fc1fff27fda86e66dcb02d267de4e7193b20d0af9d63fd7796aaafb5f2845e95f6be329f2138d24684bf8b72c9507ed83ee2"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/376cf0f2-7ae0-41c5-96b2-5bc9e525b340/18a5bf90b171aa0b84f30674981e86f2/dotnet-runtime-6.0.11-linux-musl-arm64.tar.gz",
            "hash": "d1d74cefec7075ba9a1fb88cc53afa677c88275b1ad431df4fda78c7e239a42e1fc14f3c7dce50d8f5505419540062dda21537363d9797ae71317b6206a4e906"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/acc2d4e9-6ee9-4d2a-a61d-0ed4fd64237a/6624c2043683bbb9a3af470634d22ce7/dotnet-runtime-6.0.11-linux-musl-x64.tar.gz",
            "hash": "8bc10a7a6e08783ce89d047477828a001b7b12a959cd3c46d1013d2ab8dc65cda35b466924006f63b317e0d7301641097fc3fdf262c5e72990376ab34956ea92"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/367108bb-8782-4f0b-839d-c98191b7729a/94185f91ef33890816a5846a374b74b7/dotnet-runtime-6.0.11-linux-x64.tar.gz",
            "hash": "9462d73fd3f72efaa2fb4aa472055f388da4915e75cfc123298b3494f1dfd8d48c44bfa6cd5c41678ab7353d9085d05dd7f1fee0eef20c11742446e3591e45df"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/340274ea-9cf6-47e6-9fb5-920675a5d701/8c0acf90a29b1a7d2ce662ce66228a14/dotnet-runtime-6.0.11-osx-arm64.pkg",
            "hash": "d5d626abdd964ccfed85cd50ab31343d620398823633d05d6b5d6cf91869fecfe2ee5d42c241d3c88d93b512836e62fafae73b4fd680a2b5cc1cb963a91efaac"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6fde4997-8628-4666-8281-6aef1322cda3/f9ead70f42ef845bbc5c17d53b174931/dotnet-runtime-6.0.11-osx-arm64.tar.gz",
            "hash": "0fe0a7f88a1c99b682a0f60d60d6d1954b9ce185450fc21e3700f1e0b2b1b58ae7412cd43636bc7e7ef9d1412d38661df772c946524c5659d05b8945fdfb468d"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3acbb93d-3983-4a98-9295-0c7045cec479/1b33b6742a6bf35fd46bd88a6d56f2ee/dotnet-runtime-6.0.11-osx-x64.pkg",
            "hash": "d78149b896aa06a1d1b36bd3a5c68c33c2033437b979d525924d416d206c750acdcf135d9b750f472958ae8ba017bce25a3ba1b012bfd774af7bb5fa8d176170"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c9bd7b7d-8dbd-4486-b3a6-d3bd29e9efc1/4b2debd5a8aa0812cbe19cc6cae26066/dotnet-runtime-6.0.11-osx-x64.tar.gz",
            "hash": "d8df6aee071b9c59672df6c67cb56c87796d9204a5fb044bd9e7a6fc7d5f83c84e0ee5ec871d57f38a226f57c70d18e52cb35a6520d26d94b335c97a860e6c01"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3c7b353f-a4e7-4592-9535-0077ef420e7e/334ab6dadc68e53db13d53ebdf112ba3/dotnet-runtime-6.0.11-win-arm64.exe",
            "hash": "8a2801c0d259f078ecc27a6e398e4e49dc302d46070c11b27f2fa3bfb4c49947f780c8f7f88f9590e3cb505dbf2ce15d55fbf35261b71f278fed8c50e4f98dfb"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/566af894-00df-406a-80c1-ef41e51ae695/f402b81c3bfbb91d76587a75480e85b6/dotnet-runtime-6.0.11-win-arm64.zip",
            "hash": "b84ee80c69a6568c93082f5b7cea35fe91b891dee893bfb18c7095c2507e230836a4bd21771327e44d02a0ee9ee19778369cb8461c562a0cbe7be4edb4d38a35"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8cf88855-ed09-4002-95db-8bb0f0eff051/f9006645511830bd3b840be132423768/dotnet-runtime-6.0.11-win-x64.exe",
            "hash": "52833b37bfb8076cb1c921d3e2ed6d56d38d75c4b69f5ca6f2f49d9d1ad7910504b26e4e0a7953c58040eab365cce8e77d8cbc33d84b2307a920cf40efb25238"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b7ca200f-345c-4ad8-8a27-6d724aaf9c65/108b558841a28ffe45bacd2570a30c02/dotnet-runtime-6.0.11-win-x64.zip",
            "hash": "63f33c7e4995c8aecd68148f6c6eb41ed72df8b7668fc510ce205cdf6060d398068657c3a392b799a8bba704a8f10ed1700fecffe932e6f13d3a44b18180e8ff"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/719bfd7c-bce2-4e73-937c-cbd7a7ace3cb/d4f570d461711d22e277f1e3487ea9c2/dotnet-runtime-6.0.11-win-x86.exe",
            "hash": "0952373e828ed1300645d83d671258bc7ffd920808afaf1884ed9f2876740d08948e3273fb3a381e29d3e718de0d178616236e338d686e17dc69abd82cba2aaa"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/be0f3c66-a6b8-47eb-85fe-1085bd5bbcbc/8b095919bea25340fbddc43ed0eefef5/dotnet-runtime-6.0.11-win-x86.zip",
            "hash": "4ba1065fc57bcff8fb0eb0042239583bd23b7edc4681173a80eb16259f21fb9b3b7f277b87d7aad6e62e4dfdf87f6dac433f4dd8eca4dcb69649fe259c0e2e02"
          }
        ]
      },
      "sdk": {
        "version": "6.0.403",
        "version-display": "6.0.403",
        "runtime-version": "6.0.11",
        "vs-version": "17.0.16, 17.2.10, 17.3.7, 17.4.0",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.3)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/10cadabb-4cb4-4cca-94db-67cb31cb6f3a/5b3d102b4198da0a25ed12d83ae5633d/dotnet-sdk-6.0.403-linux-arm.tar.gz",
            "hash": "b07423700a92e3cc79f4e9e02c40e923352c09958e3307fd2ce7fc882509460c65a4404e8080f1b3852af98458512699ba43b37683916756666b4e2532cc8f46"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/67ca3f83-3769-4cd8-882a-27ab0c191784/bf631a0229827de92f5c026055218cc0/dotnet-sdk-6.0.403-linux-arm64.tar.gz",
            "hash": "fe62f6eca80acb6774f0a80c472dd02851d88f7ec09cc7f1cadd9981ec0ee1ceb87224911fc0c544cb932c7f5a91c66471a0458b50f85c899154bc8c3605a88e"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/035f9d69-66ab-4085-b821-9610b464f222/1c2ae5abba2d11dc77b2beece41c5100/dotnet-sdk-6.0.403-linux-musl-arm.tar.gz",
            "hash": "bdbc32779eac9143daa8ed930278245ea2ea940a335d4b09a54d80d4ac07c4df8d71fbc06b7bbd531737f3770746dd9db98d469bb5a292ab711c2905c2832a81"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8019613a-7cff-4169-a996-1d11786cd97f/62604cf6ee5171e5d97755567e9645d9/dotnet-sdk-6.0.403-linux-musl-arm64.tar.gz",
            "hash": "caff2f691958a049c1c70ca24f62df2cf9824314f05f1e0cf1d935c1bd9288ff08a3e70cc605e532ae91a12140edc472768cf4510c9a3c73c0c1c9d56e5a1dbf"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b5e6c72e-457c-406c-a4a8-6a4fcdd5f50c/feaa81a666c8942064453fb3c456856b/dotnet-sdk-6.0.403-linux-musl-x64.tar.gz",
            "hash": "c59623a6ca6f012da5e584ae538a5106d4e59a9f3198c259cfbc992d163a5e4676d24c43efb533ffc70172d8ef584e90675043555c02bd9a31f3781c77c81672"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1d2007d3-da35-48ad-80cc-a39cbc726908/1f3555baa8b14c3327bb4eaa570d7d07/dotnet-sdk-6.0.403-linux-x64.tar.gz",
            "hash": "779b3e24a889dbb517e5ff5359dab45dd3296160e4cb5592e6e41ea15cbf87279f08405febf07517aa02351f953b603e59648550a096eefcb0a20fdaf03fadde"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1d1846e3-8e51-4b83-83b5-2d00c384a8ed/62a4a23c59d97114a2156fe1736ee975/dotnet-sdk-6.0.403-osx-arm64.pkg",
            "hash": "1333788247c86df49df2466d0d0152a07457f2c5dc0c899df4a2d84d721530a9897d407113145df0b41dedbf69b51e70c4732988c7e8ea44b8206b8ed70db389"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e825e710-a4ac-4bf8-9777-36aaed9ba8fc/1dbf807664c030ffe386453ed35030fb/dotnet-sdk-6.0.403-osx-arm64.tar.gz",
            "hash": "1210ec9341f7ce192b2a006b1e5d98385e1108d016b0db3c6eb5ac5a1ecd6c9384fe26b62363d3a885e5ba26ec50cbe483970563e897bbb274568990aa43810b"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bc5cc4ae-e1e8-43fb-9471-cf6469f8db98/0033246d9e1bbc9af3952d602af68c50/dotnet-sdk-6.0.403-osx-x64.pkg",
            "hash": "54df2010f93922a7f41b7e3cc8ab4c502900a7e8735df0101b5f678216b07b6addc0f693a33736d7798f150b3570cc280d91d9314667ae12c1d78a09a27b575d"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fdbd3d94-ea79-44c9-bf84-ca161871ee50/6e4b47c4926e30251a178014fe3da399/dotnet-sdk-6.0.403-osx-x64.tar.gz",
            "hash": "8a8b6f86f09d0c5a8dbc35f6adbb14cbb2ed10d1bcee0a15e717a416c759f824b2453fab0b76e0826c149612fe2fb8bdfc3f8827383dd3f8f01ef5497b85d589"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eb2ed5a3-fdc6-434e-ac15-5280e5c0cc5e/77f60f46fc8c8167531eaa4ca3603573/dotnet-sdk-6.0.403-win-arm64.exe",
            "hash": "fb6d04c920c49d3830d9477d93ab49ca9eb7d51f5ffd4f3872968e789a623a1d6a79f2379b0e723fb0c5a92df6ad027dc078b3270688145af1b4fe9643860566"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0c519d41-d45c-4225-886a-a7dfc9c6e289/fab8422cf174b5853246a1093b3df83f/dotnet-sdk-6.0.403-win-arm64.zip",
            "hash": "f3213ac5e7551102be48ca5c65fe098714a79a03ed3111d368ad07eb85ac22fea4c05a356fe742feb231e76f4d3e510954d4235631e0686d19bb0cb2f02b7e4a"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/08ada4db-1e64-4829-b36d-5beb71f67bff/b77050cf7e0c71d3b95418651db1a9b8/dotnet-sdk-6.0.403-win-x64.exe",
            "hash": "cc30833cee9cf74cb3c0ac16eab5a96345daecbf73be9d8de1e9ec221cb270a319374fc8b35f28432379f35b39b6e3306e06ec93696be7d4a6c69afc3d676884"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e4c38e2f-07a2-4ab7-9607-369dc406f0d5/d1bef72f340bb2f3fb10e5ec92561f21/dotnet-sdk-6.0.403-win-x64.zip",
            "hash": "8f0c99249f34724d99fe2e7b8955098b5f5531dd9c7199453f1a5f066981de58b8324a5dbd92548e665b1c208c241f9603d8a18ea51b27fd4fdf0c17abc7392b"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c2bf9927-2746-4126-b839-1080b360f348/17191138699683165a20fde56571f433/dotnet-sdk-6.0.403-win-x86.exe",
            "hash": "5748cbae31661853bd0e459ef80f3767f8c925aec90b43c81dd44c21f591f9514b39dbf13a12edd34287ab90a6b0007aa92e6e80ae01b510abc058930b47a884"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a763be08-256f-403b-ae11-6c831d63cc37/e792e24983079722f3f66509bbc9487e/dotnet-sdk-6.0.403-win-x86.zip",
            "hash": "a37400428f755929bc75a6f8b0aa0aea7f631b1ae3727a38682c7dec312d586d21357c071f3180a0333ed339e7e1b3dbc9f7666a8a3d12c27fdc35f821e5a849"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.403",
          "version-display": "6.0.403",
          "runtime-version": "6.0.11",
          "vs-version": "17.0.16, 17.2.10, 17.3.7, 17.4.0",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.3)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/10cadabb-4cb4-4cca-94db-67cb31cb6f3a/5b3d102b4198da0a25ed12d83ae5633d/dotnet-sdk-6.0.403-linux-arm.tar.gz",
              "hash": "b07423700a92e3cc79f4e9e02c40e923352c09958e3307fd2ce7fc882509460c65a4404e8080f1b3852af98458512699ba43b37683916756666b4e2532cc8f46"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/67ca3f83-3769-4cd8-882a-27ab0c191784/bf631a0229827de92f5c026055218cc0/dotnet-sdk-6.0.403-linux-arm64.tar.gz",
              "hash": "fe62f6eca80acb6774f0a80c472dd02851d88f7ec09cc7f1cadd9981ec0ee1ceb87224911fc0c544cb932c7f5a91c66471a0458b50f85c899154bc8c3605a88e"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/035f9d69-66ab-4085-b821-9610b464f222/1c2ae5abba2d11dc77b2beece41c5100/dotnet-sdk-6.0.403-linux-musl-arm.tar.gz",
              "hash": "bdbc32779eac9143daa8ed930278245ea2ea940a335d4b09a54d80d4ac07c4df8d71fbc06b7bbd531737f3770746dd9db98d469bb5a292ab711c2905c2832a81"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8019613a-7cff-4169-a996-1d11786cd97f/62604cf6ee5171e5d97755567e9645d9/dotnet-sdk-6.0.403-linux-musl-arm64.tar.gz",
              "hash": "caff2f691958a049c1c70ca24f62df2cf9824314f05f1e0cf1d935c1bd9288ff08a3e70cc605e532ae91a12140edc472768cf4510c9a3c73c0c1c9d56e5a1dbf"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b5e6c72e-457c-406c-a4a8-6a4fcdd5f50c/feaa81a666c8942064453fb3c456856b/dotnet-sdk-6.0.403-linux-musl-x64.tar.gz",
              "hash": "c59623a6ca6f012da5e584ae538a5106d4e59a9f3198c259cfbc992d163a5e4676d24c43efb533ffc70172d8ef584e90675043555c02bd9a31f3781c77c81672"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1d2007d3-da35-48ad-80cc-a39cbc726908/1f3555baa8b14c3327bb4eaa570d7d07/dotnet-sdk-6.0.403-linux-x64.tar.gz",
              "hash": "779b3e24a889dbb517e5ff5359dab45dd3296160e4cb5592e6e41ea15cbf87279f08405febf07517aa02351f953b603e59648550a096eefcb0a20fdaf03fadde"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1d1846e3-8e51-4b83-83b5-2d00c384a8ed/62a4a23c59d97114a2156fe1736ee975/dotnet-sdk-6.0.403-osx-arm64.pkg",
              "hash": "1333788247c86df49df2466d0d0152a07457f2c5dc0c899df4a2d84d721530a9897d407113145df0b41dedbf69b51e70c4732988c7e8ea44b8206b8ed70db389"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e825e710-a4ac-4bf8-9777-36aaed9ba8fc/1dbf807664c030ffe386453ed35030fb/dotnet-sdk-6.0.403-osx-arm64.tar.gz",
              "hash": "1210ec9341f7ce192b2a006b1e5d98385e1108d016b0db3c6eb5ac5a1ecd6c9384fe26b62363d3a885e5ba26ec50cbe483970563e897bbb274568990aa43810b"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bc5cc4ae-e1e8-43fb-9471-cf6469f8db98/0033246d9e1bbc9af3952d602af68c50/dotnet-sdk-6.0.403-osx-x64.pkg",
              "hash": "54df2010f93922a7f41b7e3cc8ab4c502900a7e8735df0101b5f678216b07b6addc0f693a33736d7798f150b3570cc280d91d9314667ae12c1d78a09a27b575d"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fdbd3d94-ea79-44c9-bf84-ca161871ee50/6e4b47c4926e30251a178014fe3da399/dotnet-sdk-6.0.403-osx-x64.tar.gz",
              "hash": "8a8b6f86f09d0c5a8dbc35f6adbb14cbb2ed10d1bcee0a15e717a416c759f824b2453fab0b76e0826c149612fe2fb8bdfc3f8827383dd3f8f01ef5497b85d589"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eb2ed5a3-fdc6-434e-ac15-5280e5c0cc5e/77f60f46fc8c8167531eaa4ca3603573/dotnet-sdk-6.0.403-win-arm64.exe",
              "hash": "fb6d04c920c49d3830d9477d93ab49ca9eb7d51f5ffd4f3872968e789a623a1d6a79f2379b0e723fb0c5a92df6ad027dc078b3270688145af1b4fe9643860566"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0c519d41-d45c-4225-886a-a7dfc9c6e289/fab8422cf174b5853246a1093b3df83f/dotnet-sdk-6.0.403-win-arm64.zip",
              "hash": "f3213ac5e7551102be48ca5c65fe098714a79a03ed3111d368ad07eb85ac22fea4c05a356fe742feb231e76f4d3e510954d4235631e0686d19bb0cb2f02b7e4a"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/08ada4db-1e64-4829-b36d-5beb71f67bff/b77050cf7e0c71d3b95418651db1a9b8/dotnet-sdk-6.0.403-win-x64.exe",
              "hash": "cc30833cee9cf74cb3c0ac16eab5a96345daecbf73be9d8de1e9ec221cb270a319374fc8b35f28432379f35b39b6e3306e06ec93696be7d4a6c69afc3d676884"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e4c38e2f-07a2-4ab7-9607-369dc406f0d5/d1bef72f340bb2f3fb10e5ec92561f21/dotnet-sdk-6.0.403-win-x64.zip",
              "hash": "8f0c99249f34724d99fe2e7b8955098b5f5531dd9c7199453f1a5f066981de58b8324a5dbd92548e665b1c208c241f9603d8a18ea51b27fd4fdf0c17abc7392b"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c2bf9927-2746-4126-b839-1080b360f348/17191138699683165a20fde56571f433/dotnet-sdk-6.0.403-win-x86.exe",
              "hash": "5748cbae31661853bd0e459ef80f3767f8c925aec90b43c81dd44c21f591f9514b39dbf13a12edd34287ab90a6b0007aa92e6e80ae01b510abc058930b47a884"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a763be08-256f-403b-ae11-6c831d63cc37/e792e24983079722f3f66509bbc9487e/dotnet-sdk-6.0.403-win-x86.zip",
              "hash": "a37400428f755929bc75a6f8b0aa0aea7f631b1ae3727a38682c7dec312d586d21357c071f3180a0333ed339e7e1b3dbc9f7666a8a3d12c27fdc35f821e5a849"
            }
          ]
        },
        {
          "version": "6.0.306",
          "version-display": "6.0.306",
          "runtime-version": "6.0.11",
          "vs-version": "17.2.10",
          "vs-mac-version": "17.4.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.4)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a752d876-ddea-41a9-b8c6-5326b48791e3/ade6f4c1672c5357f140c44bba1b9acd/dotnet-sdk-6.0.306-linux-arm.tar.gz",
              "hash": "9ea0273b8e9a7ba0650aa6d989933d959a75f0c6c2cae46b1e6ba23913ddd25c6546275d9a21d540b760a9202fa802a484f713cacd0312405345142dfe452c6e"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fb258146-ac1b-480d-99b2-fecb7a607705/66e827540def06412bf11da9e6accb61/dotnet-sdk-6.0.306-linux-arm64.tar.gz",
              "hash": "cc49223db9c6309c4f0f7e208dfa07a1e9bdde032c2047b9aa2711e03d8aa0da91da22d728b332c2c9adbc54f423bb7e1dcdcb3888ed9ceef899d6e74bd308b2"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c18eddd3-c8a3-4f57-b6e0-a9dc7ae86035/fb263dcb5d9286a93b50718321c48789/dotnet-sdk-6.0.306-linux-musl-arm.tar.gz",
              "hash": "e0631a82488262d70ed7b46a4572df636c77616306b35964e79e418a37bbb39a341115c780c0be918d23006e1115b9401f789c930ddf6053552af944a3b1c659"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0a4ca1b1-83cf-4369-88f3-b660834f3368/2e1e92099dccbe2ef9b50c60ad1bd8e5/dotnet-sdk-6.0.306-linux-musl-arm64.tar.gz",
              "hash": "b7c1ff95d35c1378b4811aa44fa42c72cf94a17e237cc19a7f785b427f888aa841ca3fc0de10792f345c6f56ebfcad1d99be4babd7acf75d76654805e6e466d1"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1a04e962-8fff-4a59-9689-897df87e4415/31f8f718f0a58dbc6e9bc7f262f344a2/dotnet-sdk-6.0.306-linux-musl-x64.tar.gz",
              "hash": "bac8f2c353297bfb4ca71852a282aac7903a87046f565b66f54730d40b9913e7156f1773f83656c74c7bd10fb8ebed8a43708285da6d7ecb2b24cf97d1f0a8d6"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4154c61f-5389-4b77-bc64-28caad83c994/a39138c90c80e6d5c94d5c3f28baff88/dotnet-sdk-6.0.306-linux-x64.tar.gz",
              "hash": "6278cedf0183d51dafe58a11bd71612e4b19d10e725e442d57ba45819a55bf4d86caca0c3d2a0ef0d32469a828ba85342e0d3ce23eb8ef1444bff228f10cec31"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/18b71c84-cc00-4a8d-b146-93e1be66389d/fd0971a4dbf1a8e904ec648fc161503e/dotnet-sdk-6.0.306-osx-arm64.pkg",
              "hash": "28880d13232a7a86094615f677ca36a1421423812954023c10be9220ff19cc12cc2b90c9c139202b58d751bbb822d94492307226691d4d335b37fd2c9f21664d"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d076f164-9078-4752-8a34-57142a1741cd/5b623ddcf6be874165f903f7f995f3db/dotnet-sdk-6.0.306-osx-arm64.tar.gz",
              "hash": "ab6a9620d53786e5723393e991c082bf6bf73069096ecbf2c6e7e5eeef39aa434e17154140644561db12ac1f0cf1d2265c6c39608088750d4add74b3409360b3"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/54efc886-978f-41e0-823e-fc8a01048a97/49b5314c2295b19af21649f6dfcece92/dotnet-sdk-6.0.306-osx-x64.pkg",
              "hash": "9e7f744fdd8b4a1d1c5a237b59acd23c92f64789bad799c91ce9874ee4f89cb5bd43bbb0010acf0aa5c05e58c48ed7a4d823845afb367cbed438dbe4e3b55dba"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/15e07645-acbc-47d4-8a31-689bb61e6df3/1d8070c102422cedea24ace2717b125b/dotnet-sdk-6.0.306-osx-x64.tar.gz",
              "hash": "df319f562b20c1fceaccd0d328fbfab3ac5f2363adbf63038a9332869b32cf7090d077ff3a783f3d7c12a9a00f1b15412d01f33d586b2ab815faf088f9c76685"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c9a6fbf9-3ddd-48d8-a406-afe42e121f49/e1cce96cc5314816113854a7d6c9b173/dotnet-sdk-6.0.306-win-arm64.exe",
              "hash": "bfbfcab99fc1a6329601fe4e186aa500aa196527feb906fe11d81dde91f7a20159982b5e37c15ba6afe43aad454a3b9aaa103783c6e258fd9c156dd02d6d87cf"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a2bfb136-267d-4356-8cf6-f20d4e144d45/5863fdccb15e6b74b1163bd41292c884/dotnet-sdk-6.0.306-win-arm64.zip",
              "hash": "40a59da6264e30bb03a837d46f3c8a14e894be25e6f1e60ad293c53430af36c455caffb93d91be07c6c2ea83f9a1e3e6916ab167021ac4fe2afa00e8a4ad1492"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ab4ddfd5-a29b-478e-a3ab-2258a5cca878/c433211318f1d9f4517cc1af5328f1b7/dotnet-sdk-6.0.306-win-x64.exe",
              "hash": "3f40daa9688cc4c3c437a0d9441c11c6a3ce6333e0271d912066f2ee2e31d292e05cbf53e66a9050487ff515c7ba6cd8bdfeb465415753c9f961028438442952"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2550a430-8306-4bd3-931b-e33a033dd348/d53dd029ac4edc3fd5b0bd4525862198/dotnet-sdk-6.0.306-win-x64.zip",
              "hash": "0fc8df00fd30665c7dc36173c16b39cd0110638315771defd2981a595018838c045df23c1247ed1e1fe766cf20112fcebf59a3f62d3926b73f6585d3405aac30"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8c03a886-9aac-47a8-85ef-b2dcc1403ea2/5b2d13f30ec5f537f63426a2bbdbc45d/dotnet-sdk-6.0.306-win-x86.exe",
              "hash": "8f1636eb7e1f211b4c278de17e79a7a18fd84aca548c6aad9170007ea70fae9e066052b8fbdb5a6cd767ec4ba9c9d58f444eac4adc4a62070292a4330a53d398"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/970e485b-e3a0-4703-850e-cdde5ad8e606/2be96307fa76b32f8d177ec63170cffb/dotnet-sdk-6.0.306-win-x86.zip",
              "hash": "14a2623518c35e9c7ac3efdd86805790992560240aac2304f57b2627fc9017c3c8604a9cb21b9355a92c233ef7483ef2554d84aaa4acf2d73a0de450b09d82e2"
            }
          ]
        },
        {
          "version": "6.0.111",
          "version-display": "6.0.111",
          "runtime-version": "6.0.11",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "",
          "vs-mac-support": "",
          "csharp-version": "9.0-preview",
          "fsharp-version": "5.0-preview",
          "vb-version": "15.5",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f8693beb-cb52-4d0b-9362-c93f47f2e0f5/7fa339566925e191039a6db91de3d547/dotnet-sdk-6.0.111-linux-arm.tar.gz",
              "hash": "44388611a84620e09e3adea7ada8ce4e04ef675d54c3a6ef12017bbed25e7c5d100089a700c503e9edc8605f9c0f48995f3b4595bd3179910a6cf4e2c11b1a53"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f83d8e86-8cc1-4787-b6a7-b318d19d9582/9eca68b2392ba2798b70d598d49837ec/dotnet-sdk-6.0.111-linux-arm64.tar.gz",
              "hash": "7473eef3715c83ff399adaaf2605ae28f0144186024e3a4a5661ca978cc376262203147d77c51476cd88b5d7bdd7b3700221f214083eb77838a41a1357766b7c"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b7dd599a-c621-46d3-a86b-a2375b8839e9/b7fb50151110edfcfa8b5797f8afb18f/dotnet-sdk-6.0.111-linux-musl-arm.tar.gz",
              "hash": "1a1f03e9f75f5003a4afcc2a0299f1920dbecb4c72829a3cd63bd8cb70c722cc20f1d4a58e2dc4c47340d3eae15ac36027197202d68babe40643d5aa617891ae"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c87c2bd5-bb72-4e64-85e5-aefdbd5f61a8/ea520a00b00039d1b61c7e537a87f935/dotnet-sdk-6.0.111-linux-musl-arm64.tar.gz",
              "hash": "ec555164acb4b27cb7a5e8b7192fd4b8aac4dec1f68758cf1e24da17987c0be1b8cc84c131713d31bf90743d2a84cc2c9b8288097742efa5c14e3dfa0602b4c8"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b218752f-b46d-4848-8d28-d8f39cf3f6b2/be51acd7a1ddebb4e18dcc7e2f8bb094/dotnet-sdk-6.0.111-linux-musl-x64.tar.gz",
              "hash": "140de0d27b4247f3a7cea7fd03d275dd03be4362ea309114540deb0946a388bbbb62658a885146b76ba13860360976e983eecd7dd048c437e2a80740aed8ce19"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/351b2e22-c724-4bb5-8618-377381f4fa08/0490aeb8eb769656b7193e3cb1d7a3f4/dotnet-sdk-6.0.111-linux-x64.tar.gz",
              "hash": "d61e568890023e984bd414d35308717c1092775a33a90a1ba2f87b0d5f70e7087d264cc61eff29356255b54ec2c2e3b2f48676572a0170289b0448b0fb843be3"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2493d0d0-33d9-4e66-974e-ccf8cb73f52f/feed158be16a14130bdce067b01f6f52/dotnet-sdk-6.0.111-osx-arm64.pkg",
              "hash": "425a79fdbd155ba855fbc8e48b4a2fff69ba27d1fdaa9e41a789e41d0298ab4f1ce3b571c53507cdf3053b782c2855706e53d974e8dbb8c0f9ae8327795a0ad4"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ac17cc09-71ea-4da9-8f54-168f6df93b50/2b8d83ae309c6d42ec9fcc49d42d4799/dotnet-sdk-6.0.111-osx-arm64.tar.gz",
              "hash": "f8bbce55d29fab015e334b32de33a25f5316508567b543323e7e62a0b34de490d4e8fa9ab633bafa29e29ebaa9e09023004b8911f56448990b485c49e6640b7a"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5e4cf1bd-1728-485c-b6f5-afb78736608c/66efa77129face3a573f716cedb859a0/dotnet-sdk-6.0.111-osx-x64.pkg",
              "hash": "4760b207a01fd04a9fa1071d786ae28df4d1ed1053b4cd0fee3ae7035d1dca9ea20eb6f2b8592e11b1c7f53a8171d8ee84fe52addfaf06724ecab37ea3218e70"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5099c55a-aeca-4d1d-a38c-3e8c057af179/509c5900a7b1c26ca2e35c058e6b8f03/dotnet-sdk-6.0.111-osx-x64.tar.gz",
              "hash": "249774d5e9d952b15206a4c4e5c20548ec6572202be977d514c517e11e93f2a36c2aa636b5201f7ce690f555fd79aa3e52aa6b5f4520293ea52b3d2d36b3e70f"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b2aede0c-6b36-48b8-9c97-2f7462467843/87204f91f8a465e559a7431cd254334d/dotnet-sdk-6.0.111-win-arm64.exe",
              "hash": "8449166aaf5d097d0d4f404d80c323c237ed02681ed805226286d43fdb071be2a9af521a8392646193e587ebcdf33d0426a54016b3e07af27874d6831d327ea3"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/83874323-7c77-4c04-aa3c-1d9f90927a9f/5a0a543516865e819b85c3c694d3a5cc/dotnet-sdk-6.0.111-win-arm64.zip",
              "hash": "64db98efeded1a1d10d25dda48f4707dcebfaa462f22bf84f5f2c5db8d47b7b6166818c4008db6620616546b5b638af18590fb0b5193603ca5d507dbe68062fb"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ec67cb2b-a9b5-4bad-9287-75fb70dfacff/6aa398065a382766978155b1d48ceb28/dotnet-sdk-6.0.111-win-x64.exe",
              "hash": "1cfd3b9eb33e31cf2da1bd6a28591faf092427da4ff67ae2b2ae9007403f036835802276429910b2831e1ab967bccbde0cc1bed34538f633dc8138800dd948ec"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7a46a854-9264-44c4-850e-8abac7c9e53b/fd56ab5428a978156152c32b5c831ed8/dotnet-sdk-6.0.111-win-x64.zip",
              "hash": "ec0608c05dcd226f08cc1d1fcd2486d5a9c7c281e181070c2411dd24e344541d244c1560d65fbc3a12894ee0b48e686492b8f104789b740c056f79a6cccf0350"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/64a7d3e2-5dd0-4584-9a59-ec9df176b01c/dd4e8bb54f16bce7f28a70da4b2f5de0/dotnet-sdk-6.0.111-win-x86.exe",
              "hash": "b029fe705c4d7f8735e517a9c867cd54be57b03a5b64c70dcddbccdbb41a42ee78cc039726993ab80e4c53baf8f44d9aebb0d4e3784fc82ffb74ba005cd6c0a4"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/103a8aaf-bf8a-4094-933f-04c2f9021c93/604955cd98915978c3fd855ae24517f1/dotnet-sdk-6.0.111-win-x86.zip",
              "hash": "a4dae83202c5cbe3d12178989dfac29bf4fea1fdc47dadc023ce7af870b2e3f62cd4be064f87229dcbd5fb6d29a72759b8bc3500fd16d0e2b6c03fac817779e0"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.11",
        "version-display": "6.0.11",
        "version-aspnetcoremodule": [
          "16.0.22296.11"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4072393d-3350-41d2-98e2-dc46fd930fae/6f09e1d7685fbbc01f6d84b1140e1b49/aspnetcore-runtime-6.0.11-linux-arm.tar.gz",
            "hash": "f690860acc135675b817615a5db624276bf90eeca1b0b941271068aaf2aa350ec4f76cc4ecebcff7fb4c450be1ea8073279fb933eaf6f2505babe2307b46d35b"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e25f7ff2-9932-41dd-b549-5b4409b5a727/d00786aeabad50cd661e959a576f8777/aspnetcore-runtime-6.0.11-linux-arm64.tar.gz",
            "hash": "cf2a469cc2364358e0cd51640e9a614747e60724a99d5151dbd346eaad3779939f741f0cd0a752774a6df51c3e2af5a49ba8e4c5ba7ac02eda192cb7b73d85f7"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c955c105-704f-423e-9f55-e51957c901f6/3f0361570417e8d32659993a4ff638ba/aspnetcore-runtime-6.0.11-linux-musl-arm.tar.gz",
            "hash": "89f0a447bc2083228bd5ed59fdc7c113608266f23ab9e793458a2ab1afc13d201c1b476792d6841e29ebedcb86c6a1b064aae041aa1e37959f41079929f0aa4a"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d6505deb-44ce-4593-89e7-4460042ef675/3e4dcd3221be077cb71e459ed6e89362/aspnetcore-runtime-6.0.11-linux-musl-arm64.tar.gz",
            "hash": "b068d87b9b848971f2b18dba841c651d59330e72e3b8259a657d67606dd03808482d80393a8da82c452dcdf90c8d7a5213764d420ac956c94cf69f2d5825ae30"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/957274ab-b5ad-495b-947a-0db38e641e84/d089c36fa5c8d2aa76c7e7abc45f5e29/aspnetcore-runtime-6.0.11-linux-musl-x64.tar.gz",
            "hash": "6415d01659656435767833f2f19d1f969940710bfbad3ffddf8bcce8b7130b1d5761fa4f0b3167177c8bc91d7fcb4bda6a7ab0014b80a27638f62ced48febb2f"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0a17a9f6-7705-4b47-aead-c0b582cad317/158b62e5183281e416994d56ce81bc0c/aspnetcore-runtime-6.0.11-linux-x64.tar.gz",
            "hash": "12a30719aacd5b3dd444d075c13966a4bb1dc149c36bcbc0e685730f08d1c75eb3929749b89a88569ddb48bd8104db84aaee2ee097ac3a5fe6fff60c9f09f741"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4bb8e524-4a1c-403b-adef-362e13b22fcf/6304e6772640e07412ccfb9a0a5ec58a/aspnetcore-runtime-6.0.11-osx-arm64.tar.gz",
            "hash": "e52add6045fd30482d3ba1703b41d354f38661ac9f88b1b70aa31d4ff5bc685b8767579b172519a4471beaa3cfdb346f46298da369a5714923937f1af03e353c"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/16a48ca7-a75f-48bf-a513-ce5721debde1/b55c60cfbac77c576fb0161a4d4ad8af/aspnetcore-runtime-6.0.11-osx-x64.tar.gz",
            "hash": "cc5d76404fd1a352404597cfa36def6c06018aac9f53c938d96264fa057534364057531d91c8b0ecfb2aed6c2816ce32c0a67bcae39da241c3ee36cdd35ebe9c"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/efa86583-806b-44e7-9ade-45b0ea845b86/fe160dc809fbcbbace542198f1b29ea0/aspnetcore-runtime-6.0.11-win-arm64.zip",
            "hash": "c8ad6ff3152fc8addebedc0e13c4c251ede096bfe29c699a1e92825e45017c449ed805b4b96c1c9ea86a13207ccc800e581fe572e5668cf7e80f128e0c015aa0"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e874914f-d43d-4b61-8479-f6a5536e44b1/7043adfe896aa9f980ce23e884aae37d/aspnetcore-runtime-6.0.11-win-x64.exe",
            "hash": "e3d80d5b94100e3333a42b73d9ad362056d95b1bd4dfcd7264a56e9563a9d772aa793912eb8d40c3183aaead8c995eed493a6d6028fcb5f53ea008d1f1ce0441"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/05dbe2dd-429c-4e4a-8080-9fe3027cd31b/76461b8691ada05d098efd15933bcbbd/aspnetcore-runtime-6.0.11-win-x64.zip",
            "hash": "d577c00083aa6d85cd6bd92747676285f2a064730f81ad77ce061808f97cf1c5911b130b6b4da0cf83626fc970f8467a7f6361a069ccc2f47bcd9859f654c1fb"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/94504599-143a-4d53-b518-74aee0ebecca/dac4a7b1f7bdc7b4e8441d6befa4941a/aspnetcore-runtime-6.0.11-win-x86.exe",
            "hash": "11293f57a05d4bdeb86ffef6f0d9816de0eaae08fbeba65ab0bf6514b98b6b43539bcd7e4893e76162e9d0b3c2a5cc1ca1c7cacb7baf603adad7f0e8039b4a69"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cba21318-714e-4390-a4e7-10ae69a280b2/e8cb7203c321951c0acfbef160ad23d4/aspnetcore-runtime-6.0.11-win-x86.zip",
            "hash": "3e886cb296490044a18774a6bbf21d1a4efefd3d996ae0f9d732d6cf1b94f4e2b88b401f6a2ba15d10012b0775c4e1d39ff33859f96738ab1d3a71524abfd1ca"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/db07eed5-297a-45b8-bea2-1e93c623a88c/6e5a8d3432e6213f071be3751ae53a08/dotnet-hosting-6.0.11-win.exe",
            "hash": "95183f2a3a017954f5cc7b7146ad79eacea6e26869fb4e780f5bf305d47663d9de993211ad467d070122903d91e340d961445c5634495df9a073ed6e2f05d8d5",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.11",
        "version-display": "6.0.11",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/70d9846e-7bae-496c-829d-dabfda93cddd/be9e28ef860bfc7f8f36db4af4ac7692/windowsdesktop-runtime-6.0.11-win-arm64.exe",
            "hash": "19e73b88b417cec96624074f2f6b12ac6cee2bd9524060c64ae5b2d215827f5d4159dde2ba158137afddd2382317314f59cf27bcea1342421116dc2038b3110c"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/71c160b2-8d92-4ecd-89bc-eb1822abbb73/8593a31d4e1c60873e94a618227502fb/windowsdesktop-runtime-6.0.11-win-arm64.zip",
            "hash": "2cf2dfc7de088adc5665aebdc507ebbae53d9a879f0b4079d4de3bb546d281b02b70820bf2d8fcbf22fae2c338b70ece4765aa686c84d39a236d401e6a5c8af3"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0192a249-3ec8-4374-a827-e186dd58d55d/cec046575f3eb2247a10ba3d50f5cf6c/windowsdesktop-runtime-6.0.11-win-x64.exe",
            "hash": "37bef9107a069edd977c135fc54bf84f1b46862ef2636caeb9c7ddd9f53627f83cb69d6ecf79cb640d7979c7ebe80c03b1222c6c52d7a991e6c399c91fe902c0"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b272a567-e03f-432a-8263-7672e9a41c5d/d4b547aaa09b72fe1e2ed081d59c33b5/windowsdesktop-runtime-6.0.11-win-x64.zip",
            "hash": "765dce85155e8b5ab5a2ae3a9f5ac18783df0f35b0c7da1900321987499b1c26bacb7df338520c523584270959329b4a2d974e74ead86eb9a32fc9d6e06ceee5"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a392287-fd51-4ee8-9c15-a672ab9bc55d/03d4784b3a543a0fb9ce5677ed13a9a3/windowsdesktop-runtime-6.0.11-win-x86.exe",
            "hash": "b642a16325053b266f2f2475c31e124987dcf0e010076633cfe174761a1ff736a5047019de3cc259d88775bae6ffb4b0f907e0818895fab0e2962dfa0ee66641"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a08358ae-373f-40c4-88c9-732a7da52bc4/0e0bf1005fea65d0d7026306ffc539bd/windowsdesktop-runtime-6.0.11-win-x86.zip",
            "hash": "6ff0d67b23f7bd2e3f70919d16d1dade5199ff316f7caf34ccd5b17aea5824ee6a55c94aa4e5722a67a6ece8b8cff40fbec277184ef83cfa4b08a401bbe7f3ac"
          }
        ]
      }
    },
    {
      "release-date": "2022-10-11",
      "release-version": "6.0.10",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-41032",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41032"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.10/6.0.10.md",
      "runtime": {
        "version": "6.0.10",
        "version-display": "6.0.10",
        "vs-version": "17.0.15, 17.2.9, 17.3.6, 17.4 Preview 3",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4b760400-58d8-4b6a-a44e-6d4468041136/3d3f29fa7154c975f1e558f0ce7f34a2/dotnet-runtime-6.0.10-linux-arm.tar.gz",
            "hash": "75e6c380a00f253d06e33aae36403da2e31bdb4c41705455cbdb4aecee6cec05d7ab95ae90493f44e34360ffa00265a10e8295d780db8ae37225578afbcbead7"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/21bc0b9c-669f-4d59-9e6b-d16d1917afc0/fd3fce1337cef07b2e3763d754becb05/dotnet-runtime-6.0.10-linux-arm64.tar.gz",
            "hash": "94d182d2d80f3cc9caabbd12e3afeef4af93269a331b64276985496e4a77040785c25b85c58cfc8093f4199e8c6da6de8128157dadfed41c82d991f57df7afdd"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e2fcd51d-b4b5-4b18-9781-03725e0f8698/319cf1066c7b16c177364c2b3b8e34dc/dotnet-runtime-6.0.10-linux-musl-arm.tar.gz",
            "hash": "cac7100cab3eb35e76867fb6a7a2b7b361355d634205f2d6669757c9091d844a332b74c184f0ce566457d1548c2a490563dceefc584d64c2db3fd9d2c9b58797"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/503f71f3-de50-42ee-b57e-6a657a311729/f2e94dd72400ed84fec1b325ac7c362f/dotnet-runtime-6.0.10-linux-musl-arm64.tar.gz",
            "hash": "4f00918771c56856231c715ad9f1febcdc39127ac0265c97da76375ba20cbc7109ee696dae72e5f5d8fa1998588e697a4a6785c919e96a7bda7408a500cc59e1"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0962aa41-5e26-4382-94bb-9bf15faf146e/8968881c7f465e73626235470b0faf6c/dotnet-runtime-6.0.10-linux-musl-x64.tar.gz",
            "hash": "0277e5f81ee0b28b262ee4b0de5e62d4599acf95f65dba12a562ad682675e9aa9d1d4fb5b6d3a49bac481afc405fa2596a48407ba5225093e5d6effd69aa0105"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/48fbc600-8228-424e-aaed-52b7e601c277/c493b8ac4629341f1e5acc4ff515fead/dotnet-runtime-6.0.10-linux-x64.tar.gz",
            "hash": "8a074c93845416f69f035f2d0e16251dd2bd5abcdfcb7863afd59a5ddc78fa03aede8f79b42c7ca857fc19c8dea53d43da4e4a311f35f6f2eaf9fd64afc8f9e4"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6afedb21-384c-4110-9856-189c169b231f/843a9a27982eaf00b0bb8ed5a9626401/dotnet-runtime-6.0.10-osx-arm64.pkg",
            "hash": "2fec69c2413d7437b1b180d3d8037e8369fe8d90cb56ca82df52177847847c56d707c6d781e3d014ffa54e7f9e8eb9b46b829dc3b21a01ad2c8895c54475ad69"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f48a8f09-4b5a-40b4-ac4d-197d6ac53038/3cdc2003e07ccf4b22e9bf9a0313a5dc/dotnet-runtime-6.0.10-osx-arm64.tar.gz",
            "hash": "0b9eef6d820b86b64969de1d45b8201fded72b4a6339883c3f7180c1a97b19e1962cfe8664c7868fd1a20998deba7cb00f8f35f6b2d6ff6d414f1cc4ff2fcf07"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1cf60908-695c-4d98-a502-47ba21c9f9bf/8163b98d2c2a4f725af448adbe1047a7/dotnet-runtime-6.0.10-osx-x64.pkg",
            "hash": "ed948c9376d748b39bcb73f0de779d2d76c70917568adc683371320ec5f41a85f66dbdee93a27a1fc8a92f1477965be454b4b5290b5e05ee0d4356dc2a59fc26"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f088e65a-26aa-4da3-a3e5-b4e7e419add8/79a7a79a56eeb08b0646f34952a00091/dotnet-runtime-6.0.10-osx-x64.tar.gz",
            "hash": "dbd077f32b2fe22a6672f702f42b1f0af963082d9e4f4907d60951b16b70fc9827ba29773728870b1d59c9c538cbf4092fc823641677da96476059dcace57d5c"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1d61e401-55e3-498f-aa6a-de0a29ef2d8d/39d3d5ff136e14a6cc3621b4d8202495/dotnet-runtime-6.0.10-win-arm64.exe",
            "hash": "75059b9edb5efddd6660a1475227fea8ed0a487d7226e1147984bb3d57754cc1cafc8cba9409e82e2fb0b43508dcfc931e7f39953a43903ce9a45f81ddeb5ddb"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f3ca8276-8a53-4c46-9486-bbdf32ea8481/114a1049ce0f1efab0b59663ccfc34ed/dotnet-runtime-6.0.10-win-arm64.zip",
            "hash": "6e13d21b03fd688e1bbf9b4fc26708dea637f080ecf9fa4113db2b2b7c0e179f18af79bf594fcbba12063cdbf9db4d0dafa64cb19415682cf8fee84b1c74708c"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/50336bc7-7fd1-4a12-b5a2-81ce0219edf9/8d862413975808de0d835888e41e49a7/dotnet-runtime-6.0.10-win-x64.exe",
            "hash": "23e4c862afef34a2c0d6476a93274ce0158d28f1609e0404737663e4be17263e61e5a8760382fb125d288a0965394e3d04b9e1c77f99de80a2c590dd295b8732"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e764b48d-970f-41b5-a23b-c0f78a42fa03/16c9c1d0e5d168c6acbdfc1236f635b8/dotnet-runtime-6.0.10-win-x64.zip",
            "hash": "2adffe00d6d905bc61435c7a1a56ca901d7489521ef28d8593e8573cff223dac6a92839c6119e0bd1bc06dcd9a407cdd7d90fe55edb3fed3beea7b4a311f91cc"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aaf0e61e-c5f6-4ead-9324-d0ff07e4c3de/677f360ffac9ba1b7a062cf4e5265ca7/dotnet-runtime-6.0.10-win-x86.exe",
            "hash": "8b9a8b8922bdffb2ca45333e9d516c3d77cf1439e5d40890a5769b83bc2b39511b164e5902a8c4092e632705eaa062dcaad405e745a134cc6b435db11e502372"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7e7a6898-148f-4524-bfb5-a846049c7b6f/1e0c24eb4228adbe9b446dda64957bc4/dotnet-runtime-6.0.10-win-x86.zip",
            "hash": "3e9a28ce5b5bb93d293689b2b00f47455bb3c890f7fbf21fc4cf52e6d23b27d49aa5777712d7c4716ba84a044c1ca36a2388f8369f09503aa9ee006aea8af9ba"
          }
        ]
      },
      "sdk": {
        "version": "6.0.402",
        "version-display": "6.0.402",
        "runtime-version": "6.0.10",
        "vs-version": "17.3.6",
        "vs-mac-version": "17.3.7",
        "vs-support": "Visual Studio 2022 (v17.3)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7be1dda3-3412-4f9a-88f2-e6a8e5f118ff/7bd57a63288994da06e7a1b9a4e407e3/dotnet-sdk-6.0.402-linux-arm.tar.gz",
            "hash": "98b275af781ac7be20e22736d601ea667161640703b9d430340e517fb2c1bdcd6d06d5eb4f374cab1f6e29c9135005050ec89dd8dcf0ec97e7b0d9912e52f988"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/234daf6a-5e12-4fa3-a73b-b12db44a3154/df7c012e5e4e2cc510de9226425dad88/dotnet-sdk-6.0.402-linux-arm64.tar.gz",
            "hash": "2f5351192e87c2dd196d975e7618bd7b0b542034d0b1bc932fe944d8cbabb0ed2599e98e88d9757e68f198559961ab3350d8eddfacc2951df00fbf6a7e44f244"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6720784d-4581-4d8b-8443-04dc6fb1c2cb/2aa8b8958b3835fc3665fe879e612cf5/dotnet-sdk-6.0.402-linux-musl-arm.tar.gz",
            "hash": "8301b4bab44aa0f0f16ee69f0ede5ac56bd1ecf802d1fc30b12bd0da48050b40c994ac3fd4ef3fb11ab0ac4803f71301bae6a9f5f3340cbd6d2af1cb01f8c0c4"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/24851c21-6942-46e3-8da8-c6d00df1ddb1/13ae9d1dcdd94895372b441ee7763440/dotnet-sdk-6.0.402-linux-musl-arm64.tar.gz",
            "hash": "78aa8493421c7debbe8446a1a46bb2733c27d59f8bac4eb7dc00268092ee4f5025d56914c45b3169b8fb466aab2f8274980dc3b6639b6bac5122559f607ffe49"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bb184637-dd94-484d-9fb2-5a736147e906/4a6bf66940155ab1db6286f342eca954/dotnet-sdk-6.0.402-linux-musl-x64.tar.gz",
            "hash": "534eb3fa37c5dc5131cc542e95c8372571690cdc404da630734e90e87a93080c7ea9ecf29d8fa1e0a956f0599007271cae4e57ac0879cc94df08ad36aba8fdcd"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d3e46476-4494-41b7-a628-c517794c5a6a/6066215f6c0a18b070e8e6e8b715de0b/dotnet-sdk-6.0.402-linux-x64.tar.gz",
            "hash": "972c2d9fff6a09ef8f2e6bbaa36ae5869f4f7f509ae5d28c4611532eb34be10c629af98cdf211d86dc4bc6edebb04a2672a97f78c3e0f2ff267017f8c9c59d4e"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1816a0af-0621-4608-b21a-9852ce83d788/04675dad54b50d6778db98f226f1b944/dotnet-sdk-6.0.402-osx-arm64.pkg",
            "hash": "4659d681910602e4c06d395cb9673d0d70cbaf504f59acab09e4c5a783781c1cad6e9fef3c30d8fe8d801879c9c1c983d6b73059c50985382ec80467f6d07aab"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8857cf39-5c46-413c-875b-e091f4b00c9b/19f79f518af3e91ddce328db7f4e1910/dotnet-sdk-6.0.402-osx-arm64.tar.gz",
            "hash": "e9e73aa815f4af93ba7325c2904c191bb731b5a4048db2529da7b2472f1a140603f22d2a7d4e35b2f301d046388109116af2c9efb33e1ece43fe39cb96b83d48"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f55a179b-7084-41b9-98e3-408a3c317158/5445f9e747fa29ce0be3240017d28322/dotnet-sdk-6.0.402-osx-x64.pkg",
            "hash": "38ae9c0aa84079f52339be7ba5d4206f7efe392b40a1e7b2a427eaae6b924302f2a62f5a8961cbcc00d47bd6c6465b98cb4835cbe00f1541e058ac201b98a70c"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2601dfcb-7d2f-4186-9a08-d121e63a06dd/cd89903b769b1d6e3bdc1e7cd5fcc19a/dotnet-sdk-6.0.402-osx-x64.tar.gz",
            "hash": "b6cbb3fefdb43282f83f69cf5a7c4cc9f74bf64f1008a4a33368cf9ee1d5fa186e324549005942c1ec48778efc2ba0b33a19b5b802920c84aa636b663697cf6b"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5618f67c-ec7c-4610-9262-94fa8a723e4e/985b6ce4df32ae34cba00c1f674c1739/dotnet-sdk-6.0.402-win-arm64.exe",
            "hash": "3439f8178c216465ee30112fce93d6cc8cde369ea51304c9d28a5c83eb19c7e0b8a1620152ed3e6889636f081240df997c93a205fc2de53d892399e4972a8c89"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0c9b7a5d-2b83-4cf3-ba20-94a26d1bd61f/995c6f046868e52b4e6ad120f2606963/dotnet-sdk-6.0.402-win-arm64.zip",
            "hash": "223d64cf3103ae0aafc9f833c72f452277aeafb35cf197edf18884dcba1fc5a7e16de0beb21622cd967564e87d91d9eca9355c86f1cf1a4fd56c9d0e891253f3"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9f4d3331-ff2a-4415-ab5d-eafc9c4f09ee/1922162c9ed35d6c10160f46c26127d6/dotnet-sdk-6.0.402-win-x64.exe",
            "hash": "6cf89974261e6a12cbd5531bc2b16231daf56e438325750b381dacfd5d09c80a9addf739c1a3e28f652a7adf13971e37acaf255cd8c61ac39e903ff8ba2655c0"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/554fb42f-36ae-4f2f-b7e1-6b447ebb1867/a512568a4574fc3494b73c187a5316d8/dotnet-sdk-6.0.402-win-x64.zip",
            "hash": "609217ef0e1baecc250db94cf0a0255301220d8f6a443424c0bd912b07c1fdaa5eef89b28907a70e05bee5b76c4792afdbf3e5399dc609a41c05319e523b96dd"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/12c673aa-5f3a-4183-9cbb-d42bf5b76a6d/2391e030a526f52f51d4d2bdb4cf9bef/dotnet-sdk-6.0.402-win-x86.exe",
            "hash": "ff7a4145a7fe4540585c62e75e58eb104acdccb4d2ce2d905f355670a20c6c3f4878148911fccbe68da2608e8c8ac4f1df09f3cb9d5cba07d025ad6b57b83c82"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d8acba56-9bae-4e67-bd33-b98df3f3600b/9f656456ea9f145e67b4322c1bccb15a/dotnet-sdk-6.0.402-win-x86.zip",
            "hash": "a00d256379cc9bda550c5eee632ac16bae6b3beb385efc9d22f5bbaf414405a27ce3f24ecef335ae3b470104f9a28ef0a89cbf87fede41e1d7493c83b8b209a8"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.402",
          "version-display": "6.0.402",
          "runtime-version": "6.0.10",
          "vs-version": "17.3.6",
          "vs-mac-version": "17.3.7",
          "vs-support": "Visual Studio 2022 (v17.3)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7be1dda3-3412-4f9a-88f2-e6a8e5f118ff/7bd57a63288994da06e7a1b9a4e407e3/dotnet-sdk-6.0.402-linux-arm.tar.gz",
              "hash": "98b275af781ac7be20e22736d601ea667161640703b9d430340e517fb2c1bdcd6d06d5eb4f374cab1f6e29c9135005050ec89dd8dcf0ec97e7b0d9912e52f988"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/234daf6a-5e12-4fa3-a73b-b12db44a3154/df7c012e5e4e2cc510de9226425dad88/dotnet-sdk-6.0.402-linux-arm64.tar.gz",
              "hash": "2f5351192e87c2dd196d975e7618bd7b0b542034d0b1bc932fe944d8cbabb0ed2599e98e88d9757e68f198559961ab3350d8eddfacc2951df00fbf6a7e44f244"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6720784d-4581-4d8b-8443-04dc6fb1c2cb/2aa8b8958b3835fc3665fe879e612cf5/dotnet-sdk-6.0.402-linux-musl-arm.tar.gz",
              "hash": "8301b4bab44aa0f0f16ee69f0ede5ac56bd1ecf802d1fc30b12bd0da48050b40c994ac3fd4ef3fb11ab0ac4803f71301bae6a9f5f3340cbd6d2af1cb01f8c0c4"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/24851c21-6942-46e3-8da8-c6d00df1ddb1/13ae9d1dcdd94895372b441ee7763440/dotnet-sdk-6.0.402-linux-musl-arm64.tar.gz",
              "hash": "78aa8493421c7debbe8446a1a46bb2733c27d59f8bac4eb7dc00268092ee4f5025d56914c45b3169b8fb466aab2f8274980dc3b6639b6bac5122559f607ffe49"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bb184637-dd94-484d-9fb2-5a736147e906/4a6bf66940155ab1db6286f342eca954/dotnet-sdk-6.0.402-linux-musl-x64.tar.gz",
              "hash": "534eb3fa37c5dc5131cc542e95c8372571690cdc404da630734e90e87a93080c7ea9ecf29d8fa1e0a956f0599007271cae4e57ac0879cc94df08ad36aba8fdcd"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d3e46476-4494-41b7-a628-c517794c5a6a/6066215f6c0a18b070e8e6e8b715de0b/dotnet-sdk-6.0.402-linux-x64.tar.gz",
              "hash": "972c2d9fff6a09ef8f2e6bbaa36ae5869f4f7f509ae5d28c4611532eb34be10c629af98cdf211d86dc4bc6edebb04a2672a97f78c3e0f2ff267017f8c9c59d4e"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1816a0af-0621-4608-b21a-9852ce83d788/04675dad54b50d6778db98f226f1b944/dotnet-sdk-6.0.402-osx-arm64.pkg",
              "hash": "4659d681910602e4c06d395cb9673d0d70cbaf504f59acab09e4c5a783781c1cad6e9fef3c30d8fe8d801879c9c1c983d6b73059c50985382ec80467f6d07aab"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8857cf39-5c46-413c-875b-e091f4b00c9b/19f79f518af3e91ddce328db7f4e1910/dotnet-sdk-6.0.402-osx-arm64.tar.gz",
              "hash": "e9e73aa815f4af93ba7325c2904c191bb731b5a4048db2529da7b2472f1a140603f22d2a7d4e35b2f301d046388109116af2c9efb33e1ece43fe39cb96b83d48"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f55a179b-7084-41b9-98e3-408a3c317158/5445f9e747fa29ce0be3240017d28322/dotnet-sdk-6.0.402-osx-x64.pkg",
              "hash": "38ae9c0aa84079f52339be7ba5d4206f7efe392b40a1e7b2a427eaae6b924302f2a62f5a8961cbcc00d47bd6c6465b98cb4835cbe00f1541e058ac201b98a70c"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2601dfcb-7d2f-4186-9a08-d121e63a06dd/cd89903b769b1d6e3bdc1e7cd5fcc19a/dotnet-sdk-6.0.402-osx-x64.tar.gz",
              "hash": "b6cbb3fefdb43282f83f69cf5a7c4cc9f74bf64f1008a4a33368cf9ee1d5fa186e324549005942c1ec48778efc2ba0b33a19b5b802920c84aa636b663697cf6b"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5618f67c-ec7c-4610-9262-94fa8a723e4e/985b6ce4df32ae34cba00c1f674c1739/dotnet-sdk-6.0.402-win-arm64.exe",
              "hash": "3439f8178c216465ee30112fce93d6cc8cde369ea51304c9d28a5c83eb19c7e0b8a1620152ed3e6889636f081240df997c93a205fc2de53d892399e4972a8c89"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0c9b7a5d-2b83-4cf3-ba20-94a26d1bd61f/995c6f046868e52b4e6ad120f2606963/dotnet-sdk-6.0.402-win-arm64.zip",
              "hash": "223d64cf3103ae0aafc9f833c72f452277aeafb35cf197edf18884dcba1fc5a7e16de0beb21622cd967564e87d91d9eca9355c86f1cf1a4fd56c9d0e891253f3"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9f4d3331-ff2a-4415-ab5d-eafc9c4f09ee/1922162c9ed35d6c10160f46c26127d6/dotnet-sdk-6.0.402-win-x64.exe",
              "hash": "6cf89974261e6a12cbd5531bc2b16231daf56e438325750b381dacfd5d09c80a9addf739c1a3e28f652a7adf13971e37acaf255cd8c61ac39e903ff8ba2655c0"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/554fb42f-36ae-4f2f-b7e1-6b447ebb1867/a512568a4574fc3494b73c187a5316d8/dotnet-sdk-6.0.402-win-x64.zip",
              "hash": "609217ef0e1baecc250db94cf0a0255301220d8f6a443424c0bd912b07c1fdaa5eef89b28907a70e05bee5b76c4792afdbf3e5399dc609a41c05319e523b96dd"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/12c673aa-5f3a-4183-9cbb-d42bf5b76a6d/2391e030a526f52f51d4d2bdb4cf9bef/dotnet-sdk-6.0.402-win-x86.exe",
              "hash": "ff7a4145a7fe4540585c62e75e58eb104acdccb4d2ce2d905f355670a20c6c3f4878148911fccbe68da2608e8c8ac4f1df09f3cb9d5cba07d025ad6b57b83c82"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d8acba56-9bae-4e67-bd33-b98df3f3600b/9f656456ea9f145e67b4322c1bccb15a/dotnet-sdk-6.0.402-win-x86.zip",
              "hash": "a00d256379cc9bda550c5eee632ac16bae6b3beb385efc9d22f5bbaf414405a27ce3f24ecef335ae3b470104f9a28ef0a89cbf87fede41e1d7493c83b8b209a8"
            }
          ]
        },
        {
          "version": "6.0.305",
          "version-display": "6.0.305",
          "runtime-version": "6.0.10",
          "vs-version": "17.2.9",
          "vs-mac-version": "17.3.7",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2f5729be-273f-45fd-a1ec-f91695951839/a26275ca2b4abf646c7783c5a409ff31/dotnet-sdk-6.0.305-linux-arm.tar.gz",
              "hash": "ae7ab7920e1ba2833ce55c44116e4400fdebd8ce48d3b193b590b938e25909a647a34706f32dd4fe2a8468ff61a8bc962d7c8dfde5404293b6254c5e980f46a6"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/031e2cdb-71ae-4f10-8862-e2883ff82f03/fdbd377c5d84c1c07c4b8d1c87cca6bc/dotnet-sdk-6.0.305-linux-arm64.tar.gz",
              "hash": "0d7eb35dc1b2ee8c31710bab2eeb1f6871819168bcdf7aff257074cd0c4eafc3ad52875a45cec38ad799a12e8c81bddc6267f6b608aadfd9607d435cb3e6ba6f"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9cfcd9c4-d70c-4efe-9b99-a05f2db402f5/c4d9096b344251b76e47794d409dcd4a/dotnet-sdk-6.0.305-linux-musl-arm.tar.gz",
              "hash": "633b16bb333fdf0cb22b2b2962f00239bddb9f332be450e250c9faca5d656003b948d25b4283acd820b66132a64b7a4b5e728c19030b12b12c73b013c71f8b6f"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/18953c14-c8b8-4195-a388-9644a51a7dd4/d8170a612849aab21b5ebfb586a5cbed/dotnet-sdk-6.0.305-linux-musl-arm64.tar.gz",
              "hash": "c41194f78e46aaae941df95884268101d2b54eae6db605c9bb168d5a4a84a2cfecd9b1bc02db8c4ad35fe127608bdfc67fc4107d7cab934e80ca87ec49822722"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7a43cecf-ea23-407c-b7f0-14c5acd69e02/6552f25c68937ac8184a966196b8a7ad/dotnet-sdk-6.0.305-linux-musl-x64.tar.gz",
              "hash": "7f25cc8966fed34457384ab3616047dbf0c4a4b5fa820189d82e4fc4c14f0495ae00b8f56c652ad29b8252cf5887c360aaa7dac4990b7d93063fd8a898b98d3f"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eb15bbfe-c330-448b-9808-075610943fba/cf8bc8799a562f76bb82ee0d1c11c5ff/dotnet-sdk-6.0.305-linux-x64.tar.gz",
              "hash": "783859f84ca572c461392a6a42a6ae05d92a5a28741e2ed829bb5d9a3bfe122e343516a9d56b4aa6bff9190f15c229574b06033999e02feac59689f567c8a80c"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2442dd43-be6b-414b-af10-bfea56a0213f/b8a25c1641bc53bfb29d4db6ca039be7/dotnet-sdk-6.0.305-osx-arm64.pkg",
              "hash": "e751bb9522b61e6728a788b714d9ed6edd734e3e60c455fb16c2fb6fd2f934ecd9c9054a716b1d12238eb542bdf59973289120eb1d673752055e9e24b86f9514"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e9c3e9a3-26da-4dc4-ae3d-b234b3659a7a/0fc19a87c495b161a2136d8c37a04303/dotnet-sdk-6.0.305-osx-arm64.tar.gz",
              "hash": "18cd914a6809d0ab783596c7a06318fea39d7c198e7171f39ba29ee1e87114c1d68a7483d9a7d22099d2e712b815d92b77c13beef9ce9f203949df26df0df4ed"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c047f768-7b43-4777-8509-9db401c59270/bc126f4445a6da393eda042104f5f039/dotnet-sdk-6.0.305-osx-x64.pkg",
              "hash": "2ccd8b30ca9f5fe0907415680c7161db7509606a873b3bc9fb4399f3bdb47bfde8cb10acc42f36c2aff39c36914eea76e2b3ff520231f9fe6c6f953bb89fbcff"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/708db014-a6c4-4284-8e5a-3a5aaadf6900/722f30b917a088f11878120c4daa80f2/dotnet-sdk-6.0.305-osx-x64.tar.gz",
              "hash": "a548e0dd9e5e869f358e121bbd03a36bd7af3b753e08f32cf99957e5e21213046547eca1cbcfe256d9d53d25231a3643021fb34f1f8ab5221f233875bff6d1b3"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fd6b92cf-9824-4e51-8fb9-8846defee2b3/5fa5d36184a45d425a161338838d532c/dotnet-sdk-6.0.305-win-arm64.exe",
              "hash": "fc2e90b4e0edbf5c83022495614c2d5b96177cde79fe27e0bd3f9652456d94516c541cb88123b2e6cf1e63cd465d0f3617026662ee99b87cf078271ede275436"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1ba1bef2-e4bf-44de-9df2-7453b2e562a1/2af91a1fcbb5a84a1a34d7b295742663/dotnet-sdk-6.0.305-win-arm64.zip",
              "hash": "6250672e5b80b1c402da5f87cacfaad48b4417fce9ba68dddd0d50a78ebccf77325c6ee4c99c935fdaf659d6b3cbdfe315cbefdc3c5eb2fa7f50a720d59aaac8"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/af52a0a5-09d6-4ac6-9b7e-b22beefa38f5/38796ca6f31d7ac5a4cd3116befa76f9/dotnet-sdk-6.0.305-win-x64.exe",
              "hash": "4a4703a1eca27333a4781eb61263c2acaad6e3542e96c18b1bf38d51f2516964919225af22ea7b3dc01bff64c3a86e0db298a7dab349763b0a109475a156eeb5"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/39cf4c9d-37e0-46ac-8428-5b7732a87215/0964fdbc930d81fb109855ee097596c9/dotnet-sdk-6.0.305-win-x64.zip",
              "hash": "61ecb688b1a6c3213874dda92b1eb38ce8b199c7f4d78677e60c2af0b0a58a686d29f5d56463a57af863230a81a73c792df8b8b9b55dae51bbd58796e1d1de95"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8e4c4130-d2a0-48ea-b5a2-dcd94d0ab535/5e39b3e3a2247ae179db3c00e2dd2c48/dotnet-sdk-6.0.305-win-x86.exe",
              "hash": "543b8f89bb9e50b8167e6dc634b0363739ec030b7e76e5d2bc66ca7ee9f19fcdd45579be50463cb90a3e5508ea842c68f3344ab179e2897311a7bb370643b3b8"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c30719e4-5e68-4054-bf67-090098a94c18/557d79682e79b73e84d69fcccf72f727/dotnet-sdk-6.0.305-win-x86.zip",
              "hash": "5a7ab58a0b22c8216e7d0c025b1d518af1e6b96b914ba9361d3ab6267c01edf496e67220ed181a542bc03a50ca5d9d465eb489f0a2d874138d22c9d67c6d5fc8"
            }
          ]
        },
        {
          "version": "6.0.110",
          "version-display": "6.0.110",
          "runtime-version": "6.0.10",
          "vs-version": "17.0.15",
          "vs-mac-version": "17.3.7",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ec48c241-aa98-44fb-8e9e-f8ec91f048ec/8c9b79c23058a1c0ad7b3e0fdc340d41/dotnet-sdk-6.0.110-linux-arm.tar.gz",
              "hash": "ed8a0a3c5edc42b6e82dc925c35ebd3ba0ddf94b98c97febb0f4ffa758b369b2c063935fa62cc5e18c1f26e64e0618daf2600d8a9946a0d44f6103d725d99091"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1a0faccb-a85e-43b7-b2a6-78ee8b975855/572b91765e7db29d33887cf4b87bc86c/dotnet-sdk-6.0.110-linux-arm64.tar.gz",
              "hash": "da312773a6def29612ea6898c489b86b2546e5e52c7c890134712c64fb3c0e52dfab88d8589858f9a9b39c3d2c9fc39406d6da251e3cfca399eb93df0c9ad5c6"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bbfa0af1-cbc7-43c8-bc29-e2b507b3eb3c/91860778e0b312e5db795c6afd7a2ee8/dotnet-sdk-6.0.110-linux-musl-arm.tar.gz",
              "hash": "1c96d40960a1a79248bc0cd1ab92b38df38a8a5832a22bb0baaccf6e861b492475aae2067bb75ad2a66862dd2b7273c3d76558f410a9c29d7d1bd58d514963ab"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ce0ae10b-8bb6-4137-a848-e797418d523b/6910378abac970e6f055230a7a7a37ca/dotnet-sdk-6.0.110-linux-musl-arm64.tar.gz",
              "hash": "59523820da71f0e799df5971736b5814034edf58c1874cf8364ff112307e0752dcf8246d10923c7564842eb34e8a7e0728d0debd491cd0104983ded1e7b72d27"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fe89b8dc-e7fe-4199-b95a-bc4394f47834/bae0fe90f64b92a5b328fa58c3275e6c/dotnet-sdk-6.0.110-linux-musl-x64.tar.gz",
              "hash": "68e4b9aa0d428603f01f0a8b5c151e4a775021bbbc96c2f59ce80a1acd59909ead4de9052b045b8fd388c6681dd5553207cb4d4fdde1aeaa6dbd04bf4060d33e"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3e527e7b-3a94-48a7-a392-2e75f20a6d15/1d253d740e987ac9c79f33967f18066d/dotnet-sdk-6.0.110-linux-x64.tar.gz",
              "hash": "104da00b7bfe1f564723e2314d432ad9044cbfa9ad851bc99e06e730a032c6178e487a8bee3f28f8309a32652df0143301be0b827a0c7ad00614a1ce850495e8"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/95bf0dcd-6a72-4f61-b0f0-832536ae730c/cfef617dfd50f7ca4684166f5cda12e8/dotnet-sdk-6.0.110-osx-arm64.pkg",
              "hash": "95a6b0f8194e3b2b2bf89fec61341c63e24de130a2c42983671fefec118bc1d0eec5e769eade4aae00d03a2d2bc2087a112ef3b64b9b3e7607c1c8d9f168b553"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f24b1026-8430-4eb1-936c-9a157b4a616c/b52edaf7d05aeb478e8e887d8fbc03a4/dotnet-sdk-6.0.110-osx-arm64.tar.gz",
              "hash": "66be3a01d07ba93d881172037b8254c988ed457b002a4f5b536b68faefbe82778efebfc2c43a1db11df4aeec104c2d856821ff1c342ae27f54dbb9ff2a9a2efd"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/437e0175-9bc3-405b-a5c3-cd75de2c0872/7e248814ad949ab9af3410ed9d47b61c/dotnet-sdk-6.0.110-osx-x64.pkg",
              "hash": "ecead3a270135bfea545dbd41026039d4b3ce8a3552c32a1f4320a23cd712891573bc2c9d40a2ab1a45418a81243a6a054dcadf78df792dfd5032587c32e511f"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6ab195ea-dc0c-42b0-89d6-703c51918f7c/969a05eed49727289e7fcd99d4d81917/dotnet-sdk-6.0.110-osx-x64.tar.gz",
              "hash": "9b8937bd1e4cfc9cf867f8512ded8f293f59da4a00f3c35f4f869dfa99ef12da39fa77f620d0bd71431371a776f4c9f8c7898d591aba3dd40e9e47116f99d1cd"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5fea9a90-21f5-49d6-9b35-59aaa3557601/d74483933dfd284a9c7239a596464d89/dotnet-sdk-6.0.110-win-arm64.exe",
              "hash": "6245dda85c05c343ed88cef2d82e82d4dab16e7c16b4c97aca7afad28c57bad62d9322ea11c5fc1a461b89bdcb1d4b709213237a53199caefbfb1c015436314c"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a2ee8464-3b19-4be5-802f-7d2ee5f74ae4/e1191e174175cd296ad80e3bd4423c5c/dotnet-sdk-6.0.110-win-arm64.zip",
              "hash": "12e3dfd9960406c37ca2d344d7eeb6d33f20121edc4184072a1cc07c9238e165521cbfc26b8902800b0b9b47bd6618d8696390f377f8282a73cefe3e623c2737"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/39bcfbb6-1a92-4889-8baa-d00326fa7f63/4d5a18a8f4d0ae94028034ceb088ce3d/dotnet-sdk-6.0.110-win-x64.exe",
              "hash": "c02f5f4f3616fa8ae686119a35feac093ab36d2ca088851ee2024531e6386c3e84b159a4c8cf88034bd84a93f1d64090ee6d021066eb2594b80f95bbb24db751"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5044912c-8075-49a3-8079-3ccce5a6a788/30d8b6b14bd33df25287b6e85cb96d8a/dotnet-sdk-6.0.110-win-x64.zip",
              "hash": "8534f4f7cda24f197f422525ae3e6b0111ea5e6a8d0d24563a1560cd701ab10341db4e80c87ccd09993492f9446be6471b3f4f8f5858e73b31d1aa76698f6f37"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a73fe039-95c7-4343-b806-d6c51e45f811/5cfdaf0f890e55b7940dab813b1ff0e6/dotnet-sdk-6.0.110-win-x86.exe",
              "hash": "82c095b8efe3759ebfc83af49a6d1b53e51c157d075eec307fe95a0b8ed96e73764ae109fb14532f55afee32640a51bd6438427f1fc8e2944998c63f6f07e687"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/faa9b9d2-3584-4a08-94bc-bbbe2bd55d90/527cfa84df05e3354915b07247f7f3c2/dotnet-sdk-6.0.110-win-x86.zip",
              "hash": "ac759d3f50e31f2b40a2b73ee0b9ebf5dd214cb4b539224f4f3e52723c409cb9099e27ddecce36f482ea4301e5e0cd35baa00f7e861dd6f010c220e1b2f9ad9e"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.10",
        "version-display": "6.0.10",
        "version-aspnetcoremodule": [
          "16.0.22270.10"
        ],
        "vs-version": "17.0.15",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eb049d47-1cd1-4a76-8b4c-3efee9890f2a/53441bce40b9ac8d073fb4742d823c3b/aspnetcore-runtime-6.0.10-linux-arm.tar.gz",
            "hash": "48d590741a8d648c20e130d3934e6e4a8a4d7ce750c7c74cf4eac77fe969798c36d8780c006baa1514e0b341d3e3cd5a6a3860f484762fc703577d35b1b92202"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c37e7250-886d-47e1-840e-fc0ae2aad195/81f019f66f158b7ccb3511d2fa5dec53/aspnetcore-runtime-6.0.10-linux-arm64.tar.gz",
            "hash": "254796814f5810c416361046aada833a151c946b0dda12d10d1ac792db8528b64eed4bb8195d99081639f22b2114489df0d4bae20da3fe6c63987cafe0349b2d"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9d1c5701-2a62-44d2-8fa0-908a94913df6/ec6c9c40cd2bad036248660511310d71/aspnetcore-runtime-6.0.10-linux-musl-arm.tar.gz",
            "hash": "56a8b2ee654ca040d448a7c0ef09a310d713a892de90df1146d1748db87f6aca86ec95f1db182937b2b99186a2bd3ce14d9d37e172d68552720b149041b4051b"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14ba166b-6dde-4a9c-85d4-e4294fb4f676/8c2476c039a628a7f573bb2b257ccd84/aspnetcore-runtime-6.0.10-linux-musl-arm64.tar.gz",
            "hash": "1cc24cf179bf391945fa78ed1311e90d06451c9ba918d742f3e0338d3a0aab1374a167e781c40c8e421be8369c55936c051ab59459298dcdeaf91df6643b35cc"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fb38e333-d733-448a-b7e9-7020b720d0e3/9cbdb02e1e42bacc02479312ef8afd09/aspnetcore-runtime-6.0.10-linux-musl-x64.tar.gz",
            "hash": "55cfa0419965dc15127fca3da0f567dd64dc4ca3981f5e3366e01f88c670f91b361548be99c507fcf9fdc51078387a230c3d09d399d7b0345ae4b6e60ae2615f"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7d44ddeb-ad35-41a8-a581-03b151afbd80/6888586c28836b1e1f71df879184550b/aspnetcore-runtime-6.0.10-linux-x64.tar.gz",
            "hash": "85fd0e7e8bcf371fe3234b46089382fae7418930daec8c5232347c08ebd44542924eaf628264335473467066512df36c3213949e56f0d0dae4cf387f2c5c6d0c"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/49c2a919-5162-4314-9010-a8da201e965e/f346ee2fc7ff046045edcca0778c625c/aspnetcore-runtime-6.0.10-osx-arm64.tar.gz",
            "hash": "549745d9d41329f12572025317ad40addd00bce64cf15181df5c0c5f5b29c96830397cf97eec315770c8e1b7dfce5909368b213b359f465d679390a0b741a021"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/38af6f1b-7b6b-40dc-8f0c-1f2025bea76e/795b0e4dff571fc01702d9cfbad359c0/aspnetcore-runtime-6.0.10-osx-x64.tar.gz",
            "hash": "9449b3f71813d2af75c3e2439aa22a639140f0c3f58c0e55fd1d66d660a603fb71f9f538d48087c113301d30f373be7aa8683e79af66427d3c70bc1713ae305c"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4ce27377-7db7-486d-bd0d-d83906c8c14b/3ee001cc96bd654db502109ef6a97a2d/aspnetcore-runtime-6.0.10-win-arm64.zip",
            "hash": "96e541929de5b98756c2c5a88d9e0544ee64083d5bef15cb993aa124965d6c95714f5eb83e5fe73ef10d6d297e0c076e039e98bfce861e90271969662d0cbc1d"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2370bcad-45b1-4ccb-bc61-21ffd7116d63/1aa8efcabfb60ee778b913a5eb237a56/aspnetcore-runtime-6.0.10-win-x64.exe",
            "hash": "4af8da7de85bcb1d079a85cd3f4aafdfc4e4d441b87dfcdffc27c820d9f69513341be5acc987c47cacdc597cbc0cc89c7d746050e6d40ae02db7391e8214352d"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a3892a55-5630-4dbf-81ff-17f08fb0632b/f55b436dad325fe8b41f67fcb80e1366/aspnetcore-runtime-6.0.10-win-x64.zip",
            "hash": "e5767f8d7599a0efb91c4187afb94dc7ae3119244383aac4945acdc32fbe39171631dec846b6be9d53317779445ae55ce1c2915c2fbb7740a5ecb63d2ae74219"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/16a50311-71a0-49c2-bfdc-2ed11ade7043/b7ee5cb05411fc03931b6ec9d6c63e87/aspnetcore-runtime-6.0.10-win-x86.exe",
            "hash": "dbe4e28673b460c21477a1a6258fcc21e3f372bd4fe928ed46832dc5d768ca8b07aec6e543f15a091cf061c368154c0810a83df2c98f28724e31c056fe7e7caa"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9f84c767-7d96-4b86-befb-0dc436636140/23840bbf8abc9690dbefa96162f704de/aspnetcore-runtime-6.0.10-win-x86.zip",
            "hash": "ac419d808351ec3f39ec145670dbaba89b01cc780eb0a43e9821ddaa3ac0c827ec660b406b7e694fe33944a8ef1579c286080e936f5b214042a5edb77f845d84"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/870aa66a-733e-45fa-aecb-27aaec423f40/833d0387587b9fb35e47e75f2cfe0288/dotnet-hosting-6.0.10-win.exe",
            "hash": "fbb8653545c426ff62788b9493074b48e8590dde33fb0912a220e0f56589785229ad9f3fda7e9c3b3accde2c0221fe3c62b302a50898c3d398a32f9ab6d1c0d3",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.10",
        "version-display": "6.0.10",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b05a38ca-a434-473c-b031-07f05c75487e/0dfe9108f47050d81f1bc09002de6881/windowsdesktop-runtime-6.0.10-win-arm64.exe",
            "hash": "eb43bfe09bc185a6e97454892c98956eb044ef40881d646ee4e2a934bc0ba0054eb2d2472b33dee3e7d64ad4cdc2a4efe0e6bb9cbcc6751a87886639e4b70c6f"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cbab112c-20d1-4526-9811-50be6530a6dc/1fd204150641afde14110d19789da47d/windowsdesktop-runtime-6.0.10-win-arm64.zip",
            "hash": "717ece5dc85ad732ea8844032b2758733791ec22bec59cc1065a1324e1261ed0470c07e682230f3107eeef13563dbb84f054a57a58dab49b7920d76571f495c5"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a6e878eb-d1da-40cb-8b6a-7f5b9390f09c/e4431ce2aa28b6c9956db672209be500/windowsdesktop-runtime-6.0.10-win-x64.exe",
            "hash": "8fdcfc318fc0a90ad633813764d5a6ea48a6d0e4abc9c0584954b49cf0e1611b0904fd1cc066bfc55195f6424144c8020d9f00c6307cee516ec2072de728ee6e"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5a9d799c-5675-4aa6-a752-67123531478d/a973751190ea104b3a710191208e66b9/windowsdesktop-runtime-6.0.10-win-x64.zip",
            "hash": "b2ccfc46a90eedf52faa9f6e12d0b6eb9aa44f9eb2a5c5c6b2766745c0fc32b6ac63edeee8eb881b0579ddd02cc487ac9d7f5277d330aba90e20f331fe079299"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6f8cf899-4800-400e-a196-867e7593c8e4/351213f8ae397c30efcfbb78fb10def2/windowsdesktop-runtime-6.0.10-win-x86.exe",
            "hash": "ac4a0b971a2829e0c16c18d37567397a89d56ce1c14b52414484982d467eb1f950a44047c27090dfd408a3783e2878777141ba7d3fbd97a7d52a5b899b030737"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1b88711d-3354-4863-ba5e-0ccccec7e81c/036f96959c5855ee9ef0d73763595d3e/windowsdesktop-runtime-6.0.10-win-x86.zip",
            "hash": "16186da269bd836e3278d5725d7d4fd7c519e02a256c32eaaa4855912ee8b67f949c52be85a9304e4e5bf7aeff4515db3dbdf68d7573b0d1175e3cd61ffccf77"
          }
        ]
      }
    },
    {
      "release-date": "2022-09-13",
      "release-version": "6.0.9",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-38013",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38013"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.9/6.0.9.md",
      "runtime": {
        "version": "6.0.9",
        "version-display": "6.0.9",
        "vs-version": "17.0.14, 17.2.8, 17.3.4, 17.4 Preview 2",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9fdc5a53-a4be-45a3-8a38-95877cc521a9/60899abe1ad0deb7ebf2def2617fc5c3/dotnet-runtime-6.0.9-linux-arm.tar.gz",
            "hash": "9b1bc18f86d03e3c80dbc7fb1e8d091fd9b8346deaaca810f8057f6940f60facb9592297bdd8e7e9e3df0268bd0c46f1f7609e04ba0595ff489867665df535f9"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2dc40bad-57b6-42ae-b9dd-bd457af4e73e/b95f86d6f9cf49e156227bad231d4aa0/dotnet-runtime-6.0.9-linux-arm64.tar.gz",
            "hash": "a4ce5ec71c60690e577e96a2cd821c05d5f05b7c1754fb753353db77e938349a53d4cc55596f7384813bc44f74eac8f991a1c00cbee60483f552663cf4d8ac31"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/10707820-6f13-42b1-ad9d-3fea4b3f19bf/8f63dc1c15563c7d78cfb1b771dc9f64/dotnet-runtime-6.0.9-linux-musl-arm.tar.gz",
            "hash": "f8baf7dbda54b29c37082f604e6b96ef3d5d6e22bc46cc52d6e8226bb6fc91449584f3203f4f2f5d20df11caa3846e46d6d6c80adddf49577d7b29d405a31d4d"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5181fc44-6a49-4bb1-b321-b11efe54427f/b3d3e7f68fa54f7355f9c4d62a2825df/dotnet-runtime-6.0.9-linux-musl-arm64.tar.gz",
            "hash": "3f5ca6d2e498e11bf1b46cf9ba456a4788a4dcb7ba4b0e52301bb9a3e2d511a8a9bd173be0cc8639c0297d90ad911a259da53ac2f6fd066313d79025ca42a5ef"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/44b5aaf3-48fd-4aac-94bd-5a63318bcc2e/5c2b11a17492763a89dfd061090f7cf5/dotnet-runtime-6.0.9-linux-musl-x64.tar.gz",
            "hash": "e3eb4804dddbc34be37e3d984c13a668605ef7eea6b2daca95ea3fa7ca51b2fe4845df1ad0d343de9075796bf0d4474d7e14e5b3b4b515005d0e24ec53237ad3"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/05f1a3dd-75f2-49f4-a976-25ce08f77cbb/b6e8e327a84b91513c2744bfccf90140/dotnet-runtime-6.0.9-linux-x64.tar.gz",
            "hash": "a6df2cfef73047247bd36f51eaf696f616c6aa9b428e42f219bf91dcf05c03dff817a8ec826740002c8aa83df2fce8a7ace562ad2e2956789542f0b8ab8b1173"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/24ad61bd-2192-4637-a663-d4aaa39bfc21/03ce9a8420868b0f0777f35ac6faec98/dotnet-runtime-6.0.9-osx-arm64.pkg",
            "hash": "c1c00cf02e5f278103a3ba9712803073db1167af0cd9446f69fc92d90815e495cec019ed889d1b1e74ffa3aaa6c843744f7ae6302838ebd027f93f5862f15514"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c7c51353-ded6-4846-87ac-d840b1ac2f9f/88641f913c8e886b4e38fc5b0c547ed4/dotnet-runtime-6.0.9-osx-arm64.tar.gz",
            "hash": "07dfd194fdc67bd096db0edc691fc2a2d0e41d8a3023582ef1ff7348eb0fca3a58d97b79c454e5c67339f6d9c9b0f3b997d68f6ec7bd0e8c86d584da6d94cd8c"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d3fe77e7-3109-4b25-b74e-f2f3542164aa/daff158378a8e7f0aa7b61feb29b588b/dotnet-runtime-6.0.9-osx-x64.pkg",
            "hash": "d482655facc229dc352ceaaa14001b5e813285bdb1a4f83beb402b02b8ff6fa150787104a28440d8251f0d6cd4bff088c9cab877fe71dbda12d1ef65e4da07d0"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cd4ba3ed-7f37-46d5-ab1c-dc479a08333d/f27d3ab52b0830861bed594be6da86a8/dotnet-runtime-6.0.9-osx-x64.tar.gz",
            "hash": "b52542c1850c14b409c0938a31188821b428199a7f3f55779f4986867a78eedfe06478f8ea79e8b20d078fcfd9201dc10d4a73146ef8fd56753f0cd23c5328ac"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33f256c2-7e5b-463a-aade-48e32cf33cb1/ffd2b6be86c54ed6009411430622af85/dotnet-runtime-6.0.9-win-arm64.exe",
            "hash": "da44838b878dcf642c65d84df6d7a24107dc5f05ac2b3a321203346759958a98dd6bca3017c44b4073bf7d3d016f1bd5035aef5ad62d2231dbd4f65128b68659"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/22bf27d5-8aa6-4913-95e2-9f23b827832c/e60446dec06622450dda20447feac7e7/dotnet-runtime-6.0.9-win-arm64.zip",
            "hash": "e17c582badbfaa572fb87db2440b923e6f8cb3b44149c7feefdc41a90dda04f971d89d8e226f54941c96c0939526554da86d85464869b318293fe00fcc3e622c"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9dc77a6b-0276-4ad5-9bfa-d84b546686ef/f01bbcf2dc0e7f5dbd0a7d337fd4cd43/dotnet-runtime-6.0.9-win-x64.exe",
            "hash": "5f4a73342b3563937f2efb576aa101c29c0ad4908413ba87c415a733239b9af196ff04778f2e8bf5845508b069812c13ca281ea5e912552aab5227e7841e502d"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b7491d0d-6f8d-4a9a-9a28-a4dc2a668083/701838073f8cded620b9accd1cc8dd68/dotnet-runtime-6.0.9-win-x64.zip",
            "hash": "09bc63373b1dd73cd6a8c1429136597b1b1e4971f5467aa96770837b925e8e6b8e03333be71053ce0e5cf97b447f34205de8b67cf75b178a3b04a5f6643686e3"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6020f3fc-5cf8-4e25-bc7f-dcf8744137ac/4cb5ced4e015e426fddc554b130c3052/dotnet-runtime-6.0.9-win-x86.exe",
            "hash": "4a5ee2e0297140fb4b6064540cbb9d520c1b3bef474f8342dfc5aaed0fd85b7fe26c49f85d17686e85540d421da57eb2ae4d2b402c5184a6ef2eaded33b097a9"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e4730ab7-3379-4b9c-8a17-3ce7d44cc82a/96d03e97775b7ca28c1a6fdc745e7ef2/dotnet-runtime-6.0.9-win-x86.zip",
            "hash": "09847079dc9c1c6eae7bd64dae46e3b667bea7520d0c6d47ea497ee303acbf0251d049b09ce505f5e678f3ddf54747f2b019632421d735cb17cd6ef4ef256831"
          }
        ]
      },
      "sdk": {
        "version": "6.0.401",
        "version-display": "6.0.401",
        "runtime-version": "6.0.9",
        "vs-version": "17.3.4",
        "vs-mac-version": "17.3.5",
        "vs-support": "Visual Studio 2022 (v17.3)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/451f282f-dd26-4acd-9395-36cc3a9758e4/f5399d2ebced2ad9640db6283aa9d714/dotnet-sdk-6.0.401-linux-arm.tar.gz",
            "hash": "7d3c32f510a7298b8e4c32a95e7d3c9b0475d94510732a405163c7bff589ffda8964f2e9336d560bd1dc37461e6cb3da5809337a586da0288bdcc71496013ba0"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a567a07f-af9d-451a-834c-a746ac299e6b/1d9d74b54cf580f93cad71a6bf7b32be/dotnet-sdk-6.0.401-linux-arm64.tar.gz",
            "hash": "8c05f9e02e0a48fcc3e4534fa7225fe5b974c07f1a4788c46207e18e94031194e1c881e40452ee6c432764e92331c50ae47305d4aec5afa363fab3a8a6727cdf"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0c223dac-5ede-47c8-ba36-04c0b8a833f8/90e221394c3a8fdfc9bc46d59ff414ce/dotnet-sdk-6.0.401-linux-musl-arm.tar.gz",
            "hash": "059b7780896ee5af350a4c8342e0262d58046f78bd2310e585ab879df1c99e2a5b1bb3254d91e9c358a0ac82fc4df25b7f34bc08bb77e16cc695990445c36ad7"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3a2e1030-4731-496f-8f1a-f7f4af707175/e9cf1d02d391e1982770d2a881464ce9/dotnet-sdk-6.0.401-linux-musl-arm64.tar.gz",
            "hash": "cf4cc55e8d877913960d510d99f4c4034ba1d4eac98f50298c33c08854199a369b572b25954a939eb2ba4994d6fb1b41614781260af9abe7f27e2f76c4962d88"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fe83c1f6-a5f0-496d-bb9b-3116fc503505/f0d80d4f6bdc157bd57ad22380ca6217/dotnet-sdk-6.0.401-linux-musl-x64.tar.gz",
            "hash": "acdb7c08d4fb290d3aac2e212c51840f6d9ca787aca94dffe85317a515c541670456ffe37c2365541f18edcd7b39243d72e7d8e5ab4562a2896fd96bbf6cf6b8"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8159607a-e686-4ead-ac99-b4c97290a5fd/ec6070b1b2cc0651ebe57cf1bd411315/dotnet-sdk-6.0.401-linux-x64.tar.gz",
            "hash": "6fce5f29e6cfc80da1df86d2de3a637108023397d275e0dcfa0b79ef36eb85c2c3433db467aa5d8fda7e32bc21205a126636b53d56c4eb4c547d9d3b2370cb31"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1011a115-ca23-4bad-8632-f9a96e47d0f0/164a08cde051b61a1669d2242770ef25/dotnet-sdk-6.0.401-osx-arm64.pkg",
            "hash": "2f99d959b5a5f480bb159a05ad26861b22f03e4e7c6147cecc161223c0142be341520bd36dab6fa81cd4efaef254cad5ea819bc0465943b4801e6a608791ad89"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dfeaba35-b5b0-4299-b4fa-56735e3f224e/80cc6c2404d0319fb3eab5d0f407b169/dotnet-sdk-6.0.401-osx-arm64.tar.gz",
            "hash": "0e1974a99863afe0b2c03fe52874ad388c3e019e34c7e0a1dc29955dfa9783a946082270fbd767272817509b30d1928d0c9f12cda43777292587693e0b0fc604"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c98d3ccf-561c-4f9b-a1d7-5debb0880031/fd1ebfbd783788649ee139c229cd48fa/dotnet-sdk-6.0.401-osx-x64.pkg",
            "hash": "c4af91f83bbe731d8b3240443cf7167b72e63434ffb448de81e6c65dc706655ffa735dfe7a11effc8633d74614f6b21543d65e8c6c22c05c512f25257a91db66"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e79e447d-20fd-4ed9-992d-39165aaf964a/1f101c161bc4a931e16c697e3934e413/dotnet-sdk-6.0.401-osx-x64.tar.gz",
            "hash": "6cc47bd279ba3d5e2df9f41b14b25662c8a3d61d5dee0fe021ad54a8709aa8a34430deb644c3525d66124a6a1bdf6a273008ea5fcbddccee238f4c470bac3e05"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e38faaf6-0897-43bb-b41e-62ab6879219d/a1812a5a9c3d8a9aef7506a2c2997c4e/dotnet-sdk-6.0.401-win-arm64.exe",
            "hash": "22106ea345999269312a5c87b7076882c2f4d611a6866b5fb0e0cc39bba35d292ffba733024eadcbc62bfdcb68b481a073e88d5a65d026c3f7b61314d38be48b"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f720b1a3-988a-4a84-81ac-6cbfb9dbe018/70dc9d743319e22753c5814853b5d608/dotnet-sdk-6.0.401-win-arm64.zip",
            "hash": "be17ac736f9ef448e5c5c9ce42ace78b167fe9a489ae725f10f935860cf52c6708167230fb8eb2372816c6c02eb7fc74be4915033124cdcc5cd7a98639669cd8"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cebf08ce-ecf1-4439-8a0a-d81b3a4cad12/674ba293b83bdc9b1e00ddfa3ab82f10/dotnet-sdk-6.0.401-win-x64.exe",
            "hash": "aed1b2ddcfe8056d4a4c3bcbed3ff508010e3a1e4a40e82302c8ce30133f1dd55d93fadd19c8aa6114d7dc6c374764401845f1bd38bec26e9c4e6cd482e5e438"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aa0b6cf3-c5dc-40ff-8b2f-f2970ca7b9e3/5b4a9999ea41ca5897e01a3e0e1accad/dotnet-sdk-6.0.401-win-x64.zip",
            "hash": "bab1b1c753536bfd24ad0066bb1c193c7c473442a7891499a1c265b882ae75bcc245c3dccde7f6c5b3d3db70f5de286fcc70c0837d7922104a233bc323907867"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/11e3a491-faf6-4fd2-8958-dad4583d8f92/87a93af277f13e506866a1dff37ad155/dotnet-sdk-6.0.401-win-x86.exe",
            "hash": "1661c82829c234b5af5c9742e9eb04ca0f0725a83c80f386a7a1743579b4268b2d92946360f0af183d793258d5cb210c1e981e72244c26949d6be99c512a55ff"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5b0eb3c5-cc60-4a78-a11e-a4fe2cda6095/1775dfb190b40c11b0f0dfa674856d84/dotnet-sdk-6.0.401-win-x86.zip",
            "hash": "5273425d1a240f5355765827cd425726c5f7e617a6d201cafd41953d5d7cfb6be701c7541561859d8b74b4dedba37ceb245e3f99a7c570963cfc18842d9b96b5"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.401",
          "version-display": "6.0.401",
          "runtime-version": "6.0.9",
          "vs-version": "17.3.4",
          "vs-mac-version": "17.3.5",
          "vs-support": "Visual Studio 2022 (v17.3)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/451f282f-dd26-4acd-9395-36cc3a9758e4/f5399d2ebced2ad9640db6283aa9d714/dotnet-sdk-6.0.401-linux-arm.tar.gz",
              "hash": "7d3c32f510a7298b8e4c32a95e7d3c9b0475d94510732a405163c7bff589ffda8964f2e9336d560bd1dc37461e6cb3da5809337a586da0288bdcc71496013ba0"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a567a07f-af9d-451a-834c-a746ac299e6b/1d9d74b54cf580f93cad71a6bf7b32be/dotnet-sdk-6.0.401-linux-arm64.tar.gz",
              "hash": "8c05f9e02e0a48fcc3e4534fa7225fe5b974c07f1a4788c46207e18e94031194e1c881e40452ee6c432764e92331c50ae47305d4aec5afa363fab3a8a6727cdf"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0c223dac-5ede-47c8-ba36-04c0b8a833f8/90e221394c3a8fdfc9bc46d59ff414ce/dotnet-sdk-6.0.401-linux-musl-arm.tar.gz",
              "hash": "059b7780896ee5af350a4c8342e0262d58046f78bd2310e585ab879df1c99e2a5b1bb3254d91e9c358a0ac82fc4df25b7f34bc08bb77e16cc695990445c36ad7"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3a2e1030-4731-496f-8f1a-f7f4af707175/e9cf1d02d391e1982770d2a881464ce9/dotnet-sdk-6.0.401-linux-musl-arm64.tar.gz",
              "hash": "cf4cc55e8d877913960d510d99f4c4034ba1d4eac98f50298c33c08854199a369b572b25954a939eb2ba4994d6fb1b41614781260af9abe7f27e2f76c4962d88"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fe83c1f6-a5f0-496d-bb9b-3116fc503505/f0d80d4f6bdc157bd57ad22380ca6217/dotnet-sdk-6.0.401-linux-musl-x64.tar.gz",
              "hash": "acdb7c08d4fb290d3aac2e212c51840f6d9ca787aca94dffe85317a515c541670456ffe37c2365541f18edcd7b39243d72e7d8e5ab4562a2896fd96bbf6cf6b8"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8159607a-e686-4ead-ac99-b4c97290a5fd/ec6070b1b2cc0651ebe57cf1bd411315/dotnet-sdk-6.0.401-linux-x64.tar.gz",
              "hash": "6fce5f29e6cfc80da1df86d2de3a637108023397d275e0dcfa0b79ef36eb85c2c3433db467aa5d8fda7e32bc21205a126636b53d56c4eb4c547d9d3b2370cb31"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1011a115-ca23-4bad-8632-f9a96e47d0f0/164a08cde051b61a1669d2242770ef25/dotnet-sdk-6.0.401-osx-arm64.pkg",
              "hash": "2f99d959b5a5f480bb159a05ad26861b22f03e4e7c6147cecc161223c0142be341520bd36dab6fa81cd4efaef254cad5ea819bc0465943b4801e6a608791ad89"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dfeaba35-b5b0-4299-b4fa-56735e3f224e/80cc6c2404d0319fb3eab5d0f407b169/dotnet-sdk-6.0.401-osx-arm64.tar.gz",
              "hash": "0e1974a99863afe0b2c03fe52874ad388c3e019e34c7e0a1dc29955dfa9783a946082270fbd767272817509b30d1928d0c9f12cda43777292587693e0b0fc604"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c98d3ccf-561c-4f9b-a1d7-5debb0880031/fd1ebfbd783788649ee139c229cd48fa/dotnet-sdk-6.0.401-osx-x64.pkg",
              "hash": "c4af91f83bbe731d8b3240443cf7167b72e63434ffb448de81e6c65dc706655ffa735dfe7a11effc8633d74614f6b21543d65e8c6c22c05c512f25257a91db66"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e79e447d-20fd-4ed9-992d-39165aaf964a/1f101c161bc4a931e16c697e3934e413/dotnet-sdk-6.0.401-osx-x64.tar.gz",
              "hash": "6cc47bd279ba3d5e2df9f41b14b25662c8a3d61d5dee0fe021ad54a8709aa8a34430deb644c3525d66124a6a1bdf6a273008ea5fcbddccee238f4c470bac3e05"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e38faaf6-0897-43bb-b41e-62ab6879219d/a1812a5a9c3d8a9aef7506a2c2997c4e/dotnet-sdk-6.0.401-win-arm64.exe",
              "hash": "22106ea345999269312a5c87b7076882c2f4d611a6866b5fb0e0cc39bba35d292ffba733024eadcbc62bfdcb68b481a073e88d5a65d026c3f7b61314d38be48b"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f720b1a3-988a-4a84-81ac-6cbfb9dbe018/70dc9d743319e22753c5814853b5d608/dotnet-sdk-6.0.401-win-arm64.zip",
              "hash": "be17ac736f9ef448e5c5c9ce42ace78b167fe9a489ae725f10f935860cf52c6708167230fb8eb2372816c6c02eb7fc74be4915033124cdcc5cd7a98639669cd8"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cebf08ce-ecf1-4439-8a0a-d81b3a4cad12/674ba293b83bdc9b1e00ddfa3ab82f10/dotnet-sdk-6.0.401-win-x64.exe",
              "hash": "aed1b2ddcfe8056d4a4c3bcbed3ff508010e3a1e4a40e82302c8ce30133f1dd55d93fadd19c8aa6114d7dc6c374764401845f1bd38bec26e9c4e6cd482e5e438"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/aa0b6cf3-c5dc-40ff-8b2f-f2970ca7b9e3/5b4a9999ea41ca5897e01a3e0e1accad/dotnet-sdk-6.0.401-win-x64.zip",
              "hash": "bab1b1c753536bfd24ad0066bb1c193c7c473442a7891499a1c265b882ae75bcc245c3dccde7f6c5b3d3db70f5de286fcc70c0837d7922104a233bc323907867"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/11e3a491-faf6-4fd2-8958-dad4583d8f92/87a93af277f13e506866a1dff37ad155/dotnet-sdk-6.0.401-win-x86.exe",
              "hash": "1661c82829c234b5af5c9742e9eb04ca0f0725a83c80f386a7a1743579b4268b2d92946360f0af183d793258d5cb210c1e981e72244c26949d6be99c512a55ff"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5b0eb3c5-cc60-4a78-a11e-a4fe2cda6095/1775dfb190b40c11b0f0dfa674856d84/dotnet-sdk-6.0.401-win-x86.zip",
              "hash": "5273425d1a240f5355765827cd425726c5f7e617a6d201cafd41953d5d7cfb6be701c7541561859d8b74b4dedba37ceb245e3f99a7c570963cfc18842d9b96b5"
            }
          ]
        },
        {
          "version": "6.0.304",
          "version-display": "6.0.304",
          "runtime-version": "6.0.9",
          "vs-version": "17.2.8",
          "vs-mac-version": "17.3.5",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/32139893-1030-4515-a6a6-e3392685e9af/5f4b8acdaabe97f6d6d105e38a5c1557/dotnet-sdk-6.0.304-linux-arm.tar.gz",
              "hash": "4cbcb1fe9d9c3be643d3d0247e5cb4eff95778429a4eeae38060d268b3d31ef4c51cd47357c03a4d4281c5eb20feaa07ac140d430ffe4270c0f37aba3af546b4"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6d879cce-4273-42d6-b39d-0cc4d3ab198e/3a63185d3aa4685be69aa395a0986f24/dotnet-sdk-6.0.304-linux-arm64.tar.gz",
              "hash": "69dbd86331002990d7f6c915b0fb832c5d8ba55bb4dacbd6a4065ca7d59e92902fb5052f6cd905a453e42355a655d526b5c12be8fb5d12255af2d345d5b12846"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/750582de-c35c-4324-a02d-1e942495e453/ea5a1be0acd667f31a41f62397619ba2/dotnet-sdk-6.0.304-linux-musl-arm.tar.gz",
              "hash": "2f65c701f7cae2b056ee43ceeb2db7203c1e4afd25d4ed3902c284d333cef00f0d5e6540ed496507cb90fb0fab16b72c4dcb45fd6b253357e0b1d293b0e661fd"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b9a32e90-98e3-48d3-b761-b5d7968af800/77228df49c80564488509fe4b3d6acad/dotnet-sdk-6.0.304-linux-musl-arm64.tar.gz",
              "hash": "03ae13643f3b3b86b001a49a150a0214f37602c4dbb5574fb12e79868663d263f078f5af3d87ebb62e76e119bca860133cf47ee3387756511839844a2bfe692b"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/61e51c91-767d-4c1c-84d3-874add2bfd29/2185643b54dd4c62159a5ca645aee465/dotnet-sdk-6.0.304-linux-musl-x64.tar.gz",
              "hash": "e7bb801863e4abe9d246d8272892c35cb31c518dc145472d456daa36eeeaa6bc95b62a612dfa6fa6e6ebf813dbe77c71793191b46a0ecf9621b9867a465a265c"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/372b11de-1321-44f3-aad7-040842babe62/c5925f9f856c3a299e97c80283317275/dotnet-sdk-6.0.304-linux-x64.tar.gz",
              "hash": "56cc230bcee184b7d661433183b4fd31a05e5a1922c7b2e612581e6e59552cfba5ff10a02192f97c96758888af096288ca972674763a3c5409941593a194d5c8"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/be40e888-9847-4941-b8ea-4bf1f70569f2/6aea7926ac08f62db3b0931d3000d849/dotnet-sdk-6.0.304-osx-arm64.pkg",
              "hash": "b26ca98f397c72ca6e1f6292fd9ab89964d347de8377bac936ce0d9b75da748f51c2dc76e8f7d71918cfa77ed7f5847815a6f0e33afdfcd1f7246fd39d2c53ed"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7e5a4c1f-6b52-4f18-83d2-f0364d9c8bac/9833fec0570aa7e3d6a1470a9c5e4455/dotnet-sdk-6.0.304-osx-arm64.tar.gz",
              "hash": "84db8eaf1ea3ae9b8b74609989a2d67367533ebe1ef2d39db5c3320c488b3cec9106a4f89b826c33d7bae2e44124e1f6b8093b8156c5f08fe80c1d6d8f961f10"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/65d73de2-7eb6-45c2-8f51-5a20a0dadb3d/e3db478e7d1d5221e43c02e70198a8eb/dotnet-sdk-6.0.304-osx-x64.pkg",
              "hash": "58514a7b283f452803a551315339202dfbca032c2b33427b590b4dcc3611cfaabe1ece2a3e3b6a7d4531fb3e7214e25a714212324d732074acc9b6c68a7d0450"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/127aac26-63ff-4c0a-b8a0-403e71d9716a/e9a87326b1ad30e7131d9be4cf7d9e57/dotnet-sdk-6.0.304-osx-x64.tar.gz",
              "hash": "6ab14abb005b9d9704291f342d8d9bdf2095c780bb443216b220d3e78be3ba8b03b7104b6b3dbb69e24fb45cac8b719ec9bd92a93bb5635de77dba54cabc3e22"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6d82a15e-b7f7-4766-8aeb-b9d3e18af184/c10f6e49ebf4995e6a6f3e4e1fc8c14f/dotnet-sdk-6.0.304-win-arm64.exe",
              "hash": "baed7769e6f63508cfcd1d0154045e17ddd371475d5456621e7577708a2b0fa3d9ef63b1e2e46cbe5153659848dff10635a60a58979680b1b139efb143fb5b4c"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f5aa894e-1c2a-4c19-9ba6-0c9ba4a14afd/328c789e2fa177535df382a944fcdc38/dotnet-sdk-6.0.304-win-arm64.zip",
              "hash": "01a8e2a72badebc96b6efa4f3e5df04feb01870a1a709f01d52b192983eec430436470f15cbeb0cad1ade42262ef757838608b4ab0bd0b692897d9925cf30cc1"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e134a0aa-1a41-49ba-8a4e-0a206d8e7a4a/ab565c2bbab5206299434d3be3dfbb72/dotnet-sdk-6.0.304-win-x64.exe",
              "hash": "fcb5284621030199c876ae408f8ad5dadb6c539d83ba89c574d0d5bca76ef67edfaf814cfa5afa14f465bf5d9db36e69e9f67b70b66440ef1ec81d36b7e7ca04"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3eb75b2c-c9e4-4ad5-8178-75956bb976d0/1be42b3e86ee3a65e7220d6137c6b7ba/dotnet-sdk-6.0.304-win-x64.zip",
              "hash": "702246b6767f9aec2ea788cc4b3446a1a09afd4559c4419cca0047830c4a07dfb50c744746effa516eed171b3cd47202bdae83044725b687c9442e19c048372b"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7eadea55-7dca-4f4e-86c8-7659ef976958/4443c35ed61f43e855d299f170d98da7/dotnet-sdk-6.0.304-win-x86.exe",
              "hash": "429ea31961a8af3e5ae79c21edeccceb433582e93c66f121ec589eb70aa15a57919586af3cc342f3497a4fc1c48d68d58f3ddda4d3d4bb2a65ae293dc686fb9e"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/91bddf78-ee40-43ab-9286-23fe0ece4d9c/6de58955c59a5516dc092a71014b7716/dotnet-sdk-6.0.304-win-x86.zip",
              "hash": "df0d99f71b30431d90d79d65e0a05256fc5b363a8279e06fa90db473ddb0c750dedf22336efe6d37a348cf04ab38514634ac6bcabe3b919932a0432a878bc23b"
            }
          ]
        },
        {
          "version": "6.0.109",
          "version-display": "6.0.109",
          "runtime-version": "6.0.9",
          "vs-version": "17.0.14",
          "vs-mac-version": "17.3.5",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/743cf42d-f201-4dd6-ada8-37bd46cef977/d3508390013604f9023dab6698492aea/dotnet-sdk-6.0.109-linux-arm.tar.gz",
              "hash": "b757ffdef4b87a9394ce0a367f5563b2900e9720eba6b071ce22e454eaddcb7983bde182d90ef552b5b903c2b5505af5ab642190c982dfc18649ea8ee8657886"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5da20803-1c48-4e54-a87c-88cda79efd77/4e6cd608eca3e34540d89e1ec3df5e6b/dotnet-sdk-6.0.109-linux-arm64.tar.gz",
              "hash": "eb4a42a45cbf8a92d2f78d4299ec34ab11d6d8dbc28dcab9dbe95648e40895a0dc56675a99b4df9e1f5a42ab0f3368322ae17381810d9bac5cb8623066120b80"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f5ad6ca1-2fc6-4417-b5f8-8cdb305f4841/dd76ec5301d7bb2e99fc7ce6b792bdfc/dotnet-sdk-6.0.109-linux-musl-arm.tar.gz",
              "hash": "4b567f08847298b0f390c5ff3ad874fb8ec193923f4d3145a3f076b345b4c746f4b5158cca25ca9934f6634b05f1b645ff05114348555162600e0a81cf33564e"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7393d7dd-c87d-4eb2-9112-c5aff80513e4/a04a189107e19a3ae3842b3ad78190b9/dotnet-sdk-6.0.109-linux-musl-arm64.tar.gz",
              "hash": "bfcb8c3e9fb70f0dd10d87c33c338b56399d453ea508455d84cb9010cc41774d1766426360953b4b209adc4a27750b598dabc3fa3c65ebe357db2fd6d9d486cf"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5b560672-a1b2-40d1-85ae-e2c8781c667d/465a55c91c3f1c01a7285a63f68bec50/dotnet-sdk-6.0.109-linux-musl-x64.tar.gz",
              "hash": "7620f7eb93f77e03ab24a00521085d4469978e9324af1be6fb8fa05bd8fcbbc6ee869ddee995c717f4bb00a2f582756a17450301def4f4c392186cfd803af13a"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5d0a2a83-38d2-47b8-af9c-b4388e7d0c3a/c7e7502cfa3a7344b6c0c36014a43189/dotnet-sdk-6.0.109-linux-x64.tar.gz",
              "hash": "3bc9f437a512a72a4ee8e5502f425bb7bf9f3d91db726fcf8052217eec7aea8bd68bfbf17db7a1a4bf3a7559cac85f0fc5e5893f27f8da83719930f65f563022"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e75f64fa-89a4-48d9-87e6-b2408f186141/8c22840d02f2e772ab0af184a65b0415/dotnet-sdk-6.0.109-osx-arm64.pkg",
              "hash": "478d4c1614d054dfc4e5be8cba8782f015f1903ca226ba059c5024e00ee50a930190946b2b16d90d64616c95b91defd9f17459b107ed4d5f2c6d8f31d9bad730"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/83a7fc1b-50a0-4a0c-bcca-69d20cf9843a/46ca782bf67a77a79183f9ac8a3102ed/dotnet-sdk-6.0.109-osx-arm64.tar.gz",
              "hash": "94dd6696b25f5362e5a24175396d29cc39089acaccf41801e96a137b8276227802eb7eb17e92f20050b5b6a8c264cd3673c55b6bb74c5c6d11a6b181d058615a"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bb4d21ba-8880-48c0-9ddf-1cbfa7a9df76/1efdac62a1cdb809095fb3c54b8f4bb8/dotnet-sdk-6.0.109-osx-x64.pkg",
              "hash": "9a13ce6a2fb2190820be85be3f820cdd537c96af11db4a51a84e80b969f14bccba87939f80e272c46fbf0e3d103b370fcf62f584b497518de3928abb2dd5546d"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d3550393-751e-4217-b2e4-42ac1cf57b9c/4267599c82ca75b325ea902df7a397ed/dotnet-sdk-6.0.109-osx-x64.tar.gz",
              "hash": "36a9b82fc04cc83cf2efad689d5063056c12d8823e50b24ef7ae452860909e81c8c7f82df2d8279d4bc0b960d401621e39a89191937b0a47b02cb3722e39e920"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/220d0ce1-3fab-4ba7-a09b-ee295325e03b/7c545a364255d205366ca4e437b4d968/dotnet-sdk-6.0.109-win-arm64.exe",
              "hash": "8c73c4f7990965f70e11fa81436c434e3676dcd982ee57daeb334b0840af76ba4edcd019f8eecbaf28f3fbd3f3416173b0a7f6820ec86438ec4fbcef3ce48098"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/351ccd43-d954-44c2-866b-9a955082183c/825bc92921474e70debc4bbf05920fe6/dotnet-sdk-6.0.109-win-arm64.zip",
              "hash": "f5ea5d74abb1df516b74e46fb4255cb5244066eca9b845dfc1acc14518448e7b2f8ef2b28ed0a000abdf8ea29191128c456b8237e6d5d81685292edd8f95f23a"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a79d3d9a-bd82-4084-980d-ec6d943001a4/2fe76f94864f43f1ea17c03817ad4f1b/dotnet-sdk-6.0.109-win-x64.exe",
              "hash": "0034730f01718788a993823bda1d536c97224494c0211ed8d952f83e8fc6fee1b78425a97df45c7cd0848d9e5313dd6699bffee766f53673c7fb95aa31a4a2fb"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eb90a9db-74b8-45a0-9749-e6790bf3e554/e5b8ef18a305ecb67677691d8d069ac5/dotnet-sdk-6.0.109-win-x64.zip",
              "hash": "c581624af3590ae63d28f8041aba1c79f2c58c3cdd600cfe155de9da85a17748a1a8c40657a2a4f580664f8f2d28df20a14d15d4e4ed30c05bc0b2296aa69e53"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/61029ce1-569b-4113-9dcb-1a91a0f4be12/4e013164616b60e5cef7e8cb2bdd4753/dotnet-sdk-6.0.109-win-x86.exe",
              "hash": "f14892c024ad12ec808d0ea9306f647cfbabc30537053a4700d14ab2f52714c1ddcb8806613629cefb31fff40ba5e318d245b58de5bbfefca19bb07cbc7c0ab6"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c63a8886-b554-442d-bcb3-27c42a32301f/e94ed69c681daa7d28639a32a7900bc4/dotnet-sdk-6.0.109-win-x86.zip",
              "hash": "20d6bc74e5077b1a9ceaaf8da40defe5bcc3ead8fc155714445f2a451396a89d5d14a0567b19386ae96acb9bbcc69980c1130f4f707111f8fbb2160679e9cec8"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.9",
        "version-display": "6.0.9",
        "version-aspnetcoremodule": [
          "16.0.22232.9"
        ],
        "vs-version": "17.0.14",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eb46a420-96cb-4600-95b4-40496349fdf8/f33af6a90cc721adca490d69fa9d0e98/aspnetcore-runtime-6.0.9-linux-arm.tar.gz",
            "hash": "c301b948d5121b4363c8ee9df2915c6c4d588fc0969cae2761f20fb8770bf93e2807b307acca3e313e41adee3f426c47af800b0394700564a480740bd12aa746"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bff2e771-8180-47eb-b12a-757a67001e21/63a7f79af649efe65c20f2ca56834048/aspnetcore-runtime-6.0.9-linux-arm64.tar.gz",
            "hash": "ed3315276f918f52188430b0d84d843e938c770e0be06afaec6de0b398a1268bae0195c71a29971923b5b7331b6bb64a623a27f48e21a4c8538fde2a543b2dd2"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ea32be66-a86c-4098-b5b7-01fadbaec091/943164ee304b926112be3d3dffd76571/aspnetcore-runtime-6.0.9-linux-musl-arm.tar.gz",
            "hash": "03703940ddcbdb45350d09cea211380660f831be68c1d50492f98d97e77ff0aad706ca59cd15c260164d5134f92b724d45846f79edc0dea049da18b8e43c1052"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ff500927-41d9-4b15-a783-c7af9f6aaae4/d4d751786a460310af1f3cb9e35dc808/aspnetcore-runtime-6.0.9-linux-musl-arm64.tar.gz",
            "hash": "55945e23e2f4140af61f785a47ee15ec94880d52683e1881fb184b2341a1ecf8e04650e1fd896dd44d9493fe0fd3a9365f10dadb897560f42f1bc4cf5b7b9924"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e70c3a5e-bf8e-4995-a84e-1ebb68844980/586fce2fa823fe1d7b44948bc35255e9/aspnetcore-runtime-6.0.9-linux-musl-x64.tar.gz",
            "hash": "eb8013608488e7a15dfa847229b7a3d0771312bcf63ddd099846c0ceaf7b506b8a2acb41de40affc8e72adb0526d5c6daf0a059e19e73436f4b3bdc258e153a4"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1a2bca2e-f525-4ecf-9c46-06889b4ce3a4/1a7ad60df284ca6b00ca5d31cc1b1c7c/aspnetcore-runtime-6.0.9-linux-x64.tar.gz",
            "hash": "e808036155bc324335c309aaf948b2be1940a62eaf0135752989644698653c8f3a5ce310c3ee6742e3af73dbe175c6e529298eedf6eeb31cc38bfeab628f6d7b"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e13f930a-a71a-4cea-8f3a-2280505fa0aa/cdd56e3fbfadbed989b2acbf7d3aae3f/aspnetcore-runtime-6.0.9-osx-arm64.tar.gz",
            "hash": "d47e828c160b7e162f26d0074a47a1646863fc63fde393758d020546d03843e3f98adb92e3c0041a9088ad31043314317a2e8be616f8079d8c98754f94eb55cc"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5d9f409c-0fd2-477f-8a80-44eb18f9ccdb/3dc6bc3edf033ab3d84b36889f1253cf/aspnetcore-runtime-6.0.9-osx-x64.tar.gz",
            "hash": "d67dd72cfd0fb9d96077bc6c3518fabbde107d97b4645c13dc82ec99abdfb4030e10638e4fb0c52aa5246d90628348fd877625469f14fb45e4467934229749d7"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/855b9ae6-eefa-4381-8ff0-e73e7ddfc3e4/2145588d2d2df2d7a931c04aab8e25f1/aspnetcore-runtime-6.0.9-win-arm64.zip",
            "hash": "6267cec00397d83347760c23051220117dfd7431003c9065f5d3f7d34d1e7129a7c2065ced76ad0f3f9a8eaccc5ff8e4ba94a5e9a32b208387f2451ab82ab9bf"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/98dbe241-8b77-4be0-b130-a5fb6af8d724/27b655adce6250da42be9440abe847a2/aspnetcore-runtime-6.0.9-win-x64.exe",
            "hash": "e3fae121878e5d98f49aeaa0a20b03ece760fcf75429256b7af13b78608eeaa2d2485578ed952a410cc590008023e62584233bad0e34e9fa632d445bce7fa1f5"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ad9ebb4e-d9ec-496c-8a22-d2b677acd40d/0afceec04495e5af1b6de74979a825a6/aspnetcore-runtime-6.0.9-win-x64.zip",
            "hash": "87a187781cb0b5cc364ed52d240feb703855698cfc6c24e49d331ddaa759cfcb135813292fb9d18dc92d182531d8eccf3a50c0494415ca5776afe8cc5230b650"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8f583028-b802-4661-b8dd-47139b0561ce/3c0cd3bdc6051759ccae40f78982c86e/aspnetcore-runtime-6.0.9-win-x86.exe",
            "hash": "493d9a5388a0e6bef4fed091465b58a5cc6d9c148478e5a9822d76eca61395cffa93ebadaec78c9f7e1da5ccecc00881baf10b757ca9c4eb9d475fb8ede7fc53"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2e9872fe-cfe5-426b-8f27-4a6ac1fdea78/d87f57a04836110cb5473ddcacf70760/aspnetcore-runtime-6.0.9-win-x86.zip",
            "hash": "de25ba89b7319c270085aea53bfacbf8d13bcfaf499528649af1f3a9ed37f0c543ca468e3527398a3289ecd41c36b87ca00d646dd3ca128ade2f0ff1359775a7"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eaa3eab9-cc21-44b5-a4e4-af31ee73b9fa/d8ad75d525dec0a30b52adc990796b11/dotnet-hosting-6.0.9-win.exe",
            "hash": "fb8d8099fbe193e37629c01dc1727f6ed8efb27e47321738cba9db03e733497eb0c8d69bd99b6723a56178f8d049eaf60064ac8bf089986e859f34707a17c0fa",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.9",
        "version-display": "6.0.9",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e207429e-4cdc-43ed-868e-aeecbd1ae9d0/d32e40bb2385e7407ea235dc5541ef29/windowsdesktop-runtime-6.0.9-win-arm64.exe",
            "hash": "a741c4af559526d69e00be8d0d954d365d67f30739af9d142fef28b0197ebaad9f169108b71c4cfa9ba94cc86fe2f0900f8a3165aa1cd0349c74defdf9f6157d"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/70decad2-802f-4ebf-ad59-14ddfe2e2421/45140ac9e30456e70359100d203880a8/windowsdesktop-runtime-6.0.9-win-arm64.zip",
            "hash": "d982d1500578ed7c3fcc7d7e284779a229458b3c53609ce65f5ef0ac8a86513c9ce07c0232170cf5ec343ee3818e82d951f1b1ed29d67c8bc5d2d6ee3cdd0a47"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fe8415d4-8a35-4af9-80a5-51306a96282d/05f9b2a1b4884238e69468e49b3a5453/windowsdesktop-runtime-6.0.9-win-x64.exe",
            "hash": "28cc3d88e6fa54938177937118260e9129967246e30d2140fdb7a4a8e9e393efec689d6282edb6982853fd3ba27701239a8d1ee81a2dd28c93b186f1a3cb1b55"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0b9c0dfe-c277-4323-ad4a-7861a08d577e/d1a03a2d67aac7307ff8c39eefe51e56/windowsdesktop-runtime-6.0.9-win-x64.zip",
            "hash": "e66575bcb2cd5227f6d53dd96e4b57052f47cfba56c73ee6a475b846c420e03f36592156c5a8c2a4bf76fafde6a81ba3b7a02557f76caed09eebf496b892dd27"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/925f9407-2767-4341-857a-43cdfad71e17/0b84db913bdbb1dcf02db937a3cd3f63/windowsdesktop-runtime-6.0.9-win-x86.exe",
            "hash": "6b45a936a15710e22a03c64ad4f37ee4a934d957d31e78f73533099109bbeecdb8eab7ec0749c2ecbcf90b72c9d6c7462252885f7c502f68e636167cacba3de0"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/599280a1-dc7c-4a98-999a-203031625ffd/76be0215d6c3215ea516a7c9373c6797/windowsdesktop-runtime-6.0.9-win-x86.zip",
            "hash": "5c2e86f566511d5c712b6afd01cb4b14c068bb29cb5c7c381e7c0e9e0d51d03b792e3c338b59897176af0497d2930c9b74ca236da445dcda09163e7f1726033f"
          }
        ]
      }
    },
    {
      "release-date": "2022-08-09",
      "release-version": "6.0.8",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-34716",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-34716"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.8/6.0.8.md",
      "runtime": {
        "version": "6.0.8",
        "version-display": "6.0.8",
        "vs-version": "17.0.13, 17.2.7",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3bdc231e-36c3-4bc9-85d0-c1889b17b1af/ec691544aec785d52417173ba7c17359/dotnet-runtime-6.0.8-linux-arm.tar.gz",
            "hash": "15720bb8dbd3002bd5058f86f05122be56805d7e22cc189acd34a97602ceca13aa832ccdcb171741b9507294bff84e9a190a69c1ed5e4f50bdf562fd93f006fe"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/866ce4df-8aaa-417d-ad81-26131a2b8734/7ba8391188bc194156ee7d82f494ee00/dotnet-runtime-6.0.8-linux-arm64.tar.gz",
            "hash": "7cd60eda5219a6b882e53e85e2b6543dedc91605503ce8085f447835382fd1b6abd7c8810e0fd865ecaa33167cedf2a33884dd4eb2bdd2857fe69d509cd62a9c"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/40e056f3-abc7-4dcc-9874-832414a693e8/ec85ac59284584ef26db73392d115345/dotnet-runtime-6.0.8-linux-musl-arm.tar.gz",
            "hash": "c50eb9781eb48f958ae286ff06f7c9a85959c8793d91d389b6f1d162bd8eb50d0014a0f8a34a623d7b6fda686717558eec9b59fe4fb752c27baf43524dca83aa"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc35e31b-c65c-45f4-abd1-2d982bcd438f/f97483afcfa752c83c81645e3e082410/dotnet-runtime-6.0.8-linux-musl-arm64.tar.gz",
            "hash": "fca50a3dd625d5f430edcac9186f0ce3b0690e504c95cee83221b4b3c332885392e854cabde1557940a71e3decc260cd4a79a4e45ac41c792297a4c35f2ecb52"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2ad9838d-9f2e-40d3-bbff-a3c13390e719/79efd5ce752fb2348e46e0598311f399/dotnet-runtime-6.0.8-linux-musl-x64.tar.gz",
            "hash": "3e627b704f291311c7c54251745a0dac294259fa7984cb0e6c99103ce012aa724add3be883679895aa3e9692b6166639871ba62830165a120759a98bc03eeff8"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5596ef6f-a174-4fba-aef1-99173e3f3c67/77edd755d605688885ca7114bc4f9ae9/dotnet-runtime-6.0.8-linux-x64.tar.gz",
            "hash": "c776813bf87c25766b31a3a514d124d0526086ceea514a10f104d70ba435c91a6bd3c8bf10c6662b4df2b13ffcdf385518f3418e51d05cccec6a2cf2c26099de"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9beccd15-f764-41af-babc-e88839269b89/fe9ee487d0d52feb9a9213da780f19d8/dotnet-runtime-6.0.8-osx-arm64.pkg",
            "hash": "096481fd7e5588952efa84a2243e540146d70773032dc4fd77679839613a4c84df433c332d6de9cc09ab5fbd19037edc66fad357da56daa43cdea102caa7019a"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0b8a7b71-8f77-439b-a4d8-b4fd863466d3/7a852ca4536bdef2e63d9f5e98731777/dotnet-runtime-6.0.8-osx-arm64.tar.gz",
            "hash": "99264f4e34e2b6e1a82f3716cce5753967f3386348593e7f51085d96dbec4acf1400a451e9320afbfb45a9b777df1f8bbed8e78d7c4810336f3d226bdfd4343f"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5cda9364-6621-40a0-9519-c460a37571c6/a73481f3abf7bd0325420d2ce740bfed/dotnet-runtime-6.0.8-osx-x64.pkg",
            "hash": "17621b72b75e0a68c5e4ed3046d2a3e1ceafb927fc39d1532d87d17443eddfd177ed1274b4d75a4dadc4df27faddb76ef0cd8b51c0657de41dc41b0d0fa74d95"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1c11dcab-2b1b-4f89-88a8-32665c56a131/c1654a9f3d01805033b7fd8d505050e8/dotnet-runtime-6.0.8-osx-x64.tar.gz",
            "hash": "8100003430b073e9f1f16910eef8af5a5ea806754a1818971ba15f4ba44e12455330334bd1488088880f7ed3ff67c2a4c4a3d8037f4202c95e6bc029806c8b15"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cbef9889-7cf4-461b-aa60-5c5f309a551c/131274bd29f18e75642bb8b0e5425893/dotnet-runtime-6.0.8-win-arm64.exe",
            "hash": "3190abc32f625234b6f7bd05ca6e5f9c8e1919b6409c668712b4542dd247b04b33a4169e4e65d6ae2313ed10959416da98521cb42a87f8e5d8cc6b9cc2470288"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/94c448eb-9709-4137-9fa9-6cc546916352/b9291cb0654181fdb865a09dc0e9c5f4/dotnet-runtime-6.0.8-win-arm64.zip",
            "hash": "50ae5abf60cca9c62fcdd7d45d64982bd3ab5c3c5fba5cb905bdf075f63981a8d52635edf36e2090ac16980af6c02543de3411c449fbe32f9282242646673ce6"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5af3de9d-1e5f-48ff-bfb7-f93c0957ffae/e8dd664b0439f4725f8c968e7aae7dd1/dotnet-runtime-6.0.8-win-x64.exe",
            "hash": "c839f650460a7d89e6d7ba5e074885d25abaab882c94dc8dc8ce88347b23afcf5b109db6c800922d0b36c20fffa0ecd40a506447789e15473da22fab0d86a176"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e810aa7e-9251-4e0b-a9fa-0122c4256c05/67d268682bee8a6fb1d47e4fca9c9e6a/dotnet-runtime-6.0.8-win-x64.zip",
            "hash": "365503c27d555c687ff7fbd36434fd4c71f2bcbeaf16f7761cd6ee2355c04b9bf54129595ccf13087cde8c2e177439d7f4cf0e135b470a7ce1b4188a6cd80e6e"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/db70cd1d-4f33-4dc4-8293-57bb362175c7/5c27048a0fc814e58bc196666a9b0c61/dotnet-runtime-6.0.8-win-x86.exe",
            "hash": "439a0f6d92af686d30641c8efdaf3adbf4bdeb0720441d90931fb12e0589b82b052d94adcbeaf8713865832e2ca670ff37b36eaf6099799a8a781631f47a0fe7"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a152bb73-b340-450b-9e56-ddff92d39fa1/cb94c72c10dbd2dec7187f3ac209778c/dotnet-runtime-6.0.8-win-x86.zip",
            "hash": "8f1a330e2b8d97b3c9481ae77671f283a5e27f1a799ad8759c73c0e4d08e38d307f66c67017a143f8ce8fc9fccaa92644e653c33fc3ad820be3452c343c85778"
          }
        ]
      },
      "sdk": {
        "version": "6.0.400",
        "version-display": "6.0.400",
        "runtime-version": "6.0.8",
        "vs-version": "17.3.0",
        "vs-mac-version": "17.3.0",
        "vs-support": "Visual Studio 2022 (v17.2)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5a24144e-0d7d-4cc9-b9d8-b4d32d6bb084/e882181e475e3c66f48a22fbfc7b19c0/dotnet-sdk-6.0.400-linux-arm.tar.gz",
            "hash": "a72aa70bfb15e21a20ddd90c2c3e37acb53e6f1e50f5b6948aac616b28f80ac81e1157e8db5688e21dc9a7496011ef0fcf06cdca74ddc7271f9a1c6268f4b1b2"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/901f7928-5479-4d32-a9e5-ba66162ca0e4/d00b935ec4dc79a27f5bde00712ed3d7/dotnet-sdk-6.0.400-linux-arm64.tar.gz",
            "hash": "a21010f9e0e091bf0a4df9dfc4ec9893c056c2b07b10be093ea392a4fa5c8a38bad9535f66e570b45dc25165b685199fb729434b845bcfb35f8b79cceb22c632"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0c66ddb7-c3c3-4814-9092-fcc2816cc7f6/2a7988ffe2cca87fc011778bf1d1c684/dotnet-sdk-6.0.400-linux-musl-arm.tar.gz",
            "hash": "43688531b305109c2862288a60e923a43e694b88e7af9779f1ec1144587b8aca475ddc7f29a5364d8a8719c7816f98c3e56c436f37fdbd5a968d2fffb30c6dfb"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/65dc0d81-0788-4776-9fc3-a604715b8969/2aed1da14a48e61cc4592501a402cde9/dotnet-sdk-6.0.400-linux-musl-arm64.tar.gz",
            "hash": "bc19c8217b48000a76b34ec0ece60fd9aacd32ad0de005144abe83702816ba98c32421cfbc7bd78f0cf1d1dbf2779e54fae07939422e1ba7b3d0a82553bf9ab6"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88e98bfe-bf0b-4dd2-b579-b011c9725477/03bff7e597dc05f2da2f9dc0d3a25c18/dotnet-sdk-6.0.400-linux-musl-x64.tar.gz",
            "hash": "e5f27cc44cfdfa3237cac49127288b357d7351c36dee7202dc1d15239e25d6da770679d2d7f1e01a6d1b89d18e7bd44b196f6a54e87ac564b313c49dc4828055"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cd0d0a4d-2a6a-4d0d-b42e-dfd3b880e222/008a93f83aba6d1acf75ded3d2cfba24/dotnet-sdk-6.0.400-linux-x64.tar.gz",
            "hash": "8decbba0a6b09501daede52cbb5a9ae9e5f31ade201918c03efcd1b4cc345ec934f88321704ec3beb1f90f2204934be7259c76f66d9204cbdd15933582602763"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a92daceb-cf41-4c37-8e70-8a158889a9b2/c027605fb8d8b51ee0892e10ed874ab8/dotnet-sdk-6.0.400-osx-arm64.pkg",
            "hash": "53faacfdf57fa722f278992f61122fcf8383b2811a22948ac70331cb870344f4193cb67950786b99eee389f64f63851747c19d16ec4a34e0db97a6e545559655"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0e45597f-a72d-42fa-95c5-85a811a7a8b6/1d77d2eeb8c08815edd1a6e9e9dfda4a/dotnet-sdk-6.0.400-osx-arm64.tar.gz",
            "hash": "c3b016bc558f42fba29a8aebcc04be7b3aa3b0290755b6ee2fea1f48f921da78b86cb31913c4b7e32c0421b45a617b551ba593f98f349fae43ea1faa38348412"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2382b0d3-f865-4818-b3aa-47a94ccedba8/cd1eb0d061a1e1d8d0373603c4e82a97/dotnet-sdk-6.0.400-osx-x64.pkg",
            "hash": "1f30e5e83b74fcd86230a2999f656634eba02892fb0d5ac12fc6e8a9aeac76e27fe22368d069bb1f17d4cacb0b5c5234ad0cbbd21d7a0670fa7dc9ff320aa155"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f52fb2f4-a0a3-4094-9f75-add72fcbc21e/d46eda7abf39baf278c0b0b040c7b81d/dotnet-sdk-6.0.400-osx-x64.tar.gz",
            "hash": "35b80347e31baefdbd42e7434ffa0df1069367a4f8deec8b4051a44658b3ed531832f0e92357887a2f5a27c6433304537c846cdd4793aac874bace82a899053e"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9008bb12-55cc-4103-8a4c-4352b4d83a6e/9245d6ec198c190169cf09a97a61f762/dotnet-sdk-6.0.400-win-arm64.exe",
            "hash": "0e0fcb82aac11452b0d3f86f9b3799f81ff4a5c5a49563ade0ce01183265c81e9bf368ea1a4359aa94fb45022e52943d0beea14a3ba9365c8d47a6d5771d3887"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9d41452a-c2e3-4167-99f6-6fed68f9ae2d/82dfd382a47ff65636375851dadaa924/dotnet-sdk-6.0.400-win-arm64.zip",
            "hash": "1c26a05aca21d0289cf1f306c6281d8950296aace8f6a6e0ea93502f927705c2c272b77a3ab901b26ea18da1c8f6e30e18216c33e9d77200e50c8291e05ace4c"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9a1d2e89-d785-4493-aaf3-73864627a1ea/245bdfaa9c46b87acfb2afbd10ecb0d0/dotnet-sdk-6.0.400-win-x64.exe",
            "hash": "2ef178ceb63590e548fb644d265c4e1f8fdc319fa7d9f31442a958ac901198e4d1edc1b6ea213527bd9f5fba7925d7a12ce9a37d0fc791862518df70fa597f61"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8686fa48-b378-424e-908b-afbd66d6e120/2d75d5c3574fb5d917c5a3cd3f624287/dotnet-sdk-6.0.400-win-x64.zip",
            "hash": "382d0ea5d78e18691a4e5789db174df1ee0d64062a7198793776db1b0857e303bd23d12008dd87d952fe8d5a4d3fd2eb58735a46db7c26b5b9e3fb51f3435c66"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a0e80246-00b9-4677-a524-c343c1f2943c/5bd095f31e0dd114627276514a182ca7/dotnet-sdk-6.0.400-win-x86.exe",
            "hash": "a9a163b6613fd8287deede5901e8a66b2def51b0967c6acb9e3c0d1db81e5d23b797542d728c86976024c6b448ba900ada5e999bae17eaec3d02ca7531a7d030"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a3b437be-6235-4b48-bf23-3418dffcfa16/3ec113de1bcbff8acb95712ffd32874b/dotnet-sdk-6.0.400-win-x86.zip",
            "hash": "3388f18cdc52b84d1502fd5727dcb3f10477556e5b4cd4c1731b087ba3aaa4669876c119e58ec3b0b78054d295a92210948dd75a9d19ed96249e54b8b1c7fcac"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.400",
          "version-display": "6.0.400",
          "runtime-version": "6.0.8",
          "vs-version": "17.3.0",
          "vs-mac-version": "17.3.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5a24144e-0d7d-4cc9-b9d8-b4d32d6bb084/e882181e475e3c66f48a22fbfc7b19c0/dotnet-sdk-6.0.400-linux-arm.tar.gz",
              "hash": "a72aa70bfb15e21a20ddd90c2c3e37acb53e6f1e50f5b6948aac616b28f80ac81e1157e8db5688e21dc9a7496011ef0fcf06cdca74ddc7271f9a1c6268f4b1b2"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/901f7928-5479-4d32-a9e5-ba66162ca0e4/d00b935ec4dc79a27f5bde00712ed3d7/dotnet-sdk-6.0.400-linux-arm64.tar.gz",
              "hash": "a21010f9e0e091bf0a4df9dfc4ec9893c056c2b07b10be093ea392a4fa5c8a38bad9535f66e570b45dc25165b685199fb729434b845bcfb35f8b79cceb22c632"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0c66ddb7-c3c3-4814-9092-fcc2816cc7f6/2a7988ffe2cca87fc011778bf1d1c684/dotnet-sdk-6.0.400-linux-musl-arm.tar.gz",
              "hash": "43688531b305109c2862288a60e923a43e694b88e7af9779f1ec1144587b8aca475ddc7f29a5364d8a8719c7816f98c3e56c436f37fdbd5a968d2fffb30c6dfb"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/65dc0d81-0788-4776-9fc3-a604715b8969/2aed1da14a48e61cc4592501a402cde9/dotnet-sdk-6.0.400-linux-musl-arm64.tar.gz",
              "hash": "bc19c8217b48000a76b34ec0ece60fd9aacd32ad0de005144abe83702816ba98c32421cfbc7bd78f0cf1d1dbf2779e54fae07939422e1ba7b3d0a82553bf9ab6"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/88e98bfe-bf0b-4dd2-b579-b011c9725477/03bff7e597dc05f2da2f9dc0d3a25c18/dotnet-sdk-6.0.400-linux-musl-x64.tar.gz",
              "hash": "e5f27cc44cfdfa3237cac49127288b357d7351c36dee7202dc1d15239e25d6da770679d2d7f1e01a6d1b89d18e7bd44b196f6a54e87ac564b313c49dc4828055"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cd0d0a4d-2a6a-4d0d-b42e-dfd3b880e222/008a93f83aba6d1acf75ded3d2cfba24/dotnet-sdk-6.0.400-linux-x64.tar.gz",
              "hash": "8decbba0a6b09501daede52cbb5a9ae9e5f31ade201918c03efcd1b4cc345ec934f88321704ec3beb1f90f2204934be7259c76f66d9204cbdd15933582602763"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a92daceb-cf41-4c37-8e70-8a158889a9b2/c027605fb8d8b51ee0892e10ed874ab8/dotnet-sdk-6.0.400-osx-arm64.pkg",
              "hash": "53faacfdf57fa722f278992f61122fcf8383b2811a22948ac70331cb870344f4193cb67950786b99eee389f64f63851747c19d16ec4a34e0db97a6e545559655"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0e45597f-a72d-42fa-95c5-85a811a7a8b6/1d77d2eeb8c08815edd1a6e9e9dfda4a/dotnet-sdk-6.0.400-osx-arm64.tar.gz",
              "hash": "c3b016bc558f42fba29a8aebcc04be7b3aa3b0290755b6ee2fea1f48f921da78b86cb31913c4b7e32c0421b45a617b551ba593f98f349fae43ea1faa38348412"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2382b0d3-f865-4818-b3aa-47a94ccedba8/cd1eb0d061a1e1d8d0373603c4e82a97/dotnet-sdk-6.0.400-osx-x64.pkg",
              "hash": "1f30e5e83b74fcd86230a2999f656634eba02892fb0d5ac12fc6e8a9aeac76e27fe22368d069bb1f17d4cacb0b5c5234ad0cbbd21d7a0670fa7dc9ff320aa155"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f52fb2f4-a0a3-4094-9f75-add72fcbc21e/d46eda7abf39baf278c0b0b040c7b81d/dotnet-sdk-6.0.400-osx-x64.tar.gz",
              "hash": "35b80347e31baefdbd42e7434ffa0df1069367a4f8deec8b4051a44658b3ed531832f0e92357887a2f5a27c6433304537c846cdd4793aac874bace82a899053e"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9008bb12-55cc-4103-8a4c-4352b4d83a6e/9245d6ec198c190169cf09a97a61f762/dotnet-sdk-6.0.400-win-arm64.exe",
              "hash": "0e0fcb82aac11452b0d3f86f9b3799f81ff4a5c5a49563ade0ce01183265c81e9bf368ea1a4359aa94fb45022e52943d0beea14a3ba9365c8d47a6d5771d3887"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9d41452a-c2e3-4167-99f6-6fed68f9ae2d/82dfd382a47ff65636375851dadaa924/dotnet-sdk-6.0.400-win-arm64.zip",
              "hash": "1c26a05aca21d0289cf1f306c6281d8950296aace8f6a6e0ea93502f927705c2c272b77a3ab901b26ea18da1c8f6e30e18216c33e9d77200e50c8291e05ace4c"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9a1d2e89-d785-4493-aaf3-73864627a1ea/245bdfaa9c46b87acfb2afbd10ecb0d0/dotnet-sdk-6.0.400-win-x64.exe",
              "hash": "2ef178ceb63590e548fb644d265c4e1f8fdc319fa7d9f31442a958ac901198e4d1edc1b6ea213527bd9f5fba7925d7a12ce9a37d0fc791862518df70fa597f61"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8686fa48-b378-424e-908b-afbd66d6e120/2d75d5c3574fb5d917c5a3cd3f624287/dotnet-sdk-6.0.400-win-x64.zip",
              "hash": "382d0ea5d78e18691a4e5789db174df1ee0d64062a7198793776db1b0857e303bd23d12008dd87d952fe8d5a4d3fd2eb58735a46db7c26b5b9e3fb51f3435c66"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a0e80246-00b9-4677-a524-c343c1f2943c/5bd095f31e0dd114627276514a182ca7/dotnet-sdk-6.0.400-win-x86.exe",
              "hash": "a9a163b6613fd8287deede5901e8a66b2def51b0967c6acb9e3c0d1db81e5d23b797542d728c86976024c6b448ba900ada5e999bae17eaec3d02ca7531a7d030"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a3b437be-6235-4b48-bf23-3418dffcfa16/3ec113de1bcbff8acb95712ffd32874b/dotnet-sdk-6.0.400-win-x86.zip",
              "hash": "3388f18cdc52b84d1502fd5727dcb3f10477556e5b4cd4c1731b087ba3aaa4669876c119e58ec3b0b78054d295a92210948dd75a9d19ed96249e54b8b1c7fcac"
            }
          ]
        },
        {
          "version": "6.0.303",
          "version-display": "6.0.303",
          "runtime-version": "6.0.8",
          "vs-version": "17.2.7",
          "vs-mac-version": "17.3.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/89e0bd36-57eb-41e4-95c9-4e35569e0f6b/1e7b6862caa6488465ab74d7c44bf130/dotnet-sdk-6.0.303-linux-arm.tar.gz",
              "hash": "444b8055f6814d5282e320ae243244fa27fe8afe76356c7d06e03a399ae2d41806cefc523a7bf12f36931931da88964d6797f1758a9cf23671aae318f41d3167"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/625d6cbb-7d21-41ab-a474-3ba603770d1d/7016fc39dc1eb5c8c7c5e2cc36440212/dotnet-sdk-6.0.303-linux-arm64.tar.gz",
              "hash": "b6eed880882873a35fdda99f8cc4a3d7b72851004244cd9a2e8656b475c4e766da78cfb33e0f034e742da39200b583ae9970c284e1401f1a4645c9d9d4429282"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/65774159-80ad-4b5b-8379-819377bce37f/0aaec8471b4f1d88cdef72a088d9b8b9/dotnet-sdk-6.0.303-linux-musl-arm.tar.gz",
              "hash": "f29f3fb2422fd4ff1045e75a949da19ff980780e34f2d6e27ff4c3e78e9d68dce8de6f509e7006b58ae2bb85cd5e5d53af4672e1abb84d66b21bc8051cc7463a"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cdd4919a-6547-41f3-8a78-bb3d5a2ff450/f7254df14266f63b49a8909b942f2a26/dotnet-sdk-6.0.303-linux-musl-arm64.tar.gz",
              "hash": "4ecf2182f710b628a4cb2ccc72befee3cb504848291d8ed3457a5b8fe6690ea5a9936226b7583acd0bbe05fbdc904e79b78fbb1cebcb21d2645e40b246d5fb0d"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7d582c32-0982-4e1b-8c18-2c94bb00e660/24d19dae88983c24385b3b700df79b74/dotnet-sdk-6.0.303-linux-musl-x64.tar.gz",
              "hash": "b8204b5cb80b1f7b937eb8d498bab68c1fdf97eb54e2692e882c254523909266bcadc84a2ac54847bafc7be68172fe57c0b8de20adf107504b1e91a0153e2fc5"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dce68d71-9fd9-47d6-9d66-4fc9f517a41d/3e3e67f5e16f9ca2607a46abfa8750d7/dotnet-sdk-6.0.303-linux-x64.tar.gz",
              "hash": "f4ad1bce2d677c4068a32290a1cbeb32f2784c258c0e569547119ccb8ffed04b42d163ed9795acefb2116bc20b91cee5493556f399dad2853641b0403517dcaa"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9a3d1b63-6fe8-49ca-91a9-77cb157e61b6/c5ea1853ea40dcfe228cf4ebe32db0d2/dotnet-sdk-6.0.303-osx-arm64.pkg",
              "hash": "1a6292b531f658eaa3ca2c7af4ef04cbb552c791c8a82a9baf4c1d43cc104837cc1186bff6e68c9b0927619839148ecdd92a181aa98e84bcc66bb0fac4517ff6"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cfb4203a-0c0a-4e9c-99f3-315f1e06f197/0fe3ee6df42b35c8cdc9c1cfc91bab4b/dotnet-sdk-6.0.303-osx-arm64.tar.gz",
              "hash": "43a7d600b6e19e27e588d038691289846f42c7fc988e60eb4c7cbef946d3f12c15b4c2fb85b3153bad7bf94a08a3ad340871e992b88bb7a099d9e88c307a28a5"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c0d44160-dce6-40e3-b55b-1dd4d96dc8be/9e3f268f52015ff49358820bee445c92/dotnet-sdk-6.0.303-osx-x64.pkg",
              "hash": "3d752937c3eda788ffd74a21eff2f2025e3f80ce0ec17f64858727ef92a45482f717f47417dcb094f1d8671569d11a682b8a7218b0d6bd2771ce54126997f9cd"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/283d6ec3-03c6-4ca9-aaea-a69417fc5ad7/30326aa813cf448e827b697940539d43/dotnet-sdk-6.0.303-osx-x64.tar.gz",
              "hash": "671ad0d7e77ea86159fe798616c0fda8e817e1a28ee4958258da329adcb8f694ae4476d93236d63106b8bf4fd2b533a622254cf105d74046bd87ea71c3680537"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ef3953e8-89fa-4322-9348-e5ea66b78bc0/be67a4e9fa0853ad4a1a9c6e6d083f04/dotnet-sdk-6.0.303-win-arm64.exe",
              "hash": "435394bb60013c34f529f2eb85001246fccfcbc5b5fe465bebbf9cc11034463d33a192902dfa8f1b7869a40dafef46bb5718e967e3e44571323526e3960e522f"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a00a145e-d618-4a4d-aa3e-49ca581c187f/dd1ad877b1f2c419b72a1a8492955443/dotnet-sdk-6.0.303-win-arm64.zip",
              "hash": "0927bfb57ca6e7dad39c71269e812ee0babc7bc58482f7a54a6473414dd3596373f02240fba48679b0c924198dfc6113f12824a9fe3f3a50c03c6dfd84023fa5"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e2c830af-580d-4f92-b6d6-6e3965c46938/db99338b755fb145d32962c90b8ec2f2/dotnet-sdk-6.0.303-win-x64.exe",
              "hash": "fa0d0f31ed17333261d1871fd3a76e68d6367417b3973418205a2a66a28aaa384b7a450f10e3bc42d48911eb72899809add46651eef0809b1ca8ee40baed1b66"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/926b3941-c355-4d9e-abb7-496ec8994b81/792d0120c6a078e060a06179a75cb5f5/dotnet-sdk-6.0.303-win-x64.zip",
              "hash": "aa0d0c9b0ae6d0c95a00094bfc86f6d43723f23fda4b9e22d99d6ed349ff98041dd4d83fec968583d4c7b015ac0889549eb6c089841d61e101da03019d2131d3"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2474e62d-0fa3-486b-8613-99d7379d93c2/2b87457489a4ac2218c78037c0439e68/dotnet-sdk-6.0.303-win-x86.exe",
              "hash": "9e9f27d98d807da234c24c9c464df2c448dba33f5c52e7f9a74650d255f5401ec3bdc963cb7e484fabddec4b0958a4220560c228f7ef75628db963117ad00022"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e968002c-d82b-476e-b015-3fb8988c6d3e/e36ca01af2b69a8a7070fbeda11019a3/dotnet-sdk-6.0.303-win-x86.zip",
              "hash": "fb3d8e80bd08fb030ffee87ed734a3de78098d7f74dfe2cd8fb27ecc6c313c903bf5da5539b400a38770142fcd0a3d16aa8bbfbaf429418f96b6d0b4b0bc4682"
            }
          ]
        },
        {
          "version": "6.0.108",
          "version-display": "6.0.108",
          "runtime-version": "6.0.8",
          "vs-version": "17.0.13",
          "vs-mac-version": "17.3.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/69439f13-034e-4961-b0ba-1ef3b7dfeada/b3afee58e324bcd2c0e2a124b7472635/dotnet-sdk-6.0.108-linux-arm.tar.gz",
              "hash": "c3726e053b447e7baec21e015a91dddb884a79a483c7d2a247f2fe143a5cff25e5d7e822944c6b12f0b030d39b4e71c1da437e2ee4c094dd1bcdeccad3c44568"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f3162067-d239-4518-9423-32559f4b6ebe/e944b933ee94602074678b2ea1374b6e/dotnet-sdk-6.0.108-linux-arm64.tar.gz",
              "hash": "95f5c47fb27882f5554b0ee0befb813357875d6bfd19447c7c902ce225ed394bbb6cd945c5f7d5233fe0d3a16a1c006f47eba9d6be51cf8578fc5fbeba2806f0"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f8f1d960-2be0-4e92-8eaa-ebee8a58374b/ea045a067e1a48299c8454647703d689/dotnet-sdk-6.0.108-linux-musl-arm.tar.gz",
              "hash": "c3df5c67338a035445d5447801f631baa579dbbf2eb8abd236baa1e4c18dee46cff66ddd1dafe1a29d45f1d329b89f78cac81f03c0edc44aa9426496b6197d86"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2390bc0f-70db-4842-b101-c4bd443c23fd/333d3e5876d1593d0868373a7d0e0201/dotnet-sdk-6.0.108-linux-musl-arm64.tar.gz",
              "hash": "38136f1257df79049d90f6dd34dab74ddc3644c6b7cabd1f1cfc58dd23faab0b151484a6304f728b5ef789e70be64632f2eb7c47c8da1ba2961a84bb7613f9f4"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0845b487-d7fe-4db9-8ab5-2ef6b14da140/07cdf0e6e3d8a1bcc2ea9855945857e1/dotnet-sdk-6.0.108-linux-musl-x64.tar.gz",
              "hash": "c9a6712efd48f5213749b7898607475d8efef847f67688cb8fb8f2f864e77316f76ddb0c13c6d5315d7527af06197664c817bcadebb3de891296fdb1c4fd08c8"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1b3376f4-75a4-4a71-a2e1-e0e205d15941/0f53d2e7b5edd2824d2008fd38353076/dotnet-sdk-6.0.108-linux-x64.tar.gz",
              "hash": "a0c9bdbbe5a47bb11a547b2351bd37d2febb52c684ef2af82849bab274a10e876456519807845b52cefa0a72f5555f6bbaa254d810999726f4b3b9a761b4aa18"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/56748cfd-0e22-44b3-a253-018d156b076d/4f669bc1d8355e18c25a2b7b97e57cf6/dotnet-sdk-6.0.108-osx-arm64.pkg",
              "hash": "509a3703cd907cee5489cfe1e56f7b3349fb309d34346a2358975cea571196e84232f1901d9c3b63c247dedfe1623cd328260390403de90e0e71451b81201a91"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6bf62c6f-d257-499b-8c25-382fd0ada2d4/9ca40ae88fd9b912c2cddb9c8690471f/dotnet-sdk-6.0.108-osx-arm64.tar.gz",
              "hash": "fb2c6da786214cb3504f59167f86f32965ce962040463d5fade71edb4454bb15083c7e9d823f8a513fdcd267c6c66bafa40a7957bd69ff0ea42c3fef85951601"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/528fff70-36c8-4103-87fb-3717512537ad/9a96634944cde13e55e367778246057e/dotnet-sdk-6.0.108-osx-x64.pkg",
              "hash": "9c3b06e1a3bc0677e58fc59797bb224c77b9d38c122895894a633eebfb9f3372762f7028bd67f4c55b8bc11f7433cc111edf3cdd7123171cb1ac620f86e9306d"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a73e19f6-7902-4485-b922-198089643280/01c8e2c491866191bdcf8c32a993420b/dotnet-sdk-6.0.108-osx-x64.tar.gz",
              "hash": "56d2946b9d10ba7bc2d91e095ff18c3e576d84ca24b6307524def867d2b222e3f729ba6f74e986960018307599f6790f8fe3476603accef83a9443b8f5c8b61a"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eec86854-51ce-496d-ad1b-2aac2c948d9c/e1dbe4b2dcf39d33a183213dda798ed7/dotnet-sdk-6.0.108-win-arm64.exe",
              "hash": "203fd1d4742ce5abea25d9fcf8bf0750e0a31471b2aee9598bbf25752a06d98b1a1346458b3b51b3885954b017da0682311cf7209647086a1ac9fc359f07fb03"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/00a516f9-5bb3-4965-8122-8117401d0b9b/bf72eb6fe7728e5c21748c896b8263bd/dotnet-sdk-6.0.108-win-arm64.zip",
              "hash": "a6f7e0d9cf93ebcfbbaa4973d71217e92785d85c9cbc7e11ffdc6bda1aae3c1c8dc293175b2174bb5c39ee9868dc5aa0a91589793e294ceccbc72633c8399121"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/32d0f35e-62ea-458a-8c42-c23281aa23fb/aa0e6a88e5a6f0425489e62c82ef5a8e/dotnet-sdk-6.0.108-win-x64.exe",
              "hash": "0ef49a5cd1c70e448d1cf39e69882e650972c888c103ed7babb2a20887ec5d975650526bf4299f423f410285e79d1e50067348dc3ccac360abf72e4bbf3dcd5a"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5154eac3-9194-46bd-aa01-dfaa37785dd2/27be8f753d40952510fc243e8f2e7a1b/dotnet-sdk-6.0.108-win-x64.zip",
              "hash": "90611fb657036e0bec930d7512022a0f60eb62bf3b2aabdba4f89958de1ddf033ce0255a1ce8c3e3f2928ef04cd05b807a20c298cc1583667e4f7e5e6b795720"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5ccde4f3-e98b-4d18-a5fb-4b440599a453/4dae9ee2a89e6a8413281af5af081214/dotnet-sdk-6.0.108-win-x86.exe",
              "hash": "9a8f0f7521b21808b40bd83bd10d259f915ff299fab0a7d8ba25d4eab6fd5f165b117c9ed8f894d21537b65e0c48b9b1a78c2f0182eb58c8b08cad5f1c86f433"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/19603c48-4c52-4717-ae20-13fbb01e195e/9a57db0364e7aeb90dd87d12024ee459/dotnet-sdk-6.0.108-win-x86.zip",
              "hash": "636a128c4ac8956fc13f935c34e6885b719d592ecbb8a66f151a9e4352c2a03147ffc12c5c6b1bc8be0ab66201535a1a9f12f732f7fba0506dcdac3a6e6c0203"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.8",
        "version-display": "6.0.8",
        "version-aspnetcoremodule": [
          "16.0.22195.8"
        ],
        "vs-version": "17.0.13",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf567026-a29a-41aa-bc3a-e4e1ad0df480/0925d411e8e09e31ba7a39a3eb0e29af/aspnetcore-runtime-6.0.8-linux-arm.tar.gz",
            "hash": "db0416b62a4fb84ea660e9157caeeccd4b44b75f07a0a0086edf5d26c2ddcf6837f06b4a009b2e66687656b37e403b037036455a89f9bc021ea302faa20ac858"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/83695c9b-c954-459e-b9bf-2f1ac269e34e/1316ff4a6fe4c6916e7ecb3623d67cee/aspnetcore-runtime-6.0.8-linux-arm64.tar.gz",
            "hash": "07babe85c8872ca303a17268b0d23c382a9ac49f8b923c45c496db039f6c01094303cd18cd31f964ba7369bb993c896eeadbb7e458a77d5b86992222b91db52c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/54c24488-c52d-48da-931c-db07178b202f/9b0af9fa349af63ae49a35a73f322605/aspnetcore-runtime-6.0.8-linux-musl-arm.tar.gz",
            "hash": "458830ae8c2cc00d5da0f6bbb59e1f7f452aebff1035898cd8ca2338f120a0a2fb126de97b0a92371ab0cdd2d21cdc3f50bcb2f5018ac5156f31010498c0ac9a"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d8061f5b-ff9d-4784-8232-9c0c940e35ee/37081197496b70a636a7f70234fdf31c/aspnetcore-runtime-6.0.8-linux-musl-arm64.tar.gz",
            "hash": "3f1fa3ab0947f4f38836e37fa6ba4a5611c5b7c491677b2b72345115a29fc46431538d095dfcf36204dd116deb458ba2c10404a9ab741c2dc2d497d494212356"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20e844ad-6fa4-4bdc-9613-5f47cdfb9b5e/a7a152e058f6591082cc36674d89eb09/aspnetcore-runtime-6.0.8-linux-musl-x64.tar.gz",
            "hash": "28655f1769477e62cc0eb776283d55bb1a921c42aa4e772612bb42d4441f425e792e236934ceb5e6bc880e71ba30cdd8b9cc290ded81a6a96739cf07ef72ecdf"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5cc06c3a-4d8a-4fb2-8f7a-ecd23cd8c4e0/dd386c0e3a41ea54f459907c834acedf/aspnetcore-runtime-6.0.8-linux-x64.tar.gz",
            "hash": "b74676ca0d2f47a95533739fd36977bb1552890a81820ee51b29b3d6514398f0952362417bbb31fad4bdf031803cb3e8d2aaf065dfb154a78a1b471a536d4abd"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7859a31f-74c9-4756-a9ab-f040550666ac/3c4ad4317e732436f8c092eb9cdb4168/aspnetcore-runtime-6.0.8-osx-arm64.tar.gz",
            "hash": "a6cabc3b4c7350deb141e122c194c7eefaf99127cee726ee227e4218add7155b8decdb2a5cd217f757410e267f2370a78806c22a0294098f245105cea925a7b2"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0601cae2-aa41-4318-a996-36633cd641f3/ffc290161ae37b28894ff7465dd50c17/aspnetcore-runtime-6.0.8-osx-x64.tar.gz",
            "hash": "73d3569c13965de927e9d1eb02ce7d31b44643335a351ddc6392be1a693837263287d9bc5e82a89f2456b7a9cf1bd6c217d9f98cf9fa8da1b6c820e9ddf43933"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b69abba3-d3ab-48e0-bb4a-3982a2d6301f/d634a4ee361cd86045937446e7535788/aspnetcore-runtime-6.0.8-win-arm64.zip",
            "hash": "4a3af285ccd24e051c371cb1c703ffff013b3dfb0f85b94ad40293e4e612b48e9aff493e660db0fc73b56eeedc629bff371f8989c93e2e31108cd398865b21a1"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f5ef50c0-4dd1-4301-857f-768834d5a006/852c6470e4e5f602eee280c1e4e4e4c3/aspnetcore-runtime-6.0.8-win-x64.exe",
            "hash": "de8ac0c44b71407221454f2ddc8d667ad956dda6288f64a8c1b8211383a3a7ce3a205c6827668c8e79dee787f4c252c1b4399345c132bc07059bfbc523589caf"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0bb8a653-dde7-4cc2-8484-c2cc864ad30b/cb482677b7532d35f647fc0204140d94/aspnetcore-runtime-6.0.8-win-x64.zip",
            "hash": "9d3f71cf99bc82014c78eef0c3149247b469e7a991534a73e764a5be4954fee26bc081443e0d2d273d86440c16762d20b7ab7ddbbd9bc99f95e2bb45a2acf0c2"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/26dd0df5-f2ef-4b47-8651-84a2496dd017/158f3a45dd0718fc3ceda10b56b22721/aspnetcore-runtime-6.0.8-win-x86.exe",
            "hash": "151ca062ff13ea551433b56d118f7a9ff8020b236c087c590b1c16e4e3a7a08828efc53d47bcb0676b929fbb707008746d24a58ddacb0fa59a2ba8a50f4d0264"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e305d157-41ff-4537-98dc-cc745c19e8f6/2c761c9d6a33acbeefdeec1b36e0be4c/aspnetcore-runtime-6.0.8-win-x86.zip",
            "hash": "b8d751501bbd289553923c41e1e821d889322d7432c504e1a2be673c5118737ba049b4900039429980831998d9c41b4ff6ce626e03fc1a8b206b6be145e5803a"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5e0609f-1db5-4741-add0-a37e8371a714/1ad9c59b8a92aeb5d09782e686264537/dotnet-hosting-6.0.8-win.exe",
            "hash": "5835cca327c6c7788e1d87ae5b310300424b866f6618181fe67691b47938732ffdd5444ae2ca425344efdaa6e454299bb2b67af0063e470eaa24a3cafeaea7bf",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.8",
        "version-display": "6.0.8",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17737b16-dbb0-45f8-9684-16cce46f0835/14475e8380422840249513d58c70d8da/windowsdesktop-runtime-6.0.8-win-arm64.exe",
            "hash": "0cb088c6f3ab8f901019c3a6d45d90130fae090c1e530a12788f118377b0c54096530f4bc1fc868fb4cc8f5c17373a5106f6fcb77a4cb8a7d3bc6ff69792f277"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2b15670c-ff25-438d-a543-97a87a1b5b8f/ede2a46496f014da82daa44ff8d50048/windowsdesktop-runtime-6.0.8-win-arm64.zip",
            "hash": "97c182e8543e91c3500d299bcc6b4ff954f2b71ea882934e911478348ca6369ba25a358a912e8299a7ec4af626e956090653bac9700a9af8866fca6e778f9b67"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b4a17a47-2fe8-498d-b817-30ad2e23f413/00020402af25ba40990c6cc3db5cb270/windowsdesktop-runtime-6.0.8-win-x64.exe",
            "hash": "53d5f38ebec2675d43c618c32533f3b8684384839b4bfa83902d06be535a56410255e26ee0a4844c170f7536be9039a126eebec8577a781b8a0c30c00a7ad20e"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e5bc0ac-1909-496f-84f9-3584a4b1408e/7868adc1397f5e5c5c00adc2057894c4/windowsdesktop-runtime-6.0.8-win-x64.zip",
            "hash": "17a689da1dd9ec47c1ff5c62a93fe9bed01c15a30f60faea136b997c809a978004d8bcec7752d2acb9995a6d31d1984545dbfa2ca0292e38248360bcd1b5172d"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/61747fc6-7236-4d5e-85e5-a5df5f480f3a/02203594bf1331f0875aa6491419ffa1/windowsdesktop-runtime-6.0.8-win-x86.exe",
            "hash": "74738784718eb1f6db893ec084b7a9b590f8490b1976df536d20d7b145767217f6a5c2cb7fb923e917e20e1f0e8ed3d835008e15147b53c3c0e3b6fd053a4190"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cac6c954-8a0d-4269-886c-617c66a3f957/28442e76157352c225518e7ed20c8da0/windowsdesktop-runtime-6.0.8-win-x86.zip",
            "hash": "691d80f809175eaf4bc4737839bd1a3b4045ff98a8c891537fc13116ffc0afa0f098ba94ccfdfaaac187ec24f6dae34b3ad469e502e1040e96b41b59cacef858"
          }
        ]
      }
    },
    {
      "release-date": "2022-07-12",
      "release-version": "6.0.7",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.7/6.0.7.md",
      "runtime": {
        "version": "6.0.7",
        "version-display": "6.0.7",
        "vs-version": "17.0.12, 17.2.6",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a9be5a0b-5a78-42fe-a387-adb609d115e8/faa10b75513805e36ff7b36044d11507/dotnet-runtime-6.0.7-linux-arm.tar.gz",
            "hash": "afc44cb3e99df350a53eebe6e757889047d4bb6da417a8c73c97d3a15d66efbea2ccbbd4f272a280bcdcb616ef13607415900167592b0de930476cbf4e511408"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f9706e92-c7a1-4dc8-806a-0e95827c5b02/23be52946e4e2425c798208c5f16bb64/dotnet-runtime-6.0.7-linux-arm64.tar.gz",
            "hash": "a63e100fe80cb64febfd2920e4065b3cc99f759c3de0897928a42cf14fdc963df324bef1354a7734420078d16e52fd8257dd480da465d865c4349c29cab1ef91"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bc3edd96-0350-41e5-9e88-ce1d7895ab8b/abe8c0538a371f105f64d308714f78cf/dotnet-runtime-6.0.7-linux-musl-arm.tar.gz",
            "hash": "dafd7efe1f9a47b72a4b89e15c9d662420dc22071c547603894386bf2ba8eeff2b793b56b49f0db4f78dd039e875654838228476ede2dbecf76ffc4e7298ad8a"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/309c5907-8b8c-4fff-96ec-63c28af465ef/1b68392e32d74f011c3b40a17f556717/dotnet-runtime-6.0.7-linux-musl-arm64.tar.gz",
            "hash": "815dbe96eb4ec34c7cfc2856d6e3a98b8d8bbc13aa698c96e6ff69bf8f403df589c6dc54d465fae5692dd0ac198f66898f846ffdf6b22dcbc9566fbf99430f3b"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b094870b-80a9-43d5-b312-e7bf25dc04a6/acbb927eaea3775bc307161f6300ac9c/dotnet-runtime-6.0.7-linux-musl-x64.tar.gz",
            "hash": "dc8374ff31d4ae29094815a8df48c777614153820a0ed47454c882fed596aa485010eeb852543e3974bb8d3b37df143bf1c6a3a22305835907c350c2d40017cb"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bd828687-1706-4041-a804-5e93631fe256/d4ec75936459a7e8c772c929edcbfeda/dotnet-runtime-6.0.7-linux-x64.tar.gz",
            "hash": "996bdaf33be0a9c0f1e2d309b997e3a84a31e28d2424853d7fb1600212f4ce600ebe1b9615de5e46c17652f08ad0d7ecd4b3619217c9624b875a26a553f370d8"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ba8b5982-2d85-4b0f-a933-13b1dcca3e2d/a367458c007ef00bf1544754578cf54c/dotnet-runtime-6.0.7-osx-arm64.pkg",
            "hash": "46b67cbb67246127aca2f641bbc8f54cc41b7a9702de4748e93d52f1d68843a3b7d016d9cee2fe220a3dccf2e869bd33f09d6d24bad2140c41657a282851370d"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/044c6d0f-0ac2-450f-b621-637ca24ab2fb/5cd0c43804f3fde6d09cacbfd8525868/dotnet-runtime-6.0.7-osx-arm64.tar.gz",
            "hash": "9f08a535921df7c1ce837ef27478f2381e8132a9ebfec7630465fb3243ef2ec9e982d008faec69e0899675dc3a50b379a96967d1eed3c04dada40cb211489127"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3da50ef8-7b22-4f08-95e9-3641416fdc08/ee91bcdbbbb117803e315f673c9d19f1/dotnet-runtime-6.0.7-osx-x64.pkg",
            "hash": "88537768a655134b2d4e52b548af44c9aff672ce31c52f0438af14e6a0cc335fc4d34d6c5d70a2116b33eb95cb7d738522688ba359f5c0496630e33b528de1a6"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/97def016-12c7-4e24-b924-772485a41faa/e96d9a0502492efa7de3897467f5972c/dotnet-runtime-6.0.7-osx-x64.tar.gz",
            "hash": "9c53d16971f0366d6d69fbfe37e92eea806faa1c3502cc1050c0e6d2cf394cf886761146e344862a30d0cb131105f387c05d8ea207be8aa87c81cd4c8f962110"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/44834c32-f8c0-4ff9-9d8b-6c097fa4fb23/683c8ef458a0a8870a757180bb41c0e6/dotnet-runtime-6.0.7-win-arm64.exe",
            "hash": "8e868e1af18a8dc8e9fbbcb71b767a1e18d1e1921233a7eb5056cdf108d7388951e031e1a2a9d99814f9b01dbebbe0f82be471f612fa6924c35c0ad234a0d0c1"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e9b7052c-3fde-4e8b-8e08-deb60bc16058/98eee9da57eb76a3f035112fb1d87ad4/dotnet-runtime-6.0.7-win-arm64.zip",
            "hash": "e835fc3a28c336f98aa66d79441430064c5c22dad6310669782090ed7111a9738b793ddec62afb432f5fbca0ec1bbe0ace565e87422bd4a5369a8b5b04c3a3ce"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/175ea216-cfde-4fab-8184-c19ce4c1e349/05f550b728c9f53e3e14ec54f40f42aa/dotnet-runtime-6.0.7-win-x64.exe",
            "hash": "ac60eb4d4caa13050b05539e7ea45b0703457144dc127f981cccb8465b60ed058a51feb8682f95032f0a7406f0af70a224793c10062521eb37775d64deda61a9"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5cd66804-64a8-45e5-886e-708788fc8029/0fb15515f1a8661b973ad7222d277d0a/dotnet-runtime-6.0.7-win-x64.zip",
            "hash": "8124484bfe21f0cf7c2bb4b15992afc8cd9fdb676f7c3f36cb720c3f1459107b2bb8a5ced770fd40292a0c42f5fe24cb39bcb064d06e4f20fdbf11ef5dd55140"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b26d33ca-ff50-48c0-9f97-cf936e917f82/a145bfd75fef7255df427fcc417c36e5/dotnet-runtime-6.0.7-win-x86.exe",
            "hash": "3dce55b6b44be3f0fd55d1505ce4760cc805cfd8e1ce36f128280ed7a1d15b0bc18aa1c81b420f28092cb0f7094130f3ea06aeb5fa0dc34a1bfb6277b835088b"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a549cf2d-5198-477c-b5ee-afc5fb6f2ddd/a3a43236eb7338685c8d2932db60115b/dotnet-runtime-6.0.7-win-x86.zip",
            "hash": "ddedd5a75b1aec67bc0a5972951e9a4c3adb6ce822bb89bf6de5451411daaf221c089098116d276cfdba670853d12614679d29d690d68bfc376efb2dc521af38"
          }
        ]
      },
      "sdk": {
        "version": "6.0.302",
        "version-display": "6.0.302",
        "runtime-version": "6.0.7",
        "vs-version": "17.2.6",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.2)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f35557f7-d5e1-43be-93b6-e59ee8bd823c/9dd2c25a4d7351412ff5902c355732ca/dotnet-sdk-6.0.302-linux-arm.tar.gz",
            "hash": "0d31c7e8ccf02c8dea92d7b60bcb15e15912d74e7ee2ab8fd88ee03c4fbd8f292c356357d08ec23c2aedc5e3e0803d42ce16f3fff36245739d0cac6634bc3387"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33389348-a7d7-41ae-850f-ec46d3ca9612/36bad11f948b05a4fa9faac93c35e574/dotnet-sdk-6.0.302-linux-arm64.tar.gz",
            "hash": "26e98a63665d707b1a7729f1794077316f9927edd88d12d82d0357fe597096b0d89b64a085fcdf0cf49807a443bbfebb48e10ea91cea890846cf4308e67c4ea5"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a16a9795-f335-479e-aad4-0727e163895d/ed1db010fa5458e5ce082590256e9614/dotnet-sdk-6.0.302-linux-musl-arm.tar.gz",
            "hash": "ad9c16342b13c18c3d81f24bcba304fc0d86dfc0c868227949761828cbec5099e425e15a0371c9422c3da12571a4c7c9e321dd297951c220b3842fc3cc89f067"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c9fb57ea-0f34-4344-9211-10990010daa5/8c79eae867c9536b8fb8736a0e6c61dd/dotnet-sdk-6.0.302-linux-musl-arm64.tar.gz",
            "hash": "b8a740e1643d2b089063f7bb6966223ecf62f898fb8c45c22f89243883e0ebbdc66188b18c77d2b166481a675511a9c437dad43c957d94559155a882f9cbd9db"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/25f15b42-3e95-43b2-bfdf-6c7f20725b82/73af45db61e17748d9f901a71f5c82a2/dotnet-sdk-6.0.302-linux-musl-x64.tar.gz",
            "hash": "badd3f9c9cda1529235c0894e697ec4e0088237c6b7dbb6bb10e124f2d610a3a143a52f2d6cb6b7f197c70f34a88c555397a786dae45200dad1f2e3a18247da5"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0e83f50a-0619-45e6-8f16-dc4f41d1bb16/e0de908b2f070ef9e7e3b6ddea9d268c/dotnet-sdk-6.0.302-linux-x64.tar.gz",
            "hash": "ac1d124802ca035aa00806312460b371af8e3a55d85383ddd8bb66f427c4fabae75b8be23c45888344e13b283a4f9c7df228447c06d796a57ffa5bb21992e6a4"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7d98e8ca-e8ec-490b-8ffc-55a458981d86/32c92f3aa0f460119de53477cffa8a0a/dotnet-sdk-6.0.302-osx-arm64.pkg",
            "hash": "0fbcc2a47186ff2cf00c527097353e1519d15410c7fdb80ccc271be4dd558ddd2e4a422d231e5ecbba8f284de79d6524ff1fc75bef7f016bfc5f7e61137155d9"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/01a17a2d-6b92-4521-97a2-ad7d845a8064/44aa4e10f71e70a38b5f6f59d211cbab/dotnet-sdk-6.0.302-osx-arm64.tar.gz",
            "hash": "59caea897a56b785245dcd3a6082247aeb879c39ecfab16db60e9dc3db447ca4e3ebe68e992c0551af886cd81f6f0088cb1433f1be6df865afa357f90f37ccf6"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7257dada-8ec1-4b5c-9b69-7201a2cf377f/89f452882fb87fbb89d697417cb3f231/dotnet-sdk-6.0.302-osx-x64.pkg",
            "hash": "56f74dac49c5729744fc6e2997d04d58fe807d4e28bdc67b2757d7c21978805cb2e7bc6c78e4f33ba2d591ce4dee9757837a275d9928e6e1c68874f753100dbb"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/60719796-b5c5-46dc-a26a-7e8126a292c8/a7b871d6c46136b61c30403d085ef97c/dotnet-sdk-6.0.302-osx-x64.tar.gz",
            "hash": "003a06be76bf6228b4c033f34773039d57ebd485cf471a8117f5516f243a47a24d1b485ab9307becc1973107bb1d5b6c3028bbcbb217cbb42f5bee4c6c01c458"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1b1b47e-dae9-48e1-80f3-9ff920fa937f/9ca322594becea69bf4b9104fdce6154/dotnet-sdk-6.0.302-win-arm64.exe",
            "hash": "f4ea89be4b38a7c48ed0bf4e83c56ffd675a35129df6683837f654255d3347653f1e40d6c6fe033891d7d7c8a94dd5ffa291e4c661629b9782fc50dc2b80e43a"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1dcdb33-ca37-482b-92c6-6aa7b966305a/c7b6ccfbc028c095c36af1bf682a78e7/dotnet-sdk-6.0.302-win-arm64.zip",
            "hash": "175a76307e1f8aba0ad196c17c1a0099c265d0b3bcfd2410ee4b13afc27139bf7e563a97b388c1f02aa880389b6f45f37d4728d6b304eab27ce6ae19c38a2387"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c246f2b8-da39-4b12-b87d-bf89b6b51298/2d43d4ded4b6a0c4d1a0b52f0b9a3b30/dotnet-sdk-6.0.302-win-x64.exe",
            "hash": "29866c4eb29d3238acd168d668fcc35933bc9e61367104e893ecd3d648990792fe928fada230885c7a2fecdf02a056edecda22d25cdbb9f6773648d287bc1ff3"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/44d08222-aaa9-4d35-b24b-d0db03432ab7/52a4eb5922afd19e8e0d03e0dbbb41a0/dotnet-sdk-6.0.302-win-x64.zip",
            "hash": "45d476c2c286a55930800c2a0a095374e0bda6df907163c82f73ea79debe9b29f82da0a76bdb3d415d28973a009d84f45edba22bc91777985d24e88216f3332b"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d238bcf4-7362-4885-b371-e23a269a96bd/838e7e2d43528f9c79001f7737d38e7d/dotnet-sdk-6.0.302-win-x86.exe",
            "hash": "eaf426203d91ccb8a073584563d486e03c016ebf98048c1a15af226d74f7e2a03aabd0d05f95dd62c719dbad6dc17142f1b6696b50465addb00dc211de0d6b5c"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/28119dbe-f067-42b2-8352-c1de410e10ac/dd10dce1cd17a2d4dbbaa44455bbcb04/dotnet-sdk-6.0.302-win-x86.zip",
            "hash": "300607e3e952d31c733214aa77d650f43671519b7d536787ffc46401c349926410c670c2a57c7bab5fda989b6e3c5c6b37e42a98c8f581be9fc771fa66ff6fc8"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.302",
          "version-display": "6.0.302",
          "runtime-version": "6.0.7",
          "vs-version": "17.2.6",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f35557f7-d5e1-43be-93b6-e59ee8bd823c/9dd2c25a4d7351412ff5902c355732ca/dotnet-sdk-6.0.302-linux-arm.tar.gz",
              "hash": "0d31c7e8ccf02c8dea92d7b60bcb15e15912d74e7ee2ab8fd88ee03c4fbd8f292c356357d08ec23c2aedc5e3e0803d42ce16f3fff36245739d0cac6634bc3387"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/33389348-a7d7-41ae-850f-ec46d3ca9612/36bad11f948b05a4fa9faac93c35e574/dotnet-sdk-6.0.302-linux-arm64.tar.gz",
              "hash": "26e98a63665d707b1a7729f1794077316f9927edd88d12d82d0357fe597096b0d89b64a085fcdf0cf49807a443bbfebb48e10ea91cea890846cf4308e67c4ea5"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a16a9795-f335-479e-aad4-0727e163895d/ed1db010fa5458e5ce082590256e9614/dotnet-sdk-6.0.302-linux-musl-arm.tar.gz",
              "hash": "ad9c16342b13c18c3d81f24bcba304fc0d86dfc0c868227949761828cbec5099e425e15a0371c9422c3da12571a4c7c9e321dd297951c220b3842fc3cc89f067"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c9fb57ea-0f34-4344-9211-10990010daa5/8c79eae867c9536b8fb8736a0e6c61dd/dotnet-sdk-6.0.302-linux-musl-arm64.tar.gz",
              "hash": "b8a740e1643d2b089063f7bb6966223ecf62f898fb8c45c22f89243883e0ebbdc66188b18c77d2b166481a675511a9c437dad43c957d94559155a882f9cbd9db"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/25f15b42-3e95-43b2-bfdf-6c7f20725b82/73af45db61e17748d9f901a71f5c82a2/dotnet-sdk-6.0.302-linux-musl-x64.tar.gz",
              "hash": "badd3f9c9cda1529235c0894e697ec4e0088237c6b7dbb6bb10e124f2d610a3a143a52f2d6cb6b7f197c70f34a88c555397a786dae45200dad1f2e3a18247da5"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0e83f50a-0619-45e6-8f16-dc4f41d1bb16/e0de908b2f070ef9e7e3b6ddea9d268c/dotnet-sdk-6.0.302-linux-x64.tar.gz",
              "hash": "ac1d124802ca035aa00806312460b371af8e3a55d85383ddd8bb66f427c4fabae75b8be23c45888344e13b283a4f9c7df228447c06d796a57ffa5bb21992e6a4"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7d98e8ca-e8ec-490b-8ffc-55a458981d86/32c92f3aa0f460119de53477cffa8a0a/dotnet-sdk-6.0.302-osx-arm64.pkg",
              "hash": "0fbcc2a47186ff2cf00c527097353e1519d15410c7fdb80ccc271be4dd558ddd2e4a422d231e5ecbba8f284de79d6524ff1fc75bef7f016bfc5f7e61137155d9"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/01a17a2d-6b92-4521-97a2-ad7d845a8064/44aa4e10f71e70a38b5f6f59d211cbab/dotnet-sdk-6.0.302-osx-arm64.tar.gz",
              "hash": "59caea897a56b785245dcd3a6082247aeb879c39ecfab16db60e9dc3db447ca4e3ebe68e992c0551af886cd81f6f0088cb1433f1be6df865afa357f90f37ccf6"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7257dada-8ec1-4b5c-9b69-7201a2cf377f/89f452882fb87fbb89d697417cb3f231/dotnet-sdk-6.0.302-osx-x64.pkg",
              "hash": "56f74dac49c5729744fc6e2997d04d58fe807d4e28bdc67b2757d7c21978805cb2e7bc6c78e4f33ba2d591ce4dee9757837a275d9928e6e1c68874f753100dbb"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/60719796-b5c5-46dc-a26a-7e8126a292c8/a7b871d6c46136b61c30403d085ef97c/dotnet-sdk-6.0.302-osx-x64.tar.gz",
              "hash": "003a06be76bf6228b4c033f34773039d57ebd485cf471a8117f5516f243a47a24d1b485ab9307becc1973107bb1d5b6c3028bbcbb217cbb42f5bee4c6c01c458"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b1b1b47e-dae9-48e1-80f3-9ff920fa937f/9ca322594becea69bf4b9104fdce6154/dotnet-sdk-6.0.302-win-arm64.exe",
              "hash": "f4ea89be4b38a7c48ed0bf4e83c56ffd675a35129df6683837f654255d3347653f1e40d6c6fe033891d7d7c8a94dd5ffa291e4c661629b9782fc50dc2b80e43a"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b1dcdb33-ca37-482b-92c6-6aa7b966305a/c7b6ccfbc028c095c36af1bf682a78e7/dotnet-sdk-6.0.302-win-arm64.zip",
              "hash": "175a76307e1f8aba0ad196c17c1a0099c265d0b3bcfd2410ee4b13afc27139bf7e563a97b388c1f02aa880389b6f45f37d4728d6b304eab27ce6ae19c38a2387"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c246f2b8-da39-4b12-b87d-bf89b6b51298/2d43d4ded4b6a0c4d1a0b52f0b9a3b30/dotnet-sdk-6.0.302-win-x64.exe",
              "hash": "29866c4eb29d3238acd168d668fcc35933bc9e61367104e893ecd3d648990792fe928fada230885c7a2fecdf02a056edecda22d25cdbb9f6773648d287bc1ff3"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/44d08222-aaa9-4d35-b24b-d0db03432ab7/52a4eb5922afd19e8e0d03e0dbbb41a0/dotnet-sdk-6.0.302-win-x64.zip",
              "hash": "45d476c2c286a55930800c2a0a095374e0bda6df907163c82f73ea79debe9b29f82da0a76bdb3d415d28973a009d84f45edba22bc91777985d24e88216f3332b"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d238bcf4-7362-4885-b371-e23a269a96bd/838e7e2d43528f9c79001f7737d38e7d/dotnet-sdk-6.0.302-win-x86.exe",
              "hash": "eaf426203d91ccb8a073584563d486e03c016ebf98048c1a15af226d74f7e2a03aabd0d05f95dd62c719dbad6dc17142f1b6696b50465addb00dc211de0d6b5c"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/28119dbe-f067-42b2-8352-c1de410e10ac/dd10dce1cd17a2d4dbbaa44455bbcb04/dotnet-sdk-6.0.302-win-x86.zip",
              "hash": "300607e3e952d31c733214aa77d650f43671519b7d536787ffc46401c349926410c670c2a57c7bab5fda989b6e3c5c6b37e42a98c8f581be9fc771fa66ff6fc8"
            }
          ]
        },
        {
          "version": "6.0.107",
          "version-display": "6.0.107",
          "runtime-version": "6.0.7",
          "vs-version": "17.0.12",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e69db7cd-ea5c-40ea-87cd-cc567cbd6c3f/0765ead789975a5f4359fe44e3e7596a/dotnet-sdk-6.0.107-linux-arm.tar.gz",
              "hash": "05364e5f3c3be3f66420310c1fe26550d639c6e95b43ed004ea79017ee8c973d73349ff87c5eca4c560f80fea55a435c1c22f3889d5c015b85474533395245f4"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dd4f49ba-39b0-4358-bd82-18cb5b1350d1/ec891910fd6f13c22448a8162fe1f017/dotnet-sdk-6.0.107-linux-arm64.tar.gz",
              "hash": "946b43f0da3e5d94d20163d6a94fc4fcef66c1c18d6fa02530e769201d96c9e2125c0f35532ea87e0c5b4f3a491daa6d4b8d6dd23f4eb9da32625ca0a4065e14"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b9318991-ee50-417d-917e-85ea1669bf05/cb3c6c871562c3d19ae5b175e0d8d376/dotnet-sdk-6.0.107-linux-musl-arm.tar.gz",
              "hash": "906ce7c142152c297f8b88c697e80c3a2a532365244b5774860f48aa9d3e9dd5aee08c9f41ca8594146720474300dca2ef7a48f81ef797f1a11bbb1b60e98c38"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e4542652-8fbd-4d47-9be4-0fdac3b1321f/3e3a78122dfd8400cf38eec6174c82ce/dotnet-sdk-6.0.107-linux-musl-arm64.tar.gz",
              "hash": "31dd771c031655d7786491a3940f706d2dde0a8a1f6dca40f68977abfbe4d36e7e4a7fe0addcef08d031271ac10d8c3378145754978cd8939cbcef2b10a35a02"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/75eb1df0-1b89-4d21-a73c-17bf5ee52b7b/dd5935a672fc7098fba37a5da9d7e8f3/dotnet-sdk-6.0.107-linux-musl-x64.tar.gz",
              "hash": "171de172825103635229bb7870a1aa86ab30943ad82fd423693264735f5af8c54bdb2f1669cfbca51bb0327266e66885b42382539ca68754cebc2a5ed26521f0"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1cf99a7b-0eb2-42b1-8902-7ba3bbc825c2/05c48fc1df50db04762a852b321779ce/dotnet-sdk-6.0.107-linux-x64.tar.gz",
              "hash": "cd03b0a04230371c5c6cc9368722123771a80e38f9a7dad9f831263b319821139d68e37f6e0321487f5fde86e96985965a12f0b3a74fe05d1e917d587775950f"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bebd8bc5-f162-4584-bab0-1260bf4d0d82/a6f97ac393bc4fb8976b65703c981566/dotnet-sdk-6.0.107-osx-arm64.pkg",
              "hash": "375d8f2ca7ac2dcadb9c9ec3defc1d902052e8a6fae4611fbecfcb16f533d8ac734720a547ec09cc396917fbbc8bb920a0dbc07c9500cfe15a943d1cbe1ecf88"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f92549f1-a978-4f76-bc34-2e93061340da/438aa991076aace14073078748dc8e10/dotnet-sdk-6.0.107-osx-arm64.tar.gz",
              "hash": "0e317c33b2f88d34136d25a7419e5989a853e5728d9a4d378e1fa8e993e96e86cd03a46b8b5091cf0e0deb598f6ae8046ec2272d0a333f97db5bf6d222437a8c"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/882184bd-1ea8-4f72-8e1c-4f22e5f6a14e/1acd236d6682d7f6ddebe4ee31878199/dotnet-sdk-6.0.107-osx-x64.pkg",
              "hash": "89a0101cb2cb87158b72854252077c73b0e86ff322628be5d6cfd2b2182b6bd11dadcb216d1badaa400791c8932ba398f1f2097a096e5d10c2de6bcf24ce8a19"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/10473f47-bf6b-49cb-89dd-41de18dd3494/971bb4305c97951e4efd5a063b61e4bf/dotnet-sdk-6.0.107-osx-x64.tar.gz",
              "hash": "9fe4359eb8c97c0198f044d0d5963d4e334ed7754cbe3985933a79eec917e62c81ccc44cd9f76df3732b3818febcd925bcd0a5f78bfeca7666e6c52f3a821df9"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/07897206-2ac4-450c-8a4e-983c706e8a58/73d0366a5e91836082fac62a8fa4a6ae/dotnet-sdk-6.0.107-win-arm64.exe",
              "hash": "d0633ae2e571090d86d04874b0c99c56d9c669738a988c11a12e6a939f0200f55348fd9f7d3f210e5808cbe9f7f5e8c20ee73718dee10a57c8a57137dccc58c6"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e980a5d7-6801-4c4e-90ae-30ba97311b68/467ff9470f07525bc0e00c5219f2bd86/dotnet-sdk-6.0.107-win-arm64.zip",
              "hash": "0ad65d407a24cea892192868e7c4c5416e747626616d42b3b2b76f6717f9b2a4ef5265e399555fc350c7311e232988515243acb6a282f4cee6eccdeb53dd4ac5"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cbdd7e5f-a031-4ed1-bc98-b838c9f7920e/46a63d54fbfe0d8e2ebdb3ef85ba6b32/dotnet-sdk-6.0.107-win-x64.exe",
              "hash": "5a6826ef13bc4c76b61efbbb5fe498d4c9493173791335812b4e7faf0616deaed08b031484cb9679aa8af2087800483317cdaca2a56275d7ad380dbc487e7042"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5dad33d8-a389-4d80-8099-b6fe46416191/4b656bf694e80c8ee9f43ce6857ee806/dotnet-sdk-6.0.107-win-x64.zip",
              "hash": "8607e122c4827b3c0f178cc6cabf38bc5efe7dcb52c535b49e5dd006650769ceba09e94f31664f1d58523e613709b7437c7167bf65b71ddd1f3e002f6100535f"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ca576b4b-9692-4721-9acc-b46cae33194c/14fca8058716dc054cf88c35a0473695/dotnet-sdk-6.0.107-win-x86.exe",
              "hash": "23b1b6ad927bd6b2c89b0824576e7e62f876e8166446e9d701bfb4c3cbe49f6cbd702888600bd6fd6115b02628b7aa8080e337fd1f24b52f19ab1d66ab695a53"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a2d6eee6-9a0e-4471-8b64-6992f3ee5bdc/e3c5a277f6ce49a686b4a8392c190cb1/dotnet-sdk-6.0.107-win-x86.zip",
              "hash": "8aa6c470747b6df24c97a95c5fc4237a33fa0d7fe2ab77c7c9ccec8ec686d795c8a1b5d5697aa12f2c6ac9c67bbf8db304aafd4108d361cbbc7a72af587bb86d"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.7",
        "version-display": "6.0.7",
        "version-aspnetcoremodule": [
          "16.0.22173.7"
        ],
        "vs-version": "17.0.12, 17.2.6",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/228e3f86-84fa-4109-9655-2a381acbd6c1/eb174b5083bb639d8b219b7cb11fa50f/aspnetcore-runtime-6.0.7-linux-arm.tar.gz",
            "hash": "db6bf23ee6b475dcc0eb9c1040a660310bb2f020f4162ac480ac898c3984e5f6a9982aabac63d10ee6d6e6aea6f4d1f300270fc8fb08af9fef3daa618c9adfee"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b79c5fa9-a08d-4534-9424-4bacfc3cdc3d/449179d6fe8cda05f52b7be0f6828eb0/aspnetcore-runtime-6.0.7-linux-arm64.tar.gz",
            "hash": "0c7317d2170f2632afd7c7c3e5bd84075071802e901de1ed5e54178f8a56266fe0770ebd84502aff9384b06908d4d5bee9d464d215fb20d841de177174f55f93"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/451a391e-5a04-47b2-af06-716eef35f583/0d75643777814a60f614d183848ba2d8/aspnetcore-runtime-6.0.7-linux-musl-arm.tar.gz",
            "hash": "653b59738d70355deb4d8b364ee2465001c761dd6c4f22538438632ee58558471f8a8d55d5ae759453e83150f62533b8987a3489210f4cd5ac1c15f87cffdaf2"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a19f8c9-9381-42a7-bbd4-4c611b1b7ff7/791479159cbe3079b17911e6a687206f/aspnetcore-runtime-6.0.7-linux-musl-arm64.tar.gz",
            "hash": "efac4d9f91a8f442f6223f77e09eafd4fec4d2daac395f968549ebba37285804c77617919c9cd3b900805e3a876d4d8aae2ade31140a6f278598aca4fd0c5995"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4d0afe6e-9076-494d-bbdb-4e0999613ff5/814f81655f7297e6962875a6cbffb227/aspnetcore-runtime-6.0.7-linux-musl-x64.tar.gz",
            "hash": "676864175e8ac286b83ce231a5a218050998e8f0903521c7667e1e8b58b035dba45f90c8894e164f70480fc55e32a623b0fad229f28f59d692c53ca97b695092"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/98271725-1784-407c-841a-64d87c674512/b433af33506c816e3b5838f5c65d990a/aspnetcore-runtime-6.0.7-linux-x64.tar.gz",
            "hash": "d210e2afd009746d2c4d98c07077b89ce174f462c2bdaae9afea107a5b1c9c4ab63460ae3d9ae38c5388f591c0a95d8712359326013b23325b7be19b51835455"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3d952783-f61f-4399-841a-fa5b5aeffded/15580a465dec6a7c67107e3f96d6da13/aspnetcore-runtime-6.0.7-osx-arm64.tar.gz",
            "hash": "4d9dccaeabc1490fb9261f0be0702c2f5b4e96b840edee94d50f9a4655aa4d85bcf5a16d21d43b0a543e5a90cc631510aba35000df465a4ffc6cca7de37907fc"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5b4d2b0e-607e-4f9a-944f-0acdefd828d9/79a0271038df505617ef800587a92858/aspnetcore-runtime-6.0.7-osx-x64.tar.gz",
            "hash": "6c05250d2affb61a1f34ba297e3c9bd0ddc42d64b1580f5e8cfa218a079cc455aa183f683869ba52e7b9ce58fb223dff8ef9776d4b2e2421ed7e2058d4af0750"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/556c57fd-ee7f-42ad-a5ef-f0c1ae30fddd/8dc564bca48badb00a53111922eb19e1/aspnetcore-runtime-6.0.7-win-arm64.zip",
            "hash": "a2e62f329fca498c2e3d16c9023cd9914e780fbe635fdc42bd2f66018989e6e38bf1a1cbaf833abe0fa855a786feaef3defb6fd886c03e6cbeb4ffca4c6eeb25"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4c86d02-a47b-4bd4-b73d-ec3be19e5245/76c673e22a120464c95f85bef342a361/aspnetcore-runtime-6.0.7-win-x64.exe",
            "hash": "7f42e5ee589a663aeb0c816f2e4172187189d92bc3c29fafc14523074bb793d58b238e64be8b001350b6dcbc111a5c9514b0def7acf6b6534290f5502206cd22"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1b11ff50-0e82-4a0c-9b1e-99347d218671/0f20eb26cbac962090ca27af88aa2c24/aspnetcore-runtime-6.0.7-win-x64.zip",
            "hash": "e2c52af3361fdb9d5897a238e8275f7f9df8b37bd2b7d6f24c7b889111d1f1fd80f30b1a68022dee3e7378c6973a37f1ad0c96cea4c22d73d3cb5068d1cb3efd"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a6f2f0c7-07ff-4255-88e6-707b84990828/db97169bf75388792cb52881dcc6afbc/aspnetcore-runtime-6.0.7-win-x86.exe",
            "hash": "8b99a164e67aca14227f8eb90165e16189cc2ffda21c276e1ba100fbdfe6d83bf87bcf89f2423ebeef21c9e6eca6dcbf8896690a6fb9235fef7bd7f02b3494ef"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b3a7c46e-6e53-4aac-bdc3-a8a7f15efefe/37049c002ffd567eab9729a9d0a47e38/aspnetcore-runtime-6.0.7-win-x86.zip",
            "hash": "db43cbde0e6f33acd9e6d8107b330de5f1f8c7e13fba86ba281c74af2b6903ecffc6067411db89b90c3b051b13c5d325c7c6e9553139f669d1f75c11c3116cbf"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7de08ae2-75e6-49b8-b04a-31526204fa7b/c1cee44a509495e4bb0bba49f52c719a/dotnet-hosting-6.0.7-win.exe",
            "hash": "e3f8a2ca63eafb2429f9db1a430f1019e7915c0fc6b866110e3c71e10ce470e79bf6926e695cf3ab08bd816e5d61e7d3aa8c998d33ba102f1c3bfb225ad29ced",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.7",
        "version-display": "6.0.7",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f33cf7ce-bf03-428c-8aa7-e32ef6d7ddc6/e61dc60fce686844c41ec2901ad5b01e/windowsdesktop-runtime-6.0.7-win-arm64.exe",
            "hash": "1ab666244683bdf5c8297e52d6e2553f20b110b063ddd016e82998568ecf818f4d756f1a78fb8049ad25f9ff75f6ed2ad862f8b0576df32f7d6d344588815615"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/92af07e6-3e09-493d-a923-f36f59d1f99e/af0aba8b427c8fc7e76c1ff411c9d9ed/windowsdesktop-runtime-6.0.7-win-arm64.zip",
            "hash": "c38d6518111187e684c6f9867b60ae78867f0464951a57a59855bc7d6502d5a1b1e9b9600440db62047ec4efb0a003e992c75421160a05e58c565d690ce8c7c3"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc0e0e83-0115-4518-8b6a-590ed594f38a/65b63e41f6a80decb37fa3c5af79a53d/windowsdesktop-runtime-6.0.7-win-x64.exe",
            "hash": "b38fb7edb21348b1cf6ee7310dd7fe03a10844f47418d993aa8145d7232a4e2d22a3388b591bdb9c3bfbd9c7456a538ac299beb93f180f6cca73cb41f1ef6596"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/516a8e99-13f9-4b75-bb0b-915474ef697b/f8063599bc9128ca6e64ff7ef9b60383/windowsdesktop-runtime-6.0.7-win-x64.zip",
            "hash": "f2d6653ff1c0af81a6ba8b240d4c42464d5d8859e0dd85889829d4fb682b2d0a820e299abfe32ec22bb98e77ac266e0d736b7e71baf8b13c0432f2604c3f1243"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f21307ec-9007-48ba-80cb-0b1b7c3c212a/366a3d6b4c092d85d7979c6bb818f1b6/windowsdesktop-runtime-6.0.7-win-x86.exe",
            "hash": "33f65f54f979689122cbbbab700b7de90226088d29a6069f31f69b980c023fcaea4b822562018f8b450509925c5ea295e06a2424366f75088522d1c3d5409852"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4e00967-8611-4e27-9b4b-5b23067265a3/0dea22d1d07fb5a21745bd758ade744d/windowsdesktop-runtime-6.0.7-win-x86.zip",
            "hash": "fdfac60c65109fc9a112eb8613bdf99f845d2d08286f9bc08c74bfc81fc11d6874c4780c5e3313c081d72e5c94c95e3bf38a8f7e91614dc8c551d6fa1834306f"
          }
        ]
      }
    },
    {
      "release-date": "2022-06-14",
      "release-version": "6.0.6",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-30184",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30184"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.6/6.0.6.md",
      "runtime": {
        "version": "6.0.6",
        "version-display": "6.0.6",
        "vs-version": "17.0.11, 17.2.4",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3ba760ea-befb-4ec8-9fd8-89e7dd1f46be/17ef5757f98629f1c07e1fbca2b65901/dotnet-runtime-6.0.6-linux-arm.tar.gz",
            "hash": "92026b23ed3125fb93cdbd7c790a3f160f58a75122561950374e0ea7da2fa0efb002fbdfdddb9f26763ac92df88b6aa4c2e482ba54a0a7b4649517182f87957c"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/44ed3398-9838-4fd0-b225-60d5aadfb00e/00fd4a320d09a380753b45106e2a8e94/dotnet-runtime-6.0.6-linux-arm64.tar.gz",
            "hash": "659bf64c5f2e11f2b8cf01dc595a4280d1960bf484fc379d3a382660eea7adb6e69ace49d84522a85920ed53fa2ffb95a3b0ca0ebf63dc909b865028174ed29f"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d209f9d7-4ddc-4627-a0f2-960804b48fe2/3bb2fd882406ca66189ac24e81d86c94/dotnet-runtime-6.0.6-linux-musl-arm.tar.gz",
            "hash": "8bc37b9a22c6ffb944d511f757d5ba43359ffe9579f09b5a618a70004b615c87310b31f546ac3e76b045244a65177e7546b7715536ea56e831299e52de6c91d5"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b62ace6f-a30b-4a6f-a66b-f4e924e3ff3e/051baea234407ce6ed5c7332b1e6aad3/dotnet-runtime-6.0.6-linux-musl-arm64.tar.gz",
            "hash": "3fc7e84b45f2cef2e6d0b6d36cde21f4925cfdbff09606e7380f253d7949c34c63292f5afd143fb32f39fd633394de6482cded2614e5fa14e9653aac0e61b315"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/05375a21-79a9-41f6-a8e2-d6504343ca19/ee77adb1ddaff11925111d94b5987b8a/dotnet-runtime-6.0.6-linux-musl-x64.tar.gz",
            "hash": "c950e64d7d95e979032cf2eccbc41911380141e8fb529aca5c05f23c4eb480d0182a8f26c64305efbfe409af3ad7ed66197b10e861ac795098c653ce6b1aa41f"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec4172e3-077a-42c0-859d-349e517d7935/82d945cdc4c33fbe440a86a240a58a41/dotnet-runtime-6.0.6-linux-x64.tar.gz",
            "hash": "4fe090f934f0ba4e64a63dfccbac97d49b19a913f2a7d73abe85efd604ee5577cefd65d6e0dc02086e9fa28be4ce2bbaecb33ea70d022714138ed54deea58c72"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c02ac195-3d6e-40c8-bab6-7a5cff4ea81a/2cf046c0857dc848d537807c8ee51516/dotnet-runtime-6.0.6-osx-arm64.pkg",
            "hash": "1ea80ef2419ba4fe373e0df8571f7fe53f3b3a4a04cb87a7b55d9ed8386d2a3e00f0741a50de6923489294554522697da95be666323d6192900c65806308dc72"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f91e108d-487b-4a47-b6e9-52bcc56df7ed/d722468512150e73489f2cee0b2d7087/dotnet-runtime-6.0.6-osx-arm64.tar.gz",
            "hash": "0cb4f3c808ae5476ebdbc18840846fb625a51ac5ce53688e83c3ae22a062095f9012c066dbcce231eca50ca3f057d7a29721d4b9cd04c9891ca26fc0c1c4a481"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bc450f6d-2309-4352-b940-e4ac89261afe/e6a64009f3829f7042153a772edfa4ea/dotnet-runtime-6.0.6-osx-x64.pkg",
            "hash": "e15b0289a643314f2fbc803d48a808751599bfe749514aafe06446c14441e9a415c0003540d3e952a83f35f36c4f2b275d9c91f3438b5282af428effb3d2b3ba"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/30056482-998a-42ed-b3a7-8fc057977e2e/698c75b7f2429e796dd3c13f980e4188/dotnet-runtime-6.0.6-osx-x64.tar.gz",
            "hash": "efe5b6287c4a62688bc94aae2d4ed8831ca5d62280ba477bb3efa49666c9fdbb9b091980837882b1b52ddfba566a8ab0071746cbfa63efea99a0bb3ebf19a2a1"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6180b6ce-48d0-4a0c-951a-bc6d2f5bbc3d/e1c2d351d288e5f02df27d3d9d9d874f/dotnet-runtime-6.0.6-win-arm64.exe",
            "hash": "352c5502ba070b7f8613b51c777446ab1434b3e7a4345adcd1088120402b49466e349e11b4dd9dcca274b265591ac494de485ce83f3822132ad003d438f9f1b6"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/475859d7-2fff-4ce8-9f7f-ace506a17fbc/cb7f5ec29cb25f6fd799e2e361ddb67c/dotnet-runtime-6.0.6-win-arm64.zip",
            "hash": "75f05cb6b411613da4f1b20cd50df1bd4f7d2e29f2195edf3741d94fb2deaea6a0f41f542cac7a3fa3c3e1ab05dda406f036f8a416a8b17b76b5f4dd4bae3612"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7989338b-8ae9-4a5d-8425-020148016812/c26361fde7f706279265a505b4d1d93a/dotnet-runtime-6.0.6-win-x64.exe",
            "hash": "ac180f361b74af4145d141726f40e5d3d854f18f3bd96e7e4eef015e208fb1af04f12b285d3c18bb5d7abaf47afa5ab6609b66e78551aee1b6327dbb504c1edd"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9ffa8051-c8c4-40fa-8a0d-1f37069155a9/8538bef240de6b58918ab670327e8912/dotnet-runtime-6.0.6-win-x64.zip",
            "hash": "d92bfb6ae6d06475a2fe5bf0b45d1a11a617a63a1df5ecefc822e455aaf08fa42c2f5331561f38b2c88118ee3078c8a0b5a79957cf713b150b41e8c944e0557c"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/60c4767e-c0df-491b-970c-cf69d0c2c581/524ccc6ff8aa96120753ab387bf22d5d/dotnet-runtime-6.0.6-win-x86.exe",
            "hash": "293df8c1efce6e3e7c03023fb581aa744587a43f98c64fb63300cdd8bfa26822cbdb88a4c94ac04959f0fe1e561b20a8a7ad0cfc240223e7022dcce5fca2024c"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a569272-6923-48e4-a325-6752b7bba641/f60c762922218d1cdd892936742f9ea8/dotnet-runtime-6.0.6-win-x86.zip",
            "hash": "84455d621a5f919c5b4fe91df9cbbe264996763438a9a92940707554d1c7793070a9bc71f14bb37992973688435ee83bae8d8a359cb2dd8af0873a49b9f6eb11"
          }
        ]
      },
      "sdk": {
        "version": "6.0.301",
        "version-display": "6.0.301",
        "runtime-version": "6.0.6",
        "vs-version": "17.2.4",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.2)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a218e3b9-941b-43be-bfb1-615862777457/80954de34ab68729981ed372a8d25b46/dotnet-sdk-6.0.301-linux-arm.tar.gz",
            "hash": "ef7d028b80eaaae18b71195e89e00dea2186d455f7b72f373fc0a57074e8320c8e9245167c06e30a2ddade4ab21ad5e8b05d04a6ea11c1de68b7c9a6f9807d25"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/06c4ee8e-bf2c-4e46-ab1c-e14dd72311c1/f7bc6c9677eaccadd1d0e76c55d361ea/dotnet-sdk-6.0.301-linux-arm64.tar.gz",
            "hash": "978dd04f78ac3d6b594c47f1482bba0abe93f0b37379c1c46a2b9b33bdf5188576b055250546295de39bb22cba93ea9b31c31bb026a319ad1b3fc507db44481f"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/952c468c-ac70-46b0-9274-4cb9c270950c/f0cd4c8392158547c2fa38674bfd56fd/dotnet-sdk-6.0.301-linux-musl-arm.tar.gz",
            "hash": "bd0558f10b9a112258a969afdfc14d770293b75a49b1d8aa15a2a71a492b18643d6a2a9570e055a0fa6a89dab11cd3532c5e02844dffaff2c2aca4aee25099fc"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4bd2399a-e0e9-43a6-9767-ac15dd430b1c/3dd4307a1ce811e31943d80eee638bc1/dotnet-sdk-6.0.301-linux-musl-arm64.tar.gz",
            "hash": "63f2d1e84fa4e62d617e82ae3d9e51fad78d6fda78b481e3342925fef3d1166637841155baf3884d5730bc00b5b0c59d5e8b64bb6b478c0dcbd3d47ef40816aa"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/206aebda-126f-484f-af02-051a17c1ec54/2ec559cb69cec83ffa64dba5441a1b2d/dotnet-sdk-6.0.301-linux-musl-x64.tar.gz",
            "hash": "28e57adc8ac4a82bcfb2d3e623e43b04dc3f2327d7bbc130ecf122cb7d9d1a2f109f51fd14e9be0970e9ca4657d83d4771cc02e791c1e6ff4922d51b89af5f93"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/77d472e5-194c-421e-992d-e4ca1d08e6cc/56c61ac303ddf1b12026151f4f000a2b/dotnet-sdk-6.0.301-linux-x64.tar.gz",
            "hash": "2f434ea4860ee637e9cf19991a80e1febb1105531dd96b4fbc728d538ca0ab202a0bdff128fd13b269fac3ba3bc9d5f9c49039a6e0d7d32751e8a2bb6d790446"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/635bd87f-f656-4c6b-b246-44b4ea377e0b/08efab409fd319fa1752d65c809783f8/dotnet-sdk-6.0.301-osx-arm64.pkg",
            "hash": "f389a0dd8e0a83457b71ac34a2b77453f56d7959ce522f927a07a458ea34f13a5efe67a3ac0446aadbc6dfcf1b1b96108ab6e2bbbee19edb3ca048d6fc8ba060"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3859fff3-f8a9-4e05-87cd-bd6db75833f5/64ec1099d45f85d14099da3c1f92a5c3/dotnet-sdk-6.0.301-osx-arm64.tar.gz",
            "hash": "899558be856769ad6ccc4606f3a9f996327a7395a72acb18a5fb0899e0c4c4ba8c90b94f16771439193f87a974e1e884dd55a9fc6649fe929ebe47ef19cb4efc"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ee524e48-da60-4da3-bbde-a253c0f55f98/5190a50cc72112aa935c4a8d4d979c24/dotnet-sdk-6.0.301-osx-x64.pkg",
            "hash": "2c022addf200031e323816cb2e1f2ef56caa25318d82f30ca185417b8cc4bf70e6a8d6e9a66fdb56ea40fe6cef0a8dd42ef5ce9ac24bc5013ecc242b4efd1994"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf3e1c73-a9a9-4e08-8607-8f9edae5f3f2/40a021a98a6b6e430a1f170037735f6f/dotnet-sdk-6.0.301-osx-x64.tar.gz",
            "hash": "027328a353b65fad0618d1e5abeb973c9f05787d9432631bf9ab5fafe636ea2f494f70c0704e81a1664fe7a3519174bd269dbc795b651b14e9a86c83f8e3adec"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fe1eb1c7-ff26-41be-bd82-744151a4b563/7e71468f2a64cbae7babb0b1cf8d662a/dotnet-sdk-6.0.301-win-arm64.exe",
            "hash": "fc3bdc0301c41336904405bd13a6fd2e6496f8ce9c41492e3f2492978db4a63b1ceb9b8b413b579aa1e9489bd9024eb4b2ae4115bf221ba1a786f9db9341f186"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/656c8345-6661-409e-871d-00ca93cec542/cae3dcdc5c668c0e0abcf12d838348f1/dotnet-sdk-6.0.301-win-arm64.zip",
            "hash": "9e32717f5bfd890e50a01b731d3b195bd66cfda6fb27c6267ad38fcde43bfc112231ae38ef6eb12f5293fac9da4bd9bdb5e299146c8305bba843f14abfb7e90b"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/15ab772d-ce5c-46e5-a90e-57df11adabfb/4b1b1330b6279a50c398f94cf716c71e/dotnet-sdk-6.0.301-win-x64.exe",
            "hash": "75f24e6836588bc0a866cb226e94b16780719296288261278c99d04a3bc6bef3431e3f0a48b01074c657fbec1db15bee64f0053b7eca1514121e61355bda49f2"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/333eba0c-3242-48f3-a923-fdac5f219f77/342a4595101e3b4616360a7666459236/dotnet-sdk-6.0.301-win-x64.zip",
            "hash": "cc45e91a04850a175f1c6bcab104f1230067f3ead61d4fb4ddad19c641cfffcfe019cb38faad4b1f16367b6f67641fd2913184c09a8bb83abc51959003b48a6b"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/119c00fc-bde4-486e-8d04-6a573372932e/4d749fabe7b0c77f02b4fd49548acc77/dotnet-sdk-6.0.301-win-x86.exe",
            "hash": "1dd3da8df8efdf1c5658e809f941dfbf353f3394fb7aafc63725928aa813b0f50c89677a86711bae07a4ece5b5db69e1d3df21fff46e6c484736e1f0b2b60fad"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0a9cabcb-cb52-4f5e-bb79-1298f9ff9e22/c306c5cc940a9bb9a39ffe6619a255e6/dotnet-sdk-6.0.301-win-x86.zip",
            "hash": "3ad48f494c64cf64ed3b8d7cc10b18dfbb3b3a7f77d4e40c6ad5b02ec17b4a9c83f1b2f5d9840113b313009864da254e98715a647b2db0306b0b47f088ec6a83"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.301",
          "version-display": "6.0.301",
          "runtime-version": "6.0.6",
          "vs-version": "17.2.4",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a218e3b9-941b-43be-bfb1-615862777457/80954de34ab68729981ed372a8d25b46/dotnet-sdk-6.0.301-linux-arm.tar.gz",
              "hash": "ef7d028b80eaaae18b71195e89e00dea2186d455f7b72f373fc0a57074e8320c8e9245167c06e30a2ddade4ab21ad5e8b05d04a6ea11c1de68b7c9a6f9807d25"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/06c4ee8e-bf2c-4e46-ab1c-e14dd72311c1/f7bc6c9677eaccadd1d0e76c55d361ea/dotnet-sdk-6.0.301-linux-arm64.tar.gz",
              "hash": "978dd04f78ac3d6b594c47f1482bba0abe93f0b37379c1c46a2b9b33bdf5188576b055250546295de39bb22cba93ea9b31c31bb026a319ad1b3fc507db44481f"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/952c468c-ac70-46b0-9274-4cb9c270950c/f0cd4c8392158547c2fa38674bfd56fd/dotnet-sdk-6.0.301-linux-musl-arm.tar.gz",
              "hash": "bd0558f10b9a112258a969afdfc14d770293b75a49b1d8aa15a2a71a492b18643d6a2a9570e055a0fa6a89dab11cd3532c5e02844dffaff2c2aca4aee25099fc"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4bd2399a-e0e9-43a6-9767-ac15dd430b1c/3dd4307a1ce811e31943d80eee638bc1/dotnet-sdk-6.0.301-linux-musl-arm64.tar.gz",
              "hash": "63f2d1e84fa4e62d617e82ae3d9e51fad78d6fda78b481e3342925fef3d1166637841155baf3884d5730bc00b5b0c59d5e8b64bb6b478c0dcbd3d47ef40816aa"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/206aebda-126f-484f-af02-051a17c1ec54/2ec559cb69cec83ffa64dba5441a1b2d/dotnet-sdk-6.0.301-linux-musl-x64.tar.gz",
              "hash": "28e57adc8ac4a82bcfb2d3e623e43b04dc3f2327d7bbc130ecf122cb7d9d1a2f109f51fd14e9be0970e9ca4657d83d4771cc02e791c1e6ff4922d51b89af5f93"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/77d472e5-194c-421e-992d-e4ca1d08e6cc/56c61ac303ddf1b12026151f4f000a2b/dotnet-sdk-6.0.301-linux-x64.tar.gz",
              "hash": "2f434ea4860ee637e9cf19991a80e1febb1105531dd96b4fbc728d538ca0ab202a0bdff128fd13b269fac3ba3bc9d5f9c49039a6e0d7d32751e8a2bb6d790446"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/635bd87f-f656-4c6b-b246-44b4ea377e0b/08efab409fd319fa1752d65c809783f8/dotnet-sdk-6.0.301-osx-arm64.pkg",
              "hash": "f389a0dd8e0a83457b71ac34a2b77453f56d7959ce522f927a07a458ea34f13a5efe67a3ac0446aadbc6dfcf1b1b96108ab6e2bbbee19edb3ca048d6fc8ba060"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3859fff3-f8a9-4e05-87cd-bd6db75833f5/64ec1099d45f85d14099da3c1f92a5c3/dotnet-sdk-6.0.301-osx-arm64.tar.gz",
              "hash": "899558be856769ad6ccc4606f3a9f996327a7395a72acb18a5fb0899e0c4c4ba8c90b94f16771439193f87a974e1e884dd55a9fc6649fe929ebe47ef19cb4efc"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ee524e48-da60-4da3-bbde-a253c0f55f98/5190a50cc72112aa935c4a8d4d979c24/dotnet-sdk-6.0.301-osx-x64.pkg",
              "hash": "2c022addf200031e323816cb2e1f2ef56caa25318d82f30ca185417b8cc4bf70e6a8d6e9a66fdb56ea40fe6cef0a8dd42ef5ce9ac24bc5013ecc242b4efd1994"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cf3e1c73-a9a9-4e08-8607-8f9edae5f3f2/40a021a98a6b6e430a1f170037735f6f/dotnet-sdk-6.0.301-osx-x64.tar.gz",
              "hash": "027328a353b65fad0618d1e5abeb973c9f05787d9432631bf9ab5fafe636ea2f494f70c0704e81a1664fe7a3519174bd269dbc795b651b14e9a86c83f8e3adec"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fe1eb1c7-ff26-41be-bd82-744151a4b563/7e71468f2a64cbae7babb0b1cf8d662a/dotnet-sdk-6.0.301-win-arm64.exe",
              "hash": "fc3bdc0301c41336904405bd13a6fd2e6496f8ce9c41492e3f2492978db4a63b1ceb9b8b413b579aa1e9489bd9024eb4b2ae4115bf221ba1a786f9db9341f186"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/656c8345-6661-409e-871d-00ca93cec542/cae3dcdc5c668c0e0abcf12d838348f1/dotnet-sdk-6.0.301-win-arm64.zip",
              "hash": "9e32717f5bfd890e50a01b731d3b195bd66cfda6fb27c6267ad38fcde43bfc112231ae38ef6eb12f5293fac9da4bd9bdb5e299146c8305bba843f14abfb7e90b"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/15ab772d-ce5c-46e5-a90e-57df11adabfb/4b1b1330b6279a50c398f94cf716c71e/dotnet-sdk-6.0.301-win-x64.exe",
              "hash": "75f24e6836588bc0a866cb226e94b16780719296288261278c99d04a3bc6bef3431e3f0a48b01074c657fbec1db15bee64f0053b7eca1514121e61355bda49f2"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/333eba0c-3242-48f3-a923-fdac5f219f77/342a4595101e3b4616360a7666459236/dotnet-sdk-6.0.301-win-x64.zip",
              "hash": "cc45e91a04850a175f1c6bcab104f1230067f3ead61d4fb4ddad19c641cfffcfe019cb38faad4b1f16367b6f67641fd2913184c09a8bb83abc51959003b48a6b"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/119c00fc-bde4-486e-8d04-6a573372932e/4d749fabe7b0c77f02b4fd49548acc77/dotnet-sdk-6.0.301-win-x86.exe",
              "hash": "1dd3da8df8efdf1c5658e809f941dfbf353f3394fb7aafc63725928aa813b0f50c89677a86711bae07a4ece5b5db69e1d3df21fff46e6c484736e1f0b2b60fad"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0a9cabcb-cb52-4f5e-bb79-1298f9ff9e22/c306c5cc940a9bb9a39ffe6619a255e6/dotnet-sdk-6.0.301-win-x86.zip",
              "hash": "3ad48f494c64cf64ed3b8d7cc10b18dfbb3b3a7f77d4e40c6ad5b02ec17b4a9c83f1b2f5d9840113b313009864da254e98715a647b2db0306b0b47f088ec6a83"
            }
          ]
        },
        {
          "version": "6.0.106",
          "version-display": "6.0.106",
          "runtime-version": "6.0.6",
          "vs-version": "17.0.11",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cba88c45-5ea4-43ed-b495-099d9925b561/af8f6468186950a4f87e932f888434a8/dotnet-sdk-6.0.106-linux-arm.tar.gz",
              "hash": "9973fa26f7129e4f148e65123512ba02644b78b47a7d4b1fbeeafd09038beac66664b285ace5e228a7818f0c35a357d31ff1d580795182c872c514fdb3b90e35"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3a8c5d20-21ac-40cf-b3c5-2efd29a88870/b6f62cff4a13924832a81574e5ef5a80/dotnet-sdk-6.0.106-linux-arm64.tar.gz",
              "hash": "86fabee178d16dcf9b5ff3d2f786c72be6bea5838b69c9e02d3a356703799378094a87f3ae4cc3ed6564f2c762a1837c4d8f91a228ba94cf58546d5ba7363f8f"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4daddb43-d6c0-444a-ba69-888ff5e764ca/0ff812b5526280610cdc5ef8c8dc1869/dotnet-sdk-6.0.106-linux-musl-arm.tar.gz",
              "hash": "e860bba7ec61f83e1070700dee719f565c42e91dcc7a680f8f21d3571c6eba0e1fc4f62b5dc478a291e91d03d6810b24fcf66399c4005fceb5b3ecafb37a72c9"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d556d6b6-7ff3-4630-b5b3-65c76e566581/a295c5d78b51a7ca128ab422e80ae9ad/dotnet-sdk-6.0.106-linux-musl-arm64.tar.gz",
              "hash": "75b78c906c7b6613db37ff5c758f2006174c98fca336b1e682da2e07a858872f407b3c5bf57ee8c347c3a35b6af2eb2a56e05bb29ff7b4f26efaf758f6345649"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/96aa7a11-3509-4a31-abcd-85748caabec1/c03bc461382c2b46d953d4c2bddc3f7d/dotnet-sdk-6.0.106-linux-musl-x64.tar.gz",
              "hash": "f8f5019ef265add53f1c26042e5abb2681c96e4b4bac82c29668b48b6952635b5681049b4e3fd49b56f864fec80f0bdd14618fe603da70fe0708a95b394d0112"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e36f738c-f269-47e4-9637-7e8fe96f9e6f/c9d3bd280fdf9bfff2993c1ba0f9f8e3/dotnet-sdk-6.0.106-linux-x64.tar.gz",
              "hash": "baf66ac51feef61c16557cc87d54d5e347f175922098aa45fd1e03dbc2669b97f602c4de378884d95da25968df4700871a82484d8882b5cd0f9a2b049c15212e"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e14e93ac-9abb-43b6-baeb-b08da40bcc4c/f114dbbfd514a04344f558ffbab698a0/dotnet-sdk-6.0.106-osx-arm64.pkg",
              "hash": "37238a9cede87db14911e18456385179f72bafed8409d8a6fbaa205b38841424b017e2850b994cbbb798fa19be56a4c7b255e643ae5f03f63136415df953372a"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/150e763d-fea2-4c15-97fc-862df9defe05/0bdf52cbdd9b9e2999584f9ff1ace651/dotnet-sdk-6.0.106-osx-arm64.tar.gz",
              "hash": "51ae7a02bff806499e5c1a5a9ef6378e68fc6c3bcc3d68fdd83f992cb77d0a1468b4c532a4be1cf3c6966a186748361fa74f796dd59c9899413977fea84b165f"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7d0f1d41-06f4-4b18-afe0-f4d71c66556a/ce8bddf7aac0286e9974bcf63169d3b3/dotnet-sdk-6.0.106-osx-x64.pkg",
              "hash": "ef09502c80c9c3a26fdcdce80ab0c42f42327b931321ca5acc29b273aaf562a52b03b1d12179e8124d12d88f58560dc4a5667fc78b59a651c02bdae4c2b15bec"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f9483b11-a82a-499e-b3c5-e7954f93c262/6891b38e6c532f23d896e908c93df29f/dotnet-sdk-6.0.106-osx-x64.tar.gz",
              "hash": "e17d2bd7b686ca924ddf30a25429369a5ec396ffe3a63bf2d2070078a01aadfd9f4184a1d66bbca01e96dc54a70cfbf7bfe506f8941d05bab99e8f8277eeb3b4"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cdbe8020-25ba-467a-b867-add0dda751cf/02886846ee50af1343d0737d7cc93cc0/dotnet-sdk-6.0.106-win-arm64.exe",
              "hash": "830c69395d6b14f69f4643b2d3e121e7b16421f001a6fd559dc2b16665607571c4dd20cd6dbbeb44f81e3ec47fcf74cd08ba81660965f7bcb69bbf04942f451e"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9822aa7b-9109-47ad-9743-ed5968b1b952/88085bd4db8b7862d9c22499778462db/dotnet-sdk-6.0.106-win-arm64.zip",
              "hash": "65d1854027f61d5b35e8cfed64bf8260075d9f09c834fd134bb8736ef56c4ebd4fc1dc7f1f8ff387dbbe22e640d6e52c288187b1a36cceff00a7b83da4af390c"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/569408e2-e6c7-4c7c-8564-6de9daedd9d7/eef50ddcf5e30843efbab355d4b88e53/dotnet-sdk-6.0.106-win-x64.exe",
              "hash": "81ee133c927daf3c02d07699450dcf0e83efebf268a883eae3d3e23b97d8f1e59c00fedceddaf041bb6b6e89b23f0a849fc46617579778a8e40dc57b2034a0e2"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/74564d07-5697-4d79-91b4-d101f0f139a5/2bb92fa45663d6fbcc3230e8474537aa/dotnet-sdk-6.0.106-win-x64.zip",
              "hash": "a7f47c233d32b4cd0c446491f5afcaa99b7e69c82c65e3bbd17e372244e5f6ed6eb0484f6c3f50fea8680fbee1dcfc504afa3b7a3302d8f2a55ea50b42197dd9"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/777a3e10-4027-47f7-83cb-73271430cfc7/a555d60b3595e57a0f2b964f1331c5a0/dotnet-sdk-6.0.106-win-x86.exe",
              "hash": "2b9e64f67fdb4d39a3b4e0160c63a420d179e52394efca21dcf1f495d1359e3424dbb23defb90a81c3c6a8d431e72d318df2dd2bbc5c75139a39b43908785daa"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4ec41b18-9b03-42ef-b5dd-8a2e840f4a59/9a2732a24614a4886a46cb83f5474bfd/dotnet-sdk-6.0.106-win-x86.zip",
              "hash": "30fbc989ced1a016feb9f740d0d1139581398b4dc21120c6dc7202f4d3eaaabe2ae232e6e57c2cbb90f95dd3293f233f17143b217a46e534c3cdda9b72acdeca"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.6",
        "version-display": "6.0.6",
        "version-aspnetcoremodule": [
          "16.0.22138.6"
        ],
        "vs-version": "17.0.11",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/084bfc2b-f28d-4995-87f0-d82519245825/7f5398fc2caf95355b154856868ef560/aspnetcore-runtime-6.0.6-linux-arm.tar.gz",
            "hash": "311635857dc99d75f6fb7b002fdc0fbc89289cf56650c7e5ecb0c7ffe6016924146df798632d1148c23ce3dd613f3a206b3ffda3d94015241fa558ff4180b270"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/94553ccb-ce1a-401c-8840-bdffb4e9d0cb/ab8a0024df90506d953904ac38b5a978/aspnetcore-runtime-6.0.6-linux-arm64.tar.gz",
            "hash": "a3bd7ce99ffb9b87766c49fcf28d802f4072af1d55f1d53ef4043a1a0b038a0fc8046669bbd82f64fb37e4c73703fa8f54a460caaa473d952baf941d23341c90"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/392f39a2-095b-4841-98f1-a35f36adc004/b3c9cc19e5013a54f332727dac62957f/aspnetcore-runtime-6.0.6-linux-musl-arm.tar.gz",
            "hash": "ae31eb4e06fc182c799ce41822c3bf03ddd4a948f96691b7559a5669dbc481d5177c6ed383c9d86baf3362ed297911f5f7cca22f14b945a7b20e90f6052621bc"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c649af75-1318-45d5-b780-54ab149fad6c/c3e8c553e1f8772b87db5334bf862a4e/aspnetcore-runtime-6.0.6-linux-musl-arm64.tar.gz",
            "hash": "fe7a33e2ff8ff78bcf3877dfe4d5b41ca6e5113cd926777fe2d3d0b4ca7a7dd1e205b515bbbce724c2e41ee544cb7e18c8cbe3caa52e4a91c7a4a43e7bdbb30e"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/58737b13-a9b4-4ebf-a360-6b8909842ba6/0856279338ab22a3efbdf387068ebfac/aspnetcore-runtime-6.0.6-linux-musl-x64.tar.gz",
            "hash": "0ecaf750ecf0eb1da601baed2c71a7a09994fe82ef11c4896c57e07d480e5820fb9f92b5fe55e35bf72f067894b85d7d33d3955f15b670d4282ec5049e52f124"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/afd5344f-a9e9-45f9-85b5-de4551c53736/c30996daa407f9bb540ebc5edfcf16fc/aspnetcore-runtime-6.0.6-linux-x64.tar.gz",
            "hash": "1a5c0f85820f0eb589700df94de6dbff45fe4089a37f1cd5b1fac33476a2cbd8d5c6f129e55b3716f5a7a2616f1a5a720c52238f21b28a510a3e5c8bcb8c516c"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/550f6609-521f-42e4-9b53-ff6c88bbe26a/1abbac456fe075a1b6f0f578716e0c4a/aspnetcore-runtime-6.0.6-osx-arm64.tar.gz",
            "hash": "0d62c151b4d25d606becbc0a99d4ed3988aaae97a95990a8d5b6e0e220bdf661e3f7fad64dad6a479f8c9bbd42971d6e5fab7dca43b74ca7ccbc423fa5b200af"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f5eb01e-6b46-4ef3-8c1c-7b99657a36df/7d4807a527cd5bc5a6a864f1fcd354e7/aspnetcore-runtime-6.0.6-osx-x64.tar.gz",
            "hash": "d1a469a5d27afd2f035f9865a295b8948bb2fcefd0e734c61ea8d0fe1b272fd1e0ba3aa4ad414aa68491fc611695c8d94064d1bb02d62cf1e7ea071a73a844da"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/60c0c6ec-2635-4580-b019-fdd8df756787/1f1d8f52d589836ddd83d0bdd45d4f54/aspnetcore-runtime-6.0.6-win-arm64.zip",
            "hash": "c8718f76f2c7e81b4ebdcf54e5d4a2278cbcf1fc899339a0769482ec26fe1de349016c1c814e025d94e20b23e98d5613e5257ca3e2c44f33832596e50e0f4d76"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7751b01b-4548-478d-ac63-ca57f2b66a3f/3339efd1fde8f62fed0ac2406f8bc559/aspnetcore-runtime-6.0.6-win-x64.exe",
            "hash": "f82a64e442fb4db7133df64c53e7a69b57c904ad1ffde66219cd4e87138452f5860abd5c42ce8281ccf804f780f4583243218099491a3324e9dd55c9722bf5b9"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/188ee779-2b6d-4cf0-b11e-e0514cad80b7/9558e992445f513e3b49ab2ef205c2d3/aspnetcore-runtime-6.0.6-win-x64.zip",
            "hash": "b5d72c13b9ca157cffa2a6b53f80e8cf4d405a899ed29313117f64d33ed59b4307316379bafce013645a14c58ef15804bb1149fba88818b73c076fce3c352ae4"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b68b5e5c-aeaa-4efd-b194-b37bd73eff64/b2afe8dbd41c8f266f8df26df8fe4ce9/aspnetcore-runtime-6.0.6-win-x86.exe",
            "hash": "c092c5a459876a549577c43d6112fb584f855877afb615d6adf1dcb902477e30bda9bbe680a6965e6532fce1159923043b4687dbd8bcd6ef072604af3be84253"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4417f0c7-0613-44c3-81fa-d7879aca9b57/4ebbba22ae0a946f2e68cb1b447fc1c0/aspnetcore-runtime-6.0.6-win-x86.zip",
            "hash": "e8bf2c894cb5fb33659002275ec5e0cadb26ce42a462d1b463e3b04853ddbbaf60694926bd1dad9c13c23450e0d6d034456e9e0ece153f582c855ba7c9fa4d6d"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0d000d1b-89a4-4593-9708-eb5177777c64/cfb3d74447ac78defb1b66fd9b3f38e0/dotnet-hosting-6.0.6-win.exe",
            "hash": "44db96cb9b22a10eba3b61daa9eae2080a21da751253ad8e56f964015944ec7430ff895f29370a56a091b8048ca228b1fecd41e1a88f29145b2b8f13efcb9dbc",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.6",
        "version-display": "6.0.6",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d09acad2-0abb-4ec8-8388-b8b42b31cd58/517cff2da8fbcdcb514bb4e2f1dc8879/windowsdesktop-runtime-6.0.6-win-arm64.exe",
            "hash": "176f8d10e890d253cfdc19b65fef83c6df299d10262ee3298299b1545b27ba2143ebc76a15f06ae5d6dace6a01fa2944b19af01fedb42bbac309d173b996ed71"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e92cf7ac-5e86-4c4c-8d65-3675de8c253e/826784658f9242cfd9bcbbe056858d2b/windowsdesktop-runtime-6.0.6-win-arm64.zip",
            "hash": "414c37303481514ccedd4633c51c1395b4a99b0a9852cf509f17e31045698e3ed939e758c399708fac8605efb89715b292757f9933a5786ddc384e299e9256f5"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9d6b6b34-44b5-4cf4-b924-79a00deb9795/2f17c30bdf42b6a8950a8552438cf8c1/windowsdesktop-runtime-6.0.6-win-x64.exe",
            "hash": "b4b5d989fdfca6c160fbd769660f91aec47b0cc0764de1d2fb3de9d1b86d5c789a84376497574ebd86fb6fb1c7a2a6aaf52661932e8be4f4c2efe8a47a60e469"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e26cb94d-627b-4d4c-99f9-171d85b878d1/56638b52671fa13518bd1ebd65820a75/windowsdesktop-runtime-6.0.6-win-x64.zip",
            "hash": "18e2b249e68ea61b5e3f73b0b82aed515c3ffe8e99925700ff8e399e42cccafaad618bfed9f9a6112b864b6219be9c9e2b0e4519a64bb18d9331dff39a0a6215"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cc04076c-d188-4c20-9b4f-89be06f1a39c/32da746ef46fbeedb4f609b67cb451c3/windowsdesktop-runtime-6.0.6-win-x86.exe",
            "hash": "8de470e216dd3066976e916f887697817e2245e7ea3db68326356c959abe0bb5dd408f889d154718cc316f046cc8b592ed9022c164a8f495448b6deed3cd9d24"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/58a75fdc-0224-44d1-abcb-6476f771a6dd/0f383aed3d95e6c374951d443da125a8/windowsdesktop-runtime-6.0.6-win-x86.zip",
            "hash": "5de9b960208577caa0fdb618b53b09ebb97c30f28aec40d6ef2b24934ad2daeeb28eb7b62e66d0223e51d24377ba5359f9c679fda2b4e3983388e7d9f7284d6e"
          }
        ]
      }
    },
    {
      "release-date": "2022-05-10",
      "release-version": "6.0.5",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-29117",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29117"
        },
        {
          "cve-id": "CVE-2022-23267",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23267"
        },
        {
          "cve-id": "CVE-2022-29145",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29145"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.5/6.0.5.md",
      "runtime": {
        "version": "6.0.5",
        "version-display": "6.0.5",
        "vs-version": "17.0.10,17.1.7, 17.2.0",
        "vs-mac-version": "17.0",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/36a5510d-e454-4f46-aeaa-ed2c9521e12e/1d60cf7759fd938f2e6c9730d0792b9d/dotnet-runtime-6.0.5-linux-arm.tar.gz",
            "hash": "5180bc076629afa91096ed500ce966d1d62e7b1b6248a6a33d6e758a3bca8fdff382d90793d847f049a330f4a0964dd29b18ac8cbd374492f19d74056a608252"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b7bfeef6-3df9-46a1-8cc9-5b2a3121a1d7/44287ecada25d3f0bd8610550e08246d/dotnet-runtime-6.0.5-linux-arm64.tar.gz",
            "hash": "bed49b74ad60d2701ddd638c61c215ad48f5c6eb88df140545d29901df60c6667474ca9d3bed6583dba605282ec64989ff2b431f098f0afc6ed155af59f7126d"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e7c59902-a377-4e8a-a3d7-fc761983b491/e5b3b83ca4f215e6b7d458c6f03e409a/dotnet-runtime-6.0.5-linux-musl-arm.tar.gz",
            "hash": "bcbbaa72b6bcc667d735f42107181eb8943f0138d0093cac78a5ee24b167a1577b5224f0ec399057eea84bcddecb810f22cd307687176c3e2db3796b2b25fd8b"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f9cb36e-28b1-429c-a578-934a7e1d2e91/cfecd1f693ce07469d903b7a24e782a9/dotnet-runtime-6.0.5-linux-musl-arm64.tar.gz",
            "hash": "4b576997e7cf56f362db70d77ecca0b2dcf4f5435926eb0157242c99bac576112dde06b5aa396ba9b9d199d9d2427a10a273509f24685e5a2ac34dd5098a11e9"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec95dac6-c393-4294-87dc-3c62748345a6/a3f9e53cab6a59db36ebe03d51d69024/dotnet-runtime-6.0.5-linux-musl-x64.tar.gz",
            "hash": "de0224c5cb933ff557d19c4293a7a3591a54ae1b5d2de1f663195a1cab34c89986999fd63d43fe6d31fc5ad467d5f5cbd15636fa672c34303fc7eddb1708db7f"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/56d9250f-97df-4786-b33e-a8e34b349e86/dcf054ca00899a70a80aa1a7d3072b52/dotnet-runtime-6.0.5-linux-x64.tar.gz",
            "hash": "c228f0ba0ecc4ccda708e97529b248dd6d70f7f747ead6453623be77e8e1529b54db52f5df1b5e00b5b7f92b73389560832f80607fc07e50879d55ce905afcf7"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7102a180-c397-40b4-b4e7-887d5473d4c4/6a280e559749a9f55216f7571753a70a/dotnet-runtime-6.0.5-osx-arm64.pkg",
            "hash": "42321b4f814d18d751939c6ef878ed2bfa2a47338fc8d497488c4bd618905c0cc0b1376bf30221b6f636cde4260661a388951fb5b288986e0b36a3abf06b1521"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2f9e7817-fe7f-4f68-ada2-171d4907190b/a579270395021e1d42c79761000c64d1/dotnet-runtime-6.0.5-osx-arm64.tar.gz",
            "hash": "3222c366e7da30e39f00eb27c7ac75094b7f294daf105a5ba85cc7f046eb35bdda1c561f3234da3ea2aefbbd1701940557d4e3b31a1e03eda890c9b0b49effde"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c76eb47-a0a0-4fe8-b60d-bb0c01fcd595/604061381c1f121f016d37b9a1e80435/dotnet-runtime-6.0.5-osx-x64.pkg",
            "hash": "198b6ba1178691730b645e5ab5034538ac5b76bdaac6859f2af8072953f9fa6bfc77dc6e10490e597e6803d30164048530e1489084ef80ad0aa763d526282c8d"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8796f054-9724-4783-838d-90fec5a178d5/9ee66f0b62f19d765a1332c03823c490/dotnet-runtime-6.0.5-osx-x64.tar.gz",
            "hash": "fc26668071b989739fc139a06db9895602c179779f5051a01dc3543285239b0c50da0003f0daac2215b502c8a91170f55b748440fe711817ef3cad08266af9d1"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3568ed88-3d4f-47d0-a753-c0cc1b872642/f5f84e3e2d43497ef36c8209e8d82b7e/dotnet-runtime-6.0.5-win-arm64.exe",
            "hash": "48421d20f3939863ebd07300c231f36a2be43e55550662f589883f70c1493d971d2eaa437ebfc969f35f22b348fe0fe875838c336d351516cea5b29500008e00"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0e63f631-e300-4d7a-99bd-0cdc0a791fb2/52fc81d72a2984fdcb8b30eaa2c77006/dotnet-runtime-6.0.5-win-arm64.zip",
            "hash": "bc1c083483cbe5f6c31716d772de58cdbf76850f3e6cd7b90feb03969beef6a3624a621a25bc6d5ddc6e10edaa4488fa63917767c6ea42f8d6311111a60d7c9c"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b395fa18-c53b-4f7f-bf91-6b2d3c43fedb/d83a318111da9e15f5ecebfd2d190e89/dotnet-runtime-6.0.5-win-x64.exe",
            "hash": "2c4ea305b2deac4dd44616a994c78502c365c9789ad28d87359022a186a01bd00fda17faff96ce16ac8e4132f2d5366f677c02255f084748025b355e245b5d5d"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/50c64d87-3ca7-451b-9bf9-7cbc8578d1a7/18577a0122d43a650f31188a097878f5/dotnet-runtime-6.0.5-win-x64.zip",
            "hash": "3e99e10e45b54f625f7a615dde83ac55149a53373cc576eaa586c2fb4822614d505f01972d384cdfcb7c996f5402ded491d187caac143ec75e74ee4b48eaf8cf"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/205afc96-c1cf-499e-a02b-5222f0806f9b/c97f9ee3ce58cae4ffe746732fa99784/dotnet-runtime-6.0.5-win-x86.exe",
            "hash": "1fc29711c4bfbfa7a52479eb588e078428ab2fc1a2781da06b20068ec4165da75770d1253689277c43ff752189f8d40c0fe653f174f06cb1896118558784e2c3"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/54fcf294-d31d-4e1d-a365-ff16aef1c33e/da869b444d32f364ce2b81a5a6176510/dotnet-runtime-6.0.5-win-x86.zip",
            "hash": "fc0b8745d07149e8728ee3c9a09866336d978ef1625277e1ecc91913951ce2057b90c6a5bb9d763197f642fae0f7c1802d16e891f534a8c78ac6e8c7bf82a2ae"
          }
        ]
      },
      "sdk": {
        "version": "6.0.300",
        "version-display": "6.0.300",
        "runtime-version": "6.0.5",
        "vs-version": "17.2.0",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.2)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ef1d4f88-cbe9-47c2-9fb3-e7e772be1a4c/4fbbf2a11cee4f52a478a46b1a69ed03/dotnet-sdk-6.0.300-linux-arm.tar.gz",
            "hash": "362e09bbe36a827beacbf36af6d66f7a6eb6da92e002e9a466a597f2fc181754e8893840c68c67a6c5e94b39e2dec1da360c72814bd904b325171ff7d06c56eb"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c62b503-4ede-4ff2-bc38-50f250a86d89/3b5e9db04cbe0169e852cb050a0dffce/dotnet-sdk-6.0.300-linux-arm64.tar.gz",
            "hash": "67eb088ccad197a39f104af60f3e6d12ea9b17560e059c0f7c8e956005d919d00bf0f3e487b06280be63ad57aa8895f16ebc8c92107c5019c9cf47bd620ea925"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/62fad6b7-bad8-43d3-89d7-df7599d8e2ef/ae3006150958033c87f670ccc6dc9fff/dotnet-sdk-6.0.300-linux-musl-arm.tar.gz",
            "hash": "515762d63d070e5a0b01a442dfdfa9df02b683b2624ceba81617da4cb21141df47a469c50457962bb5ad6801eb529ca1bf845fc713357192b09201d6db349619"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a6f82fe-0ae8-4867-9664-c8d012301a9a/496da28497b7c7f62151e9837eb5db6f/dotnet-sdk-6.0.300-linux-musl-arm64.tar.gz",
            "hash": "4213881a029f6624011e3ae1082d4bb43783cbffac0a2bdc1865cf1a802884c416b9b7faee17099d689d0d18a2a1c1a03b9bdd0c42de27b721e05d872e4affc4"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/108663ba-7326-432d-97c6-d3925e9990cc/dd9876b6a0fc0cdae66006747cb3dda0/dotnet-sdk-6.0.300-linux-musl-x64.tar.gz",
            "hash": "c7a443e8e037be1b10d803f083832d7ac329006798c45d40d02a316009c886070c1ffc2033bdbe816df66e3840bfd7977f2f9a61e28235857a69c552a8d9c2fd"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc930bff-ef3d-4f6f-8799-6eb60390f5b4/1efee2a8ea0180c94aff8f15eb3af981/dotnet-sdk-6.0.300-linux-x64.tar.gz",
            "hash": "52d720e90cfb889a92d605d64e6d0e90b96209e1bd7eab00dab1d567017d7a5a4ff4adbc55aff4cffcea4b1bf92bb8d351859d00d8eb65059eec5e449886c938"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9e14be2d-f676-41ca-8483-ca43bb9c2fc6/7c647915c92303c11a444f88c66f174f/dotnet-sdk-6.0.300-osx-arm64.pkg",
            "hash": "7c2085ec15565c67c8254b49596b5475d80fecf2ecdec4ac58fa532efa2130bace1afc5898a823d1ae7e77fe1e29a27ad6d51a79c31fa667bb39b25d421a3b85"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/da2f2a2c-df3a-4866-a248-a8ff14d1c515/5136a4e95ecbbe2c8a44c07a7043edaa/dotnet-sdk-6.0.300-osx-arm64.tar.gz",
            "hash": "174cecbfdfcd1187ca71e5b741eadacc0e103cea75262f7dd15fdab6845226cec8def75cf4cbec3dc07bd085d003ac456670115b2f2a4a88f902be8a5c3bb3ae"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a048efaf-c4ee-4c22-a987-2bda2a58253c/3ddde00d1b2cf420a0d870df26bc56f8/dotnet-sdk-6.0.300-osx-x64.pkg",
            "hash": "3c0146c65e3cd2ecf4a60caa94553ad3978af23c0f90a3e5638e266631e945f94d5bc9d0d9947506c45b3c65e48fca97f34a4bb94dc14c391f2d604941eeeee4"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5c55a0f8-8f53-4b62-8fc5-9f428b8679a5/af7a2e2804c6cad414e6a686866baad7/dotnet-sdk-6.0.300-osx-x64.tar.gz",
            "hash": "36118673ce1a49cf31658444f29b67dfc338b78eb46847a43f38de0ae68cf2e4d72039b1813a8972de31cd8cfea13a9861d075384e67b86f98ff6abb90f4bd2e"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1d8ab392-e8aa-4c0b-a1d3-15b76aea41b8/80b4b613d23193ef955c132b18d39526/dotnet-sdk-6.0.300-win-arm64.exe",
            "hash": "dedd832c7645fad3e5e270b07997b4dda117ecec44b05c276ae7e4c740d083e194496c914dc6d97c13eb74f60c192699f4397e2f0a4b359bb81f45e375053ec6"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6d0c9fe2-30f1-47bd-9a6b-8adbdd083875/67ea0b44525e220b1f7c81ff88ec19c5/dotnet-sdk-6.0.300-win-arm64.zip",
            "hash": "55f58f99afbdde247504b700594389fe5a95c95b2c0cb4a8c7ba45f6c57b74fe801803a918c704e1e84329d97e95cbb53b9f914e62f57af443c2dbf440b940f3"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/deb4711b-7bbc-4afa-8884-9f2b964797f2/fb603c451b2a6e0a2cb5372d33ed68b9/dotnet-sdk-6.0.300-win-x64.exe",
            "hash": "8ab7f23e6dddb43349467a815a4b84b8d66c378f8da78cfe62c2654f5dec55abc42ab92bfbed8a5a38ad87ff0be70418a38ef4ea937010d7c1c40595a19f1df2"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cc89c1f6-0d56-46fd-88f9-1fbd8ce074ec/753afbad1926cbc8d28aa4a2dd7d9d66/dotnet-sdk-6.0.300-win-x64.zip",
            "hash": "579d886a6778540ac36098b511322fb99e9d5bdc07dd4cc1cb840da04286422019c091b133d306abd4dff9fae1154abf6e996625895db853c9140e6d9dba560a"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3ebd154a-7be1-46fe-b90f-119be60586d9/bfea0a9cd49b264ee432ef9e7121131d/dotnet-sdk-6.0.300-win-x86.exe",
            "hash": "0943b0a9976f769aa354c04cf29b409a19881aace9100b87d75ef3955fb06a8798d6d4c4a714684c8413977f15ce922f1895e3770dc3285e0f70febe2cc86fb1"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/145c836c-9ab1-4d63-91f5-02aaaa895633/2aca858cbe2724f6631587fbd03455fa/dotnet-sdk-6.0.300-win-x86.zip",
            "hash": "c5065cd5cb872cebf66a11aac8731e8b9ece01c30c2fcbde6fb1f6839008590134486acb2f4038cd88baec0f90a784d5163753291b11b5f3e2f68e4882b7abd6"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.300",
          "version-display": "6.0.300",
          "runtime-version": "6.0.5",
          "vs-version": "17.2.0",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.2)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ef1d4f88-cbe9-47c2-9fb3-e7e772be1a4c/4fbbf2a11cee4f52a478a46b1a69ed03/dotnet-sdk-6.0.300-linux-arm.tar.gz",
              "hash": "362e09bbe36a827beacbf36af6d66f7a6eb6da92e002e9a466a597f2fc181754e8893840c68c67a6c5e94b39e2dec1da360c72814bd904b325171ff7d06c56eb"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7c62b503-4ede-4ff2-bc38-50f250a86d89/3b5e9db04cbe0169e852cb050a0dffce/dotnet-sdk-6.0.300-linux-arm64.tar.gz",
              "hash": "67eb088ccad197a39f104af60f3e6d12ea9b17560e059c0f7c8e956005d919d00bf0f3e487b06280be63ad57aa8895f16ebc8c92107c5019c9cf47bd620ea925"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/62fad6b7-bad8-43d3-89d7-df7599d8e2ef/ae3006150958033c87f670ccc6dc9fff/dotnet-sdk-6.0.300-linux-musl-arm.tar.gz",
              "hash": "515762d63d070e5a0b01a442dfdfa9df02b683b2624ceba81617da4cb21141df47a469c50457962bb5ad6801eb529ca1bf845fc713357192b09201d6db349619"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2a6f82fe-0ae8-4867-9664-c8d012301a9a/496da28497b7c7f62151e9837eb5db6f/dotnet-sdk-6.0.300-linux-musl-arm64.tar.gz",
              "hash": "4213881a029f6624011e3ae1082d4bb43783cbffac0a2bdc1865cf1a802884c416b9b7faee17099d689d0d18a2a1c1a03b9bdd0c42de27b721e05d872e4affc4"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/108663ba-7326-432d-97c6-d3925e9990cc/dd9876b6a0fc0cdae66006747cb3dda0/dotnet-sdk-6.0.300-linux-musl-x64.tar.gz",
              "hash": "c7a443e8e037be1b10d803f083832d7ac329006798c45d40d02a316009c886070c1ffc2033bdbe816df66e3840bfd7977f2f9a61e28235857a69c552a8d9c2fd"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dc930bff-ef3d-4f6f-8799-6eb60390f5b4/1efee2a8ea0180c94aff8f15eb3af981/dotnet-sdk-6.0.300-linux-x64.tar.gz",
              "hash": "52d720e90cfb889a92d605d64e6d0e90b96209e1bd7eab00dab1d567017d7a5a4ff4adbc55aff4cffcea4b1bf92bb8d351859d00d8eb65059eec5e449886c938"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9e14be2d-f676-41ca-8483-ca43bb9c2fc6/7c647915c92303c11a444f88c66f174f/dotnet-sdk-6.0.300-osx-arm64.pkg",
              "hash": "7c2085ec15565c67c8254b49596b5475d80fecf2ecdec4ac58fa532efa2130bace1afc5898a823d1ae7e77fe1e29a27ad6d51a79c31fa667bb39b25d421a3b85"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/da2f2a2c-df3a-4866-a248-a8ff14d1c515/5136a4e95ecbbe2c8a44c07a7043edaa/dotnet-sdk-6.0.300-osx-arm64.tar.gz",
              "hash": "174cecbfdfcd1187ca71e5b741eadacc0e103cea75262f7dd15fdab6845226cec8def75cf4cbec3dc07bd085d003ac456670115b2f2a4a88f902be8a5c3bb3ae"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a048efaf-c4ee-4c22-a987-2bda2a58253c/3ddde00d1b2cf420a0d870df26bc56f8/dotnet-sdk-6.0.300-osx-x64.pkg",
              "hash": "3c0146c65e3cd2ecf4a60caa94553ad3978af23c0f90a3e5638e266631e945f94d5bc9d0d9947506c45b3c65e48fca97f34a4bb94dc14c391f2d604941eeeee4"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5c55a0f8-8f53-4b62-8fc5-9f428b8679a5/af7a2e2804c6cad414e6a686866baad7/dotnet-sdk-6.0.300-osx-x64.tar.gz",
              "hash": "36118673ce1a49cf31658444f29b67dfc338b78eb46847a43f38de0ae68cf2e4d72039b1813a8972de31cd8cfea13a9861d075384e67b86f98ff6abb90f4bd2e"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1d8ab392-e8aa-4c0b-a1d3-15b76aea41b8/80b4b613d23193ef955c132b18d39526/dotnet-sdk-6.0.300-win-arm64.exe",
              "hash": "dedd832c7645fad3e5e270b07997b4dda117ecec44b05c276ae7e4c740d083e194496c914dc6d97c13eb74f60c192699f4397e2f0a4b359bb81f45e375053ec6"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6d0c9fe2-30f1-47bd-9a6b-8adbdd083875/67ea0b44525e220b1f7c81ff88ec19c5/dotnet-sdk-6.0.300-win-arm64.zip",
              "hash": "55f58f99afbdde247504b700594389fe5a95c95b2c0cb4a8c7ba45f6c57b74fe801803a918c704e1e84329d97e95cbb53b9f914e62f57af443c2dbf440b940f3"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/deb4711b-7bbc-4afa-8884-9f2b964797f2/fb603c451b2a6e0a2cb5372d33ed68b9/dotnet-sdk-6.0.300-win-x64.exe",
              "hash": "8ab7f23e6dddb43349467a815a4b84b8d66c378f8da78cfe62c2654f5dec55abc42ab92bfbed8a5a38ad87ff0be70418a38ef4ea937010d7c1c40595a19f1df2"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cc89c1f6-0d56-46fd-88f9-1fbd8ce074ec/753afbad1926cbc8d28aa4a2dd7d9d66/dotnet-sdk-6.0.300-win-x64.zip",
              "hash": "579d886a6778540ac36098b511322fb99e9d5bdc07dd4cc1cb840da04286422019c091b133d306abd4dff9fae1154abf6e996625895db853c9140e6d9dba560a"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3ebd154a-7be1-46fe-b90f-119be60586d9/bfea0a9cd49b264ee432ef9e7121131d/dotnet-sdk-6.0.300-win-x86.exe",
              "hash": "0943b0a9976f769aa354c04cf29b409a19881aace9100b87d75ef3955fb06a8798d6d4c4a714684c8413977f15ce922f1895e3770dc3285e0f70febe2cc86fb1"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/145c836c-9ab1-4d63-91f5-02aaaa895633/2aca858cbe2724f6631587fbd03455fa/dotnet-sdk-6.0.300-win-x86.zip",
              "hash": "c5065cd5cb872cebf66a11aac8731e8b9ece01c30c2fcbde6fb1f6839008590134486acb2f4038cd88baec0f90a784d5163753291b11b5f3e2f68e4882b7abd6"
            }
          ]
        },
        {
          "version": "6.0.203",
          "version-display": "6.0.203",
          "runtime-version": "6.0.5",
          "vs-version": "17.1.7",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.1)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/88fefcd9-70aa-4bca-80f8-4a78d6b8b53c/7ee6202e44cea4fa104f5f788425fcaf/dotnet-sdk-6.0.203-linux-arm.tar.gz",
              "hash": "e6cb656e4acf450023413cd0e155e9c4f294887dec1fb6c87d4e9951eb29d0ad697f50719e42fe3dbea0a34f9d297dce9261c541a7e43e6e4a359c8db215390d"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c7d9ebd1-16cd-44d5-b406-177ad676c630/1a46912f74a71117bee6077ad3b832df/dotnet-sdk-6.0.203-linux-arm64.tar.gz",
              "hash": "552448b13cc77fc1e6189f4954eab16e8a87822189f3e488e6bc73ac099a8fbe6f34b667dabee637522e35edad30661ba32cdd4b94d57bb5cea9441e2f4abf19"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/824718b2-dfee-4a5f-ac48-1e8b63377378/defb62a2ad925cb19390a343526c1a7e/dotnet-sdk-6.0.203-linux-musl-arm.tar.gz",
              "hash": "e8c226460c2a124afd9ca4ab877a081cd07cdd1d33b2d3cef9e3677321c8aaa2bb8c272966f4f65763ac7a949d81c3a78ca1bc6e602bd4d620503e00bd4660f7"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9549b1c6-aed9-44e8-a455-01707951ed5f/6f1ca9a1aa740078b7fecad8d2c2d694/dotnet-sdk-6.0.203-linux-musl-arm64.tar.gz",
              "hash": "15e1aaa9e0b5b28a8fdc32e963c1d346a53d3a5ece09e91d59d021fd8e0fb08c22f3eeccc43777d14a6d05bfdda32d075c65563420b9854aa466fbb3a796a7af"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8e744257-9ba1-4575-9334-db762c32462b/4c857a7eac212668ae0b2096546d9abe/dotnet-sdk-6.0.203-linux-musl-x64.tar.gz",
              "hash": "6d16711b06fdabdea151b9878e64bffe571055d7fac0f7abfaa990640d819fd67d5f1ea7ade05bbe91659012f9dc3900f24137cba1423e0e2fba116f8e87b9a2"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e075dadf-22a9-482b-9387-bf8341a4f837/ab20e3e34c2c8be290d9938590f208ed/dotnet-sdk-6.0.203-linux-x64.tar.gz",
              "hash": "08b97f34a74c9605eb2fef414b9df89e0bff5c0564672a1a7653fe37fce4e10c272aa0ddc1121d981bca04a3e98cd2346c679a18b6052f2afb08d767f49626f8"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/39c2aad2-1f58-437e-9c57-0503bc29c19b/96ff2e9f9a9380661bb6ca1def5ff97f/dotnet-sdk-6.0.203-osx-arm64.pkg",
              "hash": "60eb5c7e16ae6d29191d27e816ae6adda393969a39dac4b852eae5cb9fb0a417dfb736e0d5081e583736cb8db207cd526b1ad807f3fbb2408146c8b3c3243f3b"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5bb286c5-8c12-4eb0-91b3-0d673675f569/f925842decf6c320e0db41397e7636e7/dotnet-sdk-6.0.203-osx-arm64.tar.gz",
              "hash": "fb7841f78f658c863f88e82eda9694454ad2c8ddd01d81faef46a94cdc93d52b6a35d22e49ae28e36d205d3a915a924b6dbb7d16766e25180be597639f0ead28"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2d0694a8-92ea-4c6b-bbfd-dae82cac49d5/f1c31bbe3272cf258417ad29f9f51b99/dotnet-sdk-6.0.203-osx-x64.pkg",
              "hash": "40f364cd16593e2b78e4277985b7e8d840bb33dd61431683649d7f8b2e86a61e8315cb7c57492bfd36908a64627282c0223f1a01c634f7548f7a20193903a0cd"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/82aef4a2-e57f-4795-af33-e21840bc0413/2df621abe3e88ce9a0fa0b1a69943b01/dotnet-sdk-6.0.203-osx-x64.tar.gz",
              "hash": "656cb5286edf4c21857ff2831d8650556569f5e662d41a9ee09d668b35cb4eb9672e0c67f6c9537177d20a7ff0573d1970b6d6c80bc11ce79a4decc0c3c55433"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a14fa3db-cfd2-4a7f-83ff-b04a8b0dd85c/dff84429395fd36183feac70dfe993db/dotnet-sdk-6.0.203-win-arm64.exe",
              "hash": "d3a43b1091042d3ad9f84f88cd5682d95536fee8bcd9d7cf7817f35d1cda9794c6aca96102908f4741d5f294820cebfc9069c8820a06c5c03629e78a74673fd9"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eef29a59-02fe-471c-8071-f9f8ea564093/f215dab02beb59eb1706d990dcb0c0a2/dotnet-sdk-6.0.203-win-arm64.zip",
              "hash": "a84da4178bbc4ac36c9f44b3a7bc54567bab092b767a47b5c0f3a1a0e66c84f3d574f42de67b85d52c8a084832599c9c39b9749abf30d15c5a9adb34e96003b7"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c4de68d7-15fb-418a-ac11-fb51212cd16d/029648aa5eec8aed3800883620ec5d9e/dotnet-sdk-6.0.203-win-x64.exe",
              "hash": "bbfcfb10dbee48bfa507870d86cdbf5611264694d395457de08f196be9415ac0e91ca694ac52214b2c38ba6c88587848328e8ba6056fec5bede30146057d40c8"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c92e73c1-ea97-4649-9a95-7068bebdc983/216180cb4d47f959eea969bf15cd9d66/dotnet-sdk-6.0.203-win-x64.zip",
              "hash": "71b5b2d99ebe1fe025bb341e463b1f6c459d1725e12e9dba14327e958849fa2f8e0dd310f77a705d0926e560f77df40476b9f9f5002a63bde43f07bc082b1715"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d869f1ef-f319-469f-9732-098df1fba850/07acdded4409f55159d69a757c326388/dotnet-sdk-6.0.203-win-x86.exe",
              "hash": "8af6430b8ea043fdf1b902d183e3c8c9383f35625a8d5e2a441d936db12f9ccb3388138eda46005857785d2ccd0c3da8a9b710becc26266c95924707fee505ca"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/859f16db-eb0d-40bf-8c98-ca37b0c50f4a/9649d029eb4fdc0323118f8919c1a390/dotnet-sdk-6.0.203-win-x86.zip",
              "hash": "e49482c3efaddb8207bfa9980d4cd03cfa7ab727e74e6366e29336493d8bfff03a4b87a5c749b9c3108526e964d9172fbb4b5b2b620b71a14844b26d49a88d94"
            }
          ]
        },
        {
          "version": "6.0.105",
          "version-display": "6.0.105",
          "runtime-version": "6.0.5",
          "vs-version": "17.0.10",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e3c5dfe0-e6ba-4660-a73e-d6edacfdc894/4fba777299a959a5e3125a955866c49a/dotnet-sdk-6.0.105-linux-arm.tar.gz",
              "hash": "edfb33b0956cf1398f460847505cebd8571b82ae870f64e48de54b67d5cbdb5d3cdcfe2328ce9f096d665751bae844eb5a1f66fb707da2ad888d694016444adb"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/54abc3c4-4ed6-4d0e-804f-71372f91051e/6dc0cc5cbf2052e6ace42248473464f3/dotnet-sdk-6.0.105-linux-arm64.tar.gz",
              "hash": "e995bf3da74b2b9b0cb17339be5cd34299e2d5471cd72e923919e9ac22badde369d23357f09c3dbc121c10da366f6650ee8721adec3a11911ef5fed223b9accd"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c7a54982-e92e-48e0-8223-96d918eec618/01b26f5ccf24dda220c0f0f35d54eb83/dotnet-sdk-6.0.105-linux-musl-arm.tar.gz",
              "hash": "02b03d424411c9be1679fce10073e072f7eeb2064a7418cc18ceb1c9825f73ad63123ee9a7dc02dc1ce80c29adff08d6d787a0a3162e521ff8643d570d69436c"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e2751c7f-e0ea-49bd-9611-f1c7ee8458b9/896839aa3339852f515a7a65dda4fb4f/dotnet-sdk-6.0.105-linux-musl-arm64.tar.gz",
              "hash": "e14f37173c082e5e0d6f8e8c650ef89b12127fa41570cc4a0b49e3d868a2c3b07a2aa291aba1abca56f477bd64685469b6d6feeca7e1f1921d06c85aa4723dde"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b0d9ded6-1ba5-4b22-bfcb-8890e83ac76b/a925fd21b91256e951a617c4db7e8a1a/dotnet-sdk-6.0.105-linux-musl-x64.tar.gz",
              "hash": "d0d603efcc2db1e04898afe26a17bc0af316cc0d3965abd0faf5e45fa2b994fc38d177dfd17e8dd5f4f34c759607a44be3d1d2bd2a1509b276b706e4eaa22de6"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fd2b1c90-9a13-4405-93bc-9d6ae5f6012a/a58e300d566a0ef0e344280bb2e88567/dotnet-sdk-6.0.105-linux-x64.tar.gz",
              "hash": "a5a45994e30b390a91110989d725fd5c3e639d0a79183dcd0f49a49909036195b694b413a85b935adfb2b22bb8ff7d6a6b6294fd7a633143cd907218b3285ad2"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dec6787f-a009-4c1d-bb7f-d935216090e6/bd339c555a97886a47cc7bfd84975268/dotnet-sdk-6.0.105-osx-arm64.pkg",
              "hash": "e65666c976b6f687e4871be861ba828a241b0d5dc74a249e07926f93435c64f8e9db370b19cdb07835a8373789d09fc916dda7a76a2a5ef421a9180e288af386"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3c57f654-97c7-4794-ae03-429dba2af9b0/3c667781be261d423a2c117a8ef6b554/dotnet-sdk-6.0.105-osx-arm64.tar.gz",
              "hash": "e96fd4034a2dc25bd2ddccc29a2d7d8696708d2a9806e287957547e1694be48d1eb62d01eafda08b5a7f5f2d0092ddbccb9211cd62aa3f1915c5117ca12bb398"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/79fb9be9-7857-457d-b6cb-b702207ba874/0e40ca3c01f917de6f97946dff202086/dotnet-sdk-6.0.105-osx-x64.pkg",
              "hash": "13e6ab876606c0bbd29446888f70d23876eeda2c0f9d456dea9d80090dca87ed2e51e240bdc74b1502d26df0ca44d80d2a1715b0299fc60b9dd39f933774400c"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9efad6e5-6e00-4e6a-a926-91556698d3c8/3b7697f41a7f5948124fc56f72880746/dotnet-sdk-6.0.105-osx-x64.tar.gz",
              "hash": "b56eb3290738e7f6119d46916f2f1b9888f9db4c1c4dc02a5ac265aeb7533e82eec072f100856945fb1e1211a52bf37c2d48efce7ec04f96ae1d4c1ce6bb9c5b"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4cd76e88-c3af-476c-85d6-7d60098eb37e/5666275eb2888b9159ebe6faa9acfa5d/dotnet-sdk-6.0.105-win-arm64.exe",
              "hash": "b7ec7c6e76171c8b300ea9a0a3bd6a9cb8c5efdd8558c59d82098f323a151e17461faccb40f22ed47d126043803eca00a8474984b8a99f4cab62eff5c7d3c3b6"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9cff1d6e-a301-4dd6-bd87-4d994331acc5/9f133776f229adff5ae722b49395c872/dotnet-sdk-6.0.105-win-arm64.zip",
              "hash": "77cdb15fb8eef1eddae375d691ea2a3e79f798861c0b5067fd0022a6ad077e154da788dc71518184406765968c8409c502a5009bcf8751e7234a66e8bd9090bd"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/638abb5c-3e5d-4d3c-abf0-af7cfd0b0a2d/a0a21f3b85e465e4640817d009bae814/dotnet-sdk-6.0.105-win-x64.exe",
              "hash": "eee66b393acb3c2dc682f8bc2ffe827528be1dcf112a437e17a9208819553d1ceb7e99999818349b45cc4e0639e90c182efd0a3dd9e975473c706276926e2294"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1e0606eb-37e9-410f-8ddb-3af9a1101211/1ce3154cd2085a5414ee46822530b3db/dotnet-sdk-6.0.105-win-x64.zip",
              "hash": "8407515bd7fb9b3a5f9a3abd33e2d282b90d49a904a28434ef7c90a4be8f8c45aa87b98d4b261503c7121ba299eeb500032a69d52fa961fb39319b661156ba31"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c71a1820-b7e5-4ca8-b61d-a612fef05007/e17baafdfad16026246208fa5415f581/dotnet-sdk-6.0.105-win-x86.exe",
              "hash": "1bcad5bf49ac77381bf841695778f4a797302a9a74528cdb6e212f9db0a808fcc7c1ec270d53aeaa65c84be8cf5d4b13ae23c11c6ed80175001dce625afb5408"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bb7c7355-0ce7-4666-be98-eed3ccdde86a/78f7299580f2e89ac41499cdda790f64/dotnet-sdk-6.0.105-win-x86.zip",
              "hash": "3bb4cd1102a8f274b0607ff0979c8767733a29bc8f61604c73cd1ea57c5502105b1306cf2f7bf3d6094f24dd99ac9df14bf1a9574177622b749ead3ceb68d8a6"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.5",
        "version-display": "6.0.5",
        "version-aspnetcoremodule": [
          "16.0.22108.5"
        ],
        "vs-version": "17.0.10, 17.1.7, 17.2.0",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eda01ff6-fb9f-49ce-bdc1-67c688f9f1fa/75b195f97f4b219fccbac4432a6afaf0/aspnetcore-runtime-6.0.5-linux-arm.tar.gz",
            "hash": "8a56d232607aed4d2925438c25f93e1770c4b19f05c29e8c0f866349315fc0da3eba89416ebac4b55f947190d7433463591f436781e6a7729aeca1c77b64bf05"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8ba7087e-4513-41e5-8359-a4bcd2a3661f/e6828f0d8cf1ecc63074c9ff57685e27/aspnetcore-runtime-6.0.5-linux-arm64.tar.gz",
            "hash": "fecc864acff305550944fc20c18570d8323b56eefafd07cacf7f03169700265af7c3b5024fffb5a1742b8a7e792a849319e9180a92e04b79644d674f883e7578"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e79d3c7d-0565-4964-bbbd-1744ce353f7d/3223e3848f5d3dc2d5b66e564f41f70f/aspnetcore-runtime-6.0.5-linux-musl-arm.tar.gz",
            "hash": "5985538ec6d0071d850a1b003808feec72281e6b89dcf13595dfe541ad982833615761057491675cb6084fe181c2a14cb66fbe2ca54bb8d5d6ba52336b3c1d2c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a1512315-fa95-46b3-b891-7081a9f827a1/5b23b506cd30696f955fdfe4fe2526e3/aspnetcore-runtime-6.0.5-linux-musl-arm64.tar.gz",
            "hash": "2f00c9960a7aeeb84cdb932de886c9843c7ec7c1cd4ffc82c5c5321f6da0239796bca8a5651f54a4c92b9c094d48e19244eb6c7f14489e53a522c8977d1c5658"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bb45509f-641c-4e25-a4e0-530fc10144fb/d343f4c912f1fd4a6cffed75d60496f9/aspnetcore-runtime-6.0.5-linux-musl-x64.tar.gz",
            "hash": "b9f07997e5a930e096772a182fcb8f44826cf5fdaf4a5f8d5a9eba4f157373c694a50f57ee1b799fb0e6d4c4d8389cb45409d928e3fc5ea6f56303a190e1941a"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a0e9ceb8-04eb-4510-876c-795a6a123dda/6141e57558eddc2d4629c7c14c2c6fa1/aspnetcore-runtime-6.0.5-linux-x64.tar.gz",
            "hash": "3a2169051da22f3faebba319101c3fb86b1cf8575e3715ebfb82b673e14417370d00b958a252c740a6b0e11a8624e4d4ee41fbfd29a4e73af79752dbbeb1477b"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc366dc7-c30a-4c75-868d-9d7dad64f7db/05ee16d359acd131b4c8ef41bb62ebaf/aspnetcore-runtime-6.0.5-osx-arm64.tar.gz",
            "hash": "862afb12e3755adf7db3c774ac5fbc6b5fe0c005c8b46378c12120a0604492fa17a226e21fe1b542601c15543644442438b9a0a7b1a756e495bff823e45dde6d"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec3ae29d-ea2a-44ec-8ef4-a114a0efc818/401eca540c50187f8da95c430099ea2e/aspnetcore-runtime-6.0.5-osx-x64.tar.gz",
            "hash": "44985a9c47d63d2b9cadae66bd81f73775301a7d1708786cc3b7ac31b7ad2164dc5cb40682836c2e5e7d1a28bbf199c9418d0024b576962dd4f220db238e82e9"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d0d98bc6-11aa-48f8-b99e-5669d579fd4f/46f70fd399e5d1a850fde20854306e56/aspnetcore-runtime-6.0.5-win-arm64.zip",
            "hash": "5f4146d0936c52b0b4ebb47e14dd78d5f612135eb9cab4a681ea4240b090ee880ec0760e4165f7cfaf87b42f7e016cf47615dc789d0aae31c29554dfbafab927"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/042e2559-fe53-4793-b385-665b7c1ca6d5/308ffacc925383207a8f1a27a1df8bdc/aspnetcore-runtime-6.0.5-win-x64.exe",
            "hash": "f931b430e9934f00146a5b09df4eacc781163d86f105a872165d2d95991b8fa1134f4902a27c459e7f8bacf3391a594ea1d4a449f807fe378cb9b3d1035776d5"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c0c10b6a-7f97-4853-afb5-44617d7cbbc4/5275bb79c31cc80cee795bb168d1f1a9/aspnetcore-runtime-6.0.5-win-x64.zip",
            "hash": "2fc6768f863679a182063e5f33adc10e0e30cd1df380c4e43caf4f45091661a2341eaa6898da5e735bf01a8018f537e8fce25b288705c1d368be0b7a7cf74b47"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6d6093d9-1547-410f-91e5-cd1c84cd29cc/ade04a37ae559ec060b331146fefed0e/aspnetcore-runtime-6.0.5-win-x86.exe",
            "hash": "54d05c34ded7ea7e1e8780da3d0d004ed459e264778b76779ced87b4dbd5ff40d3ff24343ae1825dceac40645f1b5f0eb7bfe1de32e05e37d88d50be34d871b4"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e54982e-c0a7-47d0-85a4-be75ca6ee35c/2f3f6dcdc034eaad4d5b8529117b2fbb/aspnetcore-runtime-6.0.5-win-x86.zip",
            "hash": "79d55add4e32ea92601d78d41a5b3ea827e61417d7e8fbc6f7b77099b754a4792dc1d97728ddfcc1d7ccdf22ffe248776ac6b2ce2220007959590b6b97159f63"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ae1014c7-a005-4a0e-9062-b6f3056ded09/da5d731f5ead9e385427a77412b88fb0/dotnet-hosting-6.0.5-win.exe",
            "hash": "b24d769c6d82fc2ee8e752789e530c41958ddd0c5d201ba1112aed292413e1f20c4548574d78adddcc19691e6907f4118ffe2ed65997c9d0d7ac2a06a3bd84ee",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.5",
        "version-display": "6.0.5",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aa74da73-02cb-49fd-93ad-ce93edccb8bc/4ac67827aff545ead4032a940c9094ff/windowsdesktop-runtime-6.0.5-win-arm64.exe",
            "hash": "93a13ed9d11bf5c53958c17d9ab0b6da10376742c14e249b28b5e2412d6273e2b0dfcd71d44de479e13155b6d417f49343baeaf3297406d842e03af6505cdaa3"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ed41d9fd-ba56-4835-b538-c8e68beb1392/efaf8918a13968b658567ad72d9aabd9/windowsdesktop-runtime-6.0.5-win-arm64.zip",
            "hash": "c77ac50b300e475178202744298b42b1c5a123ce12156a98ae2b2d5ac2f0812a7bc44aa9b5a58216bfa9022d74afd587c4673d452efa384ecd2534b3176410a9"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5681bdf9-0a48-45ac-b7bf-21b7b61657aa/bbdc43bc7bf0d15b97c1a98ae2e82ec0/windowsdesktop-runtime-6.0.5-win-x64.exe",
            "hash": "5eb1537295cdb513197419c311777229fd43af6cea0ef6134f9990b32b8ac26aa51139f2c0b63d9cdfb6d753dd9db6f243b887ec511f15866157aa9e127b5cea"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a2f810c9-a93e-4e93-95c4-7e23d837f635/cecc305a9c1f74337f449bc39f069f62/windowsdesktop-runtime-6.0.5-win-x64.zip",
            "hash": "6c98eca0da3dc37283d461072a0142218a9e36ca4a15ec47274a33524df0c27f90b130f48f370cb5e26ab408b06a63e3ad598f89ae9d2bb414f2cb5acacef99a"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68b75eff-3cee-41e0-b993-88a3e063eaee/3aa76cd11da04e2126a3fb7a6ee16e23/windowsdesktop-runtime-6.0.5-win-x86.exe",
            "hash": "c62dfcd8f51ba6aa8d7fcf963aeb3e0756e06c2b106587b4cb0820d06ecf9dadb43555f94986941d1bd8e9d8a61fe2b2bb58fce48f9ecfd0783c0763c40babcb"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eb1109eb-c27e-4291-9217-e7075997e3fd/96459341887684411f1c6acae5e98880/windowsdesktop-runtime-6.0.5-win-x86.zip",
            "hash": "492bd615a200b1b1b394d45ae48326af75da8a368649c9d7f3dace9fff1cc96c5616089ef2cd08feeaa2bcbf9e0004bac178bddb1fdc60907d3911dd5201361f"
          }
        ]
      }
    },
    {
      "release-date": "2022-04-12",
      "release-version": "6.0.4",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.4/6.0.4.md",
      "runtime": {
        "version": "6.0.4",
        "version-display": "6.0.4",
        "vs-version": "17.0.8, 17.1.4",
        "vs-mac-version": "17.0",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f8e1ab66-58f7-4ebb-a9bb-9decfa03501f/88e1fb49af6f75dc54c23383162409c5/dotnet-runtime-6.0.4-linux-arm.tar.gz",
            "hash": "688b6c6a35786fd36fb8468953d69e5713f8b62e7aace6b836b70051f827a78565c841cf7913412b6319980aab2dab7e52755993cae36fad676d70ffdce968e4"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3641affa-8bb0-486f-93d9-68adff4f4af7/1e3df9fb86cba7299b9e575233975734/dotnet-runtime-6.0.4-linux-arm64.tar.gz",
            "hash": "acbb50f2a1cde2bb8f59ec2059cd90f669748ce0da519ddbb831d8f279c4b896cc7a8f4275fb2c4726c5caf3d6430ee6d9823baa6f65238c7017ecbc2b8a6444"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec900704-fb9b-4ba0-bf95-fa3cac970bee/7e8ebe143617abc7621d1d5d0f4c9cb7/dotnet-runtime-6.0.4-linux-musl-arm.tar.gz",
            "hash": "d4b7287461448fbea1587acd8e8c4a7a39d0f82970d0657f821ffc4d9491b04d3c18c35a091cfd21e2c583f1bb231dac1af9f206488125cafb8045eecd0c7573"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/98f2e4c8-0c2f-4947-9c30-61b9889defb1/171f63510ed9b52502f23cc057a85dc8/dotnet-runtime-6.0.4-linux-musl-arm64.tar.gz",
            "hash": "65d79da43cbda980a72d6cc4131059dc36f322d1c8ce8e8e6c1729486b5eec7569d4f416045d8a3fa647f8ff684f9ee5ba84ce898cd227e2b615d635b61da8cb"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ef010dec-9dcd-49a7-89a9-e97931a112ac/bef96075e3d70b1365bd0e82634e79e0/dotnet-runtime-6.0.4-linux-musl-x64.tar.gz",
            "hash": "e5b538482f10a667bee3b7482db0ac0cac27b5bddab9f3ab68bd5c5d7c18c5bec2bdcb8cd288052c3f3e186291ee02190ff01896c2835ce32b87e18cd817759e"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5b08d331-15ac-4a53-82a5-522fa45b1b99/65ae300dd160ae0b88b91dd78834ce3e/dotnet-runtime-6.0.4-linux-x64.tar.gz",
            "hash": "001487bfb337d0f737c4e3dedc4bc41b3185922c07c07e8f1d47e4578914fdeeed7421d7af2c4bb5e17ebddd05fde4cb9aea1e8145018dcffeaca70c1fa49bbb"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4b98b2d3-65ff-48c1-b331-05c12505aef9/fc6a053dc379a1a6e0f8b0588e4cb342/dotnet-runtime-6.0.4-osx-arm64.pkg",
            "hash": "4ed9480eb844ac7de4a50cc8f691bcd8e15df729ac55c1f4664b8d44f589dfb17cd1ae2134155efa0da2b5291e605e680fc25732394909e86affbc1a34dc531b"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dd2f6b72-bf47-4ae5-8a3d-4d394569cc34/87d408439ac5feffe2abf622dbfa5084/dotnet-runtime-6.0.4-osx-arm64.tar.gz",
            "hash": "3070af5d9dc44820dc93ca89489f1dfa8024958f64a9d62fafddb49fa16325f0845cc53027703495dc524515e613f3e7701ef148da06653070cb2e3928fb0aca"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c8651729-bbc6-479a-b70f-f333895eb8ff/c15a3715673c4a981804197333d6e708/dotnet-runtime-6.0.4-osx-x64.pkg",
            "hash": "46eb9326f3a3d92143918213ad4974d8ffd853dce212bc1ee7150566c5e117bc33e9ea30c01233f1b2e4c4bbf9c8e82b87d8802c98dc7f1daaf87aad25822c38"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c0bc0428-852d-4884-b536-3d0969a400ba/fe0a9a221c3e665e88b7020633f2cf8e/dotnet-runtime-6.0.4-osx-x64.tar.gz",
            "hash": "7a798ce54880533151cc9290129e1a6224e81e657026e5be580ee24742d54e8e8e5f8f3bdee2cb94d5129082e3a2ffd1460f490abb848aaf3558e584e2e2df43"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8b70fab9-94d4-411d-a9ae-fd1654c3e9a5/19b815cc88a13e016413bfc923e3136f/dotnet-runtime-6.0.4-win-arm64.exe",
            "hash": "0dc66719b143d9ebbe9d835fce93da04ea53baf67eb2f80755aa0bcd1df6fcde88aca50bd41a45f3196360164a203970d054c8db6a38eaec0a47cf3d66aa445f"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/961cd054-57ad-4608-97ab-8a390833f452/f203e4c76b1f1e9035f44fd1d11d9fbd/dotnet-runtime-6.0.4-win-arm64.zip",
            "hash": "fcf1b1b14fc8bb2a094b4d1340b2c861a3d2a913b6b09ed272c98cbda9634e9dc26220bb663b1d726a779191de9941f0213e16bc845f26a34e6b71de7c7aff43"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2e97f1f0-f321-4baf-8d02-0be5f08afc4e/2a011c8f9b2792e17d363a21c0ed8fdc/dotnet-runtime-6.0.4-win-x64.exe",
            "hash": "175fd36104c2e5379cc2769da6cb0290407ae06f0fda28625c80f5c099b5f0c6ad26769a8e51347e292b8305dca9681840c24335598cb64759c8ca865f0d66fb"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3feaabc7-1786-4012-8e00-d664f00581e9/8d9b529256502637663ddd4048de04dc/dotnet-runtime-6.0.4-win-x64.zip",
            "hash": "c6e7b48352496a299ccc9602fe5b84894aa18587acdb1bb4474a9e3197b0dc76878d0c067d6d3c31354ec36932c3870fa34eb5ca14905b1a9338205df261b709"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/08e41641-f1b4-47b4-9ed9-c8672614f093/ea66a30f9f8ac7320ea0d7f6e4d5d2d9/dotnet-runtime-6.0.4-win-x86.exe",
            "hash": "e13e5ed4e9fecc4374aa4cfa746d42d8573ce3f84b93273b49930b13f9b66fce61cedbf983889189bbdfaf89d71c49b693abf4d3ce308ccdb82fe7b17da3f7d4"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4092dc2d-ca5f-4586-b405-d369e99dae2e/abdad72f78700ed1e79d4d2f107e82e3/dotnet-runtime-6.0.4-win-x86.zip",
            "hash": "7189cd0eb035296eb8dbd2ba15cc193663f753de2698052ab14ddaf789530913fe5cbdf6a1b6532c2d232bb919325d5113f0bd2f9b5a6f8c1c0d8e71f8535808"
          }
        ]
      },
      "sdk": {
        "version": "6.0.202",
        "version-display": "6.0.202",
        "runtime-version": "6.0.4",
        "vs-version": "17.1.4",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.1)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e41a177d-9f0b-4afe-97a4-53587cd89d00/c2c897aa6442d49c1d2d86abb23c20b2/dotnet-sdk-6.0.202-linux-arm.tar.gz",
            "hash": "8c2d56256f4bebe58caee7810b7689408ff023b1f2e68f99fa375f0115db41ef0c3eb160b9ab84dc2764443a045801a4b03f6bc9090e0c1583fca2587ea0d9d6"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/952f5525-7227-496f-85e5-09cadfb44629/eefd0f6eb8f809bfaf4f0661809ed826/dotnet-sdk-6.0.202-linux-arm64.tar.gz",
            "hash": "2d0021bb4cd221ffba6888dbd6300e459f45f4f9d3cf7323f3b97ee0f093ef678f5a36d1c982296f4e15bbcbd7275ced72c3e9b2fc754039ba663d0612ffd866"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5873d93-116d-43cc-99da-ca7bb4c5248c/04da013ca4e8b506a2e28a890d1dae61/dotnet-sdk-6.0.202-linux-musl-arm.tar.gz",
            "hash": "03517eca1a996755d80e3ad4bab49f37cea63fa1924a5c8b1a35de9c49e7e37fa8f0c40dfa79c5b3b46e9f586d97f508806005b7f9b28d25bf4f49d65901dc19"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b75ec220-d673-4cc8-ac56-3e11c519f31c/da391e6975d9f2abac9955c46410e0bc/dotnet-sdk-6.0.202-linux-musl-arm64.tar.gz",
            "hash": "89f8dbdad4e9949dc21260b8c7147156ca3374209a41c145a79a6536b585b8ee1786fecf084fa534f4b6284508be6215d92ec2c3ff9d54118acb42853e5ff2a3"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/10cb475d-6134-4180-9c86-712e6a6778dc/b60fd607a872f6f716cee74d68967eb0/dotnet-sdk-6.0.202-linux-musl-x64.tar.gz",
            "hash": "ccf4f6145d3ea10ce56cd89775f607ac57115f63e3ad7f9804b4a0bceb86e579aeddf5b81636bbf3fcb79dd9b1c082a10b7582e6c8c490df55ad287d58c63870"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9d8c7137-2091-4fc6-a419-60ba59c8b9de/db0c5cda94f31d2260d369123de32d59/dotnet-sdk-6.0.202-linux-x64.tar.gz",
            "hash": "81e9c368d445d9e92e3af471d52dc2aa05e3ecb75ce95c13a2ed1d117852dae43d23d913bbe92eab730aef7f38a14488a1ac65c3b79444026a629647322c5798"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/605dfd20-32ac-470a-b366-cbb293ce4cfe/9c1eec28d0e6068721026a5f77af2e60/dotnet-sdk-6.0.202-osx-arm64.pkg",
            "hash": "d679a8a9b5b03e255fc906b73c2e62e8b4844c358e8a88e2cb24193ad987aa6693c242880314c39dcecdfb7ece8ac874548fd435679022302c6288ae0ac05869"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/032fc69b-f437-4d17-9e6c-c204ce18a0b0/76386390762a9ba205666a6e45a2ac47/dotnet-sdk-6.0.202-osx-arm64.tar.gz",
            "hash": "8bf9ff3f89ac0f2d04b09d3f5df72efeac8007b9e33980c9c80eb735d050275a5594b11d902d0304ac9967111971bcd690be3adf34d4acbef6d247e8f2071f60"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4332c16b-5a65-4adf-b25d-f6a46ef2b335/1a1edc2dab547161e2448390c3d4f56d/dotnet-sdk-6.0.202-osx-x64.pkg",
            "hash": "265b56f211f20584a57195006db93adca614818b2eecb4c6aa0cc993af169d6b6e2a2fb179fd39890c7310b638882a9f85ce605bbf7338c2138912788e252a3c"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1a014dee-ff5f-48e3-a817-82b9bd536b56/fed3a710f5e0add13844a6ce400775a1/dotnet-sdk-6.0.202-osx-x64.tar.gz",
            "hash": "ff7df20ce9054ed50d521eba88e063422efa4d48cb3117cf733cc6ecea24012c2ac34f6df10d88f64fe7a952bb96455a3c2eb877f1d50c0b7bcaedf11f98ce82"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e21805c-5336-4811-86b3-8d7d99444760/23ff7325a95245bf1aabcad228cfe306/dotnet-sdk-6.0.202-win-arm64.exe",
            "hash": "2ca8cabceeefa254889eaed638808c3de8737bfacaf9d6bf50eab3c2fcc32371c3bf5d658e544faaa6e62e56396252e255e9cd3fea6080be2328efcc70ed5937"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4b3dcaa6-f4a2-48c5-a22d-398a575471d1/bb3537b0bafcbbf314fb55f7b49a9e4b/dotnet-sdk-6.0.202-win-arm64.zip",
            "hash": "b08c6d560089bef162c80b10fb8a3c26202b918a1abfb5c571aea5d78dcf8e92f252e28ad841d68d801ed179605945bf9b15d398f2a23997fc9658efe009651e"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e4f4bbac-5660-45a9-8316-0ffc10765179/8ade57de09ce7f12d6411ed664f74eca/dotnet-sdk-6.0.202-win-x64.exe",
            "hash": "54e9a70cfcdb69f4e442fd8822c1233f0672599cbb91664ff7e31c4d2d93538f5de0a2287f385cce87aca8268df9caec13c4864637ed10501e8b6fcf83743f52"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1461027-6daa-467d-aebe-6326343e5840/01656d95b28f16c53cd947a8072d004b/dotnet-sdk-6.0.202-win-x64.zip",
            "hash": "fc3299972e50a26ec7d2485b25afac7a5c345076eef35ff1e8de02fac01915f4e33deaf3c94b92d4ab6a446326339fd121b6f45f796e899d980c0ee27f4e2ffc"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc7ccd64-e6d7-43a9-8c81-1adcea6f315b/d0c63b6ab8c42ec91dc8a5d512fee1a6/dotnet-sdk-6.0.202-win-x86.exe",
            "hash": "e6d6cbc851808f20153ac4c2b5c6fd1170f62ce2d4ad878dac01a800a7e2c9163764e20beed9196d0f545d370c04aef68106cebbc965faab2d90047a3c37e2a6"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e71628cc-8b6c-498f-ae7a-c0dc60019696/aaadc51ad300f1aa58250427e5373527/dotnet-sdk-6.0.202-win-x86.zip",
            "hash": "e6c8ffc3a5c68638a8e4a6e7d69a14c2c3158329db647e04e0b08b086e97222ba1d2594273433a8114297a7141e37f71d8ed5b11b6bc3ef4daaf7efca9047372"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.202",
          "version-display": "6.0.202",
          "runtime-version": "6.0.4",
          "vs-version": "17.1.4",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.1)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e41a177d-9f0b-4afe-97a4-53587cd89d00/c2c897aa6442d49c1d2d86abb23c20b2/dotnet-sdk-6.0.202-linux-arm.tar.gz",
              "hash": "8c2d56256f4bebe58caee7810b7689408ff023b1f2e68f99fa375f0115db41ef0c3eb160b9ab84dc2764443a045801a4b03f6bc9090e0c1583fca2587ea0d9d6"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/952f5525-7227-496f-85e5-09cadfb44629/eefd0f6eb8f809bfaf4f0661809ed826/dotnet-sdk-6.0.202-linux-arm64.tar.gz",
              "hash": "2d0021bb4cd221ffba6888dbd6300e459f45f4f9d3cf7323f3b97ee0f093ef678f5a36d1c982296f4e15bbcbd7275ced72c3e9b2fc754039ba663d0612ffd866"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c5873d93-116d-43cc-99da-ca7bb4c5248c/04da013ca4e8b506a2e28a890d1dae61/dotnet-sdk-6.0.202-linux-musl-arm.tar.gz",
              "hash": "03517eca1a996755d80e3ad4bab49f37cea63fa1924a5c8b1a35de9c49e7e37fa8f0c40dfa79c5b3b46e9f586d97f508806005b7f9b28d25bf4f49d65901dc19"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b75ec220-d673-4cc8-ac56-3e11c519f31c/da391e6975d9f2abac9955c46410e0bc/dotnet-sdk-6.0.202-linux-musl-arm64.tar.gz",
              "hash": "89f8dbdad4e9949dc21260b8c7147156ca3374209a41c145a79a6536b585b8ee1786fecf084fa534f4b6284508be6215d92ec2c3ff9d54118acb42853e5ff2a3"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/10cb475d-6134-4180-9c86-712e6a6778dc/b60fd607a872f6f716cee74d68967eb0/dotnet-sdk-6.0.202-linux-musl-x64.tar.gz",
              "hash": "ccf4f6145d3ea10ce56cd89775f607ac57115f63e3ad7f9804b4a0bceb86e579aeddf5b81636bbf3fcb79dd9b1c082a10b7582e6c8c490df55ad287d58c63870"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9d8c7137-2091-4fc6-a419-60ba59c8b9de/db0c5cda94f31d2260d369123de32d59/dotnet-sdk-6.0.202-linux-x64.tar.gz",
              "hash": "81e9c368d445d9e92e3af471d52dc2aa05e3ecb75ce95c13a2ed1d117852dae43d23d913bbe92eab730aef7f38a14488a1ac65c3b79444026a629647322c5798"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/605dfd20-32ac-470a-b366-cbb293ce4cfe/9c1eec28d0e6068721026a5f77af2e60/dotnet-sdk-6.0.202-osx-arm64.pkg",
              "hash": "d679a8a9b5b03e255fc906b73c2e62e8b4844c358e8a88e2cb24193ad987aa6693c242880314c39dcecdfb7ece8ac874548fd435679022302c6288ae0ac05869"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/032fc69b-f437-4d17-9e6c-c204ce18a0b0/76386390762a9ba205666a6e45a2ac47/dotnet-sdk-6.0.202-osx-arm64.tar.gz",
              "hash": "8bf9ff3f89ac0f2d04b09d3f5df72efeac8007b9e33980c9c80eb735d050275a5594b11d902d0304ac9967111971bcd690be3adf34d4acbef6d247e8f2071f60"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4332c16b-5a65-4adf-b25d-f6a46ef2b335/1a1edc2dab547161e2448390c3d4f56d/dotnet-sdk-6.0.202-osx-x64.pkg",
              "hash": "265b56f211f20584a57195006db93adca614818b2eecb4c6aa0cc993af169d6b6e2a2fb179fd39890c7310b638882a9f85ce605bbf7338c2138912788e252a3c"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1a014dee-ff5f-48e3-a817-82b9bd536b56/fed3a710f5e0add13844a6ce400775a1/dotnet-sdk-6.0.202-osx-x64.tar.gz",
              "hash": "ff7df20ce9054ed50d521eba88e063422efa4d48cb3117cf733cc6ecea24012c2ac34f6df10d88f64fe7a952bb96455a3c2eb877f1d50c0b7bcaedf11f98ce82"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8e21805c-5336-4811-86b3-8d7d99444760/23ff7325a95245bf1aabcad228cfe306/dotnet-sdk-6.0.202-win-arm64.exe",
              "hash": "2ca8cabceeefa254889eaed638808c3de8737bfacaf9d6bf50eab3c2fcc32371c3bf5d658e544faaa6e62e56396252e255e9cd3fea6080be2328efcc70ed5937"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4b3dcaa6-f4a2-48c5-a22d-398a575471d1/bb3537b0bafcbbf314fb55f7b49a9e4b/dotnet-sdk-6.0.202-win-arm64.zip",
              "hash": "b08c6d560089bef162c80b10fb8a3c26202b918a1abfb5c571aea5d78dcf8e92f252e28ad841d68d801ed179605945bf9b15d398f2a23997fc9658efe009651e"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e4f4bbac-5660-45a9-8316-0ffc10765179/8ade57de09ce7f12d6411ed664f74eca/dotnet-sdk-6.0.202-win-x64.exe",
              "hash": "54e9a70cfcdb69f4e442fd8822c1233f0672599cbb91664ff7e31c4d2d93538f5de0a2287f385cce87aca8268df9caec13c4864637ed10501e8b6fcf83743f52"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b1461027-6daa-467d-aebe-6326343e5840/01656d95b28f16c53cd947a8072d004b/dotnet-sdk-6.0.202-win-x64.zip",
              "hash": "fc3299972e50a26ec7d2485b25afac7a5c345076eef35ff1e8de02fac01915f4e33deaf3c94b92d4ab6a446326339fd121b6f45f796e899d980c0ee27f4e2ffc"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dc7ccd64-e6d7-43a9-8c81-1adcea6f315b/d0c63b6ab8c42ec91dc8a5d512fee1a6/dotnet-sdk-6.0.202-win-x86.exe",
              "hash": "e6d6cbc851808f20153ac4c2b5c6fd1170f62ce2d4ad878dac01a800a7e2c9163764e20beed9196d0f545d370c04aef68106cebbc965faab2d90047a3c37e2a6"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e71628cc-8b6c-498f-ae7a-c0dc60019696/aaadc51ad300f1aa58250427e5373527/dotnet-sdk-6.0.202-win-x86.zip",
              "hash": "e6c8ffc3a5c68638a8e4a6e7d69a14c2c3158329db647e04e0b08b086e97222ba1d2594273433a8114297a7141e37f71d8ed5b11b6bc3ef4daaf7efca9047372"
            }
          ]
        },
        {
          "version": "6.0.104",
          "version-display": "6.0.104",
          "runtime-version": "6.0.4",
          "vs-version": "17.0.8",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4a905b9c-e97e-4ab6-a258-d9dd9d41564f/af30654ab6af793527e9652dfa29c817/dotnet-sdk-6.0.104-linux-arm.tar.gz",
              "hash": "96c3af8b9c920b542a4e9fc3ce26242a0d193404d74b7e88d223d44b2e597da83d44892d89f7fed5385acad1ff5f787bbd81381f01c3cd1b0d89888d14688750"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e61cf583-1e44-4ac5-a04f-5b59fda42ea7/df3853bb318af131f7eafa61f2b839b8/dotnet-sdk-6.0.104-linux-arm64.tar.gz",
              "hash": "91fa1114a656173a988aafd65c657c9498c34ef9145eac60b6feacc8a08f68538defeb38af472e2626ffd0669eb62140fdb1408771db0e2b63501baf2a646f29"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/64a09954-2eb4-4f2a-ad0c-2ca1861bcddd/ffbb392b7cc637b7137cf4811e32c98f/dotnet-sdk-6.0.104-linux-musl-arm.tar.gz",
              "hash": "252bc96ee054c9ac2e35641ca9920df9d3e3503989ca8d8be44bec49fb6917c71158d1c6e0873d23d20ed487b135b691c63511dd84e2ddb50043c601b4001204"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/699641a9-c470-44d0-ad3a-bb16839d9f38/a0f85ca1f1bfde32f87523bdd4640e41/dotnet-sdk-6.0.104-linux-musl-arm64.tar.gz",
              "hash": "a32b1c526715a43bef186b6839bb8865995cb16dc3bba4067c3e1cbe23fa210ad47adbf47531a839f29be04da3e1e4ee3ddde52e801ddefa114643108cfc0632"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b5d20556-e7b6-4503-987e-2c6d12ebec9a/91415f50a1a9907b0c789bbbd0813457/dotnet-sdk-6.0.104-linux-musl-x64.tar.gz",
              "hash": "994e276b23d4a274aec49955025adb2637235deb586c8d3cd6d00c7ed91b79ec0f3641c7f3b6a0680603a46b12efca5d825432c95f0a72d85d432d4baf2808bf"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ecbf40a3-ec68-4d08-9240-17b8530731bf/56aed66e46a72269c29bc3cc0f94ffc8/dotnet-sdk-6.0.104-linux-x64.tar.gz",
              "hash": "126f22f48cdbbf59ff21ac1a6cd354b4dab500cef372c42a7e4a9546c755ab6d1670a096be3c66f5fe80b6e2a5c31b16901a2c3ccbe928b501e25bb86339ec6c"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/93e7fdef-f470-4968-9d6e-f00fe3e7afc9/a25dfa745775dee6123631180605144b/dotnet-sdk-6.0.104-osx-arm64.pkg",
              "hash": "0c7fa3f54fb514a3fc4a053af169fb94eb34bf56174af0b32d52e71b77798c64c38c8e529773affe5b0b5fb83ba64d6f8e7e087489c956e1deb3fa0840914f8d"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/dfa285bb-c9a5-4851-aa45-903c9bb2af30/7da78a91020a575f4c890a76e263be80/dotnet-sdk-6.0.104-osx-arm64.tar.gz",
              "hash": "7ba0a39336045617d04a7befcf67e9af89444d819ef21ff7fe11f7da03a54e52458d1d6756f113c3ea52407417d8f4d9b533e22cfd6cec0e65e250e8a1a85757"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/36a4d09e-4b2a-478c-95aa-cdfb40e6a866/420b9c6d8a7652c7c3afaed7a29e5a36/dotnet-sdk-6.0.104-osx-x64.pkg",
              "hash": "1586e9cafca5737bd90a3e49b8fa20b1900042aa2a1d317ffd52c25b84efd178fd48b275799793e5f19ec44b091e2f0b1ae88010af0bd2e02d769b6ba7df8392"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9a853d27-35f0-4ba1-a2bb-7ecbce80c673/455659ed821e111f9661e29add209dc8/dotnet-sdk-6.0.104-osx-x64.tar.gz",
              "hash": "6d3041ba4c3ee3cd1b8875ac419eeb6b2c34278df8a95a1f1621f7256b47733a3eedd09358a2f3b219e69ae7f08cb2df2178036476a3083896fde280328df6af"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5e7d33dd-8640-471a-ad9f-6562e669cc7e/b8f88c002dba0f1b07518cd5727aa02e/dotnet-sdk-6.0.104-win-arm64.exe",
              "hash": "1dee656a2a686e24aa239054901374acde9cd4ebde79ef52efcbc0b4ec2baff464e347477a7b7f8c33a3f72040492e9c66f2945d416df140eafeea5daa4d3772"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2ea5569d-7f69-47ff-a78a-0d939bed3ecd/a6bb2f7efd54b0b6f1534add3b9efe8f/dotnet-sdk-6.0.104-win-arm64.zip",
              "hash": "cbbfb63d2be9ab3155eef00e55a83d0e95880fe44bc1b109e9684d76b18f2c659ba951676989d74d0a67db7c3c3e8c98ec6abecd6786ce8f37df568954f57059"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/952fcf6e-93af-4ce8-901f-e6e961338a5f/95f0eba1123c1a2b857fc86400f28b33/dotnet-sdk-6.0.104-win-x64.exe",
              "hash": "07b7cf6230c03110f4564acdba35f3d8a478fe284da8df429387ee894ea4dfdcf5b99c0874a56587f2cf0ccb396970d1ffd45e155eed84d7a1f29a43a414836c"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a8cf0f37-af29-443a-bcc5-a6b37a0fe815/0589392693239eed5401b6f1f42de62d/dotnet-sdk-6.0.104-win-x64.zip",
              "hash": "c9b9a6c1eec2d2e663df21dc2b650058cb5af882504c10f63f6c4bd52000ef95c7fde4e8f687c1e04b0c09ce759e778a00b83a37f751082dbe6fc59067d67f10"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/092088b7-b5fc-45c7-9b1e-b41120933c7e/d236517cf35aca37c76667934bbfc4d9/dotnet-sdk-6.0.104-win-x86.exe",
              "hash": "2827ac5d57ef67ef4c23c6c6c673f93cfa69123911fb19e2a15a85fc4388e4b7148c6bcebb6eda5814be2cdbf3cab350b0e16d6d6f483625e4a1c404e3fd2913"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5b0ce655-137d-4a71-aaca-097a04064e4e/ee50768c986ff8fa535e4c21de3e1544/dotnet-sdk-6.0.104-win-x86.zip",
              "hash": "139f6952764354670df49766e43ccf4727fb4554617951f41a59ac346d3479232f4b472047246ed249f0a68c94c1a80af917ea83864a65008dfb9f1363044d42"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.4",
        "version-display": "6.0.4",
        "version-aspnetcoremodule": [
          "16.0.22081.4"
        ],
        "vs-version": "17.0.8, 17.1.4",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/adc5bbf5-6cf6-4da6-be27-60de0b8739e5/fecb289bd70834203f2397c18c82bbde/aspnetcore-runtime-6.0.4-linux-arm.tar.gz",
            "hash": "944bb52352ff7ba79867466117eaf6909847080574d15629c7149b27a4d1685ec2eb024e2dccc2e5ad2251b6143d2bc3c1597ecd668691ae719903887158062d"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ba1662bf-50e6-451a-957f-0d55bc6e5713/921fe0e68428ac47c098e97418d3126a/aspnetcore-runtime-6.0.4-linux-arm64.tar.gz",
            "hash": "18ffa72b38dcd01bbfd9f656996e994dbcdb7b6b196771fc498bbaea774ad844f7fd5418487d0a5a7f83a76b3683f8913e22275bc25d66ee0c0d84ea4e279971"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2377b5d7-2ad4-4caa-a7c5-68ea1f45077d/474cde13b117bcfc72a06c797731bfc8/aspnetcore-runtime-6.0.4-linux-musl-arm.tar.gz",
            "hash": "4b8d19c9f0637479b524517ed1cadc191f1851c1be22c212ffdc9ff738a77e11197822233fa0012f61c95a47c04978c7b0bb962268fb97134a81ea6268680c7c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eabef5ee-95df-4348-ad1e-964c79d3a1b3/5b66dbe250bbf3c22d9d6f3644cb4ab0/aspnetcore-runtime-6.0.4-linux-musl-arm64.tar.gz",
            "hash": "f7c69af61947c6d5a6f5f91a1e3ec3cdcb20d37d0839ef47d6cdf5da13d8109479084363b826585395599d636f5df34f56f5f5751f7ee166a63790104f256ec7"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/22f9a98b-2b90-4f38-9760-cfa5a262e62f/91ea70c8f5868bfe93c03122be2f365b/aspnetcore-runtime-6.0.4-linux-musl-x64.tar.gz",
            "hash": "f54624306b74d9be0a670c2b1d465991b2c1ef67a4c216532fba9dc85f525a68d9ba6e1405945905dc834e073e676f0234d18edc5c9507d5b6c420bb2d073a40"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/de3f6658-5d5b-4986-aeb1-7efdf5818437/7df572051df15117a0f52be1b79e1823/aspnetcore-runtime-6.0.4-linux-x64.tar.gz",
            "hash": "eaff93db0a4cc0adc2fc54de5e9a6e4b0844398451c06bcf6b2867471b8ed4fd0528ad04fe7150aa5ed306d5e08a5e4219c6029b96da03ad2d1c58e7a0ddacaf"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d7b60e75-6901-4f68-8943-ce32cadeaf29/f14e40b3e9a69cbd79d47375b16a76e7/aspnetcore-runtime-6.0.4-osx-arm64.tar.gz",
            "hash": "9ff8ecc60f70d8cfa53396761610282358aa7bcbd3f013aedc639be7b8f502a8cb121777c7e8a0a7d64d74b99211751ea8a8c1819861b72ad11d80590ba9ed2b"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b39aa0b4-27e2-4fce-bf36-fb6d46f89e5e/6b8ca3b4c7026db460df1d49f5366f1b/aspnetcore-runtime-6.0.4-osx-x64.tar.gz",
            "hash": "33b1b24496296242dd78714564e52e6be575f46d681a5093a0aca842aff5e29778cbf31259f11ce395fc9a2368fa6bfde2e12a074ccf310f9b661c0bdaf39d2d"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bbab6b5f-e700-4de5-afef-e3eaca140c71/74e48a4de85af3451d32306af8ab9acd/aspnetcore-runtime-6.0.4-win-arm64.zip",
            "hash": "22b37ba8cc388385a0fa42b8ca89e449d139abdb141d3a28ef3d6b18fabe4c53be604091c764a50ab5628a1b1b9741af42edceda66a629d44ccf57100e8e6137"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2162932c-987a-4de8-ae2a-f7d327bb39a8/97fe1cb950c2bccf44b7c3fe6aa45b53/aspnetcore-runtime-6.0.4-win-x64.exe",
            "hash": "2ee7c786ad0b2ff0c562cfc0fdd8d7b2a03f37fe26ec1f17976b4f709d26e112e9d47da63f59fbd321964031165b9bac3cb22c05dd19ac5739e6d464f78af4ad"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bfbc4558-f639-4209-a9bb-f3e9591a4e0b/696b30897550c521b07487b1ddbe67ab/aspnetcore-runtime-6.0.4-win-x64.zip",
            "hash": "df8e443636ecf45f1ab3bb346ab2ca30dc1b70f3964623ed82f8e5accc3b696b52e5d403141775637c47f4441c5d86b65e271bcc23bc948af6553a716c8e91cf"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c2093d31-b27e-4876-891c-750247cf1faa/33b9191b128a1d33671549972403994e/aspnetcore-runtime-6.0.4-win-x86.exe",
            "hash": "f1431d89161afc8a00ddbc177529431f2fcddddaeb2b0d55fc0e062edc78ea9883ca331232aaac09c5ad6e6c0254d844166b3f5b969bc0516aff340a27d03a4c"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ce0116e7-fea3-4878-ba71-0b21d79ec974/841e36107efc39704f07786fa06d4bec/aspnetcore-runtime-6.0.4-win-x86.zip",
            "hash": "c93a2117e0b3b2a663514ddf52ae3fd1491891fa3f43a5d2efb57615c8f870079ac3047df49a53e2dd55ea15cff6892efddcd98e965a91f442bcfe00af5b6edf"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0c2039d2-0072-43a8-bb20-766b9a91d001/0e2288a2f07743e63778416b2367bb88/dotnet-hosting-6.0.4-win.exe",
            "hash": "a03a798060f1a7044042e96e7f4134c6b090da5e3e6ea5acbe225dc979a4cbbf931db76306719e7029e09664f178e980d0f5d41f54e8deaa4d0febecb4634a4b",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.4",
        "version-display": "6.0.4",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e49c1c5d-af86-4ec1-9cc9-fa6a9d3ace94/98fe87ae72e3e79a3efd82d07e59d1a3/windowsdesktop-runtime-6.0.4-win-arm64.exe",
            "hash": "d6d83d7bce6b52a1bd1f6401e8ed0bd3f33a14aed51aca4a0a464d0f228073a79bf371536d8fc0b7e316077fb81a5767aeec5e3bb3da81f809f9b16673d8ee75"
          },
          {
            "name": "windowsdesktop-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/23e356e1-2dae-45e1-a364-77a5f4b99542/e51895561b6c10ee49394b63bc5ab756/windowsdesktop-runtime-6.0.4-win-arm64.zip",
            "hash": "eb72a69774961a643713d5268c675afeac9ec8d8a8eb2eaaf16d27dfd6d4c9a006f6e6cba444f7691927b627232d15a8e8f0a4bbfc1d369175ba3e5c4d51ca89"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f13d7b5c-608f-432b-b7ec-8fe84f4030a1/5e06998f9ce23c620b9d6bac2dae6c1d/windowsdesktop-runtime-6.0.4-win-x64.exe",
            "hash": "209e596edd7ab022241ab378e66703912974e7aa6168f287c9ce036fb31e58029ad304c8182b4b62a08e8d5ae4db74de277e298ced6d2746ef08da2352a2a252"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4d8f03e3-006c-4e34-8b27-cfd7d23bc47b/41a08c2b0314163cd4dbb9995826698b/windowsdesktop-runtime-6.0.4-win-x64.zip",
            "hash": "1a11cd8ff4275791cbbe92afa3f29d080dd129c0cda58376928112f0abf106118925471de06ec6381b58fcb0dffe7b2850880f874e4402b449c69c66cb29e8ce"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/05b30243-5cd2-48c3-a9bb-6ac83d7d481b/03a25aecb5cf4ba53c8b9cf5194e3c86/windowsdesktop-runtime-6.0.4-win-x86.exe",
            "hash": "e3e52096d09782b35d6dfe15c8ed8eed978d7def198696f2e6f3ce7c83e7526b5e74955de2ca68ae94bbbd6c1d01d4faf2f4a5252c1e7c99b0746e2716a0a8e5"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aa7baa92-26eb-45ee-9ac1-b41b475a328b/aadd9fb2a741ffcf44be8444be4ffa20/windowsdesktop-runtime-6.0.4-win-x86.zip",
            "hash": "59ea3b5e9f1dc6f995f6f491b1a57ad0b4649841cd65ab89537921c3fcc8f716d52612028c9e08395f3d769c157405c221c22a0ae2225c82b1bc1e1d5053d0c0"
          }
        ]
      }
    },
    {
      "release-date": "2022-03-08",
      "release-version": "6.0.3",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-24464",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24464"
        },
        {
          "cve-id": "CVE-2022-24512",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24512"
        },
        {
          "cve-id": "CVE-2020-8927",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8927"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.3/6.0.3.md",
      "runtime": {
        "version": "6.0.3",
        "version-display": "6.0.3",
        "vs-version": "17.0.7, 17.1",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b9025cf6-8662-4d27-9095-d7aefa15c7b3/b50251688bab4b62bf6b2b20355e8bfc/dotnet-runtime-6.0.3-linux-arm.tar.gz",
            "hash": "98f70499f75d8128e4817911be963d0cfe78f89955f3c78e55a6b589dbfab082ffd69832fc14786367391c38d8f674a071254167ac5a1ace99c4f213d29ab084"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/89b5d16e-cb5e-4e6c-90f6-7332e93d20ae/7a0146aa4fc59154a3256c5196a622c7/dotnet-runtime-6.0.3-linux-arm64.tar.gz",
            "hash": "f0f9fb191054dea2e4151a86c3de1a11ce574cc843cde429850db0996c7df403dfa348a277f1af96f13fec718ae77f3be75379ed3829b027e561564ff22c7258"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c54574f5-c9fa-40f3-b968-5bdfe527d155/2012ef392b4e3d9c52da9bb705a99b11/dotnet-runtime-6.0.3-linux-musl-arm.tar.gz",
            "hash": "c3ba734dc2f815d767d87054f0cb0876776467f2af3fbed6ba457b05a66fe40a29079dc18845cbe359a3a8127d46ca9d899a9fda14ddc7ba72debd5d15dda7a8"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d71417a8-4514-4976-a763-0e58deeda7fa/5ddd06f261adcd67eec2ae2a3bfa3c85/dotnet-runtime-6.0.3-linux-musl-arm64.tar.gz",
            "hash": "58a8990c273041ad7ba133c57f6b1b986a8ff5b314e774cb36805c57f3e11ee8aa823cd03fd4c02dafa5847e5cd9760fdace46045e5ce4dd70965ff8731392f6"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fa71d56a-8002-4f92-a250-66ba40526408/d96248ff8cd695061f45550b3d0a8837/dotnet-runtime-6.0.3-linux-musl-x64.tar.gz",
            "hash": "ad82ce8e1f670188d0d7f384546c88c963aaeccd91f9d0fcb3fe7cf5bfa972b8c9a7a4eaf8e1cdbb8a6ff4257a5f27e7ea4d33e6b0555acb33f8cb791a352290"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4e766615-57e6-4b1d-a574-25eeb7a71107/9f95f74c33711e085302ffd644ef86ee/dotnet-runtime-6.0.3-linux-x64.tar.gz",
            "hash": "083d9e6e72f0d8f175b341f5229277374e630c5358cfd3602fe611aeef59abec715edbe18d62135a5d13a650e99ef49f19b17e8c81663d0b5bee757519bec894"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fd2bc402-447c-46ec-b400-8db8d19670c3/a79a70e58fa4197f2acacf35237c2c06/dotnet-runtime-6.0.3-osx-arm64.pkg",
            "hash": "c87b67d0656b9748e8db839b3731d3f66b46fe9fa128f93fe6f6d6b3eb0e4f84d44dd13245ab604916e8c93ce80432435d5372654d560f2d8c934bb6edcd4590"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/03047609-269e-4ca6-bf2e-406c496b27e3/3b19ad4d3fbc5d9a92f436db13e9e3d1/dotnet-runtime-6.0.3-osx-arm64.tar.gz",
            "hash": "1debd4acab3c6408c849323e6dfba28a626850c40f93a0debe46c54f0c0b39526f4118d5b2bcf0307efeba0bc2656a92187a685400095ae078227698a0aabfb3"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a70a8b8-e0e7-4ccc-940b-d73b375b0636/75422fdccd9e762cc0c3176424779181/dotnet-runtime-6.0.3-osx-x64.pkg",
            "hash": "846bb481e0ee3e1378d3e88ff6b29bef508536a0b26b7b9394986c03b1919d822becfa5e2a471cab0e0c627b4c82adc04c25747f3b25fc9a8dd2c7e517c77f28"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1f354e35-ff3f-4de7-b6be-f5001b7c3976/b7c8814ab28a6f00f063440e63903105/dotnet-runtime-6.0.3-osx-x64.tar.gz",
            "hash": "98c457cbc0ac8f5f0acd7807bb45726b78e87d4f554fd30123cc8d9568b5341cc5bba16c8e4c85537ec4798d7e4d7f2f11701d2045b124f1b36bca75d80458e8"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/64212768-e4a7-4150-9f45-87712dd00832/ec91bc1674fc324a88baf1a6488e7c9f/dotnet-runtime-6.0.3-win-arm64.exe",
            "hash": "122d97cf6394d8470efccb90ee0f4e14d38e14ff0fc81dc614479065036250c37f119857dd4febc389c1f7996c1277c538dc548bd4d7eeeabfc7650b2d1262d4"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d0764d57-d623-44f1-ae06-3dc986b1d9fa/14777382e911ba2cf74915a1f7bf4958/dotnet-runtime-6.0.3-win-arm64.zip",
            "hash": "e38f13f0504b6e39b0493b5360b6b1a3c62574bc74c64f0552ad780b56f1afba51ad4b7469f9ea5f1d560cf1b02a654e84e61d4c94140f69159a6d6f792cdf01"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1ac0b57e-cf64-487f-aecf-d7df0111fd56/2484cbe1ffacceacaa41eab92a6de998/dotnet-runtime-6.0.3-win-x64.exe",
            "hash": "d06a29c5c4620f3975a68ea814b33e748eb61449536d8ba3f0c8c8b749bebf90c2956c9a3d6f7d34089d9c1a9c4fb9e4d068a1a7476982cf5d71e44eafa394bd"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf4207e9-1af7-4eec-8f3b-78880cae7500/1a1bd8eea1a0fb4287b3527bdfa4f757/dotnet-runtime-6.0.3-win-x64.zip",
            "hash": "24bb230a3721a3ea8fbde9f6e648496124b4de0ecba6b58918fc3f7a5bde8d818415e46531dd1bfa399ed3847a7f519fc94cf4d41896ff77652b6a615b79f54e"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fa2aa002-94d8-4882-960f-066edcbcc187/58f85bc6116d65f5bd296f9512690b50/dotnet-runtime-6.0.3-win-x86.exe",
            "hash": "161282e9f3e315fffa35d8ad6aef5f12bcbb8734e5c5c00d4de1f754afd93659180c25de73ad131d0959525a3cc8960dfd8e3446e007ee9df94441359b044918"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d48f3593-c7dc-4f24-a1db-315a7f0cd81a/6c52f8055184a8a2008712052142e0e6/dotnet-runtime-6.0.3-win-x86.zip",
            "hash": "ad85798c40e81ffa641f186876298ab028f05dc501fb8d7b35857ca03f34d0c46a1ec0e51d81918539231f561c0f6d5194ebdc4ae8fda73c6f209711f827ba58"
          }
        ]
      },
      "sdk": {
        "version": "6.0.201",
        "version-display": "6.0.201",
        "runtime-version": "6.0.3",
        "vs-version": "17.1.1",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.1)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/eefec3fa-c4c3-454d-bd7d-8fda31d15e5f/62668641ffc94db5fa11187f14a981f8/dotnet-sdk-6.0.201-linux-arm.tar.gz",
            "hash": "5a683430325a90dd1d8e0071a1868939fb01268f9eb389ca1dc40956fde6b9f45bec086553ad3333139e530dfe5afae48195bcdfec388b0b568989924a1f1dd7"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33c6e1e3-e81f-44e8-9de8-91934fba3c94/9105f95a9e37cda6bd0c33651be2b90a/dotnet-sdk-6.0.201-linux-arm64.tar.gz",
            "hash": "2ea443c27ab7ca9d566e4df0e842063642394fd22fe2a8620371171c8207ae6a4a72c8c54fc6af5b6b053be25cf9c09a74504f08b963e5bd84544619aed9afc2"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/09df51a1-5ef7-4db6-90cd-302ae92b7c84/3d000f08ab919f43f61184a3c48b46a8/dotnet-sdk-6.0.201-linux-musl-arm.tar.gz",
            "hash": "80a7a34c1b0696c5ab9fb52920982fd529e93c09b1c1fc0222ddaae569ea488cdcff380fdede516a25a165b195d52c162733082af122b5c07191a900e5ca1e86"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0038906f-0d85-41ad-897d-2579359eeb77/78bb1d3b9df9d8017222f0bed5df23ab/dotnet-sdk-6.0.201-linux-musl-arm64.tar.gz",
            "hash": "95cd26bcd4d312a6b88cdbbffd3154ad8e76ad313838ff386828b9d76f0536e32add86671ad967033c204b6c493b7a27591cc48726007a4cca1c7e0a9daab976"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/70fb6022-ef53-473b-bfde-dc8cd6b673ca/2c04303064ed5c5158998c3a0d11fcc1/dotnet-sdk-6.0.201-linux-musl-x64.tar.gz",
            "hash": "6e39c14ce7b2e874105351f5a4d26eea91f9772bb302b39e0697db1e776680ae37c199b820763ce8ff25a2ff84aac45e0f282919e0d5a2fcd3d7dd8d1b2a94ea"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c505a449-9ecf-4352-8629-56216f521616/bd6807340faae05b61de340c8bf161e8/dotnet-sdk-6.0.201-linux-x64.tar.gz",
            "hash": "a4d96b6ca2abb7d71cc2c64282f9bd07cedc52c03d8d6668346ae0cd33a9a670d7185ab0037c8f0ecd6c212141038ed9ea9b19a188d1df2aae10b2683ce818ce"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2e20d654-1371-4c8f-a0dd-e81bac07549e/7b63667ab1941110bf9e684dc66b590d/dotnet-sdk-6.0.201-osx-arm64.pkg",
            "hash": "482dfbb627b8278c8e7c100830f1378775b6ca7426df8ccba36281e4e7e5f6a70f7180d46948216b76ca66a312fe85c88ddb8b53189c5cd2471087c19e647555"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/628be5e6-7fc7-42b6-99c9-ea46fbcc3d14/d94bb4198af2d5013c75b1c70751ec8f/dotnet-sdk-6.0.201-osx-arm64.tar.gz",
            "hash": "0796a81339788fbc160885548983889dcffd26a5c0ac935b497b290ae99920386f3929cebfbef9bb22f644a207ba329cf8b90ffe7bbb49d1d99d0d8a05ce50c9"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a5e0f5da-6088-451c-a341-b751c0d418c7/9fe3a31273888fe23cbe71cac32fa35c/dotnet-sdk-6.0.201-osx-x64.pkg",
            "hash": "41bef6c3bfd21d04b5dfca0fcb569b17cc5f45ea45112e92c3443536e881f135a036f347796eff372bc60390f9f836c4fbe8a8df7a85a4bec7c3db1e302521cc"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cecaa095-3254-4987-b105-6bb9b594a89c/df29881aea827565a96d5e47dc337749/dotnet-sdk-6.0.201-osx-x64.tar.gz",
            "hash": "1df27ca5a1db1a8712acd95083aa00ec7b266618770e164d6460d0cf781b3643a7365ef35232140c83b588f7aa4e2d7e5f5b6d627f1851b2d0ec197172f9fb4d"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8ff80e7e-fe35-45ca-bcfd-476e8d8715b5/92207f5d3df4c8f3992d1e8792971e89/dotnet-sdk-6.0.201-win-arm64.exe",
            "hash": "649c5452801c48cff8e31370035baaea70681737375ddec115d829034413fb3ddafc6848565584cc626affaf7d8c09f3b8de85e7a380de7089c75b0febdb7182"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bfb98e2a-7535-4f27-bb62-bd9e94e9ec36/6e6a149f56712e6ac949a8b30ea93c70/dotnet-sdk-6.0.201-win-arm64.zip",
            "hash": "5fc62e24c804e315eeaeeaf1bc5d2a283bfb4f3e122405661dd1002f3b02b7ba3b8cbdb0e35e3eacc5fdbe901a546a07972a55b5700dffa07fda33e9f3fd051b"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1eb43f77-61af-40b0-8a5a-6165724dca60/f12aac6d4a907b4d54f5d41317aae0f7/dotnet-sdk-6.0.201-win-x64.exe",
            "hash": "7fcd52d520a82c8b2dedc6e3074e2201643ea4d8897b521bfa9e5e9af39a2eadcae9836cc5e4f6707e1077bbeab67159735b67fedd87bd8de3953b94e81ba1a2"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5432b207-da43-4524-810c-563f1820d6b4/f5ca8777ecca3fd9dff35ca90502c960/dotnet-sdk-6.0.201-win-x64.zip",
            "hash": "8b7e16202cd67f8a2eac251b33fcb9099bc8113c5d76a0eff99c74a768dd2cda5db7c70aa3224e9731d94b5d7f2c46257f64b6a4a613679266bf16a733f79e01"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/191ad5e8-d23e-4a6d-86d2-6295ad15c412/e172fc20532a76f4d60b9a47fd317ae2/dotnet-sdk-6.0.201-win-x86.exe",
            "hash": "9300a674529152d8457d89f657084b8ac4b001bae1b5d7ffd3d5c27c1e82e4a80b84946971601ff86748f422cdaf6bbd66d12bb0112dc248b83f369b1dba9ae9"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f3eb10bc-017a-47f8-8acd-ca90efcf8be8/584f28dfcaedcdddf575eb976e687955/dotnet-sdk-6.0.201-win-x86.zip",
            "hash": "bb42be5cb431d27ac1414a977eb0da7035b651643feb452deb0c6c17f23dbbfd5c7c2bf54a8c418bcaf08e8b496dcb000af60b2e2de343b3f643b919c15a693a"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.201",
          "version-display": "6.0.201",
          "runtime-version": "6.0.3",
          "vs-version": "17.1.1",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.1)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/eefec3fa-c4c3-454d-bd7d-8fda31d15e5f/62668641ffc94db5fa11187f14a981f8/dotnet-sdk-6.0.201-linux-arm.tar.gz",
              "hash": "5a683430325a90dd1d8e0071a1868939fb01268f9eb389ca1dc40956fde6b9f45bec086553ad3333139e530dfe5afae48195bcdfec388b0b568989924a1f1dd7"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/33c6e1e3-e81f-44e8-9de8-91934fba3c94/9105f95a9e37cda6bd0c33651be2b90a/dotnet-sdk-6.0.201-linux-arm64.tar.gz",
              "hash": "2ea443c27ab7ca9d566e4df0e842063642394fd22fe2a8620371171c8207ae6a4a72c8c54fc6af5b6b053be25cf9c09a74504f08b963e5bd84544619aed9afc2"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/09df51a1-5ef7-4db6-90cd-302ae92b7c84/3d000f08ab919f43f61184a3c48b46a8/dotnet-sdk-6.0.201-linux-musl-arm.tar.gz",
              "hash": "80a7a34c1b0696c5ab9fb52920982fd529e93c09b1c1fc0222ddaae569ea488cdcff380fdede516a25a165b195d52c162733082af122b5c07191a900e5ca1e86"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0038906f-0d85-41ad-897d-2579359eeb77/78bb1d3b9df9d8017222f0bed5df23ab/dotnet-sdk-6.0.201-linux-musl-arm64.tar.gz",
              "hash": "95cd26bcd4d312a6b88cdbbffd3154ad8e76ad313838ff386828b9d76f0536e32add86671ad967033c204b6c493b7a27591cc48726007a4cca1c7e0a9daab976"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/70fb6022-ef53-473b-bfde-dc8cd6b673ca/2c04303064ed5c5158998c3a0d11fcc1/dotnet-sdk-6.0.201-linux-musl-x64.tar.gz",
              "hash": "6e39c14ce7b2e874105351f5a4d26eea91f9772bb302b39e0697db1e776680ae37c199b820763ce8ff25a2ff84aac45e0f282919e0d5a2fcd3d7dd8d1b2a94ea"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c505a449-9ecf-4352-8629-56216f521616/bd6807340faae05b61de340c8bf161e8/dotnet-sdk-6.0.201-linux-x64.tar.gz",
              "hash": "a4d96b6ca2abb7d71cc2c64282f9bd07cedc52c03d8d6668346ae0cd33a9a670d7185ab0037c8f0ecd6c212141038ed9ea9b19a188d1df2aae10b2683ce818ce"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2e20d654-1371-4c8f-a0dd-e81bac07549e/7b63667ab1941110bf9e684dc66b590d/dotnet-sdk-6.0.201-osx-arm64.pkg",
              "hash": "482dfbb627b8278c8e7c100830f1378775b6ca7426df8ccba36281e4e7e5f6a70f7180d46948216b76ca66a312fe85c88ddb8b53189c5cd2471087c19e647555"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/628be5e6-7fc7-42b6-99c9-ea46fbcc3d14/d94bb4198af2d5013c75b1c70751ec8f/dotnet-sdk-6.0.201-osx-arm64.tar.gz",
              "hash": "0796a81339788fbc160885548983889dcffd26a5c0ac935b497b290ae99920386f3929cebfbef9bb22f644a207ba329cf8b90ffe7bbb49d1d99d0d8a05ce50c9"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a5e0f5da-6088-451c-a341-b751c0d418c7/9fe3a31273888fe23cbe71cac32fa35c/dotnet-sdk-6.0.201-osx-x64.pkg",
              "hash": "41bef6c3bfd21d04b5dfca0fcb569b17cc5f45ea45112e92c3443536e881f135a036f347796eff372bc60390f9f836c4fbe8a8df7a85a4bec7c3db1e302521cc"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cecaa095-3254-4987-b105-6bb9b594a89c/df29881aea827565a96d5e47dc337749/dotnet-sdk-6.0.201-osx-x64.tar.gz",
              "hash": "1df27ca5a1db1a8712acd95083aa00ec7b266618770e164d6460d0cf781b3643a7365ef35232140c83b588f7aa4e2d7e5f5b6d627f1851b2d0ec197172f9fb4d"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8ff80e7e-fe35-45ca-bcfd-476e8d8715b5/92207f5d3df4c8f3992d1e8792971e89/dotnet-sdk-6.0.201-win-arm64.exe",
              "hash": "649c5452801c48cff8e31370035baaea70681737375ddec115d829034413fb3ddafc6848565584cc626affaf7d8c09f3b8de85e7a380de7089c75b0febdb7182"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bfb98e2a-7535-4f27-bb62-bd9e94e9ec36/6e6a149f56712e6ac949a8b30ea93c70/dotnet-sdk-6.0.201-win-arm64.zip",
              "hash": "5fc62e24c804e315eeaeeaf1bc5d2a283bfb4f3e122405661dd1002f3b02b7ba3b8cbdb0e35e3eacc5fdbe901a546a07972a55b5700dffa07fda33e9f3fd051b"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1eb43f77-61af-40b0-8a5a-6165724dca60/f12aac6d4a907b4d54f5d41317aae0f7/dotnet-sdk-6.0.201-win-x64.exe",
              "hash": "7fcd52d520a82c8b2dedc6e3074e2201643ea4d8897b521bfa9e5e9af39a2eadcae9836cc5e4f6707e1077bbeab67159735b67fedd87bd8de3953b94e81ba1a2"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5432b207-da43-4524-810c-563f1820d6b4/f5ca8777ecca3fd9dff35ca90502c960/dotnet-sdk-6.0.201-win-x64.zip",
              "hash": "8b7e16202cd67f8a2eac251b33fcb9099bc8113c5d76a0eff99c74a768dd2cda5db7c70aa3224e9731d94b5d7f2c46257f64b6a4a613679266bf16a733f79e01"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/191ad5e8-d23e-4a6d-86d2-6295ad15c412/e172fc20532a76f4d60b9a47fd317ae2/dotnet-sdk-6.0.201-win-x86.exe",
              "hash": "9300a674529152d8457d89f657084b8ac4b001bae1b5d7ffd3d5c27c1e82e4a80b84946971601ff86748f422cdaf6bbd66d12bb0112dc248b83f369b1dba9ae9"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f3eb10bc-017a-47f8-8acd-ca90efcf8be8/584f28dfcaedcdddf575eb976e687955/dotnet-sdk-6.0.201-win-x86.zip",
              "hash": "bb42be5cb431d27ac1414a977eb0da7035b651643feb452deb0c6c17f23dbbfd5c7c2bf54a8c418bcaf08e8b496dcb000af60b2e2de343b3f643b919c15a693a"
            }
          ]
        },
        {
          "version": "6.0.103",
          "version-display": "6.0.103",
          "runtime-version": "6.0.3",
          "vs-version": "17.0.7",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3324d5ae-3b19-4906-a5be-c088c08d4bae/b95253ada2fc9ad129c58a66db09f3ab/dotnet-sdk-6.0.103-linux-arm.tar.gz",
              "hash": "e1ad50651dbd80cd9a089a5032f32c110b47b74935813aa3cbd8a8473ef65f139e5bed61f4952c9ff4ff95fff11c51a12095dd33e228733208222c13c95034c5"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/84b9132d-f18e-4f54-bd34-ed4ffcbfa1f7/8a4cc6ca1d60a58963a1866a2b1857fe/dotnet-sdk-6.0.103-linux-arm64.tar.gz",
              "hash": "e9efdbbb36a064b2cddcadc7b8c3a92dabc0da5c9491a6a39580720739d9a7517fee8e9ea2073d2dbfc91685f093a950bcb80713ba77413da07c17cddbbbfe55"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b4fa618e-3e9f-46ee-b293-6b1a2c7b7033/57605d175520a33fcdf11c211388e48c/dotnet-sdk-6.0.103-linux-musl-arm.tar.gz",
              "hash": "f16673dfcecfff028781e507e6ed39f8fea9bb168a4afba6d07983d4d9f8e9447d40752fab722cf79f4f6224554c77be484144c019851631a1b51fef2d0d4c35"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ca9af52f-443a-40ed-883a-4e58d1fe133f/4c1a32fc66ba82a7dfae0b819c100a0b/dotnet-sdk-6.0.103-linux-musl-arm64.tar.gz",
              "hash": "8d5fca2760674f1e1b0dd44c0929464b785d877887c64d73b1627b84c1409c5050efd9255039a6b6d7c2c9757a824aadebbd8ee4927a05015dce98627a4e66ad"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/390dee16-ef15-4228-9530-01a564262c5d/998276f854c9e878aca62c4e5571df3a/dotnet-sdk-6.0.103-linux-musl-x64.tar.gz",
              "hash": "b61f6ad200d13d38b87c9a3588db9ca20cfe88092117941a5a18ddc76515a7e95de58f4abf4d787df4c0213997eff6920aac2750466aa5f789e276f5eb1a8f56"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5e689959-c361-447f-af43-7c9da2595cc6/7cbba6786fe0c132d3c5a6053c85f80b/dotnet-sdk-6.0.103-linux-x64.tar.gz",
              "hash": "359855c21c602315c254651b975625670dbde91cf09b7e05ae9a7542d509d0d9885bd3c07f1343e9a117afe2872f18ca8a3d590deb1a6cdf347e97a72c464b51"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/044a56a2-376c-43bb-bc92-ee7a20c99e1d/42c8f115a4e7e9d187b7459efba91324/dotnet-sdk-6.0.103-osx-arm64.pkg",
              "hash": "01f4df285d8446e8593846f124afa7a1b4f860002393572c0b97326e96467d1d02629d93f61b51a5e2a98c8b312fc0881eaa93035e81dca82cdacbbe3c96c259"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8cfce8b1-fdaa-494e-bf49-085554ca3143/2281a8c0fd0962a6459c3bf1495e8b07/dotnet-sdk-6.0.103-osx-arm64.tar.gz",
              "hash": "a14547f3538ac5f859b138b8d0674fba1ea79ed12f5daf9e7cc1eeb41519610a5ffd353fd8ca5fd3284ed6594becb2909bf4616633ea315354a66e15345e2a7e"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0c852430-5c45-46b4-ba3f-cf3ee404f148/f83321adf900c6d406b1b03e4c64e66f/dotnet-sdk-6.0.103-osx-x64.pkg",
              "hash": "6d77d547ba1d72784f00945dac80a6e576949eea2a58581c42f2fb592ebca4b6cabb12e1b44e0710683115279a06f2db7852c25c68b3c08fd43d4f1ff8a446ec"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9aab0a86-666a-4656-9187-193bad4faf1f/2c7373d856efe68b19d3c52f8e253885/dotnet-sdk-6.0.103-osx-x64.tar.gz",
              "hash": "5bbfc0cd384c978d427add5058edbed2bc7c53fec15416f228aa09b66bba0a1580b992b8350490036df75f9098ed68f28910713af8cdfa0ad58572471caa4cd8"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2a46e89d-79ea-416f-b720-0b5158747bec/e8d815c9d506f5b7a7836f7271efa771/dotnet-sdk-6.0.103-win-arm64.exe",
              "hash": "ab5e711f78b54548f3e1f414a7e2fa872de01115da56d291ad255f52fac33694ba92511f9dc942061e720075a046071e531849be541b787f69f375a471ec56ce"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3b6e0218-6881-4c2e-9d43-5f9a13d693b9/05973c2d1078d97b47b61800028e2bbd/dotnet-sdk-6.0.103-win-arm64.zip",
              "hash": "15bc2abc93df11adae1ea46f25f2ada891cd4bea0c5b7c468e28b2dc3f47cc0b8cacd13ea8e5d9fdbefecc075c414eb66cc78f08c7d31fc549a1e37e53b876ce"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/01095785-0617-4626-86eb-9f4a3a3d578f/32280e1557d9a4238b93c3f68ce7395e/dotnet-sdk-6.0.103-win-x64.exe",
              "hash": "483fe525aae813ff93a034d4672e0cc8eff2376ea17c9ec35804110b9790f1c8ac3cacddd46894ad6214e7965a8d34c5ea2de0e60164da8d90781cb3634f8c3d"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/958dd14d-0590-43a5-afe5-407c8fb0fc6e/234a227772fd91404db0fa4c055d14c8/dotnet-sdk-6.0.103-win-x64.zip",
              "hash": "55ab27e22b04f37ef86d8e239885e48fb0148a362c028b4969410938fa469a166e3fba9f82325942ab0b21c4cbc2b5a4dd2756742c8ec5257f449850ccf62317"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/09910ffd-238f-400b-95b4-abf54927f641/d69a4b8fb466b6036fb0d070fcfe01e3/dotnet-sdk-6.0.103-win-x86.exe",
              "hash": "0cc9165b4a840d5f12046291e548c45e715f604f2c0106854b7154016ae077e136d8a70080ad1975527509cea23f1d33f1e41435ead2e4f4d0a4e3ec47ba8cd2"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8b770369-0721-4a3a-9fc8-475ac5f33d10/82d1188b5f1cfe06dc41b5a507a68476/dotnet-sdk-6.0.103-win-x86.zip",
              "hash": "5fe44e77c05f55c2b514470744236150682d427f1723e26484f1f170dc2b78b06589c9bf73088588bd0b18aa6451043b10751f64d5f18a81e18dc1a05d6b2614"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.3",
        "version-display": "6.0.3",
        "version-aspnetcoremodule": [
          "16.0.22055.3"
        ],
        "vs-version": "17.0.7, 17.1",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7e5fa679-9e48-4748-8d54-578c03d5ce53/70f7cf826885132badd35ed667009fc2/aspnetcore-runtime-6.0.3-linux-arm.tar.gz",
            "hash": "7d3ca660a6a64c79d5c49c1ced1123dd2aed1cb6b8067627e640d81737f0a946ccfe3d5169d6cc797b6ec17821ed465a66620cdb1eb43470b403efcb9734a430"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1e7933b2-1202-4aeb-bb70-a6f9cecac61a/b12b5666b3d4cf508f8575581abd4033/aspnetcore-runtime-6.0.3-linux-arm64.tar.gz",
            "hash": "745586b64d3e01f856c366821f6fb8ca97c55b2a90ba36d528fdf99c98938574805153e7d4fff0560afe8382bea14b35ddeba391a2dc2328285f02e125c9b702"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d46b13ee-b710-43d7-b818-1eae18800a42/11e3430eed7b76bf38580a777b0b0904/aspnetcore-runtime-6.0.3-linux-musl-arm.tar.gz",
            "hash": "396ab8d31687a4169e146b84e34f862bcfa177814245dbc2061daab9a6e98a34ef6f17599070dca81eb768b31d55cbfba06482ec64d0e574970f0e8da3450ac7"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e1ba7b30-de7e-4419-bf78-3bc935064b1b/9662000838cd29c2afa0aa9d46b03dc8/aspnetcore-runtime-6.0.3-linux-musl-arm64.tar.gz",
            "hash": "3b51831c58e070f799eccaa7b44aade14541d2f26e9929e11f303f250b62b6e798ed93d4063617d6a96bedb14c8f7c30b2ebd6e20c0d5bf940484988df037916"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cc2698ef-3460-4f35-9713-eb52f4f4bddd/0dad1d7367d7b4fe53940d69b6fbfd1f/aspnetcore-runtime-6.0.3-linux-musl-x64.tar.gz",
            "hash": "9d334a62e8f591f4cac70b970b20a45d7557a75aa1bccc34891ee4ea9a0ae9d7b046b3dd8ba4a922398198eb7275f9f50177fe8287f2dac7e99a883a448b63d1"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3af854b6-80fb-425a-972f-c7f0d693bf1b/cd458a4feae5a98646ee12a14ab34151/aspnetcore-runtime-6.0.3-linux-x64.tar.gz",
            "hash": "9ea54220468d922ef2c40433c4b8c70df6c60d8ea63a3ac1ff5e5ce712606ae5cfe1e57d321b87eff1b5dc34d7823a4b4b964180587383f22d9a0ff5bb3a8c88"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d7cf4456-d9ba-4a31-98e9-4681e1b0d8b8/b9c4cfded00e9940756e62c4486f64c6/aspnetcore-runtime-6.0.3-osx-arm64.tar.gz",
            "hash": "03d1d4e8a8370856120e045ed4a83b3383d00fb56b5fdaf7db0de8bab5e3de60d03c02deaed6f72bde0d6b0e12511fe1202c4e2c25fdeeb489ad61a5902d71d3"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2cfe2a02-dd59-4cb7-9788-76c620eaa0ff/dfd0d449289a042be9bc62e4466bf350/aspnetcore-runtime-6.0.3-osx-x64.tar.gz",
            "hash": "bda83cf36fc9aa62ff3e16a26b5f8f37efa3221ab826467fe26f3072517a428c64e44bc52f8a90f5c77bc60eeeddb8c3d59d2a509999edce3b51b835dd7edf83"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bf79f30d-9ced-4fda-941f-8cc0716b1c61/cfe6ac5149bf86a0267c496a9cc45a86/aspnetcore-runtime-6.0.3-win-arm64.zip",
            "hash": "3cd0823802852162dabf31553ce964c0bd3130fc85cbae295b01d4052fe912d7690183885e4ea238267d81172cff0cc76941698a31c775867b2ba54345495dec"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/10857513-e4fe-41eb-bb13-7ea5c02dcb00/ca75a693efb0b3c5cebf173eb7f98242/aspnetcore-runtime-6.0.3-win-x64.exe",
            "hash": "677e6c32197a3e8d3dbdc0c27621006db3a4f484a40ed417d932be3b1d933f51429bf225a9f462793cd9903fa8b4e70f3762ea5df6517e42b88268877bad02ed"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a6bebf66-144f-44a3-8b74-425466e3608d/07231c69bfd5c749d48dbea15c50545a/aspnetcore-runtime-6.0.3-win-x64.zip",
            "hash": "aa3f46d3049dac94ea08cfa6145fd3288378b870e73b6163d5a6fd5f189b206a94156f6526efc7ca56af754f5a1191539a8cf1863dd15d7e3292175c83de7054"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/93ae486b-e23d-4311-af43-bb5201298e80/860ce9bf78843286a69bb2957456cc4c/aspnetcore-runtime-6.0.3-win-x86.exe",
            "hash": "2d5aa3cd1e57969ca327afd428f7ce06a5cfb54e650afd65e075dfd0a44b1e23e5c52ea78437a9e0528d056ec199abf44a521089ca021fa46893a0d8405dfbf5"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d9200a02-fb3d-41da-a12a-391d31e4119d/dfbd376744f0e55c38f8809f4d4b4bd6/aspnetcore-runtime-6.0.3-win-x86.zip",
            "hash": "e2806164a381e38b0b932feaea2aafc90e9afeafcc0dcf5b2393b4399f73ba023324219c67ed27e38e3a8db91bb634a6616b98475716800526c8774b51380226"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/41d7c644-140a-40b5-9eb7-071544b79c65/885b7fa698a2d1d3a79ad363613f8ff2/dotnet-hosting-6.0.3-win.exe",
            "hash": "1c52efadd3792f2d8a595400add3ad7744e9b6ab94d40df0844841a90b8175ea4eb7b54c24c5d700e537533870e1cb0f7277bc4649cc707d236c0af0d4638aca",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.3",
        "version-display": "6.0.3",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2aa0dc08-37a3-41cd-86be-e7179ca88185/7079574462a7b6a7e166dc1fe802abe1/windowsdesktop-runtime-6.0.3-win-arm64.exe",
            "hash": "87724837f49c1ab2f255f3c33c94858ba65ed642ad781f7d66b20f23dfe9bdc22068db5ccf6780bd5a9beadf8d7021a54abf1b69c57801ef3d4f815ed3ae1c35"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7f3a766e-9516-4579-aaf2-2b150caa465c/d57665f880cdcce816b278a944092965/windowsdesktop-runtime-6.0.3-win-x64.exe",
            "hash": "089cb2d98057f6193e2ec9aeda28dd0081b6f2c4b13c6d037903f35703fd84148308a85d0e233d17258bd48d44ce3698e876b858fbb241812d5e437524b34b2f"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33dd62b5-7676-483d-836c-e4cb178e3924/0de6894b5fdb6d130eccd57ab5af4cb8/windowsdesktop-runtime-6.0.3-win-x86.exe",
            "hash": "ec57c188acefd1f9ff284e9bdee9c978f88651069b7c7a4a7503e2343fd017ab6967d9a4d1b4afd4532e7acc94d6e900aa0b5805a7c3788068a7db1f740a877b"
          }
        ]
      }
    },
    {
      "release-date": "2022-02-08",
      "release-version": "6.0.2",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2022-21986",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21986"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.2/6.0.2.md",
      "runtime": {
        "version": "6.0.2",
        "version-display": "6.0.2",
        "vs-version": "17.1.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8c34904d-88e8-4dc1-af91-fc1e5cb64a25/6ae9f205eb54fdd03e12e04daa43c015/dotnet-runtime-6.0.2-linux-arm.tar.gz",
            "hash": "0628b24971e05ac69c39a6526f6ef90ef65e72071a4be430e028958c33e484e7b95584a4a23716dd8eb70592b8b29266bfbd18c730f39aad8556ee87ca316aa7"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1b952787-51c7-4708-b20b-a1f59423f1a2/65151b3e18d451fa1303606e402c17fe/dotnet-runtime-6.0.2-linux-arm64.tar.gz",
            "hash": "5cca54e18332b3297960f21a1b523382e2e7ad6fff477548ac0964451a7db5fadb2acda7cc39bceab184250bd9f81f84162aff4a2ec1d2c4ad278985ed157f4d"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8359981a-8ad7-4925-b5c7-b8e59ca01cbc/439b7b835ce333d234fb20d9191c6ec6/dotnet-runtime-6.0.2-linux-musl-arm.tar.gz",
            "hash": "a9b804e1925d93d32aa0913fea7ce662a1e53eacbc8bd5da7fb6d9c2723d7f495f3134ceaef9f94a7a1a1b689a84080cf89273c6c314666d3e70465dc7a8ba87"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9b71f19d-e9d7-463e-8a37-8b2ef071a024/59a777de384a922720292cbb9c91da85/dotnet-runtime-6.0.2-linux-musl-arm64.tar.gz",
            "hash": "3b2943a5d0c416814cf4427515638f9abe0e09444d34c8535a4dd3caeb10900c332ebdf128153c1fc8448f77190b0670c40566d2564192732f21accf180fe546"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/327699d6-13f5-4ce5-91ec-c34b7bb505ed/9faa5cf0b173a8878ab7f0d013591079/dotnet-runtime-6.0.2-linux-musl-x64.tar.gz",
            "hash": "fd298bb310f86969f88807ea907cb20a38d6ab4b24493800bdf026933634a5145aff076dbfe9acb3ab6aa3a48747eca3149e05334847871889a8312e6e8d706f"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/28029b9e-2851-4224-b781-13f2bfa8b975/4a3d5684cb104f6efdaef10d7978872e/dotnet-runtime-6.0.2-linux-x64.tar.gz",
            "hash": "fa42a686122655a2a7dedc2415bdd618ff06b0a57132d7d98ad79f25c40f3f9edb953ef1ac93fa1a1ff64cffb4c5276dd7586ba5d16c5a7960913e1c5dd646a4"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0d80c9b0-764f-4a13-8858-bc51e7b54b8f/7980e983431cfbbc0b28fb85f7770034/dotnet-runtime-6.0.2-osx-arm64.pkg",
            "hash": "726761d6794ceec8ab9f21482963e1cc76b851754e7572fc6d5d21941c21a690976fb2d62434ea1decdc5727659c9a51054a53647540250acfb504e23725c230"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/75f9bc5a-ff02-4dd3-8d28-ed4cd672f796/ab73e4ab6e6ec6ab608c2d68cea90f8b/dotnet-runtime-6.0.2-osx-arm64.tar.gz",
            "hash": "baca2588b25cddaee87e45fd347c5e305dc68604045827213db18221e20f545d81824f411502ce29c93e59094e0f18d66eaa6212c4dd2a1b696ace543adcc0d2"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/26c9c72e-65be-4241-b048-11858350afb3/0dc4dee2b444eb7b0e8120a76fd69b09/dotnet-runtime-6.0.2-osx-x64.pkg",
            "hash": "b611b0819b99bb46b7cdc5fbbf644ea0a5eaea7212e314a2024c7817bc949d9f37e4703eea9c7de240a96e5c5e4b9fab3ee0dd1986d0e08192e34d930924c79d"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5857b1e-9348-49c0-b35c-1aabde6ca28b/bd56e9c2fb52ae4fb551e22dae22a70e/dotnet-runtime-6.0.2-osx-x64.tar.gz",
            "hash": "7b86ce31759717eab5cfc6ca36c57ed080e3f50817f8057f4d43afdd28519f0231445d89274095af5cc5d3ee26e9f2fcbc4187f749b46edc64c793a15cd6b26f"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17878f6d-e10b-4354-baa9-53ad551f4195/dc5651cb5042bed7accaaf6401917427/dotnet-runtime-6.0.2-win-arm64.exe",
            "hash": "efc7ad7849c3c80b145390edec4dbaa639878727a90def4f169d5eebebaec087ba5e62b30de08c25a209ccfccd4ca4569bc11f96f53efba54dce2fe15291d3e5"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3db8a9fe-0c34-49d1-8c8d-d6c7e8f24d79/e92448c495378cb16e34b1e17fd697c9/dotnet-runtime-6.0.2-win-arm64.zip",
            "hash": "350e84f404d01cacf7660a1cfed6ac23b2bed26a9db4a378eac5007672ed5e73e0b92641cbb6b7944fe347300032eff388b25584f737586f44ab1dd3384a99bc"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f3eaf689-f89a-40d0-9779-8c536dd9d2dc/924fd88b9c8d3622cb61112057c9ef47/dotnet-runtime-6.0.2-win-x64.exe",
            "hash": "b41ac08e8e90ce01fc7d89319a26d184393fdcb925763c90bf536bfbb7257a40548f8f060c538abe32041d0c82e693d4a263e93724c132d420e04bf9c4e67da8"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aaab1000-2966-4318-9f86-8e8fa477ba59/bcaa668377efa18ca2acf1eba59cf5c5/dotnet-runtime-6.0.2-win-x64.zip",
            "hash": "420e07a6df3bdbf209551cf1e563a5e2c1112ec06752bcc4c254c51e4f23ad50924a20a09e4061aa7802cb1d0a0c516327ef9c87974cd7cc31f00da7190f9f56"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6add78f3-d0af-45d3-914d-f7652af94f76/e5837b6913591ca973fe9674c74e69d6/dotnet-runtime-6.0.2-win-x86.exe",
            "hash": "b4614ee4507a7c30e7a01a385446c19fe0d252ebf8902456af686da68870dacfb6f467699ef211a2d4a6db0dd9d5aeca5f9d4b383ea65119b9297b803a819270"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d597d35c-9c80-4419-862e-5fa5c2b9af47/8b64cd5651b15c3bdaafe8efb98f15c6/dotnet-runtime-6.0.2-win-x86.zip",
            "hash": "19c25248a883cd30796791cad3e10f206ed90098971408a0a03924c4efa65d49f7f8d8ac316cd94c29c5478d126da059115dcdd973d16f9cf14404cc083a0e72"
          }
        ]
      },
      "sdk": {
        "version": "6.0.200",
        "version-display": "6.0.200",
        "runtime-version": "6.0.2",
        "vs-version": "17.1.0",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.1)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4cfcfa53-f421-4257-8cd2-d4078f9ffe90/008804a5475fa0d46b9e8f03cb78bfcd/dotnet-sdk-6.0.200-linux-arm.tar.gz",
            "hash": "c2950d5da671a50c955d07997b288c02076b1d69014d3ac3f5941179e29a67b4d56fc5acbde85fe13ffd46efa95ead05b39d90dc577d2a668f637e6a9547944a"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ad60a07c-d4f0-4225-9154-c3a2ec0f34cf/a588cd2b94db2214f6e5dcd02c4aa37a/dotnet-sdk-6.0.200-linux-arm64.tar.gz",
            "hash": "4e2b8f65f4cd9d1e54233b377e7efef5202eee3fa5e4592131ff03ecab032bfccdc91f4e8c806064fb769c48f946634bf1e420afecd7fcd2d981d40eeec5a881"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d3215059-1ab0-4a63-9a2d-be03507e4404/b100a8983e180b498beaea4ba0789242/dotnet-sdk-6.0.200-linux-musl-arm.tar.gz",
            "hash": "ff85504645e33e34c3bef849f8257320d9aef3b1d3f961b2ad49a7d9c1e082bc219d5550cfc3e3755e1dd5bfa84880267b06c3c52512d3f7fc160c87874f2a0c"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20a01abf-79fd-48a2-86c7-12f29e406184/8376d18bc9a3f93712ce88af4fe9066a/dotnet-sdk-6.0.200-linux-musl-arm64.tar.gz",
            "hash": "395d1432f32c8c471614d0651bbe761160d5b559ba7e93167b914a8e1ea9f5c699feeaeb817b29cb0123c498000f2e40901679eee6dc91694645ff19d67a2b8f"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b45778ca-3f41-4d94-b111-0e6298f064cc/c211315989b13b44b4619ee686e56b87/dotnet-sdk-6.0.200-linux-musl-x64.tar.gz",
            "hash": "a715084395d5a280f1a058b9e6d1064921e1114c2aec551f081d93c83b710ee1289b1790030ebbbbb704776afb4a94ada75de9ddab44ff62979c14e307aacf3f"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/807f9d72-4940-4b1a-aa4a-8dbb0f73f5d7/cb666c22a87bf9413f29615e0ba94500/dotnet-sdk-6.0.200-linux-x64.tar.gz",
            "hash": "334f3ea4bfeb736bed61c5896796a09d640b0ae74605c514edc5869c395befb7cfc795b58c922f14560e7d41c89c073c62ed01eefc6d9f13aa916e3478949c24"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ba037891-7f55-4f23-9997-92c1b642117b/a643faacd4700bb4565eb83fb11b3293/dotnet-sdk-6.0.200-osx-arm64.pkg",
            "hash": "db4d9555725dcdf84d1af63868a0a78b8b565dcce636a7ac2e79e11b69d9a347f1fc54e93df4e0da4b7dccb5cd118113f2da373e682d5d3a10f06aaf7fbaa081"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6deb083b-8fd4-4e8a-a0b3-54dba024c54b/b34dbaf7464b62d809e2d1ad6303bc15/dotnet-sdk-6.0.200-osx-arm64.tar.gz",
            "hash": "29ff786f9ccccc66a7bf6919aa552a0bcbb9c945f0b99778af5da2aecc4cf712a927fc28bb6c7da257d5ea91a82cf992f30f0033832f1be66ebb5a85478361a6"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f1f23eb-004f-41a2-a4ef-e1a9b533a794/f2d47f0ed6a7be2027166ea1132cc806/dotnet-sdk-6.0.200-osx-x64.pkg",
            "hash": "ebaa048f50d320ef1bb0e423574806b0392a34169fdb331eb7cd9132452ea3c272f5632b7306f06b3dd5a3b0944480789fc9ca2985564b65e021eff380dbd0bd"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4d49659e-636e-4b16-8906-329dd47ba5f5/996a40a6eb3d2644770627a15d2a0492/dotnet-sdk-6.0.200-osx-x64.tar.gz",
            "hash": "4dc3414c0d017d3f9bc1c3cde5dbf0341a6c5c150f8800ef56860700795a40afa375312c4e3057546fb7664e8d0acd773123698d52b790f5fb82325bac3f1afc"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68529d3d-cd30-4f79-a967-d4aec65fcd03/0ef16719cff7016bbd464bfbad4455fd/dotnet-sdk-6.0.200-win-arm64.exe",
            "hash": "51713d64abeeb59338d413393afa05785859559d7931f74ba7f304ccc11899ab157b3b341aceb8b0a1ac8258b8cf6f5188d69a1683cb760450ca0c3e2f0200e6"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8563e4a9-cc8d-4fc1-a81f-49358b0fa94d/c0fbf99f7bf54117d1b997c3a1f028e6/dotnet-sdk-6.0.200-win-arm64.zip",
            "hash": "ae467e44de46f94bd7b0aa1014d91f03aa32c79fbaed2ad47573348ae9fddf6e7c9bc95d07c3ee35afed6aeee478c44149faa12191f42b9317fc7f350a90e54f"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/89f0ba2a-5879-417b-ba1d-debbb2bde208/b22a9e9e4d513e4d409d2222315d536b/dotnet-sdk-6.0.200-win-x64.exe",
            "hash": "101de40bf82fb8e17e966e788b7c80f560fa6eb55dce98d959f3671092cf4be1e659d9d11debc6fd7d3b6f09f5c5d5c3adf55ee79a038071bb60e144211180eb"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0cb33e31-4c3e-470f-bd40-ca582f583229/15c909eb3a9d20421771cab233af8cc1/dotnet-sdk-6.0.200-win-x64.zip",
            "hash": "442ea9bb696005a9646aa02e10b0b09809c5b70acd91b08fd489aa8915f8b2a925d73843a742acb8f1068363d3db96137017ca478a6a69ea28b2f17a411eb5fe"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a3e3a0a4-1eca-442b-8745-f6f6e1ace489/a2e866259154c9f094e4b3779ac15fc4/dotnet-sdk-6.0.200-win-x86.exe",
            "hash": "b25aba0a2662cfb16124741a0ae4c14b279f9056ffb2f7802463238a0508e0e33c5d912664fd1a05e3f7d21ec02527b480fd5aaeed3d7e3acb0f3bf323ca73dd"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/09cd5210-c171-417f-b932-63cb47cb75b5/a93c8d2ca444a68bc50bfa5ad6df694d/dotnet-sdk-6.0.200-win-x86.zip",
            "hash": "bb6dad05e6bb2daa857caa5b059666d635c5e652e2c63e4775c6a2f392e239e00ea3bf042e4c124362bd9ef46e10e8b5bdcf8d889f3a80cf1b339a1bb58cf024"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.200",
          "version-display": "6.0.200",
          "runtime-version": "6.0.2",
          "vs-version": "17.1.0",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.1)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4cfcfa53-f421-4257-8cd2-d4078f9ffe90/008804a5475fa0d46b9e8f03cb78bfcd/dotnet-sdk-6.0.200-linux-arm.tar.gz",
              "hash": "c2950d5da671a50c955d07997b288c02076b1d69014d3ac3f5941179e29a67b4d56fc5acbde85fe13ffd46efa95ead05b39d90dc577d2a668f637e6a9547944a"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ad60a07c-d4f0-4225-9154-c3a2ec0f34cf/a588cd2b94db2214f6e5dcd02c4aa37a/dotnet-sdk-6.0.200-linux-arm64.tar.gz",
              "hash": "4e2b8f65f4cd9d1e54233b377e7efef5202eee3fa5e4592131ff03ecab032bfccdc91f4e8c806064fb769c48f946634bf1e420afecd7fcd2d981d40eeec5a881"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d3215059-1ab0-4a63-9a2d-be03507e4404/b100a8983e180b498beaea4ba0789242/dotnet-sdk-6.0.200-linux-musl-arm.tar.gz",
              "hash": "ff85504645e33e34c3bef849f8257320d9aef3b1d3f961b2ad49a7d9c1e082bc219d5550cfc3e3755e1dd5bfa84880267b06c3c52512d3f7fc160c87874f2a0c"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/20a01abf-79fd-48a2-86c7-12f29e406184/8376d18bc9a3f93712ce88af4fe9066a/dotnet-sdk-6.0.200-linux-musl-arm64.tar.gz",
              "hash": "395d1432f32c8c471614d0651bbe761160d5b559ba7e93167b914a8e1ea9f5c699feeaeb817b29cb0123c498000f2e40901679eee6dc91694645ff19d67a2b8f"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b45778ca-3f41-4d94-b111-0e6298f064cc/c211315989b13b44b4619ee686e56b87/dotnet-sdk-6.0.200-linux-musl-x64.tar.gz",
              "hash": "a715084395d5a280f1a058b9e6d1064921e1114c2aec551f081d93c83b710ee1289b1790030ebbbbb704776afb4a94ada75de9ddab44ff62979c14e307aacf3f"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/807f9d72-4940-4b1a-aa4a-8dbb0f73f5d7/cb666c22a87bf9413f29615e0ba94500/dotnet-sdk-6.0.200-linux-x64.tar.gz",
              "hash": "334f3ea4bfeb736bed61c5896796a09d640b0ae74605c514edc5869c395befb7cfc795b58c922f14560e7d41c89c073c62ed01eefc6d9f13aa916e3478949c24"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ba037891-7f55-4f23-9997-92c1b642117b/a643faacd4700bb4565eb83fb11b3293/dotnet-sdk-6.0.200-osx-arm64.pkg",
              "hash": "db4d9555725dcdf84d1af63868a0a78b8b565dcce636a7ac2e79e11b69d9a347f1fc54e93df4e0da4b7dccb5cd118113f2da373e682d5d3a10f06aaf7fbaa081"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6deb083b-8fd4-4e8a-a0b3-54dba024c54b/b34dbaf7464b62d809e2d1ad6303bc15/dotnet-sdk-6.0.200-osx-arm64.tar.gz",
              "hash": "29ff786f9ccccc66a7bf6919aa552a0bcbb9c945f0b99778af5da2aecc4cf712a927fc28bb6c7da257d5ea91a82cf992f30f0033832f1be66ebb5a85478361a6"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0f1f23eb-004f-41a2-a4ef-e1a9b533a794/f2d47f0ed6a7be2027166ea1132cc806/dotnet-sdk-6.0.200-osx-x64.pkg",
              "hash": "ebaa048f50d320ef1bb0e423574806b0392a34169fdb331eb7cd9132452ea3c272f5632b7306f06b3dd5a3b0944480789fc9ca2985564b65e021eff380dbd0bd"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4d49659e-636e-4b16-8906-329dd47ba5f5/996a40a6eb3d2644770627a15d2a0492/dotnet-sdk-6.0.200-osx-x64.tar.gz",
              "hash": "4dc3414c0d017d3f9bc1c3cde5dbf0341a6c5c150f8800ef56860700795a40afa375312c4e3057546fb7664e8d0acd773123698d52b790f5fb82325bac3f1afc"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/68529d3d-cd30-4f79-a967-d4aec65fcd03/0ef16719cff7016bbd464bfbad4455fd/dotnet-sdk-6.0.200-win-arm64.exe",
              "hash": "51713d64abeeb59338d413393afa05785859559d7931f74ba7f304ccc11899ab157b3b341aceb8b0a1ac8258b8cf6f5188d69a1683cb760450ca0c3e2f0200e6"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8563e4a9-cc8d-4fc1-a81f-49358b0fa94d/c0fbf99f7bf54117d1b997c3a1f028e6/dotnet-sdk-6.0.200-win-arm64.zip",
              "hash": "ae467e44de46f94bd7b0aa1014d91f03aa32c79fbaed2ad47573348ae9fddf6e7c9bc95d07c3ee35afed6aeee478c44149faa12191f42b9317fc7f350a90e54f"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/89f0ba2a-5879-417b-ba1d-debbb2bde208/b22a9e9e4d513e4d409d2222315d536b/dotnet-sdk-6.0.200-win-x64.exe",
              "hash": "101de40bf82fb8e17e966e788b7c80f560fa6eb55dce98d959f3671092cf4be1e659d9d11debc6fd7d3b6f09f5c5d5c3adf55ee79a038071bb60e144211180eb"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0cb33e31-4c3e-470f-bd40-ca582f583229/15c909eb3a9d20421771cab233af8cc1/dotnet-sdk-6.0.200-win-x64.zip",
              "hash": "442ea9bb696005a9646aa02e10b0b09809c5b70acd91b08fd489aa8915f8b2a925d73843a742acb8f1068363d3db96137017ca478a6a69ea28b2f17a411eb5fe"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a3e3a0a4-1eca-442b-8745-f6f6e1ace489/a2e866259154c9f094e4b3779ac15fc4/dotnet-sdk-6.0.200-win-x86.exe",
              "hash": "b25aba0a2662cfb16124741a0ae4c14b279f9056ffb2f7802463238a0508e0e33c5d912664fd1a05e3f7d21ec02527b480fd5aaeed3d7e3acb0f3bf323ca73dd"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/09cd5210-c171-417f-b932-63cb47cb75b5/a93c8d2ca444a68bc50bfa5ad6df694d/dotnet-sdk-6.0.200-win-x86.zip",
              "hash": "bb6dad05e6bb2daa857caa5b059666d635c5e652e2c63e4775c6a2f392e239e00ea3bf042e4c124362bd9ef46e10e8b5bdcf8d889f3a80cf1b339a1bb58cf024"
            }
          ]
        },
        {
          "version": "6.0.102",
          "version-display": "6.0.102",
          "runtime-version": "6.0.2",
          "vs-version": "17.0.6",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2509d293-6a9f-4108-8fe1-10e78341c5df/18f693729320bdbb5e8d936460dd0e2b/dotnet-sdk-6.0.102-linux-arm.tar.gz",
              "hash": "a72a0e81c62478b0dc662ef0aaeb7f96e7dd534e90b3ac1bdab1ca98dd93a4605881dba6e9ed2315781fdf71f5b33acb1aa5e28090c7a1693405bebed5853094"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/93dd8d1e-f2af-45b1-8e86-9b8c3d58f4d2/b3fc3ef9da1db691043387fcb56f4d6f/dotnet-sdk-6.0.102-linux-arm64.tar.gz",
              "hash": "790cbf322ca8fed32eaf574f19d0bdc05656c5a88a65aa4dba8269cfce1443cd7cdeecdd3a40e353c368f055490b70592ca7f15f981a66c5b3a9517d0b09e4cb"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/43fcff14-e581-444b-a1a7-c37f3a3fc791/d7c2cede186c84320f69c81de66dcd99/dotnet-sdk-6.0.102-linux-musl-arm.tar.gz",
              "hash": "b5fe2f9b29de220d94ecfd23036c89d046c71edc8aa6918f2f9c5543d20e9537add15aaa941f632e0c25562b29b1ef061a4887623b0a13ae65d20e8a9ff136ac"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cb6336ef-498e-4338-beab-221630859aff/379e00a136ce163a9093c90c02ef1201/dotnet-sdk-6.0.102-linux-musl-arm64.tar.gz",
              "hash": "d47657df5640016cf84479ff1f895cbb03e6b0811c71fa73b6769c6a1e55ad2a9b130c759fdfa634367e906de12ab56cf6ab185168b3d2e396b613a4c065afb7"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b2ba63e0-46ae-44e5-b68d-ae95ae605761/1b909af283b455ee1c4cd54d2704ddae/dotnet-sdk-6.0.102-linux-musl-x64.tar.gz",
              "hash": "921ada7b90a87a06dfe5353defcfff0337b696a246daf7898802342f45c3b5ffa03ab8c0edb3cb6f0e0971b533457f41e96fe7655f94f2ee8b6292b0fe9c8fcf"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e7acb87d-ab08-4620-9050-b3e80f688d36/e93bbadc19b12f81e3a6761719f28b47/dotnet-sdk-6.0.102-linux-x64.tar.gz",
              "hash": "edd79ebad3327032ea0aaa8504c14e3270050bb459b098202676776b41a3a1d282aaefd1e5e8aa09ef7f7cf7c4601c4783a57112ff6e3d427507e8eec2bfb748"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cc2a94b1-7f3c-44f8-a842-f288a0cff04e/32446a93655522a1f933d4afb5e15836/dotnet-sdk-6.0.102-osx-arm64.pkg",
              "hash": "e4e2738a87ad097b1e5f6eb7b7526d713ba80a479e545c52ddac8413db026f7bb611e2803d4ae7a49780c7d8479c16533723f4f6b2f7b291312ffcb915388c61"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4ff10ff8-5986-4b45-a9e8-a32942f03d61/d9a5301523ad1134b7c175be1fca42b5/dotnet-sdk-6.0.102-osx-arm64.tar.gz",
              "hash": "85b7208cb19fc91a75a4a447065d09069ff007974ed3543848345710b55d29e343e3f72bccae821da5b18c2b7c5e7901bed26a39501f6baa0fa1e54549045627"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8509554d-61b4-43b8-b934-ad2e679ce18f/aa565a52b909b3133ef6763bb2868a49/dotnet-sdk-6.0.102-osx-x64.pkg",
              "hash": "5bdd536faf05b54f1252106856b26ee725c747c794075877d75f423449e68c4505cbe6e037ed6c9737772d2fe6c4a6945fee69f9124c17e84e86ed78bbd693cc"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/17115de2-6099-4c24-9a66-d89d25f52968/9f55035d1a43a5d133c6a0bd35230d69/dotnet-sdk-6.0.102-osx-x64.tar.gz",
              "hash": "2306e62c58eee6e568fd1993ce559b68b0f35be88bf6896a3f60c1e53a65c2dd32d6e107681195fd27758c46caace3a2694e9d4c3b8ae0eb43a896a6f48b3af8"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/05d08766-81a8-4561-8392-6ab88675c6e5/46a0f5a95be3fa7e5c4204503334cbe7/dotnet-sdk-6.0.102-win-arm64.exe",
              "hash": "d52b51c41f9cd7e2fb614cc043f54b83572469f3c13ad11d48117c921d6ab8f78526525631187cf13972893541cbd70ab4d48d53c98f76bee3e6acd6eae34aa7"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0217e9f0-f218-41ac-995c-300aaf05db26/9b9e2fa1f4bc4270c00aa1882c4b9605/dotnet-sdk-6.0.102-win-arm64.zip",
              "hash": "61494b452c9d09ba8db584d32166777e75cde7a2091ae862d854cac417f84b164192c88ef8aeb28315411b0e64e3a0661a8a10e6652d2df238e76c66420ce015"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fb14ba65-a9c9-49ce-9106-d0388b35ae1b/7bbfe92fb68e0c9330c9106b5c55869d/dotnet-sdk-6.0.102-win-x64.exe",
              "hash": "5c999a3871473d1a5bb767f381d8fb216571955f59d93e9e579a3ef415906c2fc731857eb8faee4fbf47570c4eaaa8dc2de39553492f4e8d000ec3d12686b0fe"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/302ca2e5-96d3-4792-a213-ab71d50577b0/9a9c160c69a3fdca8473e43c2510dbef/dotnet-sdk-6.0.102-win-x64.zip",
              "hash": "df6df12efee231848a993c3d96210b40134e900e6cdc5f6c2c19e55cdeb52c1130f8a217790f016a9d9371d199e75188da6f4d5c9e613d74643fb7a5899c1948"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c1b52d02-1b8a-4a10-81de-65ccd6d7a226/fee3322b6047e170ed2505059cfd1815/dotnet-sdk-6.0.102-win-x86.exe",
              "hash": "dc979f055fbbda1badcfb0bf6e01924b79703fc20c98d85a6872a9585a5b1259baab4a0b186071eb16e6723cf59ecfe111a981d7d8ce4e8a92defa8299010e5b"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/39e89851-1d41-4330-9bfd-2fa71bfed68b/2c4ae78e73779c925f9c0f9a13cb8fc8/dotnet-sdk-6.0.102-win-x86.zip",
              "hash": "c00fc0897053bf44626f4e86c0fe918a34744a50f6a25a93599c6e3e73fce80a13fbecb088c9ddc8fe623158aa58f4d4d2be53080c9d1d3dc2b231f3e0834da7"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.2",
        "version-display": "6.0.2",
        "version-aspnetcoremodule": [
          "16.0.22015.2"
        ],
        "vs-version": "17.1.0",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/93874c40-bd2d-4a7d-bbb5-716b161594c0/f698334222759b065f5da4e8915ae982/aspnetcore-runtime-6.0.2-linux-arm.tar.gz",
            "hash": "5e9619f839da39c46f888493d761af6de1c02bdacb0ba47025ba367d9d08b230d2c85d75d6e3cf5045a23a3b6029d4697f671ce0c64f9e4fd8a79813b90a2727"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d30e9e2e-10a5-46c6-9b81-1a6a965d6739/6f56a3893b16fa841c8cb34ec9b3768d/aspnetcore-runtime-6.0.2-linux-arm64.tar.gz",
            "hash": "00ecdb4343d6f42861157aaef7d892bb3d0e0c0ccd8035305708aaf6bf7095fd6daea2e80cf4fa773aad063d6e510e70cd84d6c1efbd2e3555af6cda0f4b5d31"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/93e36917-22d8-49a2-8cf3-a5b8f0f8c31e/5b288b6551f81c5941cd6499e60d380f/aspnetcore-runtime-6.0.2-linux-musl-arm.tar.gz",
            "hash": "d693c2fbd952e7a1e53943acb7af91895b1dde405f7b66c689da675de39140cf20460cabd27382ea1b73d2fc17d1b04985447d2dd0992a50ba7fbc22899d1a9e"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33d70e2d-0f10-4d10-bed1-42a9e1269909/2d89b3621cd1997f007041f113360a43/aspnetcore-runtime-6.0.2-linux-musl-arm64.tar.gz",
            "hash": "c1009ef634f1103bbb89427bf25b541f50670c9817cc0d36fbf854de91291a5360abe338e0f627cb05ec377f792876a8e7c39a5585ec47892024fc0b12c9d295"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2f4a8b7d-290b-4d23-b8bb-2d88d24804ae/859f1334b58fb1316cca9e3b48abbef0/aspnetcore-runtime-6.0.2-linux-musl-x64.tar.gz",
            "hash": "8fb985bf79039cb1848604f08976ad82ff9582b0379cc7047f5bc95fa9e2a50f88b608efdb1b39d626b5e2a4615e38bee720a83f2d263f4dfb6716e65c74fa73"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2611908d-446f-45ec-be23-57feaf859d7e/90bb871b0097b874c6de0b1a1b629c31/aspnetcore-runtime-6.0.2-linux-x64.tar.gz",
            "hash": "190959576342542bfe51c48808011236e86dcb12779c8e9e444a71f1b778302972ab291adce0c185f6b9790b11867173934968ed88ccb9530266faaa1a05829b"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a08d7f17-8bd1-4de7-939a-8c1b6481b404/4ffe5dc82e1ffc276d111bbda4862ab0/aspnetcore-runtime-6.0.2-osx-arm64.tar.gz",
            "hash": "a47717e2655413c7db90a9e33894183222855078af277c06630bf6101ada2eac31a8d3aef7e9b5d1d75bf8a6548752f3c4532bbb84f49946899e8ae25949a753"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/91564a6e-acab-4e4b-8e1e-1e3b69b84820/a266d8d92db6dcfb9597a0822b5834bc/aspnetcore-runtime-6.0.2-osx-x64.tar.gz",
            "hash": "12ccc0cf1e05cdce5e052b0d60db61fe59bcdc7e07c15465c22caa7604e9b16b8e51f502abca0ca0bfcf000ac4d74e64aae5577685a238af87f12718ec75fca8"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1de37632-a8fb-4ad6-814c-64e94ab0cd1a/8d5ace0c1cc5d662da0a98aa0119d0d2/aspnetcore-runtime-6.0.2-win-arm64.zip",
            "hash": "209b3b15058ce908967d11a51cecb468d526d715e9863c07f12582138176739b0dc09bb8eb063c10f1161183ba003d6228aba6a231d2b2ce4fcc402cd4befe4e"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f9c340ac-df04-4690-a434-111f9558941c/568ed66a3e32b22e3645a99e100008fe/aspnetcore-runtime-6.0.2-win-x64.exe",
            "hash": "04c540ef795318255dd5ee8d3b90d0da855180d0d576c3a406efc9396daea989359b9059acc88409eaa554d0804097f9669ab1890f9e29f55ca65a33417ea930"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/66c9a22a-9a6d-483c-bda6-9c63d960661c/6f0f400650f24b70404cde0c60079303/aspnetcore-runtime-6.0.2-win-x64.zip",
            "hash": "3d1869ada5816df75cd336798278609b08fcc878459ad6fb02f4eabe0c20329d8d7605672404ea77440b55855b4c2d03f12fb39e8d0ddc0d919d49c2fa113aaa"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3fbcf485-c48e-49a3-87da-62114c084ede/6b8d31d2fc68e9d30889a17ef8da875b/aspnetcore-runtime-6.0.2-win-x86.exe",
            "hash": "d317c6be4b3bcf483a8394f9c6c21dc98e39eb55ecaed78bb9581ae46ba0425352609604f4e1666ac1301af4b961c587858e10123b076fe020f127352ca1ced5"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c2d62404-5e1d-46ab-ba6a-b9f583c9e4e7/915d47950157a6f53c42114d2e22dd4e/aspnetcore-runtime-6.0.2-win-x86.zip",
            "hash": "70a5ae766bff7030c87106cdad9de6474bb9965a6774629f16205a04db0140277995a6cbb2cf9d1bb27c5adfb9162758518c31a8b1f9c86163177acdcaeb3772"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bff26878-9597-4390-a4ef-5bd818ba41a0/a7a8114362771690ec52e6fd09236ab8/dotnet-hosting-6.0.2-win.exe",
            "hash": "fb80d1763ac26077ddf4dea41d4d59515792cfef60a1ea580cf53cceb61abc536826fa1bc477a7b8c715fb10262ea14946113f0b9eceba3fd81befdc28aa8169",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.2",
        "version-display": "6.0.2",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1ab1a9fa-5aab-4487-9048-0daaf74c90f8/e23a567db4880fce75c467d3e9f72b92/windowsdesktop-runtime-6.0.2-win-arm64.exe",
            "hash": "de3fbb4cafb010590e7658c5f3d5aa13e93bf399d205f610cf3b78208a3aa463ec341cd26c3d40da4e159b7fba1096547d6f5bdfd5298e52d67947555d04a94d"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/efa32b7a-6eec-4d97-9cdc-c7336a29a749/3df4296170397cf60884dae1be3d103b/windowsdesktop-runtime-6.0.2-win-x64.exe",
            "hash": "3bbc786c0bc25074ce430a5c7e2d8257888d21128d4c0a905b772fbc12a1e2053feb57e3d9535e7825d5bcc93440821a5264c91ccab41d6b791142b39f896187"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/72ebbe8e-5175-41da-9046-1890732e0d5a/675ce08d0c1740142305d35692a8685b/windowsdesktop-runtime-6.0.2-win-x86.exe",
            "hash": "741031b9a2348bb9abb65c85b6728b6d67d36583503cf07af32c5a7af105161d5556543e049eb99ef5c58fefe6d329c1a38c6cf1f2c85ef4b2918c79586e597b"
          }
        ]
      }
    },
    {
      "release-date": "2021-12-14",
      "release-version": "6.0.1",
      "security": true,
      "cve-list": [
        {
          "cve-id": "CVE-2021-43877",
          "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43877"
        }
      ],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.1/6.0.1.md",
      "runtime": {
        "version": "6.0.1",
        "version-display": "6.0.1",
        "vs-version": "17.0.3",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bdea32df-7ab8-47f5-8f8c-3de28d5771d0/c839293beeace695b6698debaedd345e/dotnet-runtime-6.0.1-linux-arm.tar.gz",
            "hash": "a6bea3289279ddfaeda4c46bc2cae82c662e2b2cfa13abefa18baa8db747bd1be9fabdd8c0103310f89d4c9e356235551af5354742117d2cd58abf5727883609"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/002742a9-8107-4434-a208-863f07e09397/75884224d828a34b7c5f070df5213553/dotnet-runtime-6.0.1-linux-arm64.tar.gz",
            "hash": "10b8775d44088ddc1ae193ce41f456d1bbaad21f2dc993de75c2b076b6ffcb07bca446f52180c9a175715a1e47ad42a4862c43ef11b5cbc1023cb4da3c426146"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec103bef-97f1-463f-b456-1dfe2473780b/5bbf354345896169c2bff2ec93e522b5/dotnet-runtime-6.0.1-linux-musl-arm.tar.gz",
            "hash": "97d011df17d97db5ac6f5b5ab541f8a0428bc699a8a04ac92da5cb3865f200031cde07a34430ff492a5a54af41ee4fd4c5628093c2b7a0f4895a8326f4f63d35"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/90106452-a511-4dea-a51c-efe756434492/111563cc5d540a59dd0b6c74f5146ca8/dotnet-runtime-6.0.1-linux-musl-arm64.tar.gz",
            "hash": "d18a059cabe2581054d9e9a2ef83c7b11159954726e2bc15e7e6b8f01cb5d7eacd34ca28dd12701286810bb52712129927471933fcd77bc062b7c892e46bca83"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0bd52fac-c9ac-4403-a8a0-60cce7f6787d/90cc619f2797076a89e97f497fa8495c/dotnet-runtime-6.0.1-linux-musl-x64.tar.gz",
            "hash": "bcb328eb00ad53ae2f8ebce8802dda1329de68cbba120311d69a5f235f81ee59316728289f7797f23f657102d50751e3cff641538d4670ac8fd85da1d57feb97"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/be8a513c-f3bb-4fbd-b382-6596cf0d67b5/968e205c44eabd205b8ea98be250b880/dotnet-runtime-6.0.1-linux-x64.tar.gz",
            "hash": "2a316e8cba20778b409b8f2a3810348e2805f35afad8aba77a67c4e6bb2c2091e60bc369df22554bb145a5fad0c50e20b39d350b98a85bd33566034a11230da7"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/51646583-741c-481e-b598-f13dc719cdf4/3adaa0faa24326fd7cc2265e957339bf/dotnet-runtime-6.0.1-osx-arm64.pkg",
            "hash": "120dd524407e6f680bae783eaf5f33065fa3774cec49bfeb9a122571daa013209e23c4fcbf50bc4157330b6e5181656fe38ec49e0a50eb547d29a060c41b4b09"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88d4eaf6-3e85-4f99-92d3-46b85e0d0289/e233ec478e24c415cbde0ff712148f03/dotnet-runtime-6.0.1-osx-arm64.tar.gz",
            "hash": "35419a4340fbdd6e4ad15700a00687e163ee17234f7fd059df627db89efb47bb66a5194c96849ce65eb6fa2faaba5b5f7c53d0f169b3d8370e775ce865b745b8"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6824b342-4659-40a1-ab73-25dd43e5e225/e57b1bfa437cf152f2d7064246bfb653/dotnet-runtime-6.0.1-osx-x64.pkg",
            "hash": "d8a0888afc608d3f27fb1da90801783aeb223646e24f3a51627e555be6c8da599cdbe0d8bbdf0ec09e8e238f75dc08e3119f05889ce1280e949d303d90b59674"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/56ae949c-f246-44e3-bdb3-a89847123ed2/d35135999651b78c0ef42b0e19cf06c0/dotnet-runtime-6.0.1-osx-x64.tar.gz",
            "hash": "45ed27f5cfd1674c4cb67a1242730928699608f6523a7fa7150c9a1b1e2ae972d32f7eae2fff119bccedfbfe1c7666ac8db882b442624157355e2f5e452b3900"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5523e915-f92b-421a-84a5-303831c56f38/d415141f5879c047878673eb69dfd5cd/dotnet-runtime-6.0.1-win-arm64.exe",
            "hash": "aa0534c0c6289e867dfabd46cf47fc9f359d2a4df64069e2bfa106841fe0b091a7b338f5210d285b3939e0b2ee1b8416013052c74b6e7af561bc811c876a68c5"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6158fb62-88aa-4767-9c62-7c0b8cd778c1/5ede5da1545e5619a699d76eea3942fb/dotnet-runtime-6.0.1-win-arm64.zip",
            "hash": "07f5706f7e1bc1818d72f97432b618a254c2b5945159d01828e290255f195fdbe077889e657e9d99243b8986b30598e3cdc76fcaa77159f561144c76fcd0c57b"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/df4372ca-82c8-4bfa-acf9-c49e27279e7e/6bddefd26964017ff520dc1443029e04/dotnet-runtime-6.0.1-win-x64.exe",
            "hash": "f84244e65899e1f7f1f821c873945be76e9f7320463578117d5754ae5add396ad919b0b76337707425eb72c2d711e30af9a99b842f05bfcea6dc19bacde1a41c"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9347a0de-bc9f-455d-8224-2fdcdd4e92fe/83d5eeca56ad51922e47e8bd3880f738/dotnet-runtime-6.0.1-win-x64.zip",
            "hash": "059ef7dffb1e421a764779f1e75eb804fb61e32a75855964e426d7e0e8d7dd171b26861b8655738bf887efcd17657cde1b6386cf844c55e63d9822527e83411d"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a4583478-b841-4b42-8118-a40069a16ba7/402e04d30b6df8b9f0e191bbbf45a217/dotnet-runtime-6.0.1-win-x86.exe",
            "hash": "4966f32df2c702642cfc4aa14d049bf077f2afdaf4a496810241ded865b36c0b6445c38fca9fa74e3f57d6c064f7e53e8b4326c64ff0abc531e5c7b07b50c9d0"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0c58583d-467f-423e-8271-46c86a7b5889/eab14c017492f514442ecb7d5df8b4a2/dotnet-runtime-6.0.1-win-x86.zip",
            "hash": "595205f3bfa2d0f77b90b80df4f5b5a827dfd44efb476fe7151d1438407f486151d7487cfc0a72eec2afafc9f87c337a37f1925191d480d4e7077daea0367b17"
          }
        ]
      },
      "sdk": {
        "version": "6.0.101",
        "version-display": "6.0.101",
        "runtime-version": "6.0.1",
        "vs-version": "17.0.3",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.0)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/72888385-910d-4ef3-bae2-c08c28e42af0/59be90572fdcc10766f1baf5ac39529a/dotnet-sdk-6.0.101-linux-arm.tar.gz",
            "hash": "f9e212dc4cccbe665d9aac23da6bdddce4957ae4e4d407cf3f1d6da7e79784ebd408c3a59b3ecc6ceaa930b37cf01a4a91c6b38517970d49227e96e50658cc46"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d43345e2-f0d7-4866-b56e-419071f30ebe/68debcece0276e9b25a65ec5798cf07b/dotnet-sdk-6.0.101-linux-arm64.tar.gz",
            "hash": "04cd89279f412ae6b11170d1724c6ac42bb5d4fae8352020a1f28511086dd6d6af2106dd48ebe3b39d312a21ee8925115de51979687a9161819a3a29e270a954"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3a7ae99d-a36b-43c3-bd8e-14df916c7b56/b8e0802880ca73c19f56ac8ce5b95c1e/dotnet-sdk-6.0.101-linux-musl-arm.tar.gz",
            "hash": "9f6ca3c29ce1ec948b69e1bfa0f40f30451d6e998b59bea8ad96701bb0815800e7f44aa91259805e9294f903e9f6264966e76a9e8918e5593d69a417385e999a"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ca800552-c6bb-4f1d-9d0c-f76f37edc8cb/f2c281c7f66347866086a3b0cf2b338e/dotnet-sdk-6.0.101-linux-musl-arm64.tar.gz",
            "hash": "4d1ef2a941f7be3c73fddda9a129707e1f71c50a7df99cf67dca2310eb7775e98898fa18e017950df39cee2600a87c8c546b1dbb9bb6c2d0550e56cf5ce9e764"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bd94779d-c7c4-47fd-b80a-0088caa0afc6/40f115bbf4c068359e7a066fe0b03dbc/dotnet-sdk-6.0.101-linux-musl-x64.tar.gz",
            "hash": "113428f918514d9be657e18ec454281d1f86b7e6a3214b4327379b4ab679dc60569149e943e894a169c0523f9513f3aed02ddc252daef66b67e514d3501f17a5"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ede8a287-3d61-4988-a356-32ff9129079e/bdb47b6b510ed0c4f0b132f7f4ad9d5a/dotnet-sdk-6.0.101-linux-x64.tar.gz",
            "hash": "ca21345400bcaceadad6327345f5364e858059cfcbc1759f05d7df7701fec26f1ead297b6928afa01e46db6f84e50770c673146a10b9ff71e4c7f7bc76fbf709"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/43027810-8a5a-40bf-a10a-c3e8d9adef48/e11706837e6380a1760438d0787e9b72/dotnet-sdk-6.0.101-osx-arm64.pkg",
            "hash": "8a8fb781e8304e4699045fa11e46db58a9b44e2903949d6798f4d2ecca0a7e54da94681f36be3c2879d82aa25f4fc4829ad7c3f1b0ec8b94498482de4d1a08d3"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c1351f4c-d2e7-4066-a153-b6130f677bcc/161b0c331a5da2e080c7ad3a5ae2b185/dotnet-sdk-6.0.101-osx-arm64.tar.gz",
            "hash": "af76f778e5195c38a4b6b72f999dc934869cd7f00bbb7654313000fbbd90c8ac13b362058fc45e08501319e25d5081a46d08d923ec53496d891444cf51640cf5"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/83e6b9b3-a78e-4df7-b33f-78a38a1db0c7/b1641cad9024c212bafdd6273f3d5e19/dotnet-sdk-6.0.101-osx-x64.pkg",
            "hash": "00354e7031e046dd15df37980f8ebc9cd679212ffab2c43841f9790743b35a5499e4d83343f7081a1d2057d8d37399be809425945557fa1fb579460a03cb258f"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4a39aac8-74b7-4366-81cd-4fcce0bd8354/02a581437c26bd88f5afc6ccc81d9637/dotnet-sdk-6.0.101-osx-x64.tar.gz",
            "hash": "36fde8f0cc339a01134b87158ab922de27bb3005446d764c3efd26ccb67f8c5acc16102a4ecef85a402f46bf4dfc9bdc28063806bb2b4a4faf0def13277a9268"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/82dd749a-37fd-4663-bb2f-f02b7770f859/394481fd496a5d60d9940ec6a4202780/dotnet-sdk-6.0.101-win-arm64.exe",
            "hash": "006e943a7531b965a0551a4dee071255b64b53fa44084c47610f600b831ac057e54ab079a4d12fb51c6ef11212c83acb929e1c4e29482cc046ed7e20089c99ed"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9e9108e0-8de2-4840-9c86-5e379d12fa9a/64d523b386a6d3b011b9e2fb438ae806/dotnet-sdk-6.0.101-win-arm64.zip",
            "hash": "881a60104d3c546d938b21cd9aa85257c8f52e0dc7647b547f85d16cb473bf8bc3ba523e9513ba6ac762a45853692bd692497009d4e5ddd36e82a380b1940e9d"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/343dc654-80b0-4f2d-b172-8536ba8ef63b/93cc3ab526c198e567f75169d9184d57/dotnet-sdk-6.0.101-win-x64.exe",
            "hash": "695b2ddc8d5338eb0d08d9781930e578c129d55173708e1a5da993f2f1d783750d29d0d482fb2fb0253df2ba280bcb2cabba5c78fa9601b5c1f9631f94b7b65a"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e55ce37-9740-41b7-a758-f731043060da/4b8bfd4aad9d322bf501ca9e473e35c5/dotnet-sdk-6.0.101-win-x64.zip",
            "hash": "7259dc349861d68878f19ba1f4f72ee47403adda2e8814882c5096a44bfd42e475fc2b9eb16d819bbc61c166e13b9b5b97cfc16a36190faa88eeb6eb61693f12"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f80f63f0-a236-442c-bf1f-d68000135f1c/c374d1ac806df70c3aef03093fb3f378/dotnet-sdk-6.0.101-win-x86.exe",
            "hash": "b52f0eb94c48a813c552cb526d9b46e112176ee9cf47552a419627516b62e4c1288c95f574c2f1f1dda515ee458b609d4bb633bae46cab2d4ade4e15d6b33f2f"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/39635c0f-32ff-4060-8fd8-3c2911c69737/9d4a5d2b66296c8c3f44ecb92aa70f3b/dotnet-sdk-6.0.101-win-x86.zip",
            "hash": "512e5ca6e4df0cecb26a733575ab0fa3acf196b70c323a51ba25c5f5df5da39ba8b92b534128be1627077e2f3e8b21dd8c90f0a086b189296e94f333954abc8b"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.101",
          "version-display": "6.0.101",
          "runtime-version": "6.0.1",
          "vs-version": "17.0.3",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/72888385-910d-4ef3-bae2-c08c28e42af0/59be90572fdcc10766f1baf5ac39529a/dotnet-sdk-6.0.101-linux-arm.tar.gz",
              "hash": "f9e212dc4cccbe665d9aac23da6bdddce4957ae4e4d407cf3f1d6da7e79784ebd408c3a59b3ecc6ceaa930b37cf01a4a91c6b38517970d49227e96e50658cc46"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d43345e2-f0d7-4866-b56e-419071f30ebe/68debcece0276e9b25a65ec5798cf07b/dotnet-sdk-6.0.101-linux-arm64.tar.gz",
              "hash": "04cd89279f412ae6b11170d1724c6ac42bb5d4fae8352020a1f28511086dd6d6af2106dd48ebe3b39d312a21ee8925115de51979687a9161819a3a29e270a954"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3a7ae99d-a36b-43c3-bd8e-14df916c7b56/b8e0802880ca73c19f56ac8ce5b95c1e/dotnet-sdk-6.0.101-linux-musl-arm.tar.gz",
              "hash": "9f6ca3c29ce1ec948b69e1bfa0f40f30451d6e998b59bea8ad96701bb0815800e7f44aa91259805e9294f903e9f6264966e76a9e8918e5593d69a417385e999a"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ca800552-c6bb-4f1d-9d0c-f76f37edc8cb/f2c281c7f66347866086a3b0cf2b338e/dotnet-sdk-6.0.101-linux-musl-arm64.tar.gz",
              "hash": "4d1ef2a941f7be3c73fddda9a129707e1f71c50a7df99cf67dca2310eb7775e98898fa18e017950df39cee2600a87c8c546b1dbb9bb6c2d0550e56cf5ce9e764"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bd94779d-c7c4-47fd-b80a-0088caa0afc6/40f115bbf4c068359e7a066fe0b03dbc/dotnet-sdk-6.0.101-linux-musl-x64.tar.gz",
              "hash": "113428f918514d9be657e18ec454281d1f86b7e6a3214b4327379b4ab679dc60569149e943e894a169c0523f9513f3aed02ddc252daef66b67e514d3501f17a5"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ede8a287-3d61-4988-a356-32ff9129079e/bdb47b6b510ed0c4f0b132f7f4ad9d5a/dotnet-sdk-6.0.101-linux-x64.tar.gz",
              "hash": "ca21345400bcaceadad6327345f5364e858059cfcbc1759f05d7df7701fec26f1ead297b6928afa01e46db6f84e50770c673146a10b9ff71e4c7f7bc76fbf709"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/43027810-8a5a-40bf-a10a-c3e8d9adef48/e11706837e6380a1760438d0787e9b72/dotnet-sdk-6.0.101-osx-arm64.pkg",
              "hash": "8a8fb781e8304e4699045fa11e46db58a9b44e2903949d6798f4d2ecca0a7e54da94681f36be3c2879d82aa25f4fc4829ad7c3f1b0ec8b94498482de4d1a08d3"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c1351f4c-d2e7-4066-a153-b6130f677bcc/161b0c331a5da2e080c7ad3a5ae2b185/dotnet-sdk-6.0.101-osx-arm64.tar.gz",
              "hash": "af76f778e5195c38a4b6b72f999dc934869cd7f00bbb7654313000fbbd90c8ac13b362058fc45e08501319e25d5081a46d08d923ec53496d891444cf51640cf5"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/83e6b9b3-a78e-4df7-b33f-78a38a1db0c7/b1641cad9024c212bafdd6273f3d5e19/dotnet-sdk-6.0.101-osx-x64.pkg",
              "hash": "00354e7031e046dd15df37980f8ebc9cd679212ffab2c43841f9790743b35a5499e4d83343f7081a1d2057d8d37399be809425945557fa1fb579460a03cb258f"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4a39aac8-74b7-4366-81cd-4fcce0bd8354/02a581437c26bd88f5afc6ccc81d9637/dotnet-sdk-6.0.101-osx-x64.tar.gz",
              "hash": "36fde8f0cc339a01134b87158ab922de27bb3005446d764c3efd26ccb67f8c5acc16102a4ecef85a402f46bf4dfc9bdc28063806bb2b4a4faf0def13277a9268"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/82dd749a-37fd-4663-bb2f-f02b7770f859/394481fd496a5d60d9940ec6a4202780/dotnet-sdk-6.0.101-win-arm64.exe",
              "hash": "006e943a7531b965a0551a4dee071255b64b53fa44084c47610f600b831ac057e54ab079a4d12fb51c6ef11212c83acb929e1c4e29482cc046ed7e20089c99ed"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9e9108e0-8de2-4840-9c86-5e379d12fa9a/64d523b386a6d3b011b9e2fb438ae806/dotnet-sdk-6.0.101-win-arm64.zip",
              "hash": "881a60104d3c546d938b21cd9aa85257c8f52e0dc7647b547f85d16cb473bf8bc3ba523e9513ba6ac762a45853692bd692497009d4e5ddd36e82a380b1940e9d"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/343dc654-80b0-4f2d-b172-8536ba8ef63b/93cc3ab526c198e567f75169d9184d57/dotnet-sdk-6.0.101-win-x64.exe",
              "hash": "695b2ddc8d5338eb0d08d9781930e578c129d55173708e1a5da993f2f1d783750d29d0d482fb2fb0253df2ba280bcb2cabba5c78fa9601b5c1f9631f94b7b65a"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8e55ce37-9740-41b7-a758-f731043060da/4b8bfd4aad9d322bf501ca9e473e35c5/dotnet-sdk-6.0.101-win-x64.zip",
              "hash": "7259dc349861d68878f19ba1f4f72ee47403adda2e8814882c5096a44bfd42e475fc2b9eb16d819bbc61c166e13b9b5b97cfc16a36190faa88eeb6eb61693f12"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f80f63f0-a236-442c-bf1f-d68000135f1c/c374d1ac806df70c3aef03093fb3f378/dotnet-sdk-6.0.101-win-x86.exe",
              "hash": "b52f0eb94c48a813c552cb526d9b46e112176ee9cf47552a419627516b62e4c1288c95f574c2f1f1dda515ee458b609d4bb633bae46cab2d4ade4e15d6b33f2f"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/39635c0f-32ff-4060-8fd8-3c2911c69737/9d4a5d2b66296c8c3f44ecb92aa70f3b/dotnet-sdk-6.0.101-win-x86.zip",
              "hash": "512e5ca6e4df0cecb26a733575ab0fa3acf196b70c323a51ba25c5f5df5da39ba8b92b534128be1627077e2f3e8b21dd8c90f0a086b189296e94f333954abc8b"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.1",
        "version-display": "6.0.1",
        "version-aspnetcoremodule": [
          "16.0.21322.1"
        ],
        "vs-version": "17.0.3",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ff3b2714-0dee-4cf9-94ee-cb9f5ded285f/d6bfe8668428f9eb28acdf6b6f5a81bc/aspnetcore-runtime-6.0.1-linux-arm.tar.gz",
            "hash": "e1d9f0b2357ba637ee33bc8f8428b9ff0b3656ac28d1f7727693444191cc8a0a078c2e864547d58668cf3767f0b6df5b804e2743b6fb0906106d2877cdb687dc"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/01f8a4af-9d6c-40ff-b834-a1d73105a9d5/aba0525a8b8cb745ac70ecd671acf0e0/aspnetcore-runtime-6.0.1-linux-arm64.tar.gz",
            "hash": "c1cab4bc800bd507ca6046ed1af900a7f1a7d28fa564615b8b93803139affc7f5fe6824c2b161ce635047862d644d724181424b44281b30a77f7159d6769c83c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2f867681-deb8-4eab-bf1b-01a90afa2ef8/3c0b6aa2c5973b89a5e91fb2b627ae05/aspnetcore-runtime-6.0.1-linux-musl-arm.tar.gz",
            "hash": "f613fb9f30ff2f0693aeeceaf1160f925467f33a2c2308f39c198a128713ef19c1d743aad63b381159a420689d06a60a65f8b99fbeab1220f27463e8c112a92b"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9278d7dc-3cb7-4428-be20-56df885011b9/0ef3b37ed737cebccd3c5675e0d7b1ee/aspnetcore-runtime-6.0.1-linux-musl-arm64.tar.gz",
            "hash": "7624ae6b63475c4861e1d48aa85151a8f1e506513fe3dfd3fb95ae9a1067a77ad8ddd3e44bf8d27baca62c9c2b3cb425dbaa8d8de346f45aecb5b40870f3334c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f0f65ac3-3a10-45a0-950b-e6772ea3851b/cdbd4726e259f87d40f336cbc48a2493/aspnetcore-runtime-6.0.1-linux-musl-x64.tar.gz",
            "hash": "763a9895e20ac19012b6fb6489be45a25879c3717e47b7c8f13e38e5c8a33e9ccdf5fe0a90896bd4719324cc24397c62f06426e9dd43c9cdf42296fcb08a1f26"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/32230fb9-df1e-4b86-b009-12d889cbfa8a/f57a5d92327bb2936caac94bcf602c22/aspnetcore-runtime-6.0.1-linux-x64.tar.gz",
            "hash": "9e42c4ac282d3ed099203b9a8a06b4f1baf1267b4d51c9d505ca7127930534b60d4e94022036719133b30c1b503f66d7d4571bc24059d735e510f5e455ec6c51"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1bfc1445-dc00-4bee-b63e-3752d6669cc6/7f04f913c40349a653b1b47e9133e11b/aspnetcore-runtime-6.0.1-osx-arm64.tar.gz",
            "hash": "ce6fab613172b07546f83885906c16eaf56b1de0744d326261222189466debd3ad901e95ff2916f51d7241321a31b2828f4b1fb6ce192224ebab2543dc652c64"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0cd8b55e-7d7e-41c5-93f3-ebc7ffc18ddc/fd3c2698214d01e5b4b57d5d9b53b0e4/aspnetcore-runtime-6.0.1-osx-x64.tar.gz",
            "hash": "e21cd7ead260038c820a2697d415d81ed9ce210e9d04e70ac87924f639cf5a37b2d8de400d0d3966fc6921100bb879e8d6fb9fcec9b67b02cecf180bc2f46865"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7f88f691-c9bd-49a8-a273-2544550f817a/ee2371e7cf252b7bc6cfc44dc5462a69/aspnetcore-runtime-6.0.1-win-arm64.zip",
            "hash": "7009bc29d02c88c1146950aa56d64d58289d4b9f3678d48ef0d5126f0cf7208e525fb735c362b16ceffaebac55bbcab2a9f866ba7f244536d58345e2b1a2d384"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d526db30-5bfe-4c24-808c-4d8f5d2ba479/ae90c40bdefb2f1775d812ede8e84309/aspnetcore-runtime-6.0.1-win-x64.exe",
            "hash": "d73cee3ef2138c3160e30b9db2f1725a540af1faf1a0d9b59e2482b5c1fe445566db8420dd298749fa9f1121d5a14255ca6e7b7c88f7dbe854f05f28738614aa"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/820770c3-1a48-4a4f-bde3-792c925fee63/f44564603cc0592e4a3f33205a0273ba/aspnetcore-runtime-6.0.1-win-x64.zip",
            "hash": "a5c5e6b7249101bb3cf309255ee0c33e509783406e64bd3c132afffc7895061a83c4760a1c15297ba0153beca53196b28f81eacb4552481f53d5d7c21b21a30b"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a706a729-c897-4e01-b51e-af8bf9c0183e/25d022b1b1976ab267ffd862d140dc20/aspnetcore-runtime-6.0.1-win-x86.exe",
            "hash": "2b285d548f84510a365a46eab0d54aca936c69d88848f3bd5cda19f0a4ebf8cff5b9ccdc0c7927df446256ac849e1c2dbcf1ced326beabe1772b2240711bdec2"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c487f9aa-c73a-4f00-bf7b-51007e1688e2/2b9d173afdd59a81746be036f758a6d7/aspnetcore-runtime-6.0.1-win-x86.zip",
            "hash": "4efacf582489f01b8bafc3240fe8992b5ab05bc858e37764d3840bd4f9f9c5ffadd87d7d741b35e4790c408198ff54988c7315d8d16d10024ca9f25508eb0d6c"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b69fc347-c3c8-49bc-b452-dc89a1efdf7b/ebac64c8271dab3b9b1e87c72ef47374/dotnet-hosting-6.0.1-win.exe",
            "hash": "0a641778e544c75dd339f2a77e681e7d1d92c0ca0e79d132eca9d462612ebdd1bafb081a2d6f1cd05d618abc539ccbae7b61a5b9b2e539ff335a0d137470095d",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.1",
        "version-display": "6.0.1",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f30c6083-6119-4a10-8b01-ded5d7dac269/00c6ada6ace3b0ff1b0468bc27d84129/windowsdesktop-runtime-6.0.1-win-arm64.exe",
            "hash": "d9a270611d4faca24186f5984f9d8ea01531b4f9513dd129db9f523d98920e24aaf08f0379c01a8edd36877ed0545178fc87b82636ccb40057f64e6c5bbbba45"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bf058765-6f71-4971-aee1-15229d8bfb3e/c3366e6b74bec066487cd643f915274d/windowsdesktop-runtime-6.0.1-win-x64.exe",
            "hash": "36dc038f6ed20b964238d6f1cb8d2248fdf120f53ab412c23d77981a0bc4133be731df7b4d5fec7d29a127ab6d3f0e93a3062eeb3691837d7442e085ee884ebd"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7977218c-1a01-4b69-a8ec-9d9311a6de5b/4c74f995295be78a9ebe1d5fede8f7f3/windowsdesktop-runtime-6.0.1-win-x86.exe",
            "hash": "69d5ebc7e8421cd10164fadcf41f05e79c4c5e4fa88107b682ff44e2081e7d7c3427f775ffdba568f532aae24f9773043cdb6354828a8379e54a5404b1739f79"
          }
        ]
      }
    },
    {
      "release-date": "2021-11-08",
      "release-version": "6.0.0",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.0/6.0.0.md",
      "runtime": {
        "version": "6.0.0",
        "version-display": "6.0.0",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dcd635a9-6caf-4958-b3df-01e1c204ca1e/b201804d05de9573a8b454bccac56482/dotnet-runtime-6.0.0-linux-arm.tar.gz",
            "hash": "575037f2e164deaf3bcdd82f7b3f2b5a5784547c5bad4070375c00373722265401b88a81695b919f92ca176f21c1bdf1716f8fce16ab3d301ae666daa8cae750"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e59e190b-fceb-481e-9d82-f1e0660a0a72/3961d79c2fe1e8a2ee8ff3b1bb5e8472/dotnet-runtime-6.0.0-linux-arm64.tar.gz",
            "hash": "b0f0f2b4dc0a31b06cc3af541a3c44260317ca3a4414a5d50e6cf859d93821b3d2c2246baec9f96004aeb1eb0e353631283b11cf3acc134d4694f0ed71c9503d"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2f531185-7535-4a8f-bce0-ee89dc86b5c0/979fdd2cb39e1fdf03eba60cc444b18c/dotnet-runtime-6.0.0-linux-musl-arm.tar.gz",
            "hash": "b71b2dc2067c130a7855430dce51cac701c5c03f1ce86e76c45413efa1ee5529161c11107ca7f09e83c149558545207efb4140d441e773a2d63ae9f37ed76420"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17fb4f70-19be-4302-b180-32f33bd2f907/18f38ef59bcc82a3c78eba6f36ee0e76/dotnet-runtime-6.0.0-linux-musl-arm64.tar.gz",
            "hash": "e5555d81b06f4617569cbe183150f03e483da7b0d2d7da7da4fcaa80decd1ae2369efc4122eb3c6e59a0631c6a51559d8458a022680074f2548df534685ff2cb"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/95352809-7f41-40f3-974d-8d530321a8e4/0024d7bf0c872f176ceba7a63a34915b/dotnet-runtime-6.0.0-linux-musl-x64.tar.gz",
            "hash": "1b6b5346426e53afd7ea4344e79b29a903b36bb1dfbc88d68f3a17a88b42ca9563d8af7c086cc0d455cb344c7d11896d585667c76e424b2e2760e7421018c1c7"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0ce1c34f-0d9e-4d9b-964e-da676c8e605a/7a6c353b36477fa84f85b2821f2350c2/dotnet-runtime-6.0.0-linux-x64.tar.gz",
            "hash": "7cc8d93f9495b516e1b33bf82af3af605f1300bcfeabdd065d448cc126bd97ab4da5ec5e95b7775ee70ab4baf899ff43671f5c6f647523fb41cda3d96f334ae5"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1bc784af-565c-42d5-8db2-9988c8d2b65f/644cea0fe2f712ad297b6eb49147f446/dotnet-runtime-6.0.0-osx-arm64.pkg",
            "hash": "e9043d8d073a02ed5cbed9f5804d0608c168d800aea5fd9debfc963010cee855ab8439946fc092ad880adcfb84777465ca572f85862402b6875a758e41d343b8"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/358b0203-a499-4675-9e53-220349a0a093/4265e02ca29fed442acaf5b46142c583/dotnet-runtime-6.0.0-osx-arm64.tar.gz",
            "hash": "5cfc3c8a70f0e90f09047d3eeccd699e7210756b60fabbf1a30d6fdc121df084e5d8c3210557273739d5421f031dc9e4d07c611406734ca0671585de6e28e028"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/03e62824-4061-45dc-8777-93e82205148d/81489074c065675bd713a9cbeb995bef/dotnet-runtime-6.0.0-osx-x64.pkg",
            "hash": "d3244837766f2f2b0ab5172d3ea6bab149e2bea716d4f7be0d122fcd867609f3c694a9c4fd4cd7180bf5348209e414809c37ed2327804ca76b5bc269187b04e6"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d88f74a5-05d2-46cb-886a-a62fd698009d/67f5f05e9c029d284c309f0f712fc99f/dotnet-runtime-6.0.0-osx-x64.tar.gz",
            "hash": "d6842bddd9652dd7ad1d8156c3e9012f9412b3d89b4cfc0b6d644fd76744298aa5ed2cde8a80d14bb2b247ee162bae255875ee2ca62033a422dacb7adaeece2d"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f1a97c74-826c-4920-b629-605b0ed7187e/45dfca473522ce4436ba002bcea4117d/dotnet-runtime-6.0.0-win-arm64.exe",
            "hash": "88e459d006c6d7ea46f0737421bf479f3a29b2f5bf273b9bbbd6919729c67293df3bfb3066fd04a58d1809b43bd6d9091fac58ccab43b107c4bcba9a606e447a"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d52959e1-f458-41b2-b273-acedd32c942f/0c4aa30089132acafebddc9eafa3621b/dotnet-runtime-6.0.0-win-arm64.zip",
            "hash": "a223bbb3dd09b5f49bce1165c1398123e573a524f8ee9fa808f29e361bea85f94e2eaa9a8ab0b4bfb4b5564bf0d70b27a994dfd5c47c79b2fd5d6501c9d1620e"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b9cfdb9e-d5cd-4024-b318-00390b729d2f/65690f2440f40654898020cdfffa1050/dotnet-runtime-6.0.0-win-x64.exe",
            "hash": "95be7c91cbae40f3faf29329bf741f3d0670003bd3316c2cd7adf1653b472b0ca6b0f40713b84fd3855d9ded7d4e7f6b0ae67aa900ea04caada24e524b94bbe1"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6b96c97d-9b8c-4141-a32a-5848d3369dbf/9972321cb7af5938fecdee2d8ebd72bb/dotnet-runtime-6.0.0-win-x64.zip",
            "hash": "db8ad4e70b2779886f9e8e2aa89c40461f94ec4291786b2c4f9fdc5df1c707acf0bf1fab8fb99d42abb0d8010949e39175d39dea7ac154ea0ac2cf5761f539d3"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/34df41d5-c813-4e30-8aa3-3603ce6600c0/976e801af82c7108abbcb736a8bc5c14/dotnet-runtime-6.0.0-win-x86.exe",
            "hash": "50ff4627573abc80731515573aa1e4b5a8c05c1ace868920d22edcdce803489d4070022e3a4359596a935bb68932c6e53932886a8336ef2220d640cb1b7328d2"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e6204240-04d8-4a74-bbc2-0815d6959ed9/050721f551cf2592e5bc58ee1d7fe0a3/dotnet-runtime-6.0.0-win-x86.zip",
            "hash": "0950abc1ddec8f8429ec46e29af78f019ffd32f66c0fcfef88e0356cd61dd91b70c4ac19d5be938cf35c791154992228a94f2f3297c46cab490a3a1c9552f266"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100",
        "version-display": "6.0.100",
        "runtime-version": "6.0.0",
        "vs-version": "17.0.0",
        "vs-mac-version": "17.0",
        "vs-support": "Visual Studio 2022 (v17.0)",
        "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1f85b038-9917-4d0a-8485-5dc86510eec7/a7555924fe292c6c2140893f066abe65/dotnet-sdk-6.0.100-linux-arm.tar.gz",
            "hash": "c1e555893c48c4f4256d3e6b1d36b31d8a4d7763a6e958fb63dd31436c660648d481612b5e25d79a613e84a1954f5eac2c9c2b740bf410958172780f7bbeaeb3"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/adcd9310-5072-4179-9b8b-16563b897995/15a7595966f488c74909e4a9273c0e24/dotnet-sdk-6.0.100-linux-arm64.tar.gz",
            "hash": "e5983c1c599d6dc7c3c7496b9698e47c68247f04a5d0d1e3162969d071471297bce1c2fd3a1f9fb88645006c327ae79f880dcbdd8eefc9166fd717331f2716e7"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/910901ba-4068-40a4-a6e2-2f25c82c2cdf/9ad0936c71b096bc057a3ce7fb7f3bd6/dotnet-sdk-6.0.100-linux-musl-arm.tar.gz",
            "hash": "4568f18912431cf1ffff0ae6ead281999dfaf594a3a59ef7d0492e687069cc988f9809c51cecb9c33eede863dda45868072d98c0aa52d3941fd1783590e7eb73"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/464717f7-cd60-49d3-9658-f471262dc3b8/d5c97064d0bdd7bf82eb7b96cc2bab7d/dotnet-sdk-6.0.100-linux-musl-arm64.tar.gz",
            "hash": "0f7a03ab2d090658623dc4bba3ece420cdf1976296f812140c152a399513cfd53a0bd5a6b0833c29860f035121b53bc38d9fa348434963a0bf6e6a3945547273"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bb523fba-7eb0-49ff-8214-c78c65dae090/7e7f9798ee57bf93649ada3eb13a79ae/dotnet-sdk-6.0.100-linux-musl-x64.tar.gz",
            "hash": "428082c31fd588b12fd34aeae965a58bf1c26b0282184ae5267a85cdadc503f667c7c00e8641892c97fbd5ef26a38a605b683b45a0fef2da302ec7f921cf64fe"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17b6759f-1af0-41bc-ab12-209ba0377779/e8d02195dbf1434b940e0f05ae086453/dotnet-sdk-6.0.100-linux-x64.tar.gz",
            "hash": "cb0d174a79d6294c302261b645dba6a479da8f7cf6c1fe15ae6998bc09c5e0baec810822f9e0104e84b0efd51fdc0333306cb2a0a6fcdbaf515a8ad8cf1af25b"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ed60d37e-7842-4fc2-8250-2bd66073d79e/725d486e04d27e45d2b41c687dc35f49/dotnet-sdk-6.0.100-osx-arm64.pkg",
            "hash": "d7ff82c55eda5844c8869b63646c75a0b0a34f30fc23bdee3c0c5f3bf1666fc78f0ded86356ab21fbfd04f1adc0a60008940e726620a3d42e4a4343ea9134544"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7f1e67c2-11a4-416b-8421-786e47b82fdf/af56581d96e15ed911cf3a172f3c8802/dotnet-sdk-6.0.100-osx-arm64.tar.gz",
            "hash": "92ead34c7e082dbed2786db044385ddfc68673e096a3edf64bc0bf70c76ea1c5cb816cde99aab2d8c528a44c86593b812877d075486dd0ae565f0e01e9eaa562"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14a45451-4cc9-48e1-af69-0aff75891d09/ff6e83986a2a9a535015fb3104a90a1b/dotnet-sdk-6.0.100-osx-x64.pkg",
            "hash": "109076a315749ae37f2f6085f489101f9ed538caaba6bf9f7e5c00ad713185b2d254296139d486a56c16401c56f00ba1d7c89bd991f18cc715a8ccc85353eba6"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/62f78047-71de-460e-85ca-254f1fa848de/ecabeefdca2902f3f06819612cd9d45c/dotnet-sdk-6.0.100-osx-x64.tar.gz",
            "hash": "6e2f502a84f712d60daed31c4076c5b55ee98a03259adf4bdc01659afcac2be7050e5a404dcda35fdc598bf5cd766772c08abc483ed94f6985c9501057b0186a"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f4962800-2c72-46e5-a1ae-84006fd0ea1a/aa43e8518fdfb97226b06c83293cf016/dotnet-sdk-6.0.100-win-arm64.exe",
            "hash": "811a786a433ced4bd6ea5b87016d066bf90972db00be021f752ba8d91a7cf732fc10c90d02553e7146023ea11be7bc36c5aac6b9009d5b9dd8493b3c4c7c8637"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2d1846a9-6604-4535-9d63-39a069eac897/ecd34c29a558e25865c8ddc5bb5fcaea/dotnet-sdk-6.0.100-win-arm64.zip",
            "hash": "a785cab6ae75187fccdd8276e4c961cc7cf8ff03fd49fdc36d251560909a53b4f4767f94ca1f007a672e10f0053f87d33fdd107661f718f4e969c740970ba974"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f71eaf1-ce85-480b-8e11-c3e2725b763a/9044bfd1c453e2215b6f9a0c224d20fe/dotnet-sdk-6.0.100-win-x64.exe",
            "hash": "a3bf940482214add94b20c741cf5b8b41467ec730073eed67dfdcf42ba8ad918d63d44322a29e8dd47e12dbf4617298ab3d331147f40efe21158ccf229fa2727"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ca65b248-9750-4c2d-89e6-ef27073d5e95/05c682ca5498bfabc95985a4c72ac635/dotnet-sdk-6.0.100-win-x64.zip",
            "hash": "d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a95baae6-2e83-4242-af31-6ed6f9541c28/c809b854b2dc5d76476c59257319cf97/dotnet-sdk-6.0.100-win-x86.exe",
            "hash": "8161389c3d4ffd9c7487a6be5f42634a20c0bec88ff07f4259ff1f085f1e776f5137570c336c9fbade17005ad5e656cfd4b5bab2c9bc941eece3d45a2a5eafac"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c91c6641-580a-4b7d-a89a-5ed0e15bc318/f35ebceebbb06374734d1c238036e504/dotnet-sdk-6.0.100-win-x86.zip",
            "hash": "22ea675797425bd4c65baecf4e0549b648377d74fd2df0d7bbbb2a5802160a7e13dcbb7877f12c7a77d08246bf3378846a20669c2b69db11a32a08ab7e722784"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100",
          "version-display": "6.0.100",
          "runtime-version": "6.0.0",
          "vs-version": "17.0.0",
          "vs-mac-version": "17.0",
          "vs-support": "Visual Studio 2022 (v17.0)",
          "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1f85b038-9917-4d0a-8485-5dc86510eec7/a7555924fe292c6c2140893f066abe65/dotnet-sdk-6.0.100-linux-arm.tar.gz",
              "hash": "c1e555893c48c4f4256d3e6b1d36b31d8a4d7763a6e958fb63dd31436c660648d481612b5e25d79a613e84a1954f5eac2c9c2b740bf410958172780f7bbeaeb3"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/adcd9310-5072-4179-9b8b-16563b897995/15a7595966f488c74909e4a9273c0e24/dotnet-sdk-6.0.100-linux-arm64.tar.gz",
              "hash": "e5983c1c599d6dc7c3c7496b9698e47c68247f04a5d0d1e3162969d071471297bce1c2fd3a1f9fb88645006c327ae79f880dcbdd8eefc9166fd717331f2716e7"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/910901ba-4068-40a4-a6e2-2f25c82c2cdf/9ad0936c71b096bc057a3ce7fb7f3bd6/dotnet-sdk-6.0.100-linux-musl-arm.tar.gz",
              "hash": "4568f18912431cf1ffff0ae6ead281999dfaf594a3a59ef7d0492e687069cc988f9809c51cecb9c33eede863dda45868072d98c0aa52d3941fd1783590e7eb73"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/464717f7-cd60-49d3-9658-f471262dc3b8/d5c97064d0bdd7bf82eb7b96cc2bab7d/dotnet-sdk-6.0.100-linux-musl-arm64.tar.gz",
              "hash": "0f7a03ab2d090658623dc4bba3ece420cdf1976296f812140c152a399513cfd53a0bd5a6b0833c29860f035121b53bc38d9fa348434963a0bf6e6a3945547273"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bb523fba-7eb0-49ff-8214-c78c65dae090/7e7f9798ee57bf93649ada3eb13a79ae/dotnet-sdk-6.0.100-linux-musl-x64.tar.gz",
              "hash": "428082c31fd588b12fd34aeae965a58bf1c26b0282184ae5267a85cdadc503f667c7c00e8641892c97fbd5ef26a38a605b683b45a0fef2da302ec7f921cf64fe"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/17b6759f-1af0-41bc-ab12-209ba0377779/e8d02195dbf1434b940e0f05ae086453/dotnet-sdk-6.0.100-linux-x64.tar.gz",
              "hash": "cb0d174a79d6294c302261b645dba6a479da8f7cf6c1fe15ae6998bc09c5e0baec810822f9e0104e84b0efd51fdc0333306cb2a0a6fcdbaf515a8ad8cf1af25b"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ed60d37e-7842-4fc2-8250-2bd66073d79e/725d486e04d27e45d2b41c687dc35f49/dotnet-sdk-6.0.100-osx-arm64.pkg",
              "hash": "d7ff82c55eda5844c8869b63646c75a0b0a34f30fc23bdee3c0c5f3bf1666fc78f0ded86356ab21fbfd04f1adc0a60008940e726620a3d42e4a4343ea9134544"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7f1e67c2-11a4-416b-8421-786e47b82fdf/af56581d96e15ed911cf3a172f3c8802/dotnet-sdk-6.0.100-osx-arm64.tar.gz",
              "hash": "92ead34c7e082dbed2786db044385ddfc68673e096a3edf64bc0bf70c76ea1c5cb816cde99aab2d8c528a44c86593b812877d075486dd0ae565f0e01e9eaa562"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/14a45451-4cc9-48e1-af69-0aff75891d09/ff6e83986a2a9a535015fb3104a90a1b/dotnet-sdk-6.0.100-osx-x64.pkg",
              "hash": "109076a315749ae37f2f6085f489101f9ed538caaba6bf9f7e5c00ad713185b2d254296139d486a56c16401c56f00ba1d7c89bd991f18cc715a8ccc85353eba6"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/62f78047-71de-460e-85ca-254f1fa848de/ecabeefdca2902f3f06819612cd9d45c/dotnet-sdk-6.0.100-osx-x64.tar.gz",
              "hash": "6e2f502a84f712d60daed31c4076c5b55ee98a03259adf4bdc01659afcac2be7050e5a404dcda35fdc598bf5cd766772c08abc483ed94f6985c9501057b0186a"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f4962800-2c72-46e5-a1ae-84006fd0ea1a/aa43e8518fdfb97226b06c83293cf016/dotnet-sdk-6.0.100-win-arm64.exe",
              "hash": "811a786a433ced4bd6ea5b87016d066bf90972db00be021f752ba8d91a7cf732fc10c90d02553e7146023ea11be7bc36c5aac6b9009d5b9dd8493b3c4c7c8637"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2d1846a9-6604-4535-9d63-39a069eac897/ecd34c29a558e25865c8ddc5bb5fcaea/dotnet-sdk-6.0.100-win-arm64.zip",
              "hash": "a785cab6ae75187fccdd8276e4c961cc7cf8ff03fd49fdc36d251560909a53b4f4767f94ca1f007a672e10f0053f87d33fdd107661f718f4e969c740970ba974"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0f71eaf1-ce85-480b-8e11-c3e2725b763a/9044bfd1c453e2215b6f9a0c224d20fe/dotnet-sdk-6.0.100-win-x64.exe",
              "hash": "a3bf940482214add94b20c741cf5b8b41467ec730073eed67dfdcf42ba8ad918d63d44322a29e8dd47e12dbf4617298ab3d331147f40efe21158ccf229fa2727"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ca65b248-9750-4c2d-89e6-ef27073d5e95/05c682ca5498bfabc95985a4c72ac635/dotnet-sdk-6.0.100-win-x64.zip",
              "hash": "d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a95baae6-2e83-4242-af31-6ed6f9541c28/c809b854b2dc5d76476c59257319cf97/dotnet-sdk-6.0.100-win-x86.exe",
              "hash": "8161389c3d4ffd9c7487a6be5f42634a20c0bec88ff07f4259ff1f085f1e776f5137570c336c9fbade17005ad5e656cfd4b5bab2c9bc941eece3d45a2a5eafac"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c91c6641-580a-4b7d-a89a-5ed0e15bc318/f35ebceebbb06374734d1c238036e504/dotnet-sdk-6.0.100-win-x86.zip",
              "hash": "22ea675797425bd4c65baecf4e0549b648377d74fd2df0d7bbbb2a5802160a7e13dcbb7877f12c7a77d08246bf3378846a20669c2b69db11a32a08ab7e722784"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0",
        "version-display": "6.0.0",
        "version-aspnetcoremodule": [
          "16.0.21299.0"
        ],
        "vs-version": "17.0.0",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b86e414a-929a-42a5-ba18-45ad2ebe292f/3617879c51e87fe70073006bf2d60386/aspnetcore-runtime-6.0.0-linux-arm.tar.gz",
            "hash": "36be738bb40a0cadacd4531c3597a25fd45deb7c48090ffb61c79a5db7742a5b8e13051b06556e15e7e162e4a044795c0ca5e6da4db26b63b05c37b39e74e301"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3d49ea48-675e-4da9-87be-18efaa99d7f6/37807ed5012ba5e0511e08ad64d6a9a4/aspnetcore-runtime-6.0.0-linux-arm64.tar.gz",
            "hash": "e61eade344b686180b8a709229d6b3180ea6f085523e5e4e4b0d23dd00cf9edce3e51a920c986b1bab7d04d8cab5aae219c3b533b6feb84b32a02810936859b0"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/32cfa097-2034-4085-a287-3afffdfec919/13e845b9a3d09049f0428a5148263ec6/aspnetcore-runtime-6.0.0-linux-musl-arm.tar.gz",
            "hash": "f68bbff22e24d4e4b95fdafbe0615f0877233cca43709430cf999556c158c4f26ce0f1624853d367c9756ac771992aa05f01fa4d6bbaf45c279a0184c35b0661"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/72200217-3146-4fc3-a525-865e04a88bb3/c51b99bb6f5ede435c7ade7721468301/aspnetcore-runtime-6.0.0-linux-musl-arm64.tar.gz",
            "hash": "3d8f3f981b5398fe86582dc7119d490401924fdea4c20a96495f87e0082461308d1a28f8777616d2d303f01f63ce9fed78c1ce9600601f9c65a6ad6f914cef3e"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a757153c-6675-4d63-a979-de2f4fede0d4/baa9ed8b963c49d69c725b57352b051d/aspnetcore-runtime-6.0.0-linux-musl-x64.tar.gz",
            "hash": "7273e40bc301923052e2176e8321462790e3b654688f473dc7cac613ad27f181190dabbba79929f983424c9b5b5085b8d4be9cc9f0f1d0197f58ef3bb9aa8638"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a8dd1c9d-1a47-4135-8ad8-7091ff6bbe1e/6af53c3eee71038248937daf4599f06a/aspnetcore-runtime-6.0.0-linux-x64.tar.gz",
            "hash": "6a1ae878efdc9f654e1914b0753b710c3780b646ac160fb5a68850b2fd1101675dc71e015dbbea6b4fcf1edac0822d3f7d470e9ed533dd81d0cfbcbbb1745c6c"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e1bbb490-81bc-49ef-8d03-e12a4d4e84e5/d7aa3d571d82d5bc6c2095038ba0a7bb/aspnetcore-runtime-6.0.0-osx-arm64.tar.gz",
            "hash": "e459ddf33243d680baecc5378b9c4182daf42b8c36a9a996205d91146a614d048a385f953c43727350ad55b1221c5f5d43b383d03e3883e862bf12faeaa02dfb"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/27e5cf62-0d07-44cd-a057-425887434b9e/5f87e0c4d9be2151a2d0c9efc4530751/aspnetcore-runtime-6.0.0-osx-x64.tar.gz",
            "hash": "76029272ff50fbf9fcc513109b98c0db5f74dbf970c1380be4dfac0dae7558824d68a167d0a8ceb39042ff4a7ca973cdcc15afed2d1ffef55b0adba8e40c9073"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dc328d93-5123-489d-89fd-cbf517fb9268/c5052ee4f415389d1a9809be868cde95/aspnetcore-runtime-6.0.0-win-arm64.zip",
            "hash": "34f1f2408c2fd231411dd6711b2f0dac2369bde2ed21738cf18fe05bea8209ec6cebfac7739e1268c7a812f1ed9d7fbbf6c7e9f0060499364b57c3a4e9ffe104"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3223fa10-441d-406b-af2e-94874ce38199/09347f9b4aea0ab34d6944b6b78fa29d/aspnetcore-runtime-6.0.0-win-x64.exe",
            "hash": "2e589f40a5538afc4aeeb0af106f683e294cba2e1e2624769735efe1468e1e6649b6e5f4bf9af3e7034a9e040e8bc2d7c68632b7aa1db433067f4b7c3b8c0741"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3cc56ba5-399e-455a-9e36-3d384e1af246/92cc0b1f002350c18262a06f5a99bbc1/aspnetcore-runtime-6.0.0-win-x64.zip",
            "hash": "2b6b630b4f0d86f4decfd1a8c2186f14322c792bafb024a8e71919ac8918e29dec99004a5cdf8b22479e0f16af582a90ed521d312a0a67a75ed5bd4adbb7594a"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7f757d80-b065-430e-ba65-7e95c3ec95e1/4d0335985f09db0650bbf9efe773f46c/aspnetcore-runtime-6.0.0-win-x86.exe",
            "hash": "e146f55451bc3a3f9f3043868ce73f4a14d516fdb2a79a62befe5375b2a4ce9cabc669cb5de6345d697049657afc3f134ca8106c4c266d3d91d624b3d23bdd60"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/093689c2-3ebb-4513-aacd-d7050a4e9a62/556d1a63174a557bb46903945e8d7e53/aspnetcore-runtime-6.0.0-win-x86.zip",
            "hash": "69fa95e74b4395e3fa7a67f17a8a955621ae353dfae18a08d5d42efa7cc785fac44a6bc283226fb91987559fae75be160d94cf12fbcce113a60128b1dc52ad6b"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5971600-d95e-46b4-b99f-c75dad919237/25469268adf8be3d438355793ecb11da/dotnet-hosting-6.0.0-win.exe",
            "hash": "39d76250b2e3a640a30519008c88353be18b85914878ec9eeee742e9335f0b3597970e8f33bd71f01c13808a52ffdc94295d1ca5c90ed234216a770fe24d92ea",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0",
        "version-display": "6.0.0",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/85cdb1b5-c57e-4986-8cf9-43f576d5487c/56ae11aff306810e3711032a19221282/windowsdesktop-runtime-6.0.0-win-arm64.exe",
            "hash": "b6a6fbaf7a4a1388cee4daba707ff6e44b12341192d78bc9f7bfcf28d6f15183a0e28758c01db844824b8042d8fa6d24f8c055dc96e788d1bbd3c22b28d315bf"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a865ccae-2219-4184-bcd6-0178dc580589/ba452d37e8396b7a49a9adc0e1a07e87/windowsdesktop-runtime-6.0.0-win-x64.exe",
            "hash": "6b9b230579b1e5825d3f5db0a209d8c0f1c42bd94b00907aa3a314e257c372a81535244007e3496d712dc04385c3247b2614001780cd27e832598404e754660f"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a1ca7d0d-ce01-4878-b952-3fa1e6d9a7c6/e386db367490b631b8c013a9fb0f3794/windowsdesktop-runtime-6.0.0-win-x86.exe",
            "hash": "af89b1d0bcb9b51376fa181b2fe1918ca1dd6a47f928c9b3cafaf0972ba8b2faec4f15150ebfe54c5497570e4abdaee4c9e94d4928965194d232483cae34498f"
          }
        ]
      }
    },
    {
      "release-date": "2021-10-12",
      "release-version": "6.0.0-rc.2",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-rc.2.md",
      "runtime": {
        "version": "6.0.0-rc.2.21480.5",
        "version-display": "6.0.0-rc.2",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/75a148a1-507f-4326-91e1-b562a0990635/ad935a37d84122c960a2f7536b2040d6/dotnet-runtime-6.0.0-rc.2.21480.5-linux-arm.tar.gz",
            "hash": "50447f1a5d121c7b5cc34678fade10933711f2a14f9f8be6930bfaefadcd31d7d20518ba48b4335ac69eeec24586eb00c239157eb8df139cfdde23d8820b1e76"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/31052246-e923-4d07-ab90-1085aae662fc/b9b557f933b22b4f1a6dbed4f139aad9/dotnet-runtime-6.0.0-rc.2.21480.5-linux-arm64.tar.gz",
            "hash": "b0f8128d994b0de0c72b9dd8083a7350218adfafedc643c59b497fa605420602004d9e21e8acb488d92bc498f9783a3240cfcafa77443eb6f08b66aadc4f5b65"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6f8cb367-c5aa-4842-ad92-2e497a91c973/44709bce119348112dd29000f00679dd/dotnet-runtime-6.0.0-rc.2.21480.5-linux-musl-arm.tar.gz",
            "hash": "3ce96ba48e87ddb942ef7927c66b899ff535f2ceed1fc8e89f6f68c4d5cb2745a5e31737d6cb65fc0569e5695ce7c291102501f5ab0561afc26528d3afebfcdc"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3c09f3bf-a327-4f6c-b035-0699a0e46671/dc774eaddb613c5498bb90fe7f0d26e2/dotnet-runtime-6.0.0-rc.2.21480.5-linux-musl-arm64.tar.gz",
            "hash": "8a301cc23db700d5188f29b1e63c3bde1631cf1bdc02d1070923532733d7a030be17dd4391d6d1f4596c11b1009aa38efbfa8335219bd1fac989158ba7e2a728"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/97b42e79-a640-46d6-a674-aeb6c1145ea2/20487a02e9d60df7a6479b122874a724/dotnet-runtime-6.0.0-rc.2.21480.5-linux-musl-x64.tar.gz",
            "hash": "ee3fb0c0311e0d88ae3f8b0d150f8d98da4fa24d77c429438fad04393b24e214db49bfbc4c9e89918e99061004d63f40ec7b76cb1c0e1c2b12414be29ab63238"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c18f20e-854f-4883-af1f-5b72c0839758/708c2cc48696ed4d4fe0568944228101/dotnet-runtime-6.0.0-rc.2.21480.5-linux-x64.tar.gz",
            "hash": "45062417c6111af4d635868927e8f69d43f66c9e0f111cb71c1861eaf5ceda4aefa99d97c6ce3b13fac2bc7c57c435e6f8b2d43c51a3bb3304b42081d98f7047"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2ac2aeec-4262-41e1-9544-8fc21579952c/8bfe416a0ce0b43b354481cacaa57f35/dotnet-runtime-6.0.0-rc.2.21480.5-osx-arm64.pkg",
            "hash": "41c3154efcc5269ddcac3b877b59b9fec310654cf8238868a1f4a71b48e660d65ec2db6d2f1a1977f9c2147f84c7c9f677e24fbcc210eee3aa9e77ed1e20f94b"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4554bca6-38e0-440e-9f7d-86e03246624d/7b86fb61e08cd1830b73f01475e4fa02/dotnet-runtime-6.0.0-rc.2.21480.5-osx-arm64.tar.gz",
            "hash": "747abb8eaad53e0ca7e5b2908b620076fa68a75c5e822361483ed13f7544e31def26bbf67bb85f47633e2dddde9cb095503bf70d1a4b0b2f33c6ef6f887d95fa"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/39fb50be-17b9-45b2-9f3e-eb03e31b8219/3f67fc8d06a1d163ac817cd116fd4719/dotnet-runtime-6.0.0-rc.2.21480.5-osx-x64.pkg",
            "hash": "1807214afa00c9ff4f947f63bc01df3e7f7495d8d3f403aae62f74a8d4ef8cb9090e2f6c18ea7197dd4fec2d6c4b26f87357e59dab1d16aaf819c95940176616"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/83a16229-2ada-42e3-8661-b0ef9c693ed9/a1a5df9af178df25061f79d252365755/dotnet-runtime-6.0.0-rc.2.21480.5-osx-x64.tar.gz",
            "hash": "0f702645719af5a4f1e720c0f2a0c67c7a4a84fac525b3ac6ce6357ca6d44405aeca674d04d8a976a7338ddf8782350debd53dce85e614c837106ffadf84cfb9"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e7f12ea-5510-483e-b554-42bb30c64491/a37040abd96e05a58564c4b2160250fb/dotnet-runtime-6.0.0-rc.2.21480.5-win-arm64.exe",
            "hash": "4725ea7abfde572dcba6b2a04b1bf32273ff2ef9001c92a63f39ead5a6ea0142488cf5426d7bf856622cfebbae34d989c4600fcc884979adf71870119a9bbc6d"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b72fa07b-6151-4829-9a37-6d5bb40e29c3/dce60a0340da1372590e6cc81ce919e9/dotnet-runtime-6.0.0-rc.2.21480.5-win-arm64.zip",
            "hash": "76d56cff06751652dc7d6e89523dd775191695d74c8f96239191059a89cb35d85867ce940bc2f27e7cd8a47029579fc0d56e142404c37913f8387573e386f77a"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4ff12e63-5c77-440d-b338-6ef6bd29998b/3fa16424a3b462781921fda8b8c4693e/dotnet-runtime-6.0.0-rc.2.21480.5-win-x64.exe",
            "hash": "bff7726653f820b518b55d4e07a1b74a0db17b4e03bcfab78d87a94565766517c83468b199ec00bca23e1ee2a913e16a1e05c6bf32149551470b2232dd39c10b"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/457d6654-6d7d-40c4-8094-4b6e9d41eb5c/0f73560c3a7fc8e16920d3fbfd720b67/dotnet-runtime-6.0.0-rc.2.21480.5-win-x64.zip",
            "hash": "46b96bc4cc05918ce91a1bb77227a219e2dde5b90ae99e99180f8ff3455e9731029bcab6fdece926f289e7993f9ca160b737f9a4eccc533304ba83b9842eec11"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5d12cc9a-faa8-4765-9f27-770cf015a3e4/52183872e3415e9e3d50958ed56f08fe/dotnet-runtime-6.0.0-rc.2.21480.5-win-x86.exe",
            "hash": "4c33f17a59f01ea439cff6ac8ba87393d02d916ee78c57c25fe0eaef5e13015d64b172538c02f0b4923e5f553f4f4b8b889fa69ff6bf3a452116132f0cee712b"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1d7475f-fa66-4125-a667-3133cfade23f/ead5f6c7874f00ffcecf2b0bace6d1ff/dotnet-runtime-6.0.0-rc.2.21480.5-win-x86.zip",
            "hash": "db92d96c40f02bb1cd04a27f21c2d6f7164182bc894901e39a0e75eef681f56206358390d9935a43d1bb331706eb98ef3c919c0abac470c560c2e29b787c0c73"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-rc.2.21505.57",
        "version-display": "6.0.100-rc.2",
        "runtime-version": "6.0.0-rc.2.21480.5",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7fdc5aa4-bfcf-43fc-ae61-968f65d78f36/aac677054f246740f4d761d6e519da08/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm.tar.gz",
            "hash": "2396998b8f21527f979b84460aee8621ca5fa275e4a1ee83b11fe9f12b42479931e56787d7dc82640d72470df185cb02d0bbc5e0e3e920bb6abb2d270051b188"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1e7a9f1f-6128-4581-9d72-edfe196320d3/ad3b26879ddaca8b76e16ddddd091d5d/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm64.tar.gz",
            "hash": "14aa96f47f7f3520075e41753c705bdbf7f84fd7cff7cc2add1095a13e3e3c44eaaf2d822551902f05a6ad0c9acd7f7424190b7c09c397004c632eddc8acd5ac"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6e130999-27bb-4eba-83f1-f353f97ff3e5/8e55992b4491d4ac4f395dfd6f779dfa/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-arm.tar.gz",
            "hash": "6e74874ad38946cb4d8ddcacf61171c440c49b4a5262256ac9b110d7d7981eee1870731df82b6d825117bbb799d2b780b7509a1bd2f9aec8c6fa71edbc745dee"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a6a13d4d-9102-4fc9-896d-1ecf080669e4/ba5be57e008f0862ca239bdb98286543/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-arm64.tar.gz",
            "hash": "286231a82a5c5b2262049b02875ba3f7569dfbefee8b96dfebddd5c98a45918679a28879150286d9a3c1fa02536effab635c27451748a69e36fcf1e71b57b3a7"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f2fb894-af90-49a7-bee0-8959844e78e9/c24eba454d3820721bc51dca99c8976c/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-x64.tar.gz",
            "hash": "088de76a319ccc11e2d06310d096540100a76a94933602a614fb1f2b71ecaadcb573f2db71ef61cca339ce28caab07827bdb3eb0d7cd3199b0f4b8917f0bdfc3"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20283373-1d83-4879-8278-0afb7fd4035e/56f204f174743b29a656499ad0fc93c3/dotnet-sdk-6.0.100-rc.2.21505.57-linux-x64.tar.gz",
            "hash": "0a8f85a2757f61ca7f9b8c546af4554c2aac9cdb06f6d62879a60de6f2a3d37ea7136f48896c9c85828a2d55df354e7b9b5b4dc22896c927f0c6370a5ade1b9c"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3336b6fe-1f40-4c66-a1ef-81cabd3df46c/dd56dc201e5c0a95b86f41c1cf36df17/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.pkg",
            "hash": "ebb2971340d3d2a8e2ed4d48dde4f6ac7f49fb37e05e56c8be395b4b5564e0e05b7337a153d9d4e7b79994a5b75a38a3af4cfd78251678162a6fcc1754d08c04"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ad5e2408-9804-4a47-83a2-a23c11dc5400/8dae5a982d6ed29d53781bc8a6c147cc/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.tar.gz",
            "hash": "c96c8a86e36ca16a0e10f635250472d5c8eda290dc505ed8eb4bd6a68b8e6ae6b2770236f5bda1573bc3124229531b3ed7dd71f60a821e39aaaa6697a82fdf8a"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5dd0b51-0059-442b-9456-b03cb7ee277d/6d78d81224db93247ff6ae0bdb929712/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.pkg",
            "hash": "c9f759880c416aeb3d5c786447b1e26fd339f60fbf1bf17e17a5a24cdcea7feed7b895a7cf57a2e5404f0351b9fec9b8db75c058e9fb560afe2f3930f9d2b560"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/35655ed6-3e37-4fa3-8990-5c1827469ce5/f9f920ff05b0aa5961a8b30e2824de7d/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.tar.gz",
            "hash": "6a896f2d1e8e2d00b52641e8b1aee88888a2b30e0f18e499b1eaf4ae7dbdaa24ea5af0dbd4a6a1cee715738e6e91cecdbc02c2c7d3d4c71d4c9af3e04f1b4fc9"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fea7d77a-8ed3-4304-951e-08a4c3229981/3da26e2a51725378ec8dad621d2f433e/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.exe",
            "hash": "ef62eb2de12f4eb74b3b867d605387d7540686bb0647723178283631567a15df4f864d46faf398b86bbe603984f27ec3a6b94419eda4051758053dfb1302c0b6"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf04062d-d660-4db0-9286-64d58172f0ff/2515f1f22d8ce7559cd9069959b415da/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.zip",
            "hash": "b7c7f90faedc4ce88b52a622b21c0815d4092e75cc9dd0dd423400d3dd505c22c1123cf780f1b8df5b634a6e0951cd5d71a7b50323b43f60d817d551d40ae25d"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5bc3c525-d6d5-4370-8468-e44a1b948c03/fe758c9942966b88b52d92ce2823f6c0/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.exe",
            "hash": "0fd961dcdb07e659b2cc9a710cef12db9acede80268e24d8a48290ca0851a6dca96705445f31f37b8dff9f30139a67744cbbfc2ebeac86e2adfdaac3d944168d"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/abbdf8c4-cf89-4d7c-972e-398aad2b56ac/b4c6204cc2c7e667e3fe72b6be090252/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.zip",
            "hash": "072f581b679a85c546c3ee198332f63a5867933b845dcf5ad1938b3abef169ca34e88755f44282c165cc5e3aba63bb75830a6557397b97ef33e38c478e016a25"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3ed039eb-0a53-4b0e-89a9-d76b5db07016/cbad4e20634ede6b8b575dceb3d1de90/dotnet-sdk-6.0.100-rc.2.21505.57-win-x86.exe",
            "hash": "051492d275c00a059aa223a679d06c435188aae3d6bd0702d3337d8734682b8d3424125fa86b87e5900e518d8e7cc0753e14bb4819f2f1d1d60f84787e44738a"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9ee1045b-30f0-40d2-83c9-72e594cabb1e/e8e7dd0d4f9937f06254dab87719040c/dotnet-sdk-6.0.100-rc.2.21505.57-win-x86.zip",
            "hash": "e03399267d9d24014fefa106332e41beda378fc8fdf7dd1d8d747e53a74d30f7515b113a4972186ada9127bc9977a4aeb89e49dbe5a1788e3bf6d515a17ad366"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-rc.2.21505.57",
          "version-display": "6.0.100-rc.2",
          "runtime-version": "6.0.0-rc.2.21480.5",
          "vs-version": "17.0",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7fdc5aa4-bfcf-43fc-ae61-968f65d78f36/aac677054f246740f4d761d6e519da08/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm.tar.gz",
              "hash": "2396998b8f21527f979b84460aee8621ca5fa275e4a1ee83b11fe9f12b42479931e56787d7dc82640d72470df185cb02d0bbc5e0e3e920bb6abb2d270051b188"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1e7a9f1f-6128-4581-9d72-edfe196320d3/ad3b26879ddaca8b76e16ddddd091d5d/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm64.tar.gz",
              "hash": "14aa96f47f7f3520075e41753c705bdbf7f84fd7cff7cc2add1095a13e3e3c44eaaf2d822551902f05a6ad0c9acd7f7424190b7c09c397004c632eddc8acd5ac"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6e130999-27bb-4eba-83f1-f353f97ff3e5/8e55992b4491d4ac4f395dfd6f779dfa/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-arm.tar.gz",
              "hash": "6e74874ad38946cb4d8ddcacf61171c440c49b4a5262256ac9b110d7d7981eee1870731df82b6d825117bbb799d2b780b7509a1bd2f9aec8c6fa71edbc745dee"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a6a13d4d-9102-4fc9-896d-1ecf080669e4/ba5be57e008f0862ca239bdb98286543/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-arm64.tar.gz",
              "hash": "286231a82a5c5b2262049b02875ba3f7569dfbefee8b96dfebddd5c98a45918679a28879150286d9a3c1fa02536effab635c27451748a69e36fcf1e71b57b3a7"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0f2fb894-af90-49a7-bee0-8959844e78e9/c24eba454d3820721bc51dca99c8976c/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-x64.tar.gz",
              "hash": "088de76a319ccc11e2d06310d096540100a76a94933602a614fb1f2b71ecaadcb573f2db71ef61cca339ce28caab07827bdb3eb0d7cd3199b0f4b8917f0bdfc3"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/20283373-1d83-4879-8278-0afb7fd4035e/56f204f174743b29a656499ad0fc93c3/dotnet-sdk-6.0.100-rc.2.21505.57-linux-x64.tar.gz",
              "hash": "0a8f85a2757f61ca7f9b8c546af4554c2aac9cdb06f6d62879a60de6f2a3d37ea7136f48896c9c85828a2d55df354e7b9b5b4dc22896c927f0c6370a5ade1b9c"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3336b6fe-1f40-4c66-a1ef-81cabd3df46c/dd56dc201e5c0a95b86f41c1cf36df17/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.pkg",
              "hash": "ebb2971340d3d2a8e2ed4d48dde4f6ac7f49fb37e05e56c8be395b4b5564e0e05b7337a153d9d4e7b79994a5b75a38a3af4cfd78251678162a6fcc1754d08c04"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ad5e2408-9804-4a47-83a2-a23c11dc5400/8dae5a982d6ed29d53781bc8a6c147cc/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.tar.gz",
              "hash": "c96c8a86e36ca16a0e10f635250472d5c8eda290dc505ed8eb4bd6a68b8e6ae6b2770236f5bda1573bc3124229531b3ed7dd71f60a821e39aaaa6697a82fdf8a"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c5dd0b51-0059-442b-9456-b03cb7ee277d/6d78d81224db93247ff6ae0bdb929712/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.pkg",
              "hash": "c9f759880c416aeb3d5c786447b1e26fd339f60fbf1bf17e17a5a24cdcea7feed7b895a7cf57a2e5404f0351b9fec9b8db75c058e9fb560afe2f3930f9d2b560"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/35655ed6-3e37-4fa3-8990-5c1827469ce5/f9f920ff05b0aa5961a8b30e2824de7d/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.tar.gz",
              "hash": "6a896f2d1e8e2d00b52641e8b1aee88888a2b30e0f18e499b1eaf4ae7dbdaa24ea5af0dbd4a6a1cee715738e6e91cecdbc02c2c7d3d4c71d4c9af3e04f1b4fc9"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fea7d77a-8ed3-4304-951e-08a4c3229981/3da26e2a51725378ec8dad621d2f433e/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.exe",
              "hash": "ef62eb2de12f4eb74b3b867d605387d7540686bb0647723178283631567a15df4f864d46faf398b86bbe603984f27ec3a6b94419eda4051758053dfb1302c0b6"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cf04062d-d660-4db0-9286-64d58172f0ff/2515f1f22d8ce7559cd9069959b415da/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.zip",
              "hash": "b7c7f90faedc4ce88b52a622b21c0815d4092e75cc9dd0dd423400d3dd505c22c1123cf780f1b8df5b634a6e0951cd5d71a7b50323b43f60d817d551d40ae25d"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5bc3c525-d6d5-4370-8468-e44a1b948c03/fe758c9942966b88b52d92ce2823f6c0/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.exe",
              "hash": "0fd961dcdb07e659b2cc9a710cef12db9acede80268e24d8a48290ca0851a6dca96705445f31f37b8dff9f30139a67744cbbfc2ebeac86e2adfdaac3d944168d"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/abbdf8c4-cf89-4d7c-972e-398aad2b56ac/b4c6204cc2c7e667e3fe72b6be090252/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.zip",
              "hash": "072f581b679a85c546c3ee198332f63a5867933b845dcf5ad1938b3abef169ca34e88755f44282c165cc5e3aba63bb75830a6557397b97ef33e38c478e016a25"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3ed039eb-0a53-4b0e-89a9-d76b5db07016/cbad4e20634ede6b8b575dceb3d1de90/dotnet-sdk-6.0.100-rc.2.21505.57-win-x86.exe",
              "hash": "051492d275c00a059aa223a679d06c435188aae3d6bd0702d3337d8734682b8d3424125fa86b87e5900e518d8e7cc0753e14bb4819f2f1d1d60f84787e44738a"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9ee1045b-30f0-40d2-83c9-72e594cabb1e/e8e7dd0d4f9937f06254dab87719040c/dotnet-sdk-6.0.100-rc.2.21505.57-win-x86.zip",
              "hash": "e03399267d9d24014fefa106332e41beda378fc8fdf7dd1d8d747e53a74d30f7515b113a4972186ada9127bc9977a4aeb89e49dbe5a1788e3bf6d515a17ad366"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-rc.2.21480.10",
        "version-display": "6.0.0-rc.2",
        "version-aspnetcoremodule": [
          "16.0.21273.0"
        ],
        "vs-version": "17.0",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/647129b7-ec5a-43a0-be8d-a5c72c05839b/d365e15419aef47fb63a9f7ef671634c/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-arm.tar.gz",
            "hash": "28883aee0acf670b2099db7b5d69f74e9853ec0e02d2fafb3aee135f987a117d3a32eca04bb9213e4e39d7782d3cd37e25cfabfe6004269ac3eb20cc5d931cd1"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/09772ed2-2c44-4b18-bae1-3b6c5067ddd1/10aac7ee29b60c45b672c5fd7067ffa8/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-arm64.tar.gz",
            "hash": "3a92e93a8cb0c186f1c4a822d46a37604bc470599dbcbe05a7f1ea7c7d1dd9c0e6571de524de8729d19d237078742a0b4e3a1daa11b5eb5f8cce74b69710ada4"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d4dc9cd6-34a0-423b-b8ca-c00a3dcfd5e4/58b1a3be9ad1f6cbf97b36402623e4fa/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-musl-arm.tar.gz",
            "hash": "8fde5df285a852cfa37bc026983357cac8fdc77c5f9e2fdb242f1c967375e43bac9cc6f9ac6caa684a9bb3aab94c0f98ff93e8e9650399b44917c9e51d8e545c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9c81a9e1-9317-4df6-b252-dcd894ecbe0f/b21611bbf676149ebadcfe118a61eea9/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-musl-arm64.tar.gz",
            "hash": "2a8bbd4d767864e5cf87ad2f7cb8b94065af325b72b1c626f4b1791b091e818b6e54cae302293815e5739d198f791bc1194efc21117234536752d7b13ad2a4d4"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68926ebe-0d0f-4640-a875-64cd07cd38ab/445073d3c36b8a1e6bd48f5b1028ae6c/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-musl-x64.tar.gz",
            "hash": "bb85419cdc2cd6d5f357737230038d3ab685832a48964ef9e8a9f783e1ed6cba0f293ed47e187f05209f3d4c919d81de27c5add5c2424e15bc1b0600c92ed390"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a38f03ab-cab1-4dc9-9632-ac8f3ce4541a/af681d66907ead1d52c7187e50bccf0f/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-x64.tar.gz",
            "hash": "d48895237644a3999663b2e16baa2303d8b77f66385a04d8edb5601fdffacce18b1b1318827d09f74f6b133ff2c179ef659bd21cf8460289b5f81f404fa8b326"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/95d06c98-4d67-4936-be3a-8a23e778afa3/2909216332838572c8e2b819ef1defc7/aspnetcore-runtime-6.0.0-rc.2.21480.10-osx-arm64.tar.gz",
            "hash": "688879db73aa6b7556da70907920f3e443dff54bf8624030352ed5ba3896cceda69040ef359dacf55d50cc52fc2c75057d259a1cc11a2258d4446ebbd2200820"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7b6452d1-ac6b-43bf-9cd3-4d15c2058b6f/3bf52f1b54969072d36d7e4f0fe41520/aspnetcore-runtime-6.0.0-rc.2.21480.10-osx-x64.tar.gz",
            "hash": "ed1cad94acf207d0f18201af1e0e6c386466f94b8fd0474dc8d59f47d8f3c456f3a55de392dda126e0e1f4f934249b0e17b7b86f6bc7c510dc475324ee1395f0"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e7bd7895-4180-4a31-b5c3-ab70818b4590/2a8318f79ab077b940557ac725109817/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-arm64.zip",
            "hash": "01cca4811f4f8afea78509c381e9134c93ac4dce51aaef171dba7326b10a3333fc9d51078138b08979dab3dbeaa85bff5121ce6b9007984e2650bcec26358aa7"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e70876a6-776a-4e2c-a81c-22c372c982d2/d9751bfe3d236ab2ae04eb26f216b085/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x64.exe",
            "hash": "2ec43899ddbc16a2f70be20965a2de6d655ea84e18d3e2c933e2551431292085e24e19b46967d1f60eb5f6ecc6c0eee289510a98549b5e8f57bd4c0439c5148b"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2ede1a24-864e-4d74-bb11-46d36db7a1ec/4e7962d64336275fa3677cdafa788cec/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x64.zip",
            "hash": "453ed645205869fe933c5071cd97b267031d0e21f961df7509840f923ad15a2cb8ae09bfb7083333f6fad5236aaa08b7964dbd9784c2f54b9607fb451efec5d4"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e91991b0-2890-44eb-975b-88640458865b/030f37099df8b9fe6779002992e928d6/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x86.exe",
            "hash": "de20f09e6378f87abab9e414d677f2d950b760be56c3983a286103b98eca2356238ffd68b440e9daa03746049f741c5b278044ece8ace47bda43c774a6b098ee"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/29ae2241-2a93-4c09-b4d4-e4965d2506d9/ace8eb599bedf0e6d6993cb9ae87fea7/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x86.zip",
            "hash": "6b53d1f40be0191fb80119128803eab7246bc38636a58f36502f8730f4932fc80f7a6557727157025e22777d8f24bf9161f219b5e57b583cb2a46873ac6fff9b"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/96ff4231-c2fc-438f-8ceb-e08cb3a06cf0/8f0ee2420be78c3c87bb32cc990fe7ad/dotnet-hosting-6.0.0-rc.2.21480.10-win.exe",
            "hash": "f7118fa95cd51ca4ec479dd10578c55383eb9ba58c00cfad91b6f3b7b6d77ca0454411c0e17293093c785ff179328abeef725515c12245a005ca9913c6ecbb9c",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-rc.2.21501.6",
        "version-display": "6.0.0-rc.2",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/24d0cdfe-c2a1-4f8e-b22f-05dcb3e82eae/aa1c44d9a66a098cbe087efa11a57bb1/windowsdesktop-runtime-6.0.0-rc.2.21501.6-win-arm64.exe",
            "hash": "c36630d1bbd895dfc853003998ac389f417a6583657dd9061012bd362181fa83e4f81ab140a2f210440c718a56dc9cb1a8caf47a22c1486474b99129b4b69d01"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ae678751-3c1a-4f8b-a37b-e2e327af191e/3383ed7040b9f0184ff36c93ab129659/windowsdesktop-runtime-6.0.0-rc.2.21501.6-win-x64.exe",
            "hash": "940ea45b052c8c26001c0b9a6d87af337ae25495f7d681dcfd0c5b445fd62ace15154e2bc30c49dc23a41b8289c3643849e7626139651cb4ad2e98a8509a8685"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9c58ffd6-cdfc-4cae-a163-247bb22c4e24/93601cca92711d2d03fdb7f7dab88bc2/windowsdesktop-runtime-6.0.0-rc.2.21501.6-win-x86.exe",
            "hash": "46c849edd2b3fc966369af0fd75f6911eb5b1ac2296c318f987bc884544100b834f9d10b9941c55b1aea2916d0459163734f0f2fee274a342db45c008260bec0"
          }
        ]
      }
    },
    {
      "release-date": "2021-09-14",
      "release-version": "6.0.0-rc.1",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-rc.1.md",
      "runtime": {
        "version": "6.0.0-rc.1.21451.13",
        "version-display": "6.0.0-rc.1",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2a48f1cb-e22c-4e80-8f29-3f7e5bd48dcb/e747a6268462ab0bc999210d99f8cb16/dotnet-runtime-6.0.0-rc.1.21451.13-linux-arm.tar.gz",
            "hash": "6a5786fb0fc10cbe562350c56c35fb4745db18dbf3b299e3d86bd0c0e1bd43b95cd54561d78f1d53f3c41639a4505527e8fc0cf37e4f9da469ac0f521cec279b"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fccf0b2b-847f-4d10-922c-d10e48188bb7/0e3e03d3573f4e07337d9f7469e5fb3a/dotnet-runtime-6.0.0-rc.1.21451.13-linux-arm64.tar.gz",
            "hash": "a18ab20932e36820407058ada417941535cb51c0f6c68ff8830f43c9521fdd89f31553832522bad0918779e87387ef484d2e414c07923db4ad7deecbdcbc3a52"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cdbbb1b6-9e9a-4bf8-8e31-709b6892422d/a8ff88abfdd6055ab21c497ee0ba5645/dotnet-runtime-6.0.0-rc.1.21451.13-linux-musl-arm.tar.gz",
            "hash": "8c0694e75c9d72a0b402eb3cfcc9d3944f0c0abb7e4ba097c4f7ee525d2d3daba588836a34193f34288049597c04ca6ec362574e6c7bdb4223e1707b288b5f6b"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e210ff92-a285-46d6-84c3-b65cbfd98d1b/581915718d78dd1c4d049e191e5fa917/dotnet-runtime-6.0.0-rc.1.21451.13-linux-musl-arm64.tar.gz",
            "hash": "5a718a94e065d105f2e056672f8a0a7f3486626f253360ca0945dd468d9276e0c33c5a28b82dda9f3928b86967777af780bc2932d07ccea9b7a497dd9d90356c"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/43f0420f-eace-4bac-845d-7ba41344c45e/d3e66c06444609aff096add39b2f5148/dotnet-runtime-6.0.0-rc.1.21451.13-linux-musl-x64.tar.gz",
            "hash": "41d6b4f68a7bdef7e91b5a153106f7767afa9a0a76e8e5f724a2a44aaf3d7cb6eba8981fbb2426dd4cb669cbd5f071901d4893b4f22760641c94e2dae9ea74cd"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/24c9c4a7-03a8-42ed-9b83-1fcc7dd85e16/eb36df3559cc7ee3500c4b38f9949fa9/dotnet-runtime-6.0.0-rc.1.21451.13-linux-x64.tar.gz",
            "hash": "6c101a93766747deddc97dd3ae9cbd0d0babc292dff2897006e1df8ad6af100aa74063d4961d73e67c82db66662f760cf83f510617559a2538210fc89694d9ea"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/882caec9-4114-41d9-8f50-18d09591ac72/a8f682edb8f7db4624df9e435628e761/dotnet-runtime-6.0.0-rc.1.21451.13-osx-arm64.pkg",
            "hash": "c7b3041db85cf3f58078fb9ee3fa5facd81816d9d7605ad15034f293d515461525f51ab1c4cbdd4daeb1f1d22c15a0541f4be9f00bf179e52fb708d0fd955ec4"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ee2f49da-82d5-4aa0-8ca5-b4f69e5c2632/80dda33cc2beef778af12c150e66e118/dotnet-runtime-6.0.0-rc.1.21451.13-osx-arm64.tar.gz",
            "hash": "98dca56567b0c9a0874475818f6eadad90cf337eda3ba84e5bab222d58e4d1db7a9238c9aabe8e32016a15b1341576a369149e5394ff332c3014946e8687b8ca"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a8608d51-2363-4352-9102-f76d360deeea/d1c289e36f88b8eaa2e1464ae11d25c9/dotnet-runtime-6.0.0-rc.1.21451.13-osx-x64.pkg",
            "hash": "ec9d64438569f211e85393cc1502219447ddedb69fca98728f042149c0abaa773d0fc28580b1e668428be3b63290a031d516ede4ddc18e3905a9cc8bdd16962e"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/662c0cee-18f8-42da-b476-7111bda7cf9a/89a2b71cd00c12ec6158541e0dabfdcd/dotnet-runtime-6.0.0-rc.1.21451.13-osx-x64.tar.gz",
            "hash": "09bd7620d335edac0c78a88d35dd55c53350df768debaad64ceb6c04d79cb056b8255b5a9b26bf13c6cdad26880905c0da64b7ec1582f525c5386a44d32e9dfd"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f9c758f-c41e-457d-b549-ba796d759b36/1295dbb5f9480b92805803ef6db82b8d/dotnet-runtime-6.0.0-rc.1.21451.13-win-arm64.exe",
            "hash": "009f52ad16aae13175eb669497d627f8fa0328d9615b2072563493f366bd14212959c5c18f4f79e8712a8a39fc9a2a6b965b0a20bb613ab00735dc5938add283"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/efddc729-e811-484e-b94c-0b834dfe5cdb/59e9fff8ae904b12aa6db5a6fa7b801b/dotnet-runtime-6.0.0-rc.1.21451.13-win-arm64.zip",
            "hash": "1b17494985f080ae3fa79f8370a9cc3677a5b834a7ab62339b53dd9991158bc34fcfb7111c7dfa0d75e0da23cd469aca7f8d6e906a7c4cb33fc86e275c74187f"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/76fe5506-77bb-4d63-bdf0-ca7df0e53602/25d6641885253ec8427345438728d324/dotnet-runtime-6.0.0-rc.1.21451.13-win-x64.exe",
            "hash": "91e5bbda28824c5e1ad818e372d8f9f5e8275ebda0611c509925c411f48c2deebdbaa5e1d26e91189e67f0c2eaca852c26cde490221de0c32a05c48383bb36a5"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/49e82f9b-976e-4930-965e-fa04dedef039/bf732bbeb65dbc4f8db9c456da98b7fb/dotnet-runtime-6.0.0-rc.1.21451.13-win-x64.zip",
            "hash": "f820b111842973dc7a8ac64e8e7f5c0b2406cabb4fa9a5ad89a521f1515c5cb64789eb17a113854bd574cbf9cbc064c78c7957564fa28c86f4a42be0286aa03e"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/78a2bfc7-837e-4bee-ad69-09a49f9c8dbe/56e0884d46ed8009b4d13ea94b6750a6/dotnet-runtime-6.0.0-rc.1.21451.13-win-x86.exe",
            "hash": "20d64a57307b811557e4efbe513418c9587c94ead25887953236abc4443be351786200b4946a9b0fe6d9218c5381e5d41e907743feb5ae03e9ba58c01d0973c2"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4686929-8c0a-46d1-bf40-6454d5e0825d/9c377b25edbe8afcd8a78b0b9f6baa3c/dotnet-runtime-6.0.0-rc.1.21451.13-win-x86.zip",
            "hash": "233925dc1cbe4027688ed81654ebaa22698646e2847137fe7b34d4806ca40bad4cb654563e964ff1385d77d02233ecba868e083b5377505a0730db580fe06649"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-rc.1.21463.6",
        "version-display": "6.0.100-rc.1",
        "runtime-version": "6.0.0-rc.1.21451.13",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a31e2042-c0fb-47e1-a1a6-9e925bf33182/1479d388ef3ece7e1048a9423486b821/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm.tar.gz",
            "hash": "8461399292a7dedcbd31295bc6b3e010b0ac0b69dc742026bdfe795780543b9458a3df343d83528d5a0eb60b774ef535aea4f8d3061bf151d7dc90adccf1ad54"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c56c49ce-176e-4472-bd0c-5667475790f2/018c2de72f984826afe4b1b87715f1c0/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm64.tar.gz",
            "hash": "d1ebb53cd36617a3e02dbb759a842d2f62ba70b71b528c31e7c76d5137b655865c570c8ad50a0f206264db836afe83e3fb42037bf80127d179cecb8f7b3f28e7"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88014120-b5e4-4cc4-986e-8e9290ad59e7/0e778995d305ebe7cea9ebf303edcdfb/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-arm.tar.gz",
            "hash": "1e7f43770e67cbdf9c122094fd536ded8fc7120e4e454f833d33608a0732a5481a0b2f5807a1648fa0508da64264ae754714f51ee7aa503913fa74d2423349dd"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a137fa2c-57c8-465d-855a-9039e50adbfe/077f89f3eb22f23b19158bb7eb698aed/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-arm64.tar.gz",
            "hash": "f93d5a72541e676cc26ad851c87738f67ce2b63b85f5fa08d7eb391c6e1affbf55063b57775b6f56a3fde74218d14e0d5316fa6a38d52765d30d9f4fe618dca8"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ddb6b148-6882-46dd-9885-a803b460a66d/7e773236a05890fd2799045b96a85526/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-x64.tar.gz",
            "hash": "d5e3f876f8e82fd93d6a0fe17a45459514b98721a19301ded10bca1b10bbc711b4dcbce43292fc77810b04b39e702eb4b97522e05e97069ad938909613ac16fd"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5fcb98bb-21e1-47a5-bb8e-bb25f41a3e52/04811d5d05b7e694f040d2a13c1aae4c/dotnet-sdk-6.0.100-rc.1.21463.6-linux-x64.tar.gz",
            "hash": "a1d1de7950d0a7221abc4aa73221a5e7f5093a7aa2142ffb89691c3c1ff605c84574ff9375f83d3f16848b90245bc941f66b3d4b22ce6a4c9845f21bd1eb868e"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/80b891ce-2814-4368-b255-04513b5a3743/f08abf896b03124744c32a2e86749a75/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.pkg",
            "hash": "7153abd8a47e76f53dcca305c502cf227d80ce6455c3a272daf33efc70a1d06501ce4515a8de3c15695dd14b63f262794a0dc393f132d3acad3947263dd79669"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a869ee27-5a92-4aba-8b23-8424743c6e0f/dd515a1c3a86349727b8543148a3d607/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.tar.gz",
            "hash": "646fcaa105db75df2ac9dfe6c41018dc0ad317ff8f4cb419878435c79389b15549cf470c5d649e0bc45e3b42353991a598a23e0c3b41beab3ec92ebdb6afb4d6"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4ca60318-1905-4b5a-90ad-060bc5357857/a129beb791b78a034e5e6453273dcd84/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.pkg",
            "hash": "8c4d44b07056a3db6367e82c294bd524330a724754fdf5ae8ca56c39d40729f24e4d66f6ef331d7bb2d4b0f7ff70eb18c79ade143526499094918308b6cd4ceb"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9ee10a55-7afe-4036-abfa-1d1821ccfd87/395cd9032a535f8b55c4dbce088a8189/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.tar.gz",
            "hash": "d12ec4de477cf8d067b54799d179692c2397e7c68847eaec7d7941ca946868089e7b576939a7108ac323c0056176b12c32dee532f2361eba2b1c43c8e50a2525"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/73e35032-5d20-408d-aae6-ea5a78b789c0/01842a950be338c03e282fce537906d4/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.exe",
            "hash": "30e8b09a7c9d754059b545fac96f925870bee6b88c4bd0a429402a3558a8ebdce55a385b4898275035af7b6d44cff3ca283fb221c19b2ebb5dfa71ccf8e5cca2"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/da7bac83-8479-49b3-b0ae-60847f051879/e6bd3f58e3c5a9e017bd1329bdc03e3c/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.zip",
            "hash": "fada909f655fc412f08095f977ff3640ee54a799ce02eb34877b5325e1437ed0fb1f217730456be3cd23a662057ab086e15be269702396c9bbf83fe026969b05"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d214c16c-4485-441b-b4e8-50867f370ff9/159f2e1223b494b909ce2288fc2bc6c5/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.exe",
            "hash": "28874389ca1085ea9567c0e6fdb35c897980242fc1d22a7bbc139fbaf0726aafd0910202e47850cf4e36a3b25ef74856e09c6169f4915b7709f9fdf79aaee509"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c50149b6-4e1f-4278-869a-742aa2c7cfe5/bc936112cb6f6215b456c6c1e77d8826/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.zip",
            "hash": "96d807e79baa7d69d9248736ea9a63ddcc53281a63765b47dcfd9ded24038cc445834647ef375ffad17ea83aee6f95d234109825f885353ccca73f6684a5acd0"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0cc5e1ae-c744-4a5e-a950-28bd3149da86/8f2db99d1aa77594928356fde7467586/dotnet-sdk-6.0.100-rc.1.21463.6-win-x86.exe",
            "hash": "da0c7334050a781eb93d0660ce71e54e7a4d81ca73b83634a245e13f0d26aea985eceedd63a5c1a2ce41e107ea244a4c45f33dd83ca7747f8515c85cdd49183a"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/408d9e77-ed5b-47c0-a2ae-5d7e76e174a3/321fedf9069aa8b0794913b1aa2e7f94/dotnet-sdk-6.0.100-rc.1.21463.6-win-x86.zip",
            "hash": "d00bcd9fc6b3c14f700007a2425d1ee4951a727769639b922c6bc993f43aef4ac7be0143f2262f2679f55de44c47b766ce158083ab989cae200fc5285d27df20"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-rc.1.21463.6",
          "version-display": "6.0.100-rc.1",
          "runtime-version": "6.0.0-rc.1.21451.13",
          "vs-version": "17.0",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a31e2042-c0fb-47e1-a1a6-9e925bf33182/1479d388ef3ece7e1048a9423486b821/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm.tar.gz",
              "hash": "8461399292a7dedcbd31295bc6b3e010b0ac0b69dc742026bdfe795780543b9458a3df343d83528d5a0eb60b774ef535aea4f8d3061bf151d7dc90adccf1ad54"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c56c49ce-176e-4472-bd0c-5667475790f2/018c2de72f984826afe4b1b87715f1c0/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm64.tar.gz",
              "hash": "d1ebb53cd36617a3e02dbb759a842d2f62ba70b71b528c31e7c76d5137b655865c570c8ad50a0f206264db836afe83e3fb42037bf80127d179cecb8f7b3f28e7"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/88014120-b5e4-4cc4-986e-8e9290ad59e7/0e778995d305ebe7cea9ebf303edcdfb/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-arm.tar.gz",
              "hash": "1e7f43770e67cbdf9c122094fd536ded8fc7120e4e454f833d33608a0732a5481a0b2f5807a1648fa0508da64264ae754714f51ee7aa503913fa74d2423349dd"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a137fa2c-57c8-465d-855a-9039e50adbfe/077f89f3eb22f23b19158bb7eb698aed/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-arm64.tar.gz",
              "hash": "f93d5a72541e676cc26ad851c87738f67ce2b63b85f5fa08d7eb391c6e1affbf55063b57775b6f56a3fde74218d14e0d5316fa6a38d52765d30d9f4fe618dca8"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ddb6b148-6882-46dd-9885-a803b460a66d/7e773236a05890fd2799045b96a85526/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-x64.tar.gz",
              "hash": "d5e3f876f8e82fd93d6a0fe17a45459514b98721a19301ded10bca1b10bbc711b4dcbce43292fc77810b04b39e702eb4b97522e05e97069ad938909613ac16fd"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5fcb98bb-21e1-47a5-bb8e-bb25f41a3e52/04811d5d05b7e694f040d2a13c1aae4c/dotnet-sdk-6.0.100-rc.1.21463.6-linux-x64.tar.gz",
              "hash": "a1d1de7950d0a7221abc4aa73221a5e7f5093a7aa2142ffb89691c3c1ff605c84574ff9375f83d3f16848b90245bc941f66b3d4b22ce6a4c9845f21bd1eb868e"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/80b891ce-2814-4368-b255-04513b5a3743/f08abf896b03124744c32a2e86749a75/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.pkg",
              "hash": "7153abd8a47e76f53dcca305c502cf227d80ce6455c3a272daf33efc70a1d06501ce4515a8de3c15695dd14b63f262794a0dc393f132d3acad3947263dd79669"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a869ee27-5a92-4aba-8b23-8424743c6e0f/dd515a1c3a86349727b8543148a3d607/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.tar.gz",
              "hash": "646fcaa105db75df2ac9dfe6c41018dc0ad317ff8f4cb419878435c79389b15549cf470c5d649e0bc45e3b42353991a598a23e0c3b41beab3ec92ebdb6afb4d6"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4ca60318-1905-4b5a-90ad-060bc5357857/a129beb791b78a034e5e6453273dcd84/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.pkg",
              "hash": "8c4d44b07056a3db6367e82c294bd524330a724754fdf5ae8ca56c39d40729f24e4d66f6ef331d7bb2d4b0f7ff70eb18c79ade143526499094918308b6cd4ceb"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9ee10a55-7afe-4036-abfa-1d1821ccfd87/395cd9032a535f8b55c4dbce088a8189/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.tar.gz",
              "hash": "d12ec4de477cf8d067b54799d179692c2397e7c68847eaec7d7941ca946868089e7b576939a7108ac323c0056176b12c32dee532f2361eba2b1c43c8e50a2525"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/73e35032-5d20-408d-aae6-ea5a78b789c0/01842a950be338c03e282fce537906d4/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.exe",
              "hash": "30e8b09a7c9d754059b545fac96f925870bee6b88c4bd0a429402a3558a8ebdce55a385b4898275035af7b6d44cff3ca283fb221c19b2ebb5dfa71ccf8e5cca2"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/da7bac83-8479-49b3-b0ae-60847f051879/e6bd3f58e3c5a9e017bd1329bdc03e3c/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.zip",
              "hash": "fada909f655fc412f08095f977ff3640ee54a799ce02eb34877b5325e1437ed0fb1f217730456be3cd23a662057ab086e15be269702396c9bbf83fe026969b05"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d214c16c-4485-441b-b4e8-50867f370ff9/159f2e1223b494b909ce2288fc2bc6c5/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.exe",
              "hash": "28874389ca1085ea9567c0e6fdb35c897980242fc1d22a7bbc139fbaf0726aafd0910202e47850cf4e36a3b25ef74856e09c6169f4915b7709f9fdf79aaee509"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c50149b6-4e1f-4278-869a-742aa2c7cfe5/bc936112cb6f6215b456c6c1e77d8826/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.zip",
              "hash": "96d807e79baa7d69d9248736ea9a63ddcc53281a63765b47dcfd9ded24038cc445834647ef375ffad17ea83aee6f95d234109825f885353ccca73f6684a5acd0"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0cc5e1ae-c744-4a5e-a950-28bd3149da86/8f2db99d1aa77594928356fde7467586/dotnet-sdk-6.0.100-rc.1.21463.6-win-x86.exe",
              "hash": "da0c7334050a781eb93d0660ce71e54e7a4d81ca73b83634a245e13f0d26aea985eceedd63a5c1a2ce41e107ea244a4c45f33dd83ca7747f8515c85cdd49183a"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/408d9e77-ed5b-47c0-a2ae-5d7e76e174a3/321fedf9069aa8b0794913b1aa2e7f94/dotnet-sdk-6.0.100-rc.1.21463.6-win-x86.zip",
              "hash": "d00bcd9fc6b3c14f700007a2425d1ee4951a727769639b922c6bc993f43aef4ac7be0143f2262f2679f55de44c47b766ce158083ab989cae200fc5285d27df20"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-rc.1.21452.15",
        "version-display": "6.0.0-rc.1",
        "version-aspnetcoremodule": [
          "16.0.21245.0"
        ],
        "vs-version": "1",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/00b59131-805d-4b49-8871-642613806e37/eec5b92bab33c0bb12d526c70d5a94ec/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-arm.tar.gz",
            "hash": "a27bb55fc10e492f47f15b99d9881832d6732b2cfd5c488ebe29bc8f019586a3adc2f9065af45210c7c68251fa540e8474c68ab8fa73f44d496ccb659bcfc5ea"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/038f4d5d-8e6e-47ef-8fe7-522ff8dc5c42/d34d25c006ac6b13f8edf5fa5899ccd9/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-arm64.tar.gz",
            "hash": "9c52b365920b8fd6e819ce207018c967c8e3ffa9682da8374c113ae23fc8e63ce6a88d66fe55ccce94a4b7cd7e29fd3161c2bb5c72a136448c8cc6eb55889c97"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/062c9a0a-2afb-4baa-be96-865482b340db/d806b8fa25b796952d7adaee6444f9ed/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-musl-arm.tar.gz",
            "hash": "8e823af8ec694a869e4d5fe0356e7760e54726dc2e11c4406bc0d1b7bd9ba1aba99dd25f83bd78bb9b60bb88624beb1d3e866a94f69fd0ce70b142a08e59cc9f"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5edd04eb-062e-4669-8bff-5949431c5c87/3866a55a973852c1b92c853aa2540df9/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-musl-arm64.tar.gz",
            "hash": "d1fc927a9ef473080e500ff250f26c5020e3a60f0303570eb5e37f7adaa12812b139472d00f7d260463789b8f0c103e4eceb65e8764344b9c390fa9a8cfccd21"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/223a5980-5610-47eb-a983-059110f9826c/ab708db6cdd837af5cd685493bdbea0c/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-musl-x64.tar.gz",
            "hash": "c34e939169faafd9ffc2189695f7e5e134170b131850606c781b80801aab3f8b73a6c4bdb0dbe9b104b065e0585339deec97da367662ed0cf1f0e7dcd009cee1"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c88d8dbc-bcd2-4400-b0ef-03e362c49068/c0048366f3c44d2b49a59acc28f79647/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-x64.tar.gz",
            "hash": "9072abaada96efca7761140de6e789d5fb79b59b6f94924806c62e56498d8412aa34b51d8bbba843ae1be52d3f0ed0e8194e01112889d50b589b29f1336f3598"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/23d484eb-a685-495c-92a7-72903cf2d690/6d13b4f78811a50a62853269e371aa51/aspnetcore-runtime-6.0.0-rc.1.21452.15-osx-arm64.tar.gz",
            "hash": "f4cfd514793d5602513948b331f4c0e1693cd4e3ed21388f613d7124a2831efb086201024f37f12b533517be0561c8120131dbfa8e87d94ff50d1d64703683ab"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aa322eb2-04fc-455a-9a18-416502c25e9b/1eaecb29e7b05fcb70ccc0aae964f2af/aspnetcore-runtime-6.0.0-rc.1.21452.15-osx-x64.tar.gz",
            "hash": "d813882a3144be33bbc5acfc2185d4ef033513e072dba918c2dc96395694b108b891a529ef8a203339e19f5da25fd747db65d2cec86d90c24a7e25e5c9b70ea2"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/843da093-3f3e-42a1-95d4-e1a37e5b93d0/5dfebb0aaa073f2a10dbecde2b529e83/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-arm64.zip",
            "hash": "be7bf92984b7171b7f020fb2dfd3ba6ffbac0c226e28948af1ffeae5ed053957b07953b40db3e70152084eee605a9a3d184962a9617da5a5747544df58a8493a"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c08c9070-7538-4792-9a55-6cce32bff933/52bc9bfc52f38f7723191f00d3e85143/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x64.exe",
            "hash": "4d740023b920248daad4cceda004b1de36074ce6e2eb99b6b20638d671c59abb8ac707d3debd91d2c45473b4c14f4f053ad47820aec56c729690a5f176708881"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c2d29ac-07a7-4c79-bf1e-ca5185d9906e/f756deb9df37e23740ce6c416408e9c1/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x64.zip",
            "hash": "be77d99cabc7206072776cd3de8add9f6ba0d4f6ee02346807516a7516b8ea18c5a1828f1872ab3fcdbadf7e4d7fe4bbb0652bef679a49cd0b6163569c038083"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/418ac220-fd7a-4b76-bcb8-2ed514dfa002/0599b94b48bf971567f599b70e9aeafb/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x86.exe",
            "hash": "607e71fe7688401ab0d62fdb6ae5fb6c6ff7e9960324df300cc361f8cad4b9d2ae1b973518ed6d719c3c40100da9a0dd4f0688010302f31740d157aa76f5004b"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8ba3d9ea-1258-4421-91e1-8774e53a3d3b/58600398adbf68a9cf630958fba026fe/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x86.zip",
            "hash": "0130a658fc89cd35c0aa3fcba51f2be428585403c37c36b1600cf615a719c2ecbc606f56fd9b242d1e75f8a65b52894da85b5dcef0aaeacf75cbd9e19023e9a3"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aef4eaa9-2214-4e24-bd87-af7c4643ac4d/00fad9e518498beb5807f9064a0a2433/dotnet-hosting-6.0.0-rc.1.21452.15-win.exe",
            "hash": "534ee8fe6ecdb96e79c3fd99823fe1c97415e2069cb22b15b4cb9296ce06874bbd60023d37a551898f7001f90068a1990fbf01b5dae52a2a16de7fbb99def979",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-rc.1.21451.3",
        "version-display": "6.0.0-rc.1",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/952da6cc-c2b4-4877-aa38-e94904363e2c/fbbd01aebcf520c6d74c7d106bd52fa1/windowsdesktop-runtime-6.0.0-rc.1.21451.3-win-arm64.exe",
            "hash": "fc311cb51bd997c2a1e91aed41b7fda68d184a706701b61277353f6665a1c1aefa544ebf5e5266810cd5b0d36677432e0d37661428862fa1ae766060a4b6349c"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c34690c7-0789-4f53-a85c-b90aa9c838ba/c915929012b39b732ba28b4a07e14b8a/windowsdesktop-runtime-6.0.0-rc.1.21451.3-win-x64.exe",
            "hash": "d7bb90b1dba53ef1d62e6b49bfa4daaf52c74af5b1e74491ce61d65daa61b1afff27ae6d53289b8db4ea1acc50e8847c705ed50eb70f50788d28ecb6f1f5afff"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a69ab5f3-ac3e-4cb2-9a01-c64299c1f0d4/94ebbcf5c69df0298ac70724da28fca6/windowsdesktop-runtime-6.0.0-rc.1.21451.3-win-x86.exe",
            "hash": "6b4bd720c567add7ccd02d34b96ef65a91c813def04a63e79af5cfbdc7649f155909cb7962fb1b1d5cb586226e83bea63daf6b1b80d39545a54f0ecf53265197"
          }
        ]
      }
    },
    {
      "release-date": "2021-08-10",
      "release-version": "6.0.0-preview.7",
      "security": false,
      "cve-list": [],
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.7.md",
      "runtime": {
        "version": "6.0.0-preview.7.21377.19",
        "version-display": "6.0.0-preview.7",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/77e5acf3-f3df-450d-b848-73acdfd3fda5/580b861eabc20364fab611d2ed32318b/dotnet-runtime-6.0.0-preview.7.21377.19-linux-arm.tar.gz",
            "hash": "9aec69078629bdf2c84c91edc647ab05d50845d90cd698f22d39f6f54ba7d9bf3050ac87797fa7fe4c098a0bb63f456ecaa050b8504359d365fac22d40e74fea"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20ba65e6-c2df-4e33-8063-23e38802e580/3ead68d5d697c99b0b4a3f001ee8c21f/dotnet-runtime-6.0.0-preview.7.21377.19-linux-arm64.tar.gz",
            "hash": "6c084b0dcd8b56cbca947adf93fe715c8531e39bb081c3b2ede1301a6177effe2e6db7d9746d9f3c92f9d878bed8f9dad0ffae92ab3359afa6c8935d03b95958"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/aff6eed7-ba7f-4e2e-ad49-fa95d1512aab/94ab7499dfea134a5d4c81da24162db1/dotnet-runtime-6.0.0-preview.7.21377.19-linux-musl-arm.tar.gz",
            "hash": "b98329ae25eab636ec18ae1ede67d2f0d40e973e2671de62248195076bf3ffff8674235cff80ff95a0cafc6e9eb4191294bf48ccd13b44c6e4e5b6d667916a57"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/34ef3cc6-b21c-4f80-a0ab-403ea43c9b2c/d65fc4e5547801b0d74c1698026ed101/dotnet-runtime-6.0.0-preview.7.21377.19-linux-musl-arm64.tar.gz",
            "hash": "23fcb52f7bae7fab181eeca125519bcabf1acc118804e93fa88566e5f588000e9f910152cd8655c6f02604f0b4e50ed19ec2afb92062fd26b671b00e5b9c2929"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8886b87d-4c03-4648-807f-63cf9ba5ffb2/3d88acc45536428ec4c57fcd7cdc269b/dotnet-runtime-6.0.0-preview.7.21377.19-linux-musl-x64.tar.gz",
            "hash": "060be1fe4d0b7fb5618d5a1f9482767667c96794111188678c5a9004a5961381f0856f57a6cd77f4ea1883a3e523f1f5c35ec6c72fcab67c9aa725ad8e5b0e6b"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1ae201ab-bd0b-471d-beab-2e33350be9da/358a49e4f1bdbaeaccedd7c139c55c45/dotnet-runtime-6.0.0-preview.7.21377.19-linux-x64.tar.gz",
            "hash": "959ef85c0cb5c9aa8dab90f5e09d9f9216d546a32b5338f389787523b9c4b48b911ac42a4e6f8c9e1b656bc8f0173ff93beed12439e3f87a52b84d810969969a"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/291e415b-c521-45b9-b817-710c342d2eb8/d05ca09bec35d4fbb31a07d700e9f416/dotnet-runtime-6.0.0-preview.7.21377.19-osx-arm64.pkg",
            "hash": "cb3ba1c195a55ea620b019bc224fab201530b9cb4c9600cb90d870eeac6ad1011dcae93c690dc1073c258357d52961eb586945f06df609aeb109dc254cae0f68"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/398a5746-b48d-4550-896b-445538b95458/aa025a02a656f69775efd346ccde38e9/dotnet-runtime-6.0.0-preview.7.21377.19-osx-arm64.tar.gz",
            "hash": "9e069e7b231e86ba4694da48351b81342ef1b1df78ab619ae17acef498f0fc02bf52a2128da6a7e01c62e42ef5f5d66bf0a2113a36c1f4e4b4263f37c1b5c5cf"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f3f28827-7599-4d5e-a218-348e3988e27f/cbc1fe0c1d29f48f9b75591e95823d42/dotnet-runtime-6.0.0-preview.7.21377.19-osx-x64.pkg",
            "hash": "c199a5407e1dca00f3ef709772a0350c4467a772f23ee289394867170ba5ba32dcd5d069d4582d60c42e3b096a8feefae002512819b62dd5a1f9170e097959c7"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f5943bf4-646f-49a3-8ef2-e2ec8eb25dd7/db3d9c2251a24e27d04c0f4d2828243c/dotnet-runtime-6.0.0-preview.7.21377.19-osx-x64.tar.gz",
            "hash": "8b004c550ab934e71fd2c8cdb4407118b636314290dc6c405be5216da3971f03cf64ddfb258331a6c93bce45c2c51096c2de3f728842f7cd2e2445af090ce5f6"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/26a4b5f9-0491-4932-98a4-e51e0ce38fec/93418cd2b3e475c04e4ab427412e292d/dotnet-runtime-6.0.0-preview.7.21377.19-win-arm64.exe",
            "hash": "399c509b7a86e924c7dfc7516efffdec2be2122eff8604536a0eb47ff6054dc9ee54cbfea80fbcead8dc7d39c227737e59644cf896ff3a3ad63b531e7eabecd6"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4e1d78a-23ce-4050-ac0c-03ce2dc6e64c/9f43a348c5cd3d60de14813483188de3/dotnet-runtime-6.0.0-preview.7.21377.19-win-arm64.zip",
            "hash": "b6baa6d78720249ceb458dfd18ec01c7b03cdab0b57eeeaa93a597893540d328bf8fd32db254eee3da7bd5fcdb67b0e3440bfc84661ffde203e3264a4534f627"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/87a80dee-7444-4c27-9590-fbe88d87bb36/3ce69dcc1dedd1f961a14c25df3c0e41/dotnet-runtime-6.0.0-preview.7.21377.19-win-x64.exe",
            "hash": "499eb8bda1955f6c9921cc64e6ee207dd45d73e782fde5afc6067588b6af7ab1674eaed9a76e1511b727e56d5694423da73118113283795b86b9d7182f5232a4"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/49b581e8-cf2d-4cb4-83c5-5eb0f5d25729/2f0a34c9ca5f9ab73cfd264b1991c019/dotnet-runtime-6.0.0-preview.7.21377.19-win-x64.zip",
            "hash": "0a9542a9aec6b5a8e57934ad4f903ba194f8d6411a10744adffb7398f51b16b65ed8c0cd0d34b90fab7fb9f55d24aef066176314e33298c2ab78af061e0039d6"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/56ee5a69-87ea-48a3-afb9-cc5f3df7c7f4/57cb23ae8a0de4f72118614307e9c3f2/dotnet-runtime-6.0.0-preview.7.21377.19-win-x86.exe",
            "hash": "c4f7d9cd49532dbbba7ce5748047da86cb0ff36b4c8f38e91ec42337c8e7ea339c9a2fe792d8c5b98f8ee1154e859c13f653f4d5301f71e8d9ffcb4c493f6ea1"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/553f0b1b-36d2-446a-9e95-d730cec95443/f3c21cfcf61547b828958036b2de0ce5/dotnet-runtime-6.0.0-preview.7.21377.19-win-x86.zip",
            "hash": "0516db5a6b0edbf0a9d891d9a57f4a39816bd1d8b30f7d09302728bf7c66a9c4284722895aaecca9c61f69c72f03912b190ad141aadba6bf32887988f82cec8d"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.7.21379.14",
        "version-display": "6.0.100-preview.7",
        "runtime-version": "6.0.0-preview.7.21377.19",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/501903b0-5e47-4b76-a965-fabafcd95ff5/d6f197c99957b356ee8f0c6e2304ff09/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm.tar.gz",
            "hash": "d6be3f54f2808d7522938b33b386a8616020c2b1cf34d7ef628fc29ea3cfa01eb8acf92b9f771d89ab71ac8c776889c9e2d0a764cad866295727115c8fc2b047"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/084d5037-7dee-4654-b91a-fe303fa62d74/553744c6fcf2ed1128e40fa9f6cd4516/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm64.tar.gz",
            "hash": "7ee5fbb4e700bcc8a840ec950a764c6ec4cbb8e23394d75a3b4b547e1178f0ae16b0edc262b0fbec5bb9dde3e870225928b147b440f1c27ffada60c03b903dde"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6f9ef409-03fd-4f5d-aeaf-872997b20ca4/ff72dbc6c7745003c37f2e35509711b4/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm.tar.gz",
            "hash": "54667853aac519a77c48822134ef146d0cfe64c517565ac606d77769fccec2458a22279ed1e44e278f5d109bd59ae1324b134c0ae2393e61f8c6f744233081d6"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/880fcf31-58f6-43c5-8ec4-6ce7496b3802/53fa60569cd9eee4916525e99767a3b0/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm64.tar.gz",
            "hash": "c4df610c439d6b37aafdd0a5d6ce9934c48f25ab162485e37ab5e3847884d5197e0bffef64494789a6430fbefd3ab2f82617a4518be3bc9c4a36d6cd212c8c35"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cb0cd830-ab5d-4a67-9c43-02e79423e2d1/c8b059f073cb676faf67dcdbe8101635/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-x64.tar.gz",
            "hash": "c4c8cc022bca980c9c22da4d34de683ec3bddeb6d2a8e7c91353c5bd881e45acd6fd244f7c7e6313abefbc58fd680d13736f8bb8a070b3469e7aecdb815c1d1f"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ce3fd989-b69d-439a-9cac-09ad40597db8/2848d49480b6e7b1b2a18cfa46d724e2/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.tar.gz",
            "hash": "c8757325407b5eb1e3870f0db87eeaf44df978313c0b2a7f465ec7d0a5647317cba597264ec81577ea0b3bd97bd33d782234392e8e592e073126792a0406df7b"
          },
          {
            "name": "dotnet-sdk-linux-x64.zip",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a19468f5-793a-446a-81f5-a4d45830f531/6f217399f0ec499f4c76c5faa1ab3edb/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.zip",
            "hash": "bd14d4271060155547fe0dfaca3d3c839b00d36e2204d88b47c5d57a25f7a70d96c66b810bb125769d815ea368c03ed31b678d80a061009fa9c56d200027916b"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/01d92318-8db9-40f2-b9b8-20586d7e8f40/37d13083ff512e2b10bc2fd0fdbb9358/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.pkg",
            "hash": "4d77a41c5635d0ecde0db45f0c5d648217bf73e4d5aeea0ed8ce45efe29b17f50021b5f3569d3a5c94b05e6a32e78abab4cb9e4b9c660ea3ac4d7f38ea1a68e8"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/97e7dc57-24e3-4c5b-8c30-c9112c8e6f78/497423126e47e546f13cd06cc480b392/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.tar.gz",
            "hash": "aaacc91eefabbcecb9aa37590cdcff48c0d568233c4cd851237beaa4da158868d520a24e1494d47959acca9f210f2e01c3c2a05c3560ce3e1e0734d1ba8357e0"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9e02abfd-b421-4c43-8541-482f037ed19c/f61bd4f35c444710016db8b5a7206a97/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.pkg",
            "hash": "1d08c3f11d210a57403031910b982c4f6b14787c9f7f7faadb23099a7381bd3b7b73779e9f6338d2dcbe2c8c24689972a05cde394d1f5cd36e14dc1aadf239e1"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/79fa35ba-fd6c-4ef2-b4b5-72064a442b0c/796467309b20640da189703101f7d0f5/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.tar.gz",
            "hash": "45910c4c85e7a689b2d98a4b5c3d901da920274bf5ec5e8d52bbc35e46a0345cdf4b69cb36fecdeea28453788998d14909cdb9324792283b1d8e32c5c64a8424"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2242858d-039d-4274-9196-bd6160db5cee/79daef596c45e73bb553a21335f8a1cf/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.exe",
            "hash": "3f9bab1b625c4d04548f2a494a85735a1ac1e1ffb3b2513cbd4f85255605ae7abb75351bdc7a87377a8a779d8674efc0585f84f3cb136ce767b6f9455a695e8d"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/136011e8-7dd4-4729-b4b5-1c121ef71b17/df519750f0943fc0b079ba5f5798efa4/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.zip",
            "hash": "8dc97320b8fe9dd246bba73a3cc722353cf42034621ee3f0108a6b8d057d1f7ba70ad70de004a1f49779cf618210395478e7e7f3103b224cba751f0d8979c83c"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f8aa43e2-7a3b-437a-9b4c-704c2751db47/d431153e27a23b62f2002140eb6ecc00/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.exe",
            "hash": "974150069371a86747c07d101a5ad2c613fb2fcc8024e7fac258f633a21eb8d1d3fe1c9c5e6bfb39220b6df6123fbaa25b0415a663c787023c0e44594d081fd3"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c974c8da-7693-41c9-a874-712918a8964e/1d9223b00447537fef5f863cfa88cf80/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.zip",
            "hash": "0f164ef5248951762fe063f118d8172c080cf1797e38be858f62637833fb1fb0f19e25680c32ee9e8977e9da36449eab7e6bad36245720f352a91854868c51aa"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/67126e71-b778-45ca-b01e-4b1409b63071/f62427f9c9dda820971d89bce3490f2e/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.exe",
            "hash": "a6163377b28f1b301526e881de40e3f800a2812208a95b7c36ab40480ab72282d6d53b48f00fd095410ace292e685838ed9c5639163aea43c1c60dc0abd37eb1"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3d4300c5-740a-4467-bd57-6291feed6930/bac27a00db49518ab79a31625bf6928b/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.zip",
            "hash": "c584511905e31981367a28805b8a0ad582eed788eb1f5a838bac9164b932cc965c74e5f9485d87346f9d67b00d0fa81cefa950790b6a999d02459d248edc6b20"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-preview.7.21379.14",
          "version-display": "6.0.100-preview.7",
          "runtime-version": "6.0.0-preview.7.21377.19",
          "vs-version": "17.0",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/501903b0-5e47-4b76-a965-fabafcd95ff5/d6f197c99957b356ee8f0c6e2304ff09/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm.tar.gz",
              "hash": "d6be3f54f2808d7522938b33b386a8616020c2b1cf34d7ef628fc29ea3cfa01eb8acf92b9f771d89ab71ac8c776889c9e2d0a764cad866295727115c8fc2b047"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/084d5037-7dee-4654-b91a-fe303fa62d74/553744c6fcf2ed1128e40fa9f6cd4516/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm64.tar.gz",
              "hash": "7ee5fbb4e700bcc8a840ec950a764c6ec4cbb8e23394d75a3b4b547e1178f0ae16b0edc262b0fbec5bb9dde3e870225928b147b440f1c27ffada60c03b903dde"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6f9ef409-03fd-4f5d-aeaf-872997b20ca4/ff72dbc6c7745003c37f2e35509711b4/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm.tar.gz",
              "hash": "54667853aac519a77c48822134ef146d0cfe64c517565ac606d77769fccec2458a22279ed1e44e278f5d109bd59ae1324b134c0ae2393e61f8c6f744233081d6"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/880fcf31-58f6-43c5-8ec4-6ce7496b3802/53fa60569cd9eee4916525e99767a3b0/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm64.tar.gz",
              "hash": "c4df610c439d6b37aafdd0a5d6ce9934c48f25ab162485e37ab5e3847884d5197e0bffef64494789a6430fbefd3ab2f82617a4518be3bc9c4a36d6cd212c8c35"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cb0cd830-ab5d-4a67-9c43-02e79423e2d1/c8b059f073cb676faf67dcdbe8101635/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-x64.tar.gz",
              "hash": "c4c8cc022bca980c9c22da4d34de683ec3bddeb6d2a8e7c91353c5bd881e45acd6fd244f7c7e6313abefbc58fd680d13736f8bb8a070b3469e7aecdb815c1d1f"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ce3fd989-b69d-439a-9cac-09ad40597db8/2848d49480b6e7b1b2a18cfa46d724e2/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.tar.gz",
              "hash": "c8757325407b5eb1e3870f0db87eeaf44df978313c0b2a7f465ec7d0a5647317cba597264ec81577ea0b3bd97bd33d782234392e8e592e073126792a0406df7b"
            },
            {
              "name": "dotnet-sdk-linux-x64.zip",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a19468f5-793a-446a-81f5-a4d45830f531/6f217399f0ec499f4c76c5faa1ab3edb/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.zip",
              "hash": "bd14d4271060155547fe0dfaca3d3c839b00d36e2204d88b47c5d57a25f7a70d96c66b810bb125769d815ea368c03ed31b678d80a061009fa9c56d200027916b"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/01d92318-8db9-40f2-b9b8-20586d7e8f40/37d13083ff512e2b10bc2fd0fdbb9358/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.pkg",
              "hash": "4d77a41c5635d0ecde0db45f0c5d648217bf73e4d5aeea0ed8ce45efe29b17f50021b5f3569d3a5c94b05e6a32e78abab4cb9e4b9c660ea3ac4d7f38ea1a68e8"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/97e7dc57-24e3-4c5b-8c30-c9112c8e6f78/497423126e47e546f13cd06cc480b392/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.tar.gz",
              "hash": "aaacc91eefabbcecb9aa37590cdcff48c0d568233c4cd851237beaa4da158868d520a24e1494d47959acca9f210f2e01c3c2a05c3560ce3e1e0734d1ba8357e0"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9e02abfd-b421-4c43-8541-482f037ed19c/f61bd4f35c444710016db8b5a7206a97/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.pkg",
              "hash": "1d08c3f11d210a57403031910b982c4f6b14787c9f7f7faadb23099a7381bd3b7b73779e9f6338d2dcbe2c8c24689972a05cde394d1f5cd36e14dc1aadf239e1"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/79fa35ba-fd6c-4ef2-b4b5-72064a442b0c/796467309b20640da189703101f7d0f5/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.tar.gz",
              "hash": "45910c4c85e7a689b2d98a4b5c3d901da920274bf5ec5e8d52bbc35e46a0345cdf4b69cb36fecdeea28453788998d14909cdb9324792283b1d8e32c5c64a8424"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2242858d-039d-4274-9196-bd6160db5cee/79daef596c45e73bb553a21335f8a1cf/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.exe",
              "hash": "3f9bab1b625c4d04548f2a494a85735a1ac1e1ffb3b2513cbd4f85255605ae7abb75351bdc7a87377a8a779d8674efc0585f84f3cb136ce767b6f9455a695e8d"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/136011e8-7dd4-4729-b4b5-1c121ef71b17/df519750f0943fc0b079ba5f5798efa4/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.zip",
              "hash": "8dc97320b8fe9dd246bba73a3cc722353cf42034621ee3f0108a6b8d057d1f7ba70ad70de004a1f49779cf618210395478e7e7f3103b224cba751f0d8979c83c"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f8aa43e2-7a3b-437a-9b4c-704c2751db47/d431153e27a23b62f2002140eb6ecc00/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.exe",
              "hash": "974150069371a86747c07d101a5ad2c613fb2fcc8024e7fac258f633a21eb8d1d3fe1c9c5e6bfb39220b6df6123fbaa25b0415a663c787023c0e44594d081fd3"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c974c8da-7693-41c9-a874-712918a8964e/1d9223b00447537fef5f863cfa88cf80/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.zip",
              "hash": "0f164ef5248951762fe063f118d8172c080cf1797e38be858f62637833fb1fb0f19e25680c32ee9e8977e9da36449eab7e6bad36245720f352a91854868c51aa"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/67126e71-b778-45ca-b01e-4b1409b63071/f62427f9c9dda820971d89bce3490f2e/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.exe",
              "hash": "a6163377b28f1b301526e881de40e3f800a2812208a95b7c36ab40480ab72282d6d53b48f00fd095410ace292e685838ed9c5639163aea43c1c60dc0abd37eb1"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3d4300c5-740a-4467-bd57-6291feed6930/bac27a00db49518ab79a31625bf6928b/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.zip",
              "hash": "c584511905e31981367a28805b8a0ad582eed788eb1f5a838bac9164b932cc965c74e5f9485d87346f9d67b00d0fa81cefa950790b6a999d02459d248edc6b20"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.7.21378.6",
        "version-display": "6.0.0-preview.7",
        "version-aspnetcoremodule": [
          "16.0.21209.0"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9f9e4e9b-2561-4585-b7d6-090db274c5c2/86a95aedacb9351bbcea71cd559d2217/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-arm.tar.gz",
            "hash": "530db7ac2ca468354407ba4008cccb04f38661d2fd9ce417d93f88ac80b39c71567e39cb2ad864072b48530fb905e5da83b7eb6c20c254b1da2a67807e3a874a"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0682a6bb-4fa1-498d-bfb1-e811587743cf/fa0e704d71b407e38cafe43bc146efaf/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-arm64.tar.gz",
            "hash": "9c2054ae20161d0b8e823e1e079ebc0ef4d9840639afb464f0b25eca73cb15c05ac3d786de15c4b3147ddbc6eff0bb740f96aac908dbc70fb1eaccc87358c430"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7841c16b-835a-4243-8a3c-72d0a0c2b4f6/a5b37ca66b909b7ad0943769b853c803/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-musl-arm.tar.gz",
            "hash": "07323dad5ac21937514e9092fcaf4710359f36a9cf716a7589ec2168cb44f0564810c7bc71f29cf7deaf1252e168deb7637a8ab13329c09346658088c0fbff71"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ae1a1566-cd50-4833-9398-54cfe5d92b22/c3b84d339a7e4962e5a4a8f011f52081/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-musl-arm64.tar.gz",
            "hash": "a59295332736d732fb18dc1a49727eff7c09d3770cea93c1f326d9e1e7dde3afd42d7c72d8e1ea5c4eec070ca9fc6139ada31a515ec56f74aca0c9000eadafc7"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0da262b9-b8cc-434d-ac12-324d1eaff794/39d9da39b6dc52b4aa4e89cefe81005b/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-musl-x64.tar.gz",
            "hash": "9c26f6ab72569d347eed4772997ce3df5598ed0f2b21f5042f4da321d07ba97e6c1d1b73617ea26ac1d846a96119c5038eecbf3874ac21bb3a2b5f04daeca8a2"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/898bd961-c1fe-4e22-8692-d488ee838afd/315180a646a83063ceaae7a8ab9804cf/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-x64.tar.gz",
            "hash": "24e8626d8a2bd126a786ecf97d68e705571567357f6b7370a2b80ac42eff2b1b6e14734be4c0317e2902ea01f2903b285b1e669e4ae76f80ae876dfbf9f0d0c3"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bcbe268e-e685-442c-a8d0-259c2ea6a09a/f815d1d4c58aaa654be87189ba2b6bca/aspnetcore-runtime-6.0.0-preview.7.21378.6-osx-arm64.tar.gz",
            "hash": "1ed0e9152408ff8de5cbd0a978a3e8f9f7218a9a93841780b095c8be0863340e1356534374dee03714ba80754440139f866e0e496fe36a73529b6bc38930ae5d"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/629234db-ff5f-4e82-a824-713936f04165/dc8ed7dac6fea4980e561ff8b89404be/aspnetcore-runtime-6.0.0-preview.7.21378.6-osx-x64.tar.gz",
            "hash": "54a0a17ed86b0e487f527e11347bde29570baff16ceada323e4ac1315ed7654576ed69bea2fe68d42124bb6862e169bb5fab965287541e77c792e23bf90485cb"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7e5659b5-fe1c-426c-8b3f-64666d55e175/ca56dc910057e0893c041caa5f5530be/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-arm64.zip",
            "hash": "d91a8f16542e545b81988c539d6d64efa24531027c62da6e183442964e1eaa5ee2fa49465d900fdd29165f3f74d3a3852fedb0fa0ab91d43ff8602d002ad77d2"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6970f61f-4282-4f56-bb9e-de2e50330183/2945e05fd51895bd48d75039ecf4004e/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x64.exe",
            "hash": "5736d825e2943d4414f9a767fe313f00a0c5e747fca16ab35a0026f43cfb38c366be18ed77fc800a2c6cd1694923d01a0325effc42d8078b696087c49ea11b7a"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9a772ee7-45f6-43da-9ffb-741be2cb43c5/42ed070d0e80e569fb8f58c72beb94e2/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x64.zip",
            "hash": "eb2429522872ed1cd3a770f5694c783a90617efc89931b23b8e213419bc36070e3e8c3717a5376d44433b4b97352da534cc1ed287088a5d07821671acd311326"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/12d5cc40-8e4f-42f5-9179-2c40b5a0ebc7/daa966478a5e633fb7f004ab192fd9b2/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x86.exe",
            "hash": "b2cac7ba9060ca857441921ed4aae21d6aa5f7ae7d767246481f9275924e4aafa7fa383440eaa8ddbf813852937067754f44313c28807ed13867a6b7c39be9bd"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f87f174f-9351-4962-8547-3f65f1cc56c6/b85a74694ad707014cbedd5ca418014e/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x86.zip",
            "hash": "fcfed7e62dab9561d1792a9048058f09d3e6e8be3dcc7c1eccac856f60304d33d596e4a1d073a7297ceafd9d96eab664a161e27454f7392256e121c42526ab0e"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8d8e1b9b-bb55-475b-a83e-818a950c6bef/dccb7b079aaa0653519f32c1a6593d7f/dotnet-hosting-6.0.0-preview.7.21378.6-win.exe",
            "hash": "e8234b635cbf8e3d1cc7023dd4ed22fee4cbaa6b9c9572a1cb0f16aab798bf61fb88a8ce6ece80a2c8872b89a187b6a613b11f9d92856b570914690b5ac2fdce",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.7.21378.9",
        "version-display": "6.0.0-preview.7",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9902ad9e-9909-4917-a028-f0892d38e522/3583908aae7a76dd0a9939910c899051/windowsdesktop-runtime-6.0.0-preview.7.21378.9-win-arm64.exe",
            "hash": "2ee868493e066a9b14a7417dbc49e955e1465c31cea9dd8c180ae701dd8714766849110ecf75eece4f73b98c338ff13f1a65da50addc97029362d66ccad20913"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fe844509-712f-4a5f-b2d6-f445d36199b2/26d1e19f0ae549a65598e8207920b4f3/windowsdesktop-runtime-6.0.0-preview.7.21378.9-win-x64.exe",
            "hash": "7d177969876ca3df325c90e58f12d0d5b9a810f9001e7971c44784a9cd837c80cc5b2385e23db8ee0b2129eb7261702ee9ac9a4edda3debf1b92b2571fa6c0f4"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c0616dbd-ae8f-41d0-8ce4-5eeb2b987ff2/9f8ac0e92db2572ad954b22da86879a9/windowsdesktop-runtime-6.0.0-preview.7.21378.9-win-x86.exe",
            "hash": "cbd066897a63a3f831d32bcf0f712762c25c4982de8aa56e8af7241c44b53817daa2efbb4dfd9a78a5a6b24a08696e64aa4e2e6441761fc6667c35769045b84b"
          }
        ]
      }
    },
    {
      "release-date": "2021-07-14",
      "release-version": "6.0.0-preview.6",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.6.md",
      "runtime": {
        "version": "6.0.0-preview.6.21352.12",
        "version-display": "6.0.0-preview.6",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8338df6d-f649-447f-8998-e393c63c6645/19f0f84b693fc54222b50870baca4899/dotnet-runtime-6.0.0-preview.6.21352.12-linux-arm.tar.gz",
            "hash": "7983d25361d7acf405ea2296e94231c3f313791d775fb44aa7b8455c17a5908a983ba43a0a9a67daf83a9fdccfa87f6bce6b931bbb43bb6896959ac00819ac36"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/28b6d195-c69d-445a-b1c1-821e1a1cd8a1/6c85254b5cd005094a41ebd56774d4e5/dotnet-runtime-6.0.0-preview.6.21352.12-linux-arm64.tar.gz",
            "hash": "6d05901324593d52b39d26ab09649377c888e22346f97e4b98a7487798ae2fe3cf9e2afc6b835b1b038890c6b9aa91741c91f9427958e138050d86cc00c1c673"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a5dbb2b9-ee75-4863-9495-a3b725023b0b/97d974fbe72d6c4515a2f93a88244ddf/dotnet-runtime-6.0.0-preview.6.21352.12-linux-musl-arm.tar.gz",
            "hash": "0cb731082c257294b97a2a0536ed9fc4f156cdfc58e15f60ffb575d43c082ac68ffadd63137b0d9b29a459f782c9ef86b972c8c42c15c567d570e069be66d91e"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1434d75-89c3-4b52-9a43-870c0a017897/6c50fdffdc2bd153c809e8dad409c9fe/dotnet-runtime-6.0.0-preview.6.21352.12-linux-musl-arm64.tar.gz",
            "hash": "95f6d50107cbd82afa6fc4a637109430e5c1162689e898f24fbc62ea95eb75ac7d122dd27d6b89c86212265fdfcbcea49356ea52eecae5ebd76b928e515a2b9d"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/026cb7b2-fe95-4234-878e-410f678112f9/659fe44ad45762b42a13e66dd2795028/dotnet-runtime-6.0.0-preview.6.21352.12-linux-musl-x64.tar.gz",
            "hash": "ccd1da6558a1d54e5ad4b651684990d56b7516c5968371f04a9d8f59c847073270ff916b185a1cbd93ddb362ff44e358db1be0335af12bbae0aa22db845057d4"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/841cf439-e6c6-4164-ae75-e4f1f3aafe0c/fd64b0395f6f0dee9ed184d918e49cd7/dotnet-runtime-6.0.0-preview.6.21352.12-linux-x64.tar.gz",
            "hash": "b060e5c1d568cadfd813d8b1dd3b378fa7465e47829c4b6831eeb6af9760db456a60da54c99a705b68269ddb8287def6119814514d24a38ed2f0d08464381211"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3e5fcfb9-e470-4989-9677-39dc2fafd154/6b2a23abd069560e975e4c517df7b74c/dotnet-runtime-6.0.0-preview.6.21352.12-osx-arm64.pkg",
            "hash": "ecc91d0e6f727452b3e48e69514ab2373fb226b6bcde107b61d6d53767371b6aa60b133940a2eb1bf813a2d8a9c8c6aa53ef20c6111a24950456cc73a77d259e"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e6e0f9af-9d3a-4a31-b260-666b0b3e4221/51b3052f9c84277b38578c5d7281dc4a/dotnet-runtime-6.0.0-preview.6.21352.12-osx-arm64.tar.gz",
            "hash": "1dd308ad7582358f82872478369ea69d2e4c53a73fb63d22c7d4e4a87cf01df4fa980710d1a1346bfcd589437b9d3a037e9801baeae4637fc8fd44d7156dab78"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fd4e78c4-eb09-4e98-9a60-0cf796a8af20/1095c137d3801cffaa6ada35eae0c1a3/dotnet-runtime-6.0.0-preview.6.21352.12-osx-x64.pkg",
            "hash": "84da9c4cb6b67bfdde401008ed30dfc79e7c4229a90a3b44e4f60b4523f3ced4ac112e93a09368d480d3614b9e1c5039ea6119f7157ff6d532d95ae7466a926d"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/67ae4f96-a7b5-49e3-809d-50de8e771c0f/ef5e3b6a1ff3abcf881b7ae880253469/dotnet-runtime-6.0.0-preview.6.21352.12-osx-x64.tar.gz",
            "hash": "fab8e70b0aae1ce65fb7de263215b6e2fdce22d491a1041017dce88b8a4ddc354781a65fc5ae9e5a15448f1192cd1321c876659d2b44332389de01fbf3e371c8"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e40dee15-1d90-4917-8a41-d5ce3f218407/4b412277f3b9c39e9288bb4020240546/dotnet-runtime-6.0.0-preview.6.21352.12-win-arm64.exe",
            "hash": "9b75ab7057cf1edc131081e87e3921e5d96554d7a3615d01ac9f7b236a825b0b29bc5a83dbb625fdf89b27f341dc84e339affa788d4eb07c0b9aed0e194152ed"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b68e27f8-d382-40f6-adc9-17aa1013925d/7cbd7bb99d2f181c40290b97018071b5/dotnet-runtime-6.0.0-preview.6.21352.12-win-arm64.zip",
            "hash": "bb37d1837f877d2164aa18c1866af7c97cdc281580a0a4403dd4ecb2edc8b4070bc00ff1fe2dae7be44e132d48d828ff6d483b6eb4e5a42a4ef0e4afb1cbc6de"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d8031c86-e522-40eb-8c5e-edffcd711268/1880257fd9d1cdff0d3d4733c7246376/dotnet-runtime-6.0.0-preview.6.21352.12-win-x64.exe",
            "hash": "77f4023d0ec8ca1aef1f0e6eb133e565a7e0f40a5079fa8b1548c850496a728246d111d5603070b4dbc6dba9eb192fa2fbe52a179a97b75c6336dd1e2f51aea3"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7282c65e-b906-48b7-b8f7-6bf3a6f980f0/ca7af999c52955ffdc45300b1de97a08/dotnet-runtime-6.0.0-preview.6.21352.12-win-x64.zip",
            "hash": "d2d6b16fd5eeb9b39afdf2e0b6ce732fde0e90806e6c63dfaf88434d306251e5cf344b55e253cb6e7f38da19899e845a76a8e63ed7836f94ecdcd0256fda73e4"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/547ecbd0-9861-4ad1-beab-cfb256c2d212/f1e11ce269c7e8b8d91139075cde2d59/dotnet-runtime-6.0.0-preview.6.21352.12-win-x86.exe",
            "hash": "87dbb4ec5249ced9644bc30479b6b273f27d8de51416167b0a7daa7d9e84bd93c42fabaff93aabc536e0ef60dbfc34f9da37a76ff032f5e74a569dbd1e816c4b"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fa4333d5-b145-4bd1-b86d-101e758ff253/3b813e4a0f98fcc4f9f0930ab43a26df/dotnet-runtime-6.0.0-preview.6.21352.12-win-x86.zip",
            "hash": "aaebb57a19a965ac998e3c6bd2ed4f4a792cc21a49e32ba74754e4d66aac82a461821bb0f704fd42bb8b9af13c9fc459e7e6c86c5c67def4e225e72aee4dfc9f"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.6.21355.2",
        "version-display": "6.0.100-preview.6",
        "runtime-version": "6.0.0-preview.6.21352.12",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
        "csharp-version": "10.0",
        "fsharp-version": "6.0",
        "vb-version": "16.9",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5aed712c-c0bc-43fd-9fca-9483af66c8f1/66093c96a21248ee1ec77110478d13b3/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm.tar.gz",
            "hash": "dae9d60048b453f30c74668623e6526fe9ec1a4b55f4c5ad13e250b797c253b3da33933170d0c1852587a995393da29a63fb6c2dd7d08857bbe98ca038e28444"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8a6a12fc-35bb-47ca-9353-b1e97d569382/61221db91a720e7ae5833460f2ea53d2/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm64.tar.gz",
            "hash": "44202a25b62172edac367b87b4a1521a4c009defba8d1818fdad7436d58cab54894dcd4d341b49f34ac83842ce76a080757bf7514d9ba03cd26152310fde61c3"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7f8958ec-0b14-4bc9-9519-41864d501b26/0fd817bc76e6ae0ad5b4a2f3549a3c75/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm.tar.gz",
            "hash": "6a9a0e1affde3766e8b06a1bf105abfdc0d02d33e0f9b3512d4c419f4443a24bca171dd5231e999fae5581ceaaee8064ac5e1c6dedc62da2bd29fa3c9a5a06a3"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0ff6fc52-91f0-4aa5-baa8-e2d4cf46b3e2/40b9c873ac7c37d578a4f3795758651c/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm64.tar.gz",
            "hash": "367e6a90e2527e0f1f3f63a245a7026e64d9d4407159f620bb2c4c90f3981266bab55e0adcc6e7b9861c1b8be50867dbfa33ecb7ba4c56936029aee1fcfafdae"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/41ee1046-a104-4983-82c3-1a33f6b85e31/658fc456b3b8b4435f7556a2c5d5f16d/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-x64.tar.gz",
            "hash": "3674633032ddd934ba743de7e3904ae033c55f2d649db89cb76e3a298a9871932d46687586215719a9c2540e0c9706fa3cd7b285a50308fc5b45621014bec8a1"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/45f9f84c-dbe6-458e-bea1-c1e931802486/995edcbcd852a07b0a285626f30afb33/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.tar.gz",
            "hash": "b4d9282a43fc244f6576ea70b03af1727b5910481f3d5c51c0535c7dfffbc943742041bd8174fdd7ede677f9c99ec917dd3c119710b4a2169862eeacee026ac2"
          },
          {
            "name": "dotnet-sdk-linux-x64.zip",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/494d6cb2-7c5d-4fa6-a1c2-5b76762be9eb/17cd976b4fedc3e2ddeeb0910031ccde/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.zip",
            "hash": "f200b8fb4699c28aa60b172f590eb3ecf9a58e1d2a102377f7ed451f9a72f077cf0cea9163363c1cd746759d65e89cac4776d9cf3faedcfb43d1a8d2c5542c59"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/10bb818e-3d14-435c-a76b-40da0a8c561a/616dd2f1d72c8725270530bf67907068/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.pkg",
            "hash": "6394e0c2ea126574a3c518e23dce493b67279c1e31ec20088504d669376ed9d5579f6124f2df92e23e847e3dd9673ab23cbd20f40d234cc49ff86469f1567ca9"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fd0b8343-1875-4ffc-aab6-00d57ac223a2/00d7942d7ed9c4333f6f0be9d9678e60/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.tar.gz",
            "hash": "702781aad7793fc74a04765421dd7d037630f8ad498e0ffb82c3e48e88ed799498755572e34c6e6bf8065bcaf8eb2a417056ac300ce1b4b0f114c049b396183a"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/767abef9-9636-47a7-9929-6ac4201b6837/95c3c13e937efb01255843a6d4adf9ed/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.pkg",
            "hash": "27723bd0c643264fda9ce49c81de1c56ef2492e1b2e328271008eec52d90511e80e6d75d8c823555c258ef306e25af926f169dbc9052c37f3acf630edc6a57ce"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fb01b89f-c07d-4e3f-b9c1-a8d3a074f290/4df3bd673a530e8febcf0089dc698106/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.tar.gz",
            "hash": "b9e74e48a64c4f9123fe9ff6400797394d8048aff8a0dabda53fef91b00dec41030d2c41d42dc1af972f7f3d46edcc44585a43bf57c36732a7280f741e672dcd"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/af2fcf31-22b3-43c9-b127-d3d2569a4e76/396c947b23cd32f49e2cb12321321d65/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.exe",
            "hash": "bf046e4b05bd4bf93c5c9955c9e6668626e1067634738bf053980c912cfc1310b6dda0d00ff3a54c1610143c89c7caad1b9cf891d5a9ea1efd18d3068b4d4819"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/96dfe5eb-3837-4541-8878-7258647e8fd7/d90954b202dd3bbb0608fc68080a0bfb/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.zip",
            "hash": "ea573499f65e146bbb7cf2efe663053053d8cc7bf7fdb12ff4257826593a0f0ba4cc703e8a79492a6bbf5fb353cecc931edf3d1ef4e72108eca20c7dd0a4aaef"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9da8718a-a4cf-42dc-a86c-1ea648acf136/73e158f3e4dfb1446595d0dba5b6343a/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.exe",
            "hash": "201d3304d45265c4fac2e21b52a7e0b61bca54a12aeb87a0a7ba86eb36b7e6cfa0bd7469cd3d3ce6b6adf6cb6eafb1923543529e773b43ccc72f5a1f539b6e74"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a83c721e-ae81-4d88-9c3e-239e08e664be/ef2e40c18b8f87611477376bc3f6a8e5/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.zip",
            "hash": "e126fea62f3719cc2c0cef9858e2dad85b31029e1766f2df091c611396ed5b8f02e3874827a4f30e3d5ef0b7b3a318d8bf9a728c74c14425c42befca5c85b26d"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8598c905-5911-4f50-9e8b-1f4dc53d213c/5f57f06cc04861b2f01ded57de212636/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.exe",
            "hash": "1d8a93d0b82458cdf5bf0c242598bccf2ab05136822d1917b5724beec6b897c3ec74487af4e13a93bc89eab11342598d2cc1b3ae3d2dccf486cd2311a39ca357"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6395e8ff-c40e-450b-a663-23aa1b29c19f/516ced1b50fba44e17e5d1cc0bea981d/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.zip",
            "hash": "b937af04b6533fc124163e2dd4f87d88e188da620622d6117e3a6c4093d8dd9f53d84c8b0936bb4ffd14cb4cd93635dce90e747b432cb12454190646317b8ffa"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-preview.6.21355.2",
          "version-display": "6.0.100-preview.6",
          "runtime-version": "6.0.0-preview.6.21352.12",
          "vs-version": "17.0",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
          "csharp-version": "10.0",
          "fsharp-version": "6.0",
          "vb-version": "16.9",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5aed712c-c0bc-43fd-9fca-9483af66c8f1/66093c96a21248ee1ec77110478d13b3/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm.tar.gz",
              "hash": "dae9d60048b453f30c74668623e6526fe9ec1a4b55f4c5ad13e250b797c253b3da33933170d0c1852587a995393da29a63fb6c2dd7d08857bbe98ca038e28444"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8a6a12fc-35bb-47ca-9353-b1e97d569382/61221db91a720e7ae5833460f2ea53d2/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm64.tar.gz",
              "hash": "44202a25b62172edac367b87b4a1521a4c009defba8d1818fdad7436d58cab54894dcd4d341b49f34ac83842ce76a080757bf7514d9ba03cd26152310fde61c3"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7f8958ec-0b14-4bc9-9519-41864d501b26/0fd817bc76e6ae0ad5b4a2f3549a3c75/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm.tar.gz",
              "hash": "6a9a0e1affde3766e8b06a1bf105abfdc0d02d33e0f9b3512d4c419f4443a24bca171dd5231e999fae5581ceaaee8064ac5e1c6dedc62da2bd29fa3c9a5a06a3"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0ff6fc52-91f0-4aa5-baa8-e2d4cf46b3e2/40b9c873ac7c37d578a4f3795758651c/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm64.tar.gz",
              "hash": "367e6a90e2527e0f1f3f63a245a7026e64d9d4407159f620bb2c4c90f3981266bab55e0adcc6e7b9861c1b8be50867dbfa33ecb7ba4c56936029aee1fcfafdae"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/41ee1046-a104-4983-82c3-1a33f6b85e31/658fc456b3b8b4435f7556a2c5d5f16d/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-x64.tar.gz",
              "hash": "3674633032ddd934ba743de7e3904ae033c55f2d649db89cb76e3a298a9871932d46687586215719a9c2540e0c9706fa3cd7b285a50308fc5b45621014bec8a1"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/45f9f84c-dbe6-458e-bea1-c1e931802486/995edcbcd852a07b0a285626f30afb33/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.tar.gz",
              "hash": "b4d9282a43fc244f6576ea70b03af1727b5910481f3d5c51c0535c7dfffbc943742041bd8174fdd7ede677f9c99ec917dd3c119710b4a2169862eeacee026ac2"
            },
            {
              "name": "dotnet-sdk-linux-x64.zip",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/494d6cb2-7c5d-4fa6-a1c2-5b76762be9eb/17cd976b4fedc3e2ddeeb0910031ccde/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.zip",
              "hash": "f200b8fb4699c28aa60b172f590eb3ecf9a58e1d2a102377f7ed451f9a72f077cf0cea9163363c1cd746759d65e89cac4776d9cf3faedcfb43d1a8d2c5542c59"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/10bb818e-3d14-435c-a76b-40da0a8c561a/616dd2f1d72c8725270530bf67907068/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.pkg",
              "hash": "6394e0c2ea126574a3c518e23dce493b67279c1e31ec20088504d669376ed9d5579f6124f2df92e23e847e3dd9673ab23cbd20f40d234cc49ff86469f1567ca9"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fd0b8343-1875-4ffc-aab6-00d57ac223a2/00d7942d7ed9c4333f6f0be9d9678e60/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.tar.gz",
              "hash": "702781aad7793fc74a04765421dd7d037630f8ad498e0ffb82c3e48e88ed799498755572e34c6e6bf8065bcaf8eb2a417056ac300ce1b4b0f114c049b396183a"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/767abef9-9636-47a7-9929-6ac4201b6837/95c3c13e937efb01255843a6d4adf9ed/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.pkg",
              "hash": "27723bd0c643264fda9ce49c81de1c56ef2492e1b2e328271008eec52d90511e80e6d75d8c823555c258ef306e25af926f169dbc9052c37f3acf630edc6a57ce"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fb01b89f-c07d-4e3f-b9c1-a8d3a074f290/4df3bd673a530e8febcf0089dc698106/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.tar.gz",
              "hash": "b9e74e48a64c4f9123fe9ff6400797394d8048aff8a0dabda53fef91b00dec41030d2c41d42dc1af972f7f3d46edcc44585a43bf57c36732a7280f741e672dcd"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/af2fcf31-22b3-43c9-b127-d3d2569a4e76/396c947b23cd32f49e2cb12321321d65/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.exe",
              "hash": "bf046e4b05bd4bf93c5c9955c9e6668626e1067634738bf053980c912cfc1310b6dda0d00ff3a54c1610143c89c7caad1b9cf891d5a9ea1efd18d3068b4d4819"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/96dfe5eb-3837-4541-8878-7258647e8fd7/d90954b202dd3bbb0608fc68080a0bfb/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.zip",
              "hash": "ea573499f65e146bbb7cf2efe663053053d8cc7bf7fdb12ff4257826593a0f0ba4cc703e8a79492a6bbf5fb353cecc931edf3d1ef4e72108eca20c7dd0a4aaef"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9da8718a-a4cf-42dc-a86c-1ea648acf136/73e158f3e4dfb1446595d0dba5b6343a/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.exe",
              "hash": "201d3304d45265c4fac2e21b52a7e0b61bca54a12aeb87a0a7ba86eb36b7e6cfa0bd7469cd3d3ce6b6adf6cb6eafb1923543529e773b43ccc72f5a1f539b6e74"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a83c721e-ae81-4d88-9c3e-239e08e664be/ef2e40c18b8f87611477376bc3f6a8e5/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.zip",
              "hash": "e126fea62f3719cc2c0cef9858e2dad85b31029e1766f2df091c611396ed5b8f02e3874827a4f30e3d5ef0b7b3a318d8bf9a728c74c14425c42befca5c85b26d"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8598c905-5911-4f50-9e8b-1f4dc53d213c/5f57f06cc04861b2f01ded57de212636/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.exe",
              "hash": "1d8a93d0b82458cdf5bf0c242598bccf2ab05136822d1917b5724beec6b897c3ec74487af4e13a93bc89eab11342598d2cc1b3ae3d2dccf486cd2311a39ca357"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6395e8ff-c40e-450b-a663-23aa1b29c19f/516ced1b50fba44e17e5d1cc0bea981d/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.zip",
              "hash": "b937af04b6533fc124163e2dd4f87d88e188da620622d6117e3a6c4093d8dd9f53d84c8b0936bb4ffd14cb4cd93635dce90e747b432cb12454190646317b8ffa"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.6.21355.2",
        "version-display": "6.0.0-preview.6",
        "version-aspnetcoremodule": [
          "16.0.21186.0"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fead33a0-bfa8-4a3c-93c2-fa6dcd7fce47/11681525584ed1a381ecae3536693250/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-arm.tar.gz",
            "hash": "aaf6919f55864234a5eee7126d1a79d2dc3bb2bc0d746cc8302c56dc62a683b6a662140b8c4875576e5c24eab41a993eb848f68dfb3096386a935ff3bf41c9ce"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7535469b-06d6-407d-b751-732ba8ba12d2/9ae4e842565ae3c50e5c2673c06bbe37/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-arm64.tar.gz",
            "hash": "27f9b870debb847fc4da084f2ccab8da3c04684fe8343c0f3aa079a54add5967f3efc1dd8d8a0d2bc92198f2bd03b42e3fc3eb4aff425baed97972397870c8b2"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ff9927bd-791b-4d24-9a0c-efb0ed21fef2/655e8c11a83cf865400654fc473b3f8b/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-musl-arm.tar.gz",
            "hash": "50f1c68f64aeb576452ddf11a26e5e2bbb9d713ebb9bead6f8d73b16b8111eafec5841c470332a8700ebcd7234b87d453751857fc93ec6cc20a5fcdbbe42c6ef"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bab174a9-3aef-467a-82d3-3fec5a8e562a/ea80ec9fb413a934e5b8f4d2e60ec5c7/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-musl-arm64.tar.gz",
            "hash": "ff591e1da80ae387e6b9f53bd0ab5fe778ed3334a0249b68d3b7610b6ee5cc036006bb5b596c8b36f6b6a1e71e12c4d241ec308e7a54ec6e66fc76f552c7c72c"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0678c787-648a-4385-9b33-af728cba9e0b/56171f0269e38da631bf1ed416edb7d9/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-musl-x64.tar.gz",
            "hash": "4c5c327e431903d05524b4cbb506a6b4fa18f342caf0fb3ce28068fae86c1428c8ae6ef324a7885031d33f91009b5e6eed48b3352ece1351a86c08b42d5d0702"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/24e3144f-550d-49a2-bb40-8fb06aaf29a8/300b021763dbff231af63adb28ec6abd/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-x64.tar.gz",
            "hash": "42cc384554caef8f72b5410aab196f3d62cdb053dbc56e8bd4e0411de5deac19b9524b7cfebb14c69d583842b477e830bc34e8e9d76f723ea02470488d172f47"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3830a164-7a1d-43b9-ad38-175f11a3731c/2f9e05c8da288e93154810154616dfa2/aspnetcore-runtime-6.0.0-preview.6.21355.2-osx-arm64.tar.gz",
            "hash": "9806a42586010817aad59a778dd26461e3633d3ac3d97170863c41ff5f38003eaf91e9f153156d6e92a60c8cc94a5cce6f07e194f0987255938cc4fdf8e464e5"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/392fdec4-7fee-4b86-9497-c1f63eb87acb/e5c215160b9e93e43f581e59bff87c9d/aspnetcore-runtime-6.0.0-preview.6.21355.2-osx-x64.tar.gz",
            "hash": "781edd3f28c754acf32a54ccb57f507aa839ec637883f21bb4e687f3a234ae0a9fc966b529afd928fc57e4a23bbd797a8ebbae0d2f5a107f9322d7f071c86b8e"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/72a69c8a-e91c-4328-8cb1-699af101fe9f/19354d5c08dadc1812115a21e18655ce/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-arm64.zip",
            "hash": "f7e0b22f34a1a435b76525222c6ef7cd80e845fd2be8fabc3825f764c10d49b56a25e985e2c687b9fdf7df65d03bd27d8e1a77e50c9320e48434ce3fc5542c67"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/02355756-f7fc-43fc-a752-e7dbf3098b1c/4972c4b8b2973b00042a11d39a2d3d10/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x64.exe",
            "hash": "a7fa47dc733235f18ca1376486c90c8f1aa44530f57bfef0a632a93cb250c1d41be56d9cffcd6ddfc064cafeb64da23fc01cc8653d82f6343ce3ed760177bc5a"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/706b6612-e557-432b-88ea-96d13e2af5a3/f00c6537f1a7711138216555797d6833/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x64.zip",
            "hash": "3220634d47d556caedbe3f8b11d37f819226654e52fb5641ac705b34f19105144908008c4557213cc61765a2f78f17c21b076217feb911729d9aa0b2f131fd03"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1bfa5cd7-d533-4457-90c4-e412610464d0/7b3fc132d204581a9d0f2c809e5b837f/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x86.exe",
            "hash": "eb5af3a38dd9b1f2c8e4cddea0e33bafe8961fc52589dbd6bf41c94f6e2539b7448ec79a59ecdb9c3a7eb19605cb7b610401f21782c09bc174eb58e3a018693a"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5062e035-1f6f-48af-88b1-51ff3a67f7fc/fea719da53e107752b6d1c7e2001f758/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x86.zip",
            "hash": "3dd1cab40b2f5663d7fd96fd778ab481dc33a8be6a170cc80d3e26d6c2b11802649ebe2872c4a3d07abc0cb40a45dde5e949eccb13601e4fad983427bd92e108"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cf05db87-6052-43ae-8cda-c0aaf1e455d9/a09408560e38c80529d42bbf1bdf552b/dotnet-hosting-6.0.0-preview.6.21355.2-win.exe",
            "hash": "f15b02946c33a3117110428a773a4af6c453140995da7c1a69f68c7ec900643eb5080b20f8ee2ac32fe0ddc900fd59aa7a4389da348abed3bfb07d0a8ed1bb68",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.6.21353.1",
        "version-display": "6.0.0-preview.6",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7c074ee8-043b-4f50-a135-e198b4a26bb2/fc4e30c8c0a7266cc92fbe7221173fad/windowsdesktop-runtime-6.0.0-preview.6.21353.1-win-arm64.exe",
            "hash": "7712970bbfa4e1adb3c5d0c2ecf98fb5b2b0e978f5aad746f5073ab6abb3e3db9582697860307cba41c2e07baaf16e1a7713e3a23c7eb2b9b43cebcd7b23985c"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b6bef7e7-7d36-41fa-a937-119a786bdae3/b8251935ec30137f6d83dab3e6f1f12c/windowsdesktop-runtime-6.0.0-preview.6.21353.1-win-x64.exe",
            "hash": "9837420074eed77e0dcd879f05c0b67d3a402a8cfccef34b62ebdbcbf7f828e42d75df134ed252c6969757a7a174b616b57a56a348ff9e3acb635435ad1e53f4"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14c95c30-bc3b-43d9-b569-4e388ab7ab19/2e3b68dc6ee53a6aab3f71ad891215d3/windowsdesktop-runtime-6.0.0-preview.6.21353.1-win-x86.exe",
            "hash": "8cbfdd74f6267ce9127c8aa0e72efc6c9445fc9b99e4121f4d573f57a679f4110c7546be26a71ef5ad87a0073c52cbf28e173607dbb86995255a66cfcae9637d"
          }
        ]
      }
    },
    {
      "release-date": "2021-06-17",
      "release-version": "6.0.0-preview.5",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.5.md",
      "runtime": {
        "version": "6.0.0-preview.5.21301.5",
        "version-display": "6.0.0-preview.5",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4c9c57f5-d602-4534-8baf-dcf74e04e691/c852220420dd23603a866565d1fd452f/dotnet-runtime-6.0.0-preview.5.21301.5-linux-arm.tar.gz",
            "hash": "7fc26829ad0d4e9c76e520ef9ddff0bfbcccc44b6562b4cfb149095e5d6ef83e704f9b533825ca176a492305bbbc8afa4e6554ebe82de42bfc1c0021b147dbf1"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dad1305e-6269-4c6e-bad1-12680ccfd42c/2a903a2cf6eacfaf44d00f27ca3472ff/dotnet-runtime-6.0.0-preview.5.21301.5-linux-arm64.tar.gz",
            "hash": "13d58229e85005ecc1e890052744b8bb3a8e1f538bbe716e9a9c4dea9a459d6bd5e7b733b2eb0b29e96d32e27eeb11f830fa7a52eac7879550e7df97ea73b90e"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/706413fe-43b7-40af-8fe6-224fe36c9443/bfe4ac59c5a58f1f986a8690af6800ba/dotnet-runtime-6.0.0-preview.5.21301.5-linux-musl-arm.tar.gz",
            "hash": "0313e8fd504500003008d87ba89918d81a66d218c46de1bb614b6f79946c019cb8966999ae7d1f2ee4385af43afa8bde28c5312cd6821fbca09e8aa21b7d37a8"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68c123d8-6072-410f-97f3-3d9535b3e416/ee5344671f68161b1582c394468f8feb/dotnet-runtime-6.0.0-preview.5.21301.5-linux-musl-arm64.tar.gz",
            "hash": "c2fb6c441f3af0d579a64f63e5bc781218ba82a5fa8cc44e46adb44a3099f71391f03fc5c67755eea92b99d41130cfa64454204ef78f8394988ff2da32898239"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/750940db-184c-419e-9be4-d8330638cc63/6cee68925ca398206cd3092a279de4f5/dotnet-runtime-6.0.0-preview.5.21301.5-linux-musl-x64.tar.gz",
            "hash": "dab1b9a17a332a384777fe0d81c72bf62968b66adcf68e76e551ba3ae06dce6821dc4dc25ecc3756fd0dd360bad56b98a0c0c353c7a6a3e88e8c55e8352b02ce"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fbf784be-f157-4f40-81bc-508bac32b9d6/273a0d69053e19beb1d048cbd92da627/dotnet-runtime-6.0.0-preview.5.21301.5-linux-x64.tar.gz",
            "hash": "69b91743bf79f44da0bb82f9d36f77e12ef2889e11badcf096734a8c98819a79e83f9d92cbb9f82584e8062089df52db9e4675bc143fc46ed3a31029d8de6df7"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/59b1d539-c76f-493c-9f6e-18c953429084/4c7fafc6ab3f5f4927929b543d62bc81/dotnet-runtime-6.0.0-preview.5.21301.5-osx-arm64.pkg",
            "hash": "ec1c18e886992453f75efe2e3334589aecfa6565b19a0664a87ae20d5a4808236a00f480972fa848debe90b977ff7db8da0158e0e9bcd13ebd45b51450aec5c7"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ef2cef88-fdc0-4d42-ad0e-3c4bbc4ab806/fed7ea45282bc20fd38a98b54ea5f2f6/dotnet-runtime-6.0.0-preview.5.21301.5-osx-arm64.tar.gz",
            "hash": "6f285837a24f898341853adaca5eea82950195ba57484285bf7322c526939e76a331bf567b0e8886537c734eb512bde392911436541a194d6c65589fbb68bb36"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c326f2e1-10ee-482e-9871-5fb8de7f7777/dda8203d3b58e56efeca4a7248cdea67/dotnet-runtime-6.0.0-preview.5.21301.5-osx-x64.pkg",
            "hash": "fc02ef1a31ef0cc9e89a07a09d6013a60200d0eb2444ad5fcc76fed4daca18462d7746da036762fc92be5f05ccbba299652c45747c553ab482dbf77463260604"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e6155cd-e095-47ac-b642-cfe19c451b17/798abdac364b698400981e8af5471429/dotnet-runtime-6.0.0-preview.5.21301.5-osx-x64.tar.gz",
            "hash": "ef002e82c6febbe798b19ed003fbe8387400fdccfd24fd8f8b5e072144006d5b95c8e7250c7faaa80b2f2d6a3253ec9c8eca8056118246b96af5de708b89ea96"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/195e2dbe-a67a-4882-9d36-43e525b9070b/bad8c506552923441b7ba3efb097ac32/dotnet-runtime-6.0.0-preview.5.21301.5-win-arm64.exe",
            "hash": "9e63bcbf9a68514b9f4289d25e8e2bf022db2702940a4d9e7c2ecf7d362e1e97cff2f0aa40068cee92ab5e0b84eb6a05f5488ea2a807a883ed0f0c5327371030"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cd854d55-6894-4d19-ae27-cdafffd762c6/fb75c483074a9e9e80324f9138843ef6/dotnet-runtime-6.0.0-preview.5.21301.5-win-arm64.zip",
            "hash": "9348872af2cab34361bc373d39e0aa02dbc153f1d2fc1b8de36b4f6ae6854ca3dfcf0b08b7f275a5a0bb184f9ac6a9ad801ddb14b53d12b6d29c65fda963bbcd"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ef0fa0ce-90d3-4e4d-9573-f15b67ee720f/58a990520b2c53331bcd2a02755eca6d/dotnet-runtime-6.0.0-preview.5.21301.5-win-x64.exe",
            "hash": "49fd8dd46759e187543bf4ee879dc21191f2ef15f2d47acc1eaf84b107e72ce08eb45e8beaa073dca37e2b94442fdbe7d7a3afcb122cd3b380501aa74c323449"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d763969f-3ba9-469a-99ad-d8c09bff879b/5a25bad534f25dafd07fa36036737621/dotnet-runtime-6.0.0-preview.5.21301.5-win-x64.zip",
            "hash": "c1e4656198f60297511fc28b5b1d6ad28eceec29fe59ea7a9e1c8b0b7622ef69e8af481c98a1958f65cb5b3de81d755ce3402d10712944c0e313366741a0e738"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1e9c74b3-2535-4420-a268-e510205f4c14/9ed075932877e97ad9b1ecbb60e018c6/dotnet-runtime-6.0.0-preview.5.21301.5-win-x86.exe",
            "hash": "9d7e85662f248247c64fe0f260dfdab95e39bdc9ca0e31f4571433c4c145155a619d81e5ddaf254fe1a5ed8f3e89ad8f9c3937a7eaae4221e072525ce096feba"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/58fd0ee6-34fe-43c0-8d60-d343cf00258e/1378d08d2cbfe35a45447b5d29fcacbd/dotnet-runtime-6.0.0-preview.5.21301.5-win-x86.zip",
            "hash": "d45c4956a03e3af922083b0f12e46e65cb7e4e1847d7dda5272dc7f4a158fde52214a4221fb38894bf8d4c42cdd7d664928484cfec9c76360db85e19d47c13d9"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.5.21302.13",
        "version-display": "6.0.100-preview.5",
        "runtime-version": "6.0.0-preview.5.21301.5",
        "vs-version": "17.0",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
        "csharp-version": "9.0",
        "fsharp-version": "6.0",
        "vb-version": "16.0",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b2412ec4-c6b6-4c10-875b-8b1bc2ea2aa4/973ec23de8c7458cebcf01937b813b0f/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm.tar.gz",
            "hash": "51a9254c02385703e999e711040c9ebe862d66a9a4342fda296ee35c1cf6e474b7fc7f858dbf914091574cdbc8de929243452ff2fee83c88bc6da056c6d20678"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2bea75e0-9a2f-41ed-9336-4dc23076a691/62c191c6fb281850d06f8a1c16c34699/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm64.tar.gz",
            "hash": "a9b8f8b08187b05cb47620ea90e052eda10e9a0a11e58a0b232df5882c2d856f670bcc17c1ad7ad1ffae37eb98dfdd10da7f4334ae8b7ad31ad808a9c70c1dce"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3512f898-9ab3-4897-bcca-b25bb91ddb04/24c6504eb73f812bbec3a5790254f73f/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-arm.tar.gz",
            "hash": "224271014987d3bdfa0a869b65bd0d7994ad3202897a732a5e03c6aabd1e5368195b40014a868453e3fe0420ed975861a73e5d8e4457c85b6c105ad53c5f401d"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d90a868f-dee6-418a-a189-bb16f1bd5d00/1d94110380ea2b0ff53b82101718c1bd/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-arm64.tar.gz",
            "hash": "7bec783cef13592a275883c493e3c4aed9de223ba4bcf1ce98578a98951694059147a44e1307e8241756301217c243e0e6de19c71b2bd49a56514e224481a7be"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68e2a2f9-aab4-40c3-8abc-e22c1e34afef/8c5b1168020496e5f3bc84b7c4ecaf2d/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-x64.tar.gz",
            "hash": "959fad9c070f3476ea401873534a19dce132d6b3f542f744f3994ef75e068c7b3ad95072f9cea6058065c3ac6c7d97519e4b48e539b38dd429fe2641283872ea"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/919880af-ab5a-4b58-8058-7baaea4a09d1/4fe186d747cf416cbdc83fd8354e15ea/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.tar.gz",
            "hash": "000ea38847453f636f81adf3d1083d811b0e4c20585e3735dd599a4009f4289793d4e1e8e75d5f86b73bd9f75e78ce2a68900686f4230ea7ed9a49bdb4e46a83"
          },
          {
            "name": "dotnet-sdk-linux-x64.zip",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1db1e8d4-0685-4e7a-be25-cb9f016774e1/8f47d46cba3772b130ac0b46615d59fe/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.zip",
            "hash": "807e510d96890babfa05d3da2be53bd5d965582f4d2a8b99b41f745456bbcd4e25c3adaa0708d5ab0dcb14b5fee1587b34961884507c1d68d738045e0034bf27"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1b77ccc-7428-4ab6-9bd5-dbde5e5fdb56/5a33c488a8bb58eaf1982a2edd2af2a2/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.pkg",
            "hash": "b3cfb04f07f2ee9388e5b6cf0e812b4356d22a6104d527417b3053a323a35cc71b4323a08f9ee38f9b3c16b6c74b4bd42d7eef6340e90be453fd016a8a80c514"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ec3939d5-4c42-4de5-9f00-23ebc5cc657f/1bb83410899be7c5ac906b0dbf9607e1/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.tar.gz",
            "hash": "8f481f16947191a4ab305a3ee7c60cba86a17c4c3622026230c2be50f41102f3ba1333e21a38b617d331b3907fce7ba65518a1d91bf28a86573662e78017e4cc"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/134a7c15-69cf-40b3-ba78-a78a666ac2de/996de9580ee6c05b2bcb0e9456fdf877/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.pkg",
            "hash": "8680b39cc4558e513c3c0a7746f6ea0f7e5872e9e05f076d38b9ddb4ecec306e7e13e41999e321f1f51f7481611af261ca88175fb5c98e533bedee719db7b49d"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6382ce82-4456-41ca-986e-afa7facdeba1/386af1a9e1d3e0b5affabf01c9ad3af6/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.tar.gz",
            "hash": "c967e0d27dec8cfb2aa2217d7add786e756dc7ff3d5bd36e9479dc815e0d5f115de953e7c74e8606916b569fa2615f37d6c1fc43dab0bb5059e29ab065819fa3"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4e3a1307-fb38-4a65-b188-eb4d272f76bd/17fcb7eb783e0ebb3901d1b87c9a9215/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.exe",
            "hash": "9e6d2f5059665b5773da542d3468da8beb77d5df401ad84d298caa8f66220f57db7ce27d26873a6faed4acb5ac0c6fc6207e0f4a20c1fbca46d5be4cff12fb18"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/80e681d8-3438-4825-beec-b7c3dd230745/10b421fbbaef2f94c038d6589305a3fa/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.zip",
            "hash": "82eafc254ae2e21ace82886c2f831397c8b680c28d25834ad0ec0494a5881d3c0ed64f4892756ae7b1509a794048c8f4907431cdce251afaf1e3b9ac2018f7a9"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/df52c798-6143-42f1-98e0-9cc7fc6257cd/cc09da4dcb8a59c1dcf905952f3382a1/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.exe",
            "hash": "c86591883a75ac6cf4eab0043e5dc70014c16f23bb6f9aedce74480f59c9afb1e410008440ea2bd6ae5e4c3a4ca337a0a58c8e429bb5b814395b7cdd78cf551d"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/74448616-c6d2-40bf-b6da-aa3a6c1009ab/62702150054089e2961aaf32e8ab3ffc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.zip",
            "hash": "f76c48cc6b9a614b75ba323fd489b9750bb7f2baafe63bedd5f0798feb90bc928e8d4f61f4502b51702f1a1b0ce8824809ec72059f7dbc933ff1b27aab8c2fa4"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/14d26ff2-2168-4782-af08-4f03b1dbc870/f15bf82fa14b08ebfdc18ecc0d38e5d5/dotnet-sdk-6.0.100-preview.5.21302.13-win-x86.exe",
            "hash": "b0f15c8241f6a184b1de9d8ffa6df0978d28bdba0ffb7b24fc2d6d0d47d7663f56141999a9dbda2630570d253f1f9d64933b92f7f7fcf1b5376bb8c9f123bbad"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/20360038-1b6c-4e4c-ab83-d4cc063722e6/817ea1b688c76f90e70deb428830ffbc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x86.zip",
            "hash": "229f165357abf44ad322295e31f620af191a071736e472084acaf4e8f48ac7b11334213b677b34e09a0e2f7670e9f2ba8f3254e9a42588efad37d15e73398ad1"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-preview.5.21302.13",
          "version-display": "6.0.100-preview.5",
          "runtime-version": "6.0.0-preview.5.21301.5",
          "vs-version": "17.0",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
          "csharp-version": "9.0",
          "fsharp-version": "6.0",
          "vb-version": "16.0",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b2412ec4-c6b6-4c10-875b-8b1bc2ea2aa4/973ec23de8c7458cebcf01937b813b0f/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm.tar.gz",
              "hash": "51a9254c02385703e999e711040c9ebe862d66a9a4342fda296ee35c1cf6e474b7fc7f858dbf914091574cdbc8de929243452ff2fee83c88bc6da056c6d20678"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2bea75e0-9a2f-41ed-9336-4dc23076a691/62c191c6fb281850d06f8a1c16c34699/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm64.tar.gz",
              "hash": "a9b8f8b08187b05cb47620ea90e052eda10e9a0a11e58a0b232df5882c2d856f670bcc17c1ad7ad1ffae37eb98dfdd10da7f4334ae8b7ad31ad808a9c70c1dce"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3512f898-9ab3-4897-bcca-b25bb91ddb04/24c6504eb73f812bbec3a5790254f73f/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-arm.tar.gz",
              "hash": "224271014987d3bdfa0a869b65bd0d7994ad3202897a732a5e03c6aabd1e5368195b40014a868453e3fe0420ed975861a73e5d8e4457c85b6c105ad53c5f401d"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/d90a868f-dee6-418a-a189-bb16f1bd5d00/1d94110380ea2b0ff53b82101718c1bd/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-arm64.tar.gz",
              "hash": "7bec783cef13592a275883c493e3c4aed9de223ba4bcf1ce98578a98951694059147a44e1307e8241756301217c243e0e6de19c71b2bd49a56514e224481a7be"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/68e2a2f9-aab4-40c3-8abc-e22c1e34afef/8c5b1168020496e5f3bc84b7c4ecaf2d/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-x64.tar.gz",
              "hash": "959fad9c070f3476ea401873534a19dce132d6b3f542f744f3994ef75e068c7b3ad95072f9cea6058065c3ac6c7d97519e4b48e539b38dd429fe2641283872ea"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/919880af-ab5a-4b58-8058-7baaea4a09d1/4fe186d747cf416cbdc83fd8354e15ea/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.tar.gz",
              "hash": "000ea38847453f636f81adf3d1083d811b0e4c20585e3735dd599a4009f4289793d4e1e8e75d5f86b73bd9f75e78ce2a68900686f4230ea7ed9a49bdb4e46a83"
            },
            {
              "name": "dotnet-sdk-linux-x64.zip",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1db1e8d4-0685-4e7a-be25-cb9f016774e1/8f47d46cba3772b130ac0b46615d59fe/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.zip",
              "hash": "807e510d96890babfa05d3da2be53bd5d965582f4d2a8b99b41f745456bbcd4e25c3adaa0708d5ab0dcb14b5fee1587b34961884507c1d68d738045e0034bf27"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/b1b77ccc-7428-4ab6-9bd5-dbde5e5fdb56/5a33c488a8bb58eaf1982a2edd2af2a2/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.pkg",
              "hash": "b3cfb04f07f2ee9388e5b6cf0e812b4356d22a6104d527417b3053a323a35cc71b4323a08f9ee38f9b3c16b6c74b4bd42d7eef6340e90be453fd016a8a80c514"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ec3939d5-4c42-4de5-9f00-23ebc5cc657f/1bb83410899be7c5ac906b0dbf9607e1/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.tar.gz",
              "hash": "8f481f16947191a4ab305a3ee7c60cba86a17c4c3622026230c2be50f41102f3ba1333e21a38b617d331b3907fce7ba65518a1d91bf28a86573662e78017e4cc"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/134a7c15-69cf-40b3-ba78-a78a666ac2de/996de9580ee6c05b2bcb0e9456fdf877/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.pkg",
              "hash": "8680b39cc4558e513c3c0a7746f6ea0f7e5872e9e05f076d38b9ddb4ecec306e7e13e41999e321f1f51f7481611af261ca88175fb5c98e533bedee719db7b49d"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6382ce82-4456-41ca-986e-afa7facdeba1/386af1a9e1d3e0b5affabf01c9ad3af6/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.tar.gz",
              "hash": "c967e0d27dec8cfb2aa2217d7add786e756dc7ff3d5bd36e9479dc815e0d5f115de953e7c74e8606916b569fa2615f37d6c1fc43dab0bb5059e29ab065819fa3"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4e3a1307-fb38-4a65-b188-eb4d272f76bd/17fcb7eb783e0ebb3901d1b87c9a9215/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.exe",
              "hash": "9e6d2f5059665b5773da542d3468da8beb77d5df401ad84d298caa8f66220f57db7ce27d26873a6faed4acb5ac0c6fc6207e0f4a20c1fbca46d5be4cff12fb18"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/80e681d8-3438-4825-beec-b7c3dd230745/10b421fbbaef2f94c038d6589305a3fa/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.zip",
              "hash": "82eafc254ae2e21ace82886c2f831397c8b680c28d25834ad0ec0494a5881d3c0ed64f4892756ae7b1509a794048c8f4907431cdce251afaf1e3b9ac2018f7a9"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/df52c798-6143-42f1-98e0-9cc7fc6257cd/cc09da4dcb8a59c1dcf905952f3382a1/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.exe",
              "hash": "c86591883a75ac6cf4eab0043e5dc70014c16f23bb6f9aedce74480f59c9afb1e410008440ea2bd6ae5e4c3a4ca337a0a58c8e429bb5b814395b7cdd78cf551d"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/74448616-c6d2-40bf-b6da-aa3a6c1009ab/62702150054089e2961aaf32e8ab3ffc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.zip",
              "hash": "f76c48cc6b9a614b75ba323fd489b9750bb7f2baafe63bedd5f0798feb90bc928e8d4f61f4502b51702f1a1b0ce8824809ec72059f7dbc933ff1b27aab8c2fa4"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/14d26ff2-2168-4782-af08-4f03b1dbc870/f15bf82fa14b08ebfdc18ecc0d38e5d5/dotnet-sdk-6.0.100-preview.5.21302.13-win-x86.exe",
              "hash": "b0f15c8241f6a184b1de9d8ffa6df0978d28bdba0ffb7b24fc2d6d0d47d7663f56141999a9dbda2630570d253f1f9d64933b92f7f7fcf1b5376bb8c9f123bbad"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/20360038-1b6c-4e4c-ab83-d4cc063722e6/817ea1b688c76f90e70deb428830ffbc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x86.zip",
              "hash": "229f165357abf44ad322295e31f620af191a071736e472084acaf4e8f48ac7b11334213b677b34e09a0e2f7670e9f2ba8f3254e9a42588efad37d15e73398ad1"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.5.21301.17",
        "version-display": "6.0.0-preview.5",
        "version-aspnetcoremodule": [
          "16.0.21152.0"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f98b34de-9da4-4911-a974-36f94d684eba/f6245a9a67be46e0c8607c20b275e332/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-arm.tar.gz",
            "hash": "f421f31c829b6f8440acb0b2d5b6ced1aad40ebec9690cee517616268d8399799662567afae4749ac91755176c45a85653cbdda6b73336b17ccd15c0190e63d2"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c61af2b3-c528-4c9d-8499-1dfe3b5fb1c5/429383fe42b5f3f458881c4c074bdf3c/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-arm64.tar.gz",
            "hash": "877809d707c83f6275a610548e134ca614b3b63075c49728af2060ba49bfd20699b44ea22680ac55c5975486c9df4f0da7bfe1f0110b34056aa8aa4295b1f485"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cd2a65d4-1daa-4e02-80dd-ddac07feb812/bf84355c2d5e09b0328d20035138d8f6/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-musl-arm.tar.gz",
            "hash": "6b9f8b85d492978f2ea2b9ab7e7d9e7a0a52a7d7cd78902b664920bb78baea29f57f0082416191c5cf6a460a2d3f8bbcbd87cbf8051ff6935ccbba69b0725ef8"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9c80123f-fadd-463e-8cc7-e649a18e0de1/91f5b4b223fc097a6a025c9c91219a86/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-musl-arm64.tar.gz",
            "hash": "634c40ab650394984b9f7320a2fe6bac72f1838b9a73bba87773e3a63834a3bb225862b4405fecfa454694163547dd3c4d073d79aaabed80bebff765140364a6"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/25845eea-7b65-4fa4-accf-1699842da775/1903f77becff8e6ba34e6c8de0381e3c/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-musl-x64.tar.gz",
            "hash": "9e781624c19261096bbd75be5fec301c3662774cb984db704910e9b8e20ba5dabd046e3aeca66a59b3f334e49e51574b76a108514bf303070a38794f10420869"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fb25635b-34c4-47bf-9f80-be40f001e33f/968620fe6aebaf300635ebb6cf70685f/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-x64.tar.gz",
            "hash": "4f21c8ca94d0403b5023696d5862585fdaf2d8111a5416dc07dc150450bf89bc96e0f554e5213e66daac467166af8bfe68f2c4de2d5019ed755230b89337582d"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f0d347e9-82ba-4dad-af79-53ca7a9b92f9/f22d2d4ad96576cbea7f0ba98f5f9285/aspnetcore-runtime-6.0.0-preview.5.21301.17-osx-arm64.tar.gz",
            "hash": "0b3c44bac31def3481dc6d09df5b71e41f3593a9cab1b530e58b498240b8246c84da572de2a5dc569b5896d631b2f8820675b554bca470d987cb204e691e1d69"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b4ccd039-1f12-4b40-9198-a992d5131bd0/7ff5e4b828c81eac221ec932e7eb40a8/aspnetcore-runtime-6.0.0-preview.5.21301.17-osx-x64.tar.gz",
            "hash": "de58d39253f1512f60b62f98684331026942b4e7fb7c0af9ac3386ff3d854f017c9331d7344763ce104f5f80e7759689f89fb867210010734e20d87bb0343f9e"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8cac5836-0e83-4f88-beb8-633609f50835/790e099709c0c4fb3ea03c1e1831a236/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-arm64.zip",
            "hash": "659c3b5df4bb53fa3735ba0560135e4efcd2699ae6c9e487af773d5df20f7605dc08142bd254a23aac1f237e7281e0b43717d50108f1c70ec76421144c505231"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c13d1994-bb9b-45c2-a7a5-9a9e98c7e14d/38526aeb5e505dbab37c8c56b245f135/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-x64.exe",
            "hash": "b2eeb4231596ceff65f862c13296d359441d9b619b77c6c0e9e814ad8cb67e14780b5c24259268125f48ba95f06fd0a41871f8fd5e3b3a2ca3770b509bf3f94a"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ba997356-994f-42ed-b4e1-39025c4ccb6a/6e7fdd95c3c9f901a64b4f8eeb407f41/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-x64.zip",
            "hash": "2812184e80ecc1bb46702c29eaea0d57d801c256be5b7687bce90c2682629527de5799d17c58545176c68a2baee0d7cfedf88dff89a9fcd8ccd66968a65184e3"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/03fd9877-39c5-44f4-aae8-a93c1478cd5a/05ee29b94f8eaf3b1cf0bec474312f08/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-x86.exe",
            "hash": "97bc47a77e7aa098233bc08ae41b82820d5f72c4688c837c657da8138de8676439a2b8e3357e01fe1dd5f8947f0e8cbeb319a617cc12b473a175af145b75ab38"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/85652fb2-811b-44c0-899d-2f9d9a161f6c/67ddec0efbb096a6b169dc2bc3965993/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-x86.zip",
            "hash": "7adafb4e8f67a56c78ea86bebf540932dc9ad5092536ecdab585658ab646e68e01bc3deef00c4fce391070017ba3b21008f7e4daa7e0dbb986f5de998dc98007"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c850d922-7954-4e0d-ad31-d581f04e1431/cca5c76bec14321aa4a2dcc9ee17eca8/dotnet-hosting-6.0.0-preview.5.21301.17-win.exe",
            "hash": "327cb3eaeb09144e939c351431efa6da16c6a4d50a8b539f9f167d1d20722dfd1f32b4079c302933e7a24406d16401dd5fdb3528590df61623a224fce4db0571",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.5.21301.4",
        "version-display": "6.0.0-preview.5",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/09301f50-e9d3-47f0-9826-0518e9a81a71/64397a13cd3a47713e5a72f328bd65f2/windowsdesktop-runtime-6.0.0-preview.5.21301.4-win-arm64.exe",
            "hash": "b0db34b03c869e07d51f63c2233b1d9f3447aa2e03b7a3084d020ad918196462fdc646f9848d681a1fa87fa98fb029999bbf234349dc4064b6000d51d5dcb901"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3e0ae708-2bc5-4470-8836-67d64eb24eda/0c4342f2e8c032d461a64c9b72881106/windowsdesktop-runtime-6.0.0-preview.5.21301.4-win-x64.exe",
            "hash": "ee6b99e968265ced5119c34412a89868511ae1b40274ec965862c30230f1568233e16bef0bb26c6a69662b4365add31c78c3078f6037aabb771992a4c18306f4"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/30fbf394-c4e3-4340-aed8-c881e03b27c9/53a2b97e08e9adec809ed21267406a39/windowsdesktop-runtime-6.0.0-preview.5.21301.4-win-x86.exe",
            "hash": "9bbb48116e7cde220f7f4163c7ec48b47ba7405baef0554139a5dad9008bcb10e073a071397150649b8667227c3de2d3b7fe6d66a295ba1dc60ee8bda32dd257"
          }
        ]
      }
    },
    {
      "release-date": "2021-05-25",
      "release-version": "6.0.0-preview.4",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.4.md",
      "runtime": {
        "version": "6.0.0-preview.4.21253.7",
        "version-display": "6.0.0-preview.4",
        "vs-version": "16.11",
        "vs-mac-version": "8.10",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ef4107cb-7f83-4049-8ffb-abb57eca3eba/5b293d0a78a7502098d82bc8cf7fb3ac/dotnet-runtime-6.0.0-preview.4.21253.7-linux-arm.tar.gz",
            "hash": "9006314540937845adb3e8746fda48037bbbfb28cd76eeb66655d1d1a92014d979256cb78b08f5f85fe8b5b8952a10b3c152be99b7dda3b2bfe1ecec5935126d"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b4c1b7bc-22ef-4c03-8bcd-e93c54f2d535/5b697fd959e80c67bb92ce210436c587/dotnet-runtime-6.0.0-preview.4.21253.7-linux-arm64.tar.gz",
            "hash": "69b97e6e2a98acf0dc81ceeed4bb4ff098edcdad7ce459068c1ba4393f3e6db7d6f4df75c7e41da65ac984daa9ade8a14b8277175ac695737a2a03406598c541"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f979a82e-ee67-466b-ae95-39014e253007/8a22e3388b8b7fa03d34ae694288abb9/dotnet-runtime-6.0.0-preview.4.21253.7-linux-musl-arm.tar.gz",
            "hash": "2cb28f12114248fd6e068d80f249dc322d5c1d889d4cda663528224face978916c2e820fe7eddaf5239da146f804cab62efb2309f186815a26e894523ab396ce"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3b8a735a-6d7a-461c-9ddf-436444d81eeb/ef59b5a55b257ce800e3d537e500bf36/dotnet-runtime-6.0.0-preview.4.21253.7-linux-musl-arm64.tar.gz",
            "hash": "711f9d17219b71dabcad305f3cb5f5a9c25891908ae9410ca8af3d3afba932473daca2a221fdf7338ec08875770f7d166a0836c287bc5b7c1bd856a0347d975d"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/01271d51-222b-4dd9-ac04-ef08781a8d61/b47a41c512e03b97df2e108667cc2004/dotnet-runtime-6.0.0-preview.4.21253.7-linux-musl-x64.tar.gz",
            "hash": "5e837bafe7a5027e0b7abf9f68724d39dd4aa7f04ef3e04de3304848ffb7f50fa3b975ca08163a7b1e84fc1945061516ed617b224539ff159c31674ad12702e0"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ba1fca18-cb33-4eb2-a7d3-770331f3fadc/02b0897fe253e3ecb35419c33e985f85/dotnet-runtime-6.0.0-preview.4.21253.7-linux-x64.tar.gz",
            "hash": "baa7a1f8ea64ff93850b4e9ef44ba3af2e7ea8dd72354e70a73147e630fca97fb8e7f4f7ef963b0f7067baaf26c29e002a330663d32ee2cfe3bd2a0049841f6b"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fb84fa05-f898-4fa3-b6af-49dd6218fe2a/208ef70454ddebee075044b8e924200f/dotnet-runtime-6.0.0-preview.4.21253.7-osx-arm64.pkg",
            "hash": "4a7220ebaace274e0befb11115f33cff4391306b1f3b654fbf4a470ae05eee8e887866bdd063b18ed660a66ac35dd0fab2e9b68453df3ac50b582ff543d8cf79"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/be13fe16-ecd0-4704-bda6-3a0758bfa3ef/658adf39561a6f711b5dc313ad540d50/dotnet-runtime-6.0.0-preview.4.21253.7-osx-arm64.tar.gz",
            "hash": "35d0aebdec8452b3507b4b4780f44d6daeaf7e2ebff880dbc9e10a470d33167e05bdc3e48dcf60090b2c58fe26945a1ff25c3b0ddde05d2fde25b62974c93d9d"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bab80210-ac54-44fa-bf41-7474c6371cf2/eadcd657b93e347d08bc33c59bd60835/dotnet-runtime-6.0.0-preview.4.21253.7-osx-x64.pkg",
            "hash": "e86ed9c9844000f105f135add6b0ce72694f5a80e408000aa4272f17eb8d601b7248de8071cf8039091657c321d893b8b3d6bfa1bda9c51f0e71efc8635ce097"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/120689aa-0443-4546-bf0f-49811528d64d/247a950a605bd0cc1a6ae2262898b1d8/dotnet-runtime-6.0.0-preview.4.21253.7-osx-x64.tar.gz",
            "hash": "bfa3e8693436d082d231c3e975c9897c169d7285e7963a84c5804af512026faa2366da620c3ff832dea662b935573ae391121c5a5bad7c43ccd9f54194748600"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8572a5bd-c181-4cd8-b4b5-2b540abb00f7/83e09af677e700938e5ab6fcd2766667/dotnet-runtime-6.0.0-preview.4.21253.7-win-arm64.exe",
            "hash": "8ee0d2af80630c882b18166522f074847fc4864634022c8f8b240e38985fa0afcc9de7348aa3e19a6386e92ab7b54234dd917716f14a0ba0a09fa780337caecc"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/27087b99-d8db-4ce0-81c4-83df88023116/1b97ed48a61e7502d546a68d7c2db300/dotnet-runtime-6.0.0-preview.4.21253.7-win-arm64.zip",
            "hash": "aa7b52e90d6b7baed3400f4feb0d961ce1f0a2a60bf892d2a7311741fbd4e1f81b9526456555c866e73a2a1cd2f541cc84a5be6be8a8be5d0c937eb40d110265"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4da29c93-2f04-4c51-9bd2-920c455a6379/b9a822a68b93f234d818863d83c8b02f/dotnet-runtime-6.0.0-preview.4.21253.7-win-x64.exe",
            "hash": "e3bfccb01aaf94bf7f2f9ddd4b4dc304f96cb948da3e6cd2fa2ae45bde7f5880b0cbc5110a1f08f7998e94c8f6adc5274f958abe77af0f283881ad07539bf38a"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/686f3a1d-8737-47c3-8b7d-c6270833cedc/42e66fda0bd3d34f3d309ff0b88c4733/dotnet-runtime-6.0.0-preview.4.21253.7-win-x64.zip",
            "hash": "ff573c192f196f641d6616addb7d629c22c6aa666b4abbf0c3bd5fa4d6758a74175dd08dec9edbc166a8cf90b1f9888ed791609f03972d12cce99bfaf058f1b6"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0315d2cf-60da-4952-9c12-7ee35069cc79/b49514346b0cd58a2242feb74d54cb81/dotnet-runtime-6.0.0-preview.4.21253.7-win-x86.exe",
            "hash": "11605f52a760c4cd7d788eda34d32b98397e12ff65f9be89f0a3d94c65cf7f62e3a12e1024b0e30451526e87f2f9f606d05a897c6ac990d15ab805a1a4d2ec9d"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9875ad23-f779-4ba2-bada-ea5296d303ce/d74a18d7a72131b66c355165a47d3870/dotnet-runtime-6.0.0-preview.4.21253.7-win-x86.zip",
            "hash": "ec10d0f77b150f592ca6ed9a9fc182ff164f2f17c185d09a89d90ff1e8de0da1306f0d7952fd7337d41bad391ed25c07f2ee4e63aab62160849fbcdbafa5984c"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.4.21255.9",
        "version-display": "6.0.100-preview.4",
        "runtime-version": "6.0.0-preview.4.21253.7",
        "vs-version": "16.11",
        "vs-mac-version": "8.10",
        "vs-support": "Visual Studio 2019 (v16.11 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
        "csharp-version": "9.0",
        "fsharp-version": "6.0",
        "vb-version": "16.0",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33688994-4547-4f42-b078-2da4c0396fa9/a5904769ea3badfb4758900d16672e4c/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm.tar.gz",
            "hash": "5207f2842ec70fc6b428e20d25fe9b11202c593db8095b04d8f67a1ab2f445675229faa6eca9f07746d98a70f2cb891b5c6f65a1fd559ee1b8201be98d34e481"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4a0e30f5-9112-45f9-80b0-a5156056907a/7b526737d2907cc9f7c04f9e6b83b9ab/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm64.tar.gz",
            "hash": "40dbb1cf48f7f27ba95e36b5638ce5529cdba8bbfb03b2ad84e03924067f17ecc1de12132a66bb07f6b432d247bfb80e86cda7f7832d34565b880acc65940321"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/af1deca4-59c9-4937-9fa4-94e4bd1bc219/d09f40ebec7acb0c13486de25fd8a3f9/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-arm.tar.gz",
            "hash": "4f677ceeb3f6dd2d92c6865d6864619519dd44284f52fe5ad7534b2d5894e5342152a835b2dbf16dbcc954b49e5dc72037eef2fb0c7a4af94a89f4fa6a0c6db9"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/43369da5-8224-4521-b016-c80aad952c3b/55c0d35581c09c3e9c8baa5030032fb6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-arm64.tar.gz",
            "hash": "f2046f3fb7513da68c628faf119830e9618e19858b0b608fb38df91ee060b642243e89221f622fe4c7c09a745bc997611d4deed5ed9d1a2a2de08c864df67467"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2d0924ab-30c1-419a-9d0a-2834082f8249/697944b028b6637529854dc17334e7f8/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-x64.tar.gz",
            "hash": "101db50031fffb064d6ed86c496762c0cb19c0fb32e5650d1965f005b256e5401c6e7665506eaadf972eee61962d4a1e8c2f55ed033b82fea6f458ad59230338"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f5c00d7a-e1c8-494a-a88b-9ed1dc62249e/8438122af4fd928900a0ebf129c6c1d6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.tar.gz",
            "hash": "9b4554f9c223ff70083618da7c12a70686d39f7b413583c6a7449bfbb5e871ef281b3f692eefca53864ea57217685bf4d7f80383015b2462666a0a26376e0f97"
          },
          {
            "name": "dotnet-sdk-linux-x64.zip",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7211a88f-9174-4898-b993-524bd9be0ccd/b9514532ce0a48b5391563416d00b12e/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.zip",
            "hash": "b59425c30ae09bc3b2de92963ab246251b03aeb612da8b2c28a792ee7813b599db97f484878231bda221eb4f2480256a5bf7d95191a3180a75b7ca966971c0c9"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bd11a494-6dc8-4b74-8980-f784593a66e9/13703559437ed332269bda08e90a2f40/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.pkg",
            "hash": "7f61261f7c1a2b5efdd293802f184d2b7ee06ed2431bf6f92ddfa32822ab093dd73fb8e20b672253d043476ca1952d71f4b7ee06e02d26d06401e80584a727d5"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a033783b-6a59-4ed8-972d-70859ec974d7/208ed46fef3ad3fead8657db0f340ded/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.tar.gz",
            "hash": "a8c3d8890bf3915b4a6d540fb03e64b21a5e18760865d30176676e0f640dda438cac2937b38954af07554587ef11c3c1a13373a8a0017c3b225bc0b2f45964aa"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ac07e48a-76f2-43d4-963f-44570a91bad0/db2f18e6725314da693d59bbe997eb40/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.pkg",
            "hash": "197265412cfb47d4e4ba0bda847011bccf6942615cc64ca5e7aae6576d98c7278a85a0d9dae3893fdc96ef2d9ac7c5cc13753cf5a4786eee6d186d79235ca549"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a1080865-bad2-4478-8a9e-e1bb12bc2686/29674b3439940636a55447edb620b6bb/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.tar.gz",
            "hash": "c87060a6e8c9218269087f92b28e399ad478ef0dee4bdcc06d1cdd7469d7f21488a13aac8b6b63af2fd10fff37c29c6c5235fa4d1ff8792f7591416c0dafc16d"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bedc0958-6615-46e9-ba76-5e9b689c774d/3d9edee2f2005010e562a3e823503f27/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.exe",
            "hash": "f18407c55f119b9dde08bf0d4506d251a93cdf16734679e7655c027d5402eb9fbb43a0f723c9914e574785d1f30cfb89bab58e6c74c530360c9294d811f84a3d"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/823f7ab3-4174-4fd2-9543-c5b8cc8f82e5/ba84f35366686f1a72df1cc228b0cfa7/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.zip",
            "hash": "65badae3775a05291f267b668b1f62cddefe45a69e435c15dafa9a24a50e7c5ba1e83d1aa7724608adbc15a1099331e5a6bfaac01da769aaa475e07b1a505d55"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6938823e-9241-4ba2-bb65-dfc154f36fb9/ad7d7beb47384a7ca8d49475f30688d4/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.exe",
            "hash": "75bf0d167fa68f46ee4e83dcf39b811b543f722796a676524e3f527faeeb6c7b2e9695b116d85669b1090d11a34c13d7c7f275976bb51bb9926d9ba7d57ae509"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f593336e-dc82-4440-932b-cbcd7713fb3e/da7cf8215225a99929192c406c897ce6/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.zip",
            "hash": "adfe0681f86ecfd586eedb54c39c1f1af02153e649787640bd97444e4f177c7e08e280448f38937e48a1eeade2063ec0d2c3eeb2d1d093ccd45b4e203ed33ad6"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5f51dc81-e293-4814-9a37-8c68bd3ec9a4/b9cf301f425651518a1dd00b53e8cf39/dotnet-sdk-6.0.100-preview.4.21255.9-win-x86.exe",
            "hash": "2c7967a33839f4e5ffe28d79b95f7c9426989673e44077810f38b58e99cea51d6976247624f4dbbb550051b9d2c4ec6cd07bdc3186d16bb1e04306478f647791"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0b76b4ce-064d-49ac-85eb-1daaf34942d7/142bce0e13b08eebe07c4d4e07819350/dotnet-sdk-6.0.100-preview.4.21255.9-win-x86.zip",
            "hash": "ff44290f288fdf951878a1625b23acbf60088496436fb16f98ab4e6abcd00dd6282343ccc917f0d02e1abe014106420083e00a20645da260ebc41d0e94efbfd7"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-preview.4.21255.9",
          "version-display": "6.0.100-preview.4",
          "runtime-version": "6.0.0-preview.4.21253.7",
          "vs-version": "16.11",
          "vs-mac-version": "8.10",
          "vs-support": "Visual Studio 2019 (v16.11 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
          "csharp-version": "9.0",
          "fsharp-version": "6.0",
          "vb-version": "16.0",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/33688994-4547-4f42-b078-2da4c0396fa9/a5904769ea3badfb4758900d16672e4c/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm.tar.gz",
              "hash": "5207f2842ec70fc6b428e20d25fe9b11202c593db8095b04d8f67a1ab2f445675229faa6eca9f07746d98a70f2cb891b5c6f65a1fd559ee1b8201be98d34e481"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/4a0e30f5-9112-45f9-80b0-a5156056907a/7b526737d2907cc9f7c04f9e6b83b9ab/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm64.tar.gz",
              "hash": "40dbb1cf48f7f27ba95e36b5638ce5529cdba8bbfb03b2ad84e03924067f17ecc1de12132a66bb07f6b432d247bfb80e86cda7f7832d34565b880acc65940321"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/af1deca4-59c9-4937-9fa4-94e4bd1bc219/d09f40ebec7acb0c13486de25fd8a3f9/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-arm.tar.gz",
              "hash": "4f677ceeb3f6dd2d92c6865d6864619519dd44284f52fe5ad7534b2d5894e5342152a835b2dbf16dbcc954b49e5dc72037eef2fb0c7a4af94a89f4fa6a0c6db9"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/43369da5-8224-4521-b016-c80aad952c3b/55c0d35581c09c3e9c8baa5030032fb6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-arm64.tar.gz",
              "hash": "f2046f3fb7513da68c628faf119830e9618e19858b0b608fb38df91ee060b642243e89221f622fe4c7c09a745bc997611d4deed5ed9d1a2a2de08c864df67467"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2d0924ab-30c1-419a-9d0a-2834082f8249/697944b028b6637529854dc17334e7f8/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-x64.tar.gz",
              "hash": "101db50031fffb064d6ed86c496762c0cb19c0fb32e5650d1965f005b256e5401c6e7665506eaadf972eee61962d4a1e8c2f55ed033b82fea6f458ad59230338"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f5c00d7a-e1c8-494a-a88b-9ed1dc62249e/8438122af4fd928900a0ebf129c6c1d6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.tar.gz",
              "hash": "9b4554f9c223ff70083618da7c12a70686d39f7b413583c6a7449bfbb5e871ef281b3f692eefca53864ea57217685bf4d7f80383015b2462666a0a26376e0f97"
            },
            {
              "name": "dotnet-sdk-linux-x64.zip",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/7211a88f-9174-4898-b993-524bd9be0ccd/b9514532ce0a48b5391563416d00b12e/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.zip",
              "hash": "b59425c30ae09bc3b2de92963ab246251b03aeb612da8b2c28a792ee7813b599db97f484878231bda221eb4f2480256a5bf7d95191a3180a75b7ca966971c0c9"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bd11a494-6dc8-4b74-8980-f784593a66e9/13703559437ed332269bda08e90a2f40/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.pkg",
              "hash": "7f61261f7c1a2b5efdd293802f184d2b7ee06ed2431bf6f92ddfa32822ab093dd73fb8e20b672253d043476ca1952d71f4b7ee06e02d26d06401e80584a727d5"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a033783b-6a59-4ed8-972d-70859ec974d7/208ed46fef3ad3fead8657db0f340ded/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.tar.gz",
              "hash": "a8c3d8890bf3915b4a6d540fb03e64b21a5e18760865d30176676e0f640dda438cac2937b38954af07554587ef11c3c1a13373a8a0017c3b225bc0b2f45964aa"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ac07e48a-76f2-43d4-963f-44570a91bad0/db2f18e6725314da693d59bbe997eb40/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.pkg",
              "hash": "197265412cfb47d4e4ba0bda847011bccf6942615cc64ca5e7aae6576d98c7278a85a0d9dae3893fdc96ef2d9ac7c5cc13753cf5a4786eee6d186d79235ca549"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a1080865-bad2-4478-8a9e-e1bb12bc2686/29674b3439940636a55447edb620b6bb/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.tar.gz",
              "hash": "c87060a6e8c9218269087f92b28e399ad478ef0dee4bdcc06d1cdd7469d7f21488a13aac8b6b63af2fd10fff37c29c6c5235fa4d1ff8792f7591416c0dafc16d"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bedc0958-6615-46e9-ba76-5e9b689c774d/3d9edee2f2005010e562a3e823503f27/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.exe",
              "hash": "f18407c55f119b9dde08bf0d4506d251a93cdf16734679e7655c027d5402eb9fbb43a0f723c9914e574785d1f30cfb89bab58e6c74c530360c9294d811f84a3d"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/823f7ab3-4174-4fd2-9543-c5b8cc8f82e5/ba84f35366686f1a72df1cc228b0cfa7/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.zip",
              "hash": "65badae3775a05291f267b668b1f62cddefe45a69e435c15dafa9a24a50e7c5ba1e83d1aa7724608adbc15a1099331e5a6bfaac01da769aaa475e07b1a505d55"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/6938823e-9241-4ba2-bb65-dfc154f36fb9/ad7d7beb47384a7ca8d49475f30688d4/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.exe",
              "hash": "75bf0d167fa68f46ee4e83dcf39b811b543f722796a676524e3f527faeeb6c7b2e9695b116d85669b1090d11a34c13d7c7f275976bb51bb9926d9ba7d57ae509"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f593336e-dc82-4440-932b-cbcd7713fb3e/da7cf8215225a99929192c406c897ce6/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.zip",
              "hash": "adfe0681f86ecfd586eedb54c39c1f1af02153e649787640bd97444e4f177c7e08e280448f38937e48a1eeade2063ec0d2c3eeb2d1d093ccd45b4e203ed33ad6"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5f51dc81-e293-4814-9a37-8c68bd3ec9a4/b9cf301f425651518a1dd00b53e8cf39/dotnet-sdk-6.0.100-preview.4.21255.9-win-x86.exe",
              "hash": "2c7967a33839f4e5ffe28d79b95f7c9426989673e44077810f38b58e99cea51d6976247624f4dbbb550051b9d2c4ec6cd07bdc3186d16bb1e04306478f647791"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0b76b4ce-064d-49ac-85eb-1daaf34942d7/142bce0e13b08eebe07c4d4e07819350/dotnet-sdk-6.0.100-preview.4.21255.9-win-x86.zip",
              "hash": "ff44290f288fdf951878a1625b23acbf60088496436fb16f98ab4e6abcd00dd6282343ccc917f0d02e1abe014106420083e00a20645da260ebc41d0e94efbfd7"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.4.21253.5",
        "version-display": "6.0.0-preview.4",
        "version-aspnetcoremodule": [
          "16.0.21124.0"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b3b12a09-004a-4709-acd5-93f0dfb90821/18e612d56b8c808d98a44b47f29e173d/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-arm.tar.gz",
            "hash": "6d4741f71ae38e5864f54c7cbb42dcef85727e631771a7789ecc7307e1c74fd90d9dcc543329de7b51786472c77c60d9d39368faa5e9431708c56ae2ec16a20c"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d3ae5046-1b5e-490b-846c-5605cdb128cc/7de3931963ca6f84c8e7fec74ca2d391/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-arm64.tar.gz",
            "hash": "ab0aa51b272ebcaeb61e1a24e8385b8e4b7ad807576ebdf2ceb76077e517156f6a4f7303cc54198965f98647b99fdb62b6a6f6465e7ed183662561f918664b0a"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/7cee89b6-67f3-449f-8988-a21726787100/864544e43715f8aec41e003e69122bd3/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-musl-arm.tar.gz",
            "hash": "e829ccc67d4c00a790d4d898b1d0541020fbc1f00dce4c311191c4684cfd6788746cd171512348f265c80b768b877ba912cf0709efbad9ee4aa7cf6442576eae"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b9d13cc4-9577-45ad-8771-87587dc068cc/401c99b78de4cb733b4a0da9d0b82c26/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-musl-arm64.tar.gz",
            "hash": "9ea8cf9b8e2b81dc25b01ad55ea97de9e68d721c2643283b83009601a0f4c4bcc98b18bbf21474638380ee9abede795ce266b5c0b5f1e3dd0c265ae131d7858d"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8bc76f9a-faa2-4295-b5f5-113bda7a575b/37dc0bb7dcfe0039e43b24c66865af7a/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-musl-x64.tar.gz",
            "hash": "861d46655f58d911a63410cda1641852bc578fc4565462a690629ee835074f9f52e0c9922180b4df79aab4283c9ba474db626629d57627ca2a05b75edba9d247"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/de01b1f0-784a-44b8-8f79-1f98394565ef/30b1afd3975978cf034861a7fccc0cdb/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-x64.tar.gz",
            "hash": "249db1382db95b9e60e4068c253c5381b2b37f30cf815471b623584b690a09ae5f04ef4085e02d2a2950041682188997b1f8e39bad6d5ecc05fb239576ffc1f7"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/311e99df-af85-46bd-b4b5-5f138ed77262/b1c20f2d94ac22825e3045e9f2744989/aspnetcore-runtime-6.0.0-preview.4.21253.5-osx-arm64.tar.gz",
            "hash": "c984f4759877fd79e95e5ad3880245ed713123eb362f1a9d744687ed9d499a92b8f5582cafca51f3b30705f27fa6cadebecea6c66ef4c3b413f29d2f82d63da0"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/77c4b5c4-5ca3-4095-97c9-b2d1bc6b333b/b5b967e112f0bfe7a78d450cc18e361c/aspnetcore-runtime-6.0.0-preview.4.21253.5-osx-x64.tar.gz",
            "hash": "40b115bb2a9880bca046310be7aaa426ee53190b8f891896cd0266127291a74a01e1e3df564ab4af2e8feb18109de53b45120012f2e069298dd868b98551843d"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e7d68b87-892d-4089-b0ad-161c60617ca3/559271935acbe8222a78804aa7b7f6ce/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-arm64.zip",
            "hash": "321d3560e5cb484ca9e5730c4f5365ad5a294fb19f0a91ac5819c5734eca3ee74cf1a8cd2c61654f291505afbd265df6f17612a5ce2255fb431ee7173b81b538"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d27bd776-0bb1-4697-b5c5-619c3b7812b4/05c28a15a0d2e40ac38d80c5a10eca0c/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-x64.exe",
            "hash": "1b579b1ddcaa75d767591d7fa8fdd1b4136ecf7efe5d4e289f8951e5bf709da9ee92d981beafb4ff0ab10df6729f436c0526c5063df06c322b895091c9f456a7"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ee51827f-2eae-4a4a-80a4-239395caa988/a8f9982a0b28959ca5d4a3cb0584965e/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-x64.zip",
            "hash": "f5d70b5d1c067d8463e83351d77b4102c80d2a7b0290daa9edf9b5d3c5efbaa7a9da7c06356991f25f0720d2adf9f6f4ce4b093e9a9657e9212399136e34ea82"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1c64a041-0eee-44a0-8e7c-60deab05802f/ece6fa09c06215bfe1d514b9121b3135/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-x86.exe",
            "hash": "a443276aec2061472a467d5c6b0d8cab589944613afb686e8e42091a4220512e9c84d93f352e9fecc3c3b0bc02a31804ac3077c6e9ef4813b8f357513a6d78b2"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6e269018-0cd8-4518-abd4-811fbb64b086/1b8ffb43a306b41fc4ddf1e87e4e2c57/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-x86.zip",
            "hash": "ed92e4f2675ce12f4ffbc786a3d499aeb0369337ecb99234357ce1fa10562bd4df8a845aa78a331dabece8d7dd3e4f3cdbd5af24151a7a18772e1ea198c54b59"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2728666c-860b-4a78-ba42-8ec7b2167d42/72b9c82be95a013e2c15a1fc182e2fc4/dotnet-hosting-6.0.0-preview.4.21253.5-win.exe",
            "hash": "9840ab644475390cfe4d26c3fba075317df592a425f1788542f25cd551f2b963412c6ecb7635c6800d060399ccffc77171006dc688b9ea3aa98c5a27ad266eee",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.4.21254.5",
        "version-display": "6.0.0-preview.4",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b7ac086b-6a8d-4de1-bec1-d7d4a2e58377/bc2b44c2613b8e7b6ad5b35f9685d7af/windowsdesktop-runtime-6.0.0-preview.4.21254.5-win-arm64.exe",
            "hash": "b95442cf1df95291e800928cafd3429c16f69186c56da8b91fc60fcf42e9c3e9f541533b9b1ec8612d840c6dfcc4e3f920d3ae699d2dd386ebf5b10841acb090"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dbef10d0-2761-4c02-804d-9ef4b03abcd0/48ebf973c0edad04bf6dce60a256f3fa/windowsdesktop-runtime-6.0.0-preview.4.21254.5-win-x64.exe",
            "hash": "db43650ef0a7646745067b1773477aca34d4858390e3ecfd463a108bd97ab3b31601e2434e030439e11d4512274d9cd03c937c5505399723a6c8185a863bf403"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f9d240ba-00d1-40c3-b338-68854dca2d69/95ec529098d264c9eb1a487f3db46010/windowsdesktop-runtime-6.0.0-preview.4.21254.5-win-x86.exe",
            "hash": "b5b8e51dfe3242617b9b2971fb3ba76d58642573892a3e906d0340125e45c89c617d996930a86cf4d1583c7b5cf1972f6b00e8d31ae37844fd62f0b8c27a3f3a"
          }
        ]
      }
    },
    {
      "release-date": "2021-04-08",
      "release-version": "6.0.0-preview.3",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.3.md",
      "runtime": {
        "version": "6.0.0-preview.3.21201.4",
        "version-display": "6.0.0-preview.3",
        "vs-version": "",
        "vs-mac-version": "",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/38227134-51b6-4275-bfa2-2c21ae2759d1/e8efe313494b4566762ea81f9d6c8495/dotnet-runtime-6.0.0-preview.3.21201.4-linux-arm.tar.gz",
            "hash": "02ede5efac794b181719642771156d5b9759f52d90fe7c05edc5e5ec6f9ee22fa03ebebce29f4aef0c74399d468429ac335cae2f636c87566f33d8c04be2604e",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-arm.tar.gz"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cbbc6b7c-d7c2-485b-a706-9e047a3f1eac/b194be59ddfd95cbc67d81a12b7753db/dotnet-runtime-6.0.0-preview.3.21201.4-linux-arm64.tar.gz",
            "hash": "8a5f4d26d8b98adb6402e6e1fff21ee1cfdca42dfc5a596d59c79cabd154d1756db5269e6f6e0671911bdeaebbb1047a449298abbac049686741ae70802ce31c",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-arm64.tar.gz"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d906ec3f-d1db-4a8e-a80f-4103ceb74b78/b0966e846e06d434f2014d30961bc3f6/dotnet-runtime-6.0.0-preview.3.21201.4-linux-musl-arm.tar.gz",
            "hash": "0f02c0ef041c47de6add3e8690d88bd787f24a6b62054899765eee73e25b75bcc185146bcfce6b8502aac29b6f0897935718260f6553b5dc9e7bd781c3fa58bc",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-musl-arm.tar.gz"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88c403c4-ab6a-453a-81a7-8f549350601d/d101984961ba75829f7c74afdb7ca176/dotnet-runtime-6.0.0-preview.3.21201.4-linux-musl-arm64.tar.gz",
            "hash": "635fa684a4dfffc0f4eaf1e6d383170e7ae17c3646df6e23d1b9d4e8cd790588059b0a54ee0bb46f04ef30de12605bbd9a42dab0d2315c514a4f4966fe9e56ae",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-musl-arm64.tar.gz"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ee14de73-e734-4141-981c-0f724f1fadcb/db8c77ec1b0a3d2f89c9eb6594c52895/dotnet-runtime-6.0.0-preview.3.21201.4-linux-musl-x64.tar.gz",
            "hash": "02ef46d6d2812319734be36213d5a9276a79bc483f86e2312b26df94d7af3ad7b7bb7f512c92a022cbb64742743c945f601035bd6ce02ea77a3baedddcf1f740",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-musl-x64.tar.gz"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/08d83899-a68e-486f-9dd6-b775bac12612/dd60b334b54191ba2b3821dc608a20af/dotnet-runtime-6.0.0-preview.3.21201.4-linux-x64.tar.gz",
            "hash": "8a6623d4ab32b24ce7cc507582309f38735419e93992f7a0180494c09cf1ec7d597fa1fcc23c90efedf6be1b1a47d36e9061c998d2713e40bbd94b61649f7ff9",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-x64.tar.gz"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/668c384c-9568-4261-9897-9d76a3d27e6f/60d295f764d49be02666ee1b46658a2e/dotnet-runtime-6.0.0-preview.3.21201.4-osx-arm64.pkg",
            "hash": "505003d4d65229b14d26b378a2c1467a9eb81cb03a90094d65c6abba622be9d5f2947e50138803dffb852945c4d76742cb32e3154cd91ddbec4a71f8a27aa2be",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-osx-arm64.pkg"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e302306-3b57-4cd2-9886-c72aedaf51f9/68ac67f158bd663030b283b9ceb61ad0/dotnet-runtime-6.0.0-preview.3.21201.4-osx-arm64.tar.gz",
            "hash": "35b669f31f1df65af4427f843e2bcb771d2122240bfce3a229d36b00f91cf8f003934931ed38cc696b9ce2b5c1f4479f4f59a9815954caaf66750f1d33d8351b",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-osx-arm64.tar.gz"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e738a530-73a3-489a-8537-0b33e0084c38/c3c8697484a961efb8240ccddc5d22b3/dotnet-runtime-6.0.0-preview.3.21201.4-osx-x64.pkg",
            "hash": "cff3680e5ade20b4d4165e5b8ac194869debaaeff3a3f4d5489856c2d348846beb8141d31bc6eba83eec25e36949a5b66c30cdadc962e35c6f4415a5a4575e75",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-osx-x64.pkg"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/6b0ffd8c-781a-426d-ae29-48f602d2dc64/c129b2832dbb09ea92f11cc7d91bd714/dotnet-runtime-6.0.0-preview.3.21201.4-osx-x64.tar.gz",
            "hash": "0a9c97231ca8cc488dd16e967e60b70e23f89c84208c09860d053f4664c06a29aa62809472ff7054361dc529aa68cee62cd01f74814c1fa29bcfcc5c6c26ce60",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-osx-x64.tar.gz"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c4430f57-5598-4719-bb6e-affbb982823f/a3b8ec83a38592427d213c271bcf7131/dotnet-runtime-6.0.0-preview.3.21201.4-win-arm64.exe",
            "hash": "3aa64a0dafa5fe31ce21f7471b1d47f8241bd89f932ef97a31516deb3a16f22345582d31bcc71fc0cfb68a5a2462fa4b21fd45231d2f01a9a4f210e503a38abf",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-arm64.exe"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5e3dad28-b04c-453c-a181-1f3986965307/d334ec9b386940cd6ba98558224866fc/dotnet-runtime-6.0.0-preview.3.21201.4-win-arm64.zip",
            "hash": "5062a2d53d49d7a9dc50dddac06305f23c36a568beeda3b5676beda550fe20ce4f28b6ad582a15bc7da46f4ea6e6449227317fc6e0fe122621d05af12d8193f8",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-arm64.zip"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/52a92f97-170d-4191-83ca-4ee49541efd8/e3c16206b362793154882032b1c35182/dotnet-runtime-6.0.0-preview.3.21201.4-win-x64.exe",
            "hash": "524732b3f796cbfae5bdbe395ad25a7090b0b2d74a72b45349aa05ab3c555f59f6f96b74df27b4f7d240a9ce57d8f1f76373fa61c3ada1daad371f8abbb07cc9",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-x64.exe"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/22f3cbeb-0b64-47cf-828a-f6d2c8aa590a/e869b8cfa54261e7b558336c7d15459c/dotnet-runtime-6.0.0-preview.3.21201.4-win-x64.zip",
            "hash": "c6eaafce3eb7dc97fe3104d31c36b6c6d9c8b34eb61f7d286c7e2c1a640f1cbd150fa5ff2db19664baa2701048803011e582c9e9524246384bfdd386676fdade",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-x64.zip"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a1c31110-3f08-47bf-8f95-6f4d859b7111/53997c671882b0b6d717db049b69064a/dotnet-runtime-6.0.0-preview.3.21201.4-win-x86.exe",
            "hash": "7d9d20a133513fba6b29f452bc4525e92f83b338bb8fd907e7a8c2be7986a0c678edc7ed50f8db4fd39827779d50788b5ae2d3bc8fc26289f34042704dedec99",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-x86.exe"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68448843-f04b-4d24-8d7e-fced3808ffe5/5e2f4fb35216b30c82256f91b5641ad0/dotnet-runtime-6.0.0-preview.3.21201.4-win-x86.zip",
            "hash": "a5f83c068a2a88758157b94862f6daa3627fc668a742227fb9e3a3a4865ab415cdcb2792978f701f6d57893d0772fd15d8df9e8c99d6999141bd257422a4f8d5",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-x86.zip"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.3.21202.5",
        "version-display": "6.0.100-preview.3",
        "runtime-version": "6.0.0-preview.3.21201.4",
        "vs-version": "",
        "vs-mac-version": "",
        "vs-support": "Visual Studio 2019 (v16.10 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
        "csharp-version": "9.0",
        "fsharp-version": "6.0",
        "vb-version": "16.0",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bd2c0cea-b1b5-4de8-941b-2b53f94df021/51bdc3008f95104c1e5bf1cd7f34cf78/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm.tar.gz",
            "hash": "feff4ca8600c48482a4a4cf2863d16e36c4a33e46b1b56567e8acf7599d7ea71feb2bb1715a43e989c26148ea2c5024353114e687c290632fa12f18d184a5ca9",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-arm.tar.gz"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/90d8a5e0-ed8f-430c-a66c-d17a096024a9/95d17428d5b0da3552c502eede9f7f05/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm64.tar.gz",
            "hash": "ee658e35f7917c5681d1f71ad3f82f4f2975d66a9b747ec5b5d58629b75c22fb6f31532b5423ad75b2e92ef333179948b52dd5507eadd9f3431e5638d98268d9",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-arm64.tar.gz"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/c5339978-0298-4665-8d9a-cb0454dfe116/672ce296d354b7995fd10d54325ea01a/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-arm.tar.gz",
            "hash": "c8ca2541bef18298ea5744bbc2c5a9271d0f34e593956bda1337a22d4d16d9644349e804d793886681bab5774f2983142c7dc9e723a236c53f34c9c7181ac3ab",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-arm.tar.gz"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/10adb511-cdf4-46af-b5b4-f67821160cfd/6d21a0a6780ff701d00ba7289f7c6a52/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-arm64.tar.gz",
            "hash": "1ec6f1c367f43bdce124db5de864639a2d8287e8029da8994e4069fe53b4eef93c7a688178375da09b7eee721aade4996fd5b760f4e7e1cd41faface14844ea0",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-arm64.tar.gz"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/33b34e51-8630-45a8-8b00-66d3e81c9b47/8d5e94a58f6de1f0eaddaa30719f90aa/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-x64.tar.gz",
            "hash": "1713b4d2e237122d11e54bdaa6cc14dd64a485212493adaf6ccb09b821cef1893c6685b1c6ec32523f2e9f7ca743b051f52133552a1c7dc34d5539b27b05628c",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-x64.tar.gz"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cd855e4d-b02a-4327-b218-7ab500ecff83/c7649b00ee20e30244b8b84ff9139c71/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.tar.gz",
            "hash": "f776177c1ca2b672cf05f9ec32f20ef35a039dd8d31beaa139d1e47d71cca4ccf0f2a61bbf006a781e693977ee91cc9e08e12134ffb4c7a03a8e56c163b8661d",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-x64.tar.gz"
          },
          {
            "name": "dotnet-sdk-linux-x64.zip",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/02dcd2c6-0f75-4956-a122-c5b451fa4035/b552d35e21f57de32371aec70277f6c5/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.zip",
            "hash": "e0c3947609b2fbe713b705cba1e1cd7ae5c42121af5ac0cada0046e7ac2debad4aa6cd9853d4f26f2a29c8796edbee9e379c9d518a56486e3591dd8a7604cf66",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-x64.zip"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/293e469c-7948-4fc9-9d10-d5d39662e19d/1ae28ceb225f19d9aa922ffa3febb872/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.pkg",
            "hash": "dbe60ac71ed79d65a55eedaeef329c521ee8644e91f78846354c7731c8e0dfe94ae651ee585751c78a9a5488d8c8f842014469cbec124a992093c3307a91c062",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-arm64.pkg"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e0a3877f-1b66-4e60-81f5-9b5d0769f60d/432bc7949c2d5b15ce218bf62e93520a/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.tar.gz",
            "hash": "427d71b95f678b4b1f5bcc19d5cc1da6180fe276582709ea55e62602924e883493cfe48fecc951091c1eda7ddbcac214fcde6dc3b20bf83942ce20f09182e8c2",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-arm64.tar.gz"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fc5fdd1f-fb4c-4b88-a507-158204030320/98497ef248883404ff5b0604dda944fb/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.pkg",
            "hash": "588c25d8ce2dc28c3f915dcbc6c34879db7e985b16a331bca9aa68aa67f38b1a3de8a1f7399845c9eb94ca1171fd7ca2b77d40a312298429372f14d5542fd6b5",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-x64.pkg"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a09e6477-34fe-4c68-b25d-3a77caa24312/a8657b444dcbaa72271ea7e6d2185547/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.tar.gz",
            "hash": "65fa25483d9f2d4d389d5e70f6544cbf635ee18a73b00f60ab6bd5fdeba5206b99ed9bb1882af4df3987f8de2ffa1461d7b9d68ed48c9fc1f9f82f7d188234a6",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-x64.tar.gz"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0cc68783-f0f3-408e-b644-d1fb17ab4d4b/daa49f9cd3ae092169d4cc1676e8806c/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.exe",
            "hash": "16351b1bf36bd29c0335b1d40623102ab813a4e117ff1395bec64a15ecb67f6ffcd44c990c51f7b5ad17b4b94c98ef0d84a94287d3899be68ff80907c63201a3",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-arm64.exe"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f97da6a0-48da-427f-9c1c-17b506df5451/da85f3aea217299c5de0f6d00e960773/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.zip",
            "hash": "c0eb8327a8147232130314248f5c181c00022832af491c2fb2518fe8c998b23651f47fcd54fc5311a5c04f5dc631ceb9f874a8dd2025d0dafc43d7c7b7c912c2",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-arm64.zip"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f650c921-3ee9-4352-b743-a052e45d9ce7/99c5e001a48d243d27765d84c74f1e37/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.exe",
            "hash": "0178ad09b49d2c404d6bacfb796777188483954b412659ea39ef90b44d3d365bd8edaead89b0eea197f75a62a4d30644d014efd5b5ef39867323b9c6a6cf2896",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x64.exe"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2f1a6d2a-b2db-4f17-9f0b-4c7b615151d6/8d5722e58964248cd45fbc230fb16865/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.zip",
            "hash": "38fc6d76ef0d2331fcc32319be17edf4887443ad7504131041a12026340f7418227b85aa597d7ecb6c4a57cfd928004c6511455cedc6dcee42284793f66146cf",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x64.zip"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9eb55af4-c748-4980-b456-0738149e5477/0a6eb5cfd271944ee357f292e9834942/dotnet-sdk-6.0.100-preview.3.21202.5-win-x86.exe",
            "hash": "c7c095035615de287fa365cd17865da3232f73726e7fa0005447f2c609266f404e60141bff931a0ec0604d36531de6d90d08cd16b2e31009953358329abedc60",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x86.exe"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0f099673-eed8-4924-bf22-c004adf01543/75f8964ad97750990c47f980b1a63726/dotnet-sdk-6.0.100-preview.3.21202.5-win-x86.zip",
            "hash": "deae2138d5706c47963215711dbb037f07e135a75bd52d2447d4e39d2b08b177064b09518f99298a1fb6e82b4d8cc3e1ee410cf108ec4681c5917aa83a619a44",
            "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x86.zip"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-preview.3.21202.5",
          "version-display": "6.0.100-preview.3",
          "runtime-version": "6.0.0-preview.3.21201.4",
          "vs-version": "",
          "vs-mac-version": "",
          "vs-support": "Visual Studio 2019 (v16.10 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
          "csharp-version": "9.0",
          "fsharp-version": "6.0",
          "vb-version": "16.0",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/bd2c0cea-b1b5-4de8-941b-2b53f94df021/51bdc3008f95104c1e5bf1cd7f34cf78/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm.tar.gz",
              "hash": "feff4ca8600c48482a4a4cf2863d16e36c4a33e46b1b56567e8acf7599d7ea71feb2bb1715a43e989c26148ea2c5024353114e687c290632fa12f18d184a5ca9",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-arm.tar.gz"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/90d8a5e0-ed8f-430c-a66c-d17a096024a9/95d17428d5b0da3552c502eede9f7f05/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm64.tar.gz",
              "hash": "ee658e35f7917c5681d1f71ad3f82f4f2975d66a9b747ec5b5d58629b75c22fb6f31532b5423ad75b2e92ef333179948b52dd5507eadd9f3431e5638d98268d9",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-arm64.tar.gz"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm.tar.gz",
              "rid": "linux-musl-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/c5339978-0298-4665-8d9a-cb0454dfe116/672ce296d354b7995fd10d54325ea01a/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-arm.tar.gz",
              "hash": "c8ca2541bef18298ea5744bbc2c5a9271d0f34e593956bda1337a22d4d16d9644349e804d793886681bab5774f2983142c7dc9e723a236c53f34c9c7181ac3ab",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-arm.tar.gz"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/10adb511-cdf4-46af-b5b4-f67821160cfd/6d21a0a6780ff701d00ba7289f7c6a52/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-arm64.tar.gz",
              "hash": "1ec6f1c367f43bdce124db5de864639a2d8287e8029da8994e4069fe53b4eef93c7a688178375da09b7eee721aade4996fd5b760f4e7e1cd41faface14844ea0",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-arm64.tar.gz"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/33b34e51-8630-45a8-8b00-66d3e81c9b47/8d5e94a58f6de1f0eaddaa30719f90aa/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-x64.tar.gz",
              "hash": "1713b4d2e237122d11e54bdaa6cc14dd64a485212493adaf6ccb09b821cef1893c6685b1c6ec32523f2e9f7ca743b051f52133552a1c7dc34d5539b27b05628c",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-x64.tar.gz"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cd855e4d-b02a-4327-b218-7ab500ecff83/c7649b00ee20e30244b8b84ff9139c71/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.tar.gz",
              "hash": "f776177c1ca2b672cf05f9ec32f20ef35a039dd8d31beaa139d1e47d71cca4ccf0f2a61bbf006a781e693977ee91cc9e08e12134ffb4c7a03a8e56c163b8661d",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-x64.tar.gz"
            },
            {
              "name": "dotnet-sdk-linux-x64.zip",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/02dcd2c6-0f75-4956-a122-c5b451fa4035/b552d35e21f57de32371aec70277f6c5/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.zip",
              "hash": "e0c3947609b2fbe713b705cba1e1cd7ae5c42121af5ac0cada0046e7ac2debad4aa6cd9853d4f26f2a29c8796edbee9e379c9d518a56486e3591dd8a7604cf66",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-x64.zip"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/293e469c-7948-4fc9-9d10-d5d39662e19d/1ae28ceb225f19d9aa922ffa3febb872/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.pkg",
              "hash": "dbe60ac71ed79d65a55eedaeef329c521ee8644e91f78846354c7731c8e0dfe94ae651ee585751c78a9a5488d8c8f842014469cbec124a992093c3307a91c062",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-arm64.pkg"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e0a3877f-1b66-4e60-81f5-9b5d0769f60d/432bc7949c2d5b15ce218bf62e93520a/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.tar.gz",
              "hash": "427d71b95f678b4b1f5bcc19d5cc1da6180fe276582709ea55e62602924e883493cfe48fecc951091c1eda7ddbcac214fcde6dc3b20bf83942ce20f09182e8c2",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-arm64.tar.gz"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fc5fdd1f-fb4c-4b88-a507-158204030320/98497ef248883404ff5b0604dda944fb/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.pkg",
              "hash": "588c25d8ce2dc28c3f915dcbc6c34879db7e985b16a331bca9aa68aa67f38b1a3de8a1f7399845c9eb94ca1171fd7ca2b77d40a312298429372f14d5542fd6b5",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-x64.pkg"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a09e6477-34fe-4c68-b25d-3a77caa24312/a8657b444dcbaa72271ea7e6d2185547/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.tar.gz",
              "hash": "65fa25483d9f2d4d389d5e70f6544cbf635ee18a73b00f60ab6bd5fdeba5206b99ed9bb1882af4df3987f8de2ffa1461d7b9d68ed48c9fc1f9f82f7d188234a6",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-x64.tar.gz"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0cc68783-f0f3-408e-b644-d1fb17ab4d4b/daa49f9cd3ae092169d4cc1676e8806c/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.exe",
              "hash": "16351b1bf36bd29c0335b1d40623102ab813a4e117ff1395bec64a15ecb67f6ffcd44c990c51f7b5ad17b4b94c98ef0d84a94287d3899be68ff80907c63201a3",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-arm64.exe"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f97da6a0-48da-427f-9c1c-17b506df5451/da85f3aea217299c5de0f6d00e960773/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.zip",
              "hash": "c0eb8327a8147232130314248f5c181c00022832af491c2fb2518fe8c998b23651f47fcd54fc5311a5c04f5dc631ceb9f874a8dd2025d0dafc43d7c7b7c912c2",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-arm64.zip"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f650c921-3ee9-4352-b743-a052e45d9ce7/99c5e001a48d243d27765d84c74f1e37/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.exe",
              "hash": "0178ad09b49d2c404d6bacfb796777188483954b412659ea39ef90b44d3d365bd8edaead89b0eea197f75a62a4d30644d014efd5b5ef39867323b9c6a6cf2896",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x64.exe"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2f1a6d2a-b2db-4f17-9f0b-4c7b615151d6/8d5722e58964248cd45fbc230fb16865/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.zip",
              "hash": "38fc6d76ef0d2331fcc32319be17edf4887443ad7504131041a12026340f7418227b85aa597d7ecb6c4a57cfd928004c6511455cedc6dcee42284793f66146cf",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x64.zip"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9eb55af4-c748-4980-b456-0738149e5477/0a6eb5cfd271944ee357f292e9834942/dotnet-sdk-6.0.100-preview.3.21202.5-win-x86.exe",
              "hash": "c7c095035615de287fa365cd17865da3232f73726e7fa0005447f2c609266f404e60141bff931a0ec0604d36531de6d90d08cd16b2e31009953358329abedc60",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x86.exe"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/0f099673-eed8-4924-bf22-c004adf01543/75f8964ad97750990c47f980b1a63726/dotnet-sdk-6.0.100-preview.3.21202.5-win-x86.zip",
              "hash": "deae2138d5706c47963215711dbb037f07e135a75bd52d2447d4e39d2b08b177064b09518f99298a1fb6e82b4d8cc3e1ee410cf108ec4681c5917aa83a619a44",
              "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x86.zip"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.3.21201.13",
        "version-display": "6.0.0-preview.3",
        "version-aspnetcoremodule": [
          "16.0.21092.0"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3f3fc6ad-ec33-4644-a809-efe11adf4329/0ce2b8a29ccc643077b90ea9c37896ba/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-arm.tar.gz",
            "hash": "8514f9455e38c8640f650534742f77b892f0cf6ab4968df702acd9f44afda2a5ae98557d2c4482316c3268ec4bf1f78dcb40e4c729afad77030f45bcad3cffda",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-arm.tar.gz"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f5171161-ffd4-4649-9076-e3a20b6543e4/f9b1a9eec1cfd642266c73da656da1d7/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-arm64.tar.gz",
            "hash": "9006cd8a03d03cdbaa2ab9ac76e370fcec9afa77cc6a333eb08468a2fc456fbd36da14b9992102d948f8e698f3370dde6d1568a99912898a19b42d30193bb5f1",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-arm64.tar.gz"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
            "rid": "linux-musl-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f85254ee-722a-478a-90a4-1a09cd81bd71/6e33b8f885ea99d1df50e088d84cf733/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-musl-arm.tar.gz",
            "hash": "afd79e40125db4fc6907b4900060f76590762555d89c4baefb9fd87cd4e522db5144e59d777c7c9ecc51c9478b8f61cb921a8f17b48e36940f1e4cf7f1b24e09",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-musl-arm.tar.gz"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/402979cb-f5be-467f-9b93-5adeffeedde7/b797aae2daa1643fe7febd2e03bd4da3/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-musl-arm64.tar.gz",
            "hash": "09211c57972a5b2751cf6ba8947d62088974e73fdd1db4e52674dd460dc743ed58180e89434563170b99d735eec0fb88ac4c641076cbfe618c5d83a7708d9925",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-musl-arm64.tar.gz"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/738fc66b-c39c-4e1d-b7ea-c4e294586f31/7d31db580581c1b72a996c690237a302/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-musl-x64.tar.gz",
            "hash": "80d451713218d1d0ce89d5d0e5205d82811e0a58aac299403cb7fd305f5f70acbe3b21854d2ff85d7666a48a083571c7ea661c7499f8900cac6571732876f831",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-musl-x64.tar.gz"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/57235015-0fcd-4785-a550-8fce2b489f81/303184bd837591ec206d06dc64284c3b/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-x64.tar.gz",
            "hash": "05abefd3c1c8f0ffb911e270cf949be144af660e5755af3b1801db4d41beb7234b889ecf1fbb3aeb9f3b51324b4b225c4adc8537fd2f16d61829bd91713f8f1f",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-x64.tar.gz"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/17bef64a-d738-411d-9132-2579a5d8cabf/a0cc5fc006b367a5ad7aab80686eb81f/aspnetcore-runtime-6.0.0-preview.3.21201.13-osx-arm64.tar.gz",
            "hash": "80d4650094d90e83a098547d7af30605518f7172f17c16e203a8dfbc846914cc4a2a7e730ca61b9fa6813e161ded1beb28dac8091c003916b7dabafd4cacad87",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-osx-arm64.tar.gz"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/64fd0e40-dff2-4a5f-b29e-349d02614c4d/6a2d6354ab864142a30a035a66bbb7bc/aspnetcore-runtime-6.0.0-preview.3.21201.13-osx-x64.tar.gz",
            "hash": "c1623bb443169f4ec163063eab9241c79a58c87fcddbe1224e11313719a79b8f6a5301ecc5134ea8c9f59ba8ef1146c0c81ce9f4aeeb81b83e6d1abc4accb547",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-osx-x64.tar.gz"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b1492fe1-7075-4fa6-9e45-ddbc956d201a/bf00c3c7a4eb890d660d8881bb38d597/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-arm64.zip",
            "hash": "73b599b8358704ab2446bff93d203ae464637f647f8c17393ac6b4c426802920c8fe1d18a8fbb9cca9711c4fabdb1e38f60122b57cd05393f1c2e14ccf6dbe91",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-arm64.zip"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/57a2f5fe-9502-4151-9f4a-b3fec48ed788/b1b2bae7e69e93f60e10c2f870250943/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-x64.exe",
            "hash": "364a21be8f459451ac2e91c9262e361ab49b7612e638ecd413cf8b75542a03d2615e98d079af6ffab614498d498c15f35ff382898f307ce3cbdf336c24b0c802",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-x64.exe"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/92738d69-7960-4ccf-b65a-121c4bf40f27/95b02161057afd3cb086179d6bc3cd3e/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-x64.zip",
            "hash": "845dd47a19169916a5bfc509f900cdd5309abf99f608a8a9cd6122e7393aec394c811ea7425de53e614e302304500fd98bedaae52c72551ba7d9c055d4610043",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-x64.zip"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3a85d34b-9bfb-434d-ba5c-3ed802b130c1/a378712c3efcf70c0924bf586f65b64b/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-x86.exe",
            "hash": "6640e9d519a1528a05d28c9107ba331883c0bbb278a76079b8309cc3f3528ce5134191f34f2dd0a772b6bc5fe422cac437beba91a6d5c6fa0629b8364809aea3",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-x86.exe"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a4a29248-788d-4433-8e8c-b202da2089ca/def28d8ae53f7685b4ed1c806fe3a5ff/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-x86.zip",
            "hash": "52be1d195dde2bb174f2362739ce83d3030453e7cdad94e2f1ce6a067b3cf6ec1f0e867527ee90df49b049a62256c6d12f9859b60646f2ecc03e20709a1e2efd",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-x86.zip"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9459be22-f27e-40c4-8d9d-fa6544e95fe8/3a004010feb44ef799cfd4d00911ea25/dotnet-hosting-6.0.0-preview.3.21201.13-win.exe",
            "hash": "f612d7e12fb405fddaf9b6102fd823de82e753ddff9a7821a2bbf7b94fe3acd74775ba6a0f5a8efb94ded6d7ec8b471172a70b95ae930febcd2f6629bb035c83",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.3.21201.3",
        "version-display": "6.0.0-preview.3",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9be73a62-9883-47e8-91a0-a833c32e1aba/77ba509610544a66723c7482d3936d7e/windowsdesktop-runtime-6.0.0-preview.3.21201.3-win-arm64.exe",
            "hash": "77e8053751825ce89535d7b65087ab5266fb6014d3736c6970fb2de22902837423ebaa42335d5564883dea949b0f87a842b7f78fe670070c01f487384c2cf1f2",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/windowsdesktop-runtime-win-arm64.exe"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2dfd66cc-99ec-46e0-ae4f-06feb5ceebbb/bb1888a004a85863d0f7698d9f7338cd/windowsdesktop-runtime-6.0.0-preview.3.21201.3-win-x64.exe",
            "hash": "10b59ea607d43b7b112ba7179848f8052c754bcee4803673b1415599ee33aca929609bab9d597c0f3a30afa1db54ed9f40cd96ce278994cf1edb96663ba5fa2f",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/windowsdesktop-runtime-win-x64.exe"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d3f90906-2bfc-45a9-9c4c-24d0a8ecbd77/defeb2d6ce4cb37b2dea45b81fe26e9a/windowsdesktop-runtime-6.0.0-preview.3.21201.3-win-x86.exe",
            "hash": "4d209ff7ec09b9186d3cd9a8c4c39308175b2c66585ddbb5b43452683473b231a57c6b74dc63434fb8d12790505ebc2171889c479516583a1b23d047db9dc52c",
            "akams": "https://aka.ms/dotnet/6.0-preview3/preview/windowsdesktop-runtime-win-x86.exe"
          }
        ]
      }
    },
    {
      "release-date": "2021-03-11",
      "release-version": "6.0.0-preview.2",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.2.md",
      "runtime": {
        "version": "6.0.0-preview.2.21154.6",
        "version-display": "6.0.0-preview.2",
        "vs-version": "16.9",
        "vs-mac-version": "8.9",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8b73c053-23f8-4d2f-9566-04bca14c6dcb/7aea2327f5a57e552c82443746a2693b/dotnet-runtime-6.0.0-preview.2.21154.6-linux-arm.tar.gz",
            "hash": "212a01b3910e58b23911b41b70902b77f3c110521657fd0e00ddb3ce99da3a62139bab29e2a8c679ade07a1a478c8b983bd06e985600739bee273424ef2c0906"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8015ee86-0721-4efc-86ea-f906898084d6/68bc54d347db3f4f9e016c8a32ba11ea/dotnet-runtime-6.0.0-preview.2.21154.6-linux-arm64.tar.gz",
            "hash": "e24196fda89b2c2576e8260adcae966cc5d6831f78bbfaa3d420e7e335cde7559204d0a7c130a7e21909cde21fea421be8251f877f73b649c5c2c4513e11dfc9"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f90b01ae-16b8-4635-98e5-2c5fd37f2a5f/5cdd644c60eb2aba19e302c1e6c9b7aa/dotnet-runtime-6.0.0-preview.2.21154.6-linux-musl-arm64.tar.gz",
            "hash": "2f41731749ecdf2255f734749631534e9afc1317e97da41588eae94a5dcb45b2a5e97b57c0abfd0dddc2fb7bc9632377bf56977825567310815eb8c23cd930d7"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e4e3f21d-1057-4610-aeaf-dfa219d424f8/2f6d98e193d3d08b50c5fbce3d4c4ad6/dotnet-runtime-6.0.0-preview.2.21154.6-linux-musl-x64.tar.gz",
            "hash": "a562ee9bb11f9b572478bf8d773734bdcc25e1a82f818c5f5eff402066d2844f1d99b458d8b6611c60222c8f3b5236fc3b6eb70ef0939a29368c2cf12696aec9"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2c88db43-4d92-433d-b95f-81bc9118a67e/08ec34f28dca0af4e8cf551299aa4367/dotnet-runtime-6.0.0-preview.2.21154.6-linux-x64.tar.gz",
            "hash": "88ba8c4fe252fb76e0c40a4dcd2fe3e9c2960f445dd97a8044be9900f3641f18b2687ec10a36545a141a1e6820bb61278d2047cacd93365954a124c92463b17b"
          },
          {
            "name": "dotnet-runtime-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3de6add5-a77c-4621-bf77-1722073ac0a7/4535dfffd67bbbf59b06c1b59c0b2f29/dotnet-runtime-6.0.0-preview.2.21154.6-osx-arm64.pkg",
            "hash": "7710903e7b1c7423bf863b95a78a3c62f51b9dff13c9055cfc4f7ec93c6fe7a4b7597d0cd89a2579ee3c449cdf99d0e1d7c2e68a364d52e62a1814e9a538c3f6"
          },
          {
            "name": "dotnet-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cb98c2ee-cca5-4218-bfff-f7a809557e3e/4beba22c9a0c68729b5b26a1bb284323/dotnet-runtime-6.0.0-preview.2.21154.6-osx-arm64.tar.gz",
            "hash": "759af37378d4db3ce6961872baaac333851d3152df0990507716a31abc3f8c115a709994ab037adeb45814d54c7e7ce1ba27d49684a4485c38533627a0042df9"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/51cb50a7-c2e6-49f9-a172-e1dd0dd0f40f/d3cd57a2fc52ff8e85d8f52ba27f2e2f/dotnet-runtime-6.0.0-preview.2.21154.6-osx-x64.pkg",
            "hash": "f84c1c77d9079cf75ab2dd30b4bbe1b55946eef890909e75ee51327ecc69cd90281c116d0092e5eeb646e2da73478a903bb023db31ea8d998fe3b7c2ab0007f2"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/915ecb99-2324-4dcc-a69d-01c4cd52e119/32ade9437306585ea2656fd8bdaef5d4/dotnet-runtime-6.0.0-preview.2.21154.6-osx-x64.tar.gz",
            "hash": "4a6d4577a35d08eec28c0f33f62be94202ce831d263380c4c30c5cd8490eab88a9947d21bee58744e0380a26fd0a9247eb730fb2dd243513c68f97bfa45b55d0"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3d6eb088-7e93-47e0-a60b-4126c2f52a35/ec3cee12fba7464c31043da34408a87e/dotnet-runtime-6.0.0-preview.2.21154.6-win-arm64.exe",
            "hash": "9b6be99ae6e839e711faa96324b5e8c7b66b5f2d90cb06be233b73e1bd67fc8b259ef62274336f90b490f16782f08ee15fde1e98fee539bff396b59448075bbd"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/72e707fa-8bc1-424f-b588-8e2d75c29680/d0e128b706c27ec1a43803332beb74cc/dotnet-runtime-6.0.0-preview.2.21154.6-win-arm64.zip",
            "hash": "c315b97bf30a419e71fc2242997fc051d46efd935d70f09aa2d3d61075e6cdb8fcda93d1138e3d4c3a316df276dbae3e9c805045acc404aea0342c4dc7a05781"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8e797f52-3308-4b2a-befc-ff1f0c58f0d8/65f18aaea3a58537efbfdf98e1939d35/dotnet-runtime-6.0.0-preview.2.21154.6-win-x64.exe",
            "hash": "1d53a7a0affdf1b074db6347af4c62757b9d4906e55d3ab2d735fc565daa151cd0911b7d9e43cd5601133485360e429f11a163a7c9c2e130610b698e270005f9"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cebc9139-b042-46ec-b8bd-98b432536a00/d56de26bfdd627d5e6f2f88ae6c58c8a/dotnet-runtime-6.0.0-preview.2.21154.6-win-x64.zip",
            "hash": "353bb6e108abf76ff4621db570a853effdb1969b73c59643b7b78cc60e43bc5ff3572e789032aa384a5cb668d31173b75476702fb23caad1ae438578ea1f27ee"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5a094930-41b4-4f04-967f-9a3d33b8b6fa/af9b3d71c2ca497940d05765e55f07e1/dotnet-runtime-6.0.0-preview.2.21154.6-win-x86.exe",
            "hash": "ceb3b2817937f8977ae38c18c6bb635c70cc52d3b9ce4871d3cff1c7a4f7ae907674923b1061c1c06bf0e4f0e3ab7a09b9047a117e12db04073a102a5867fa1d"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e76ec995-5d51-4bd2-983f-ce1ad0f3605c/ea7fd63e7272ce7b482ec2e7ed9c6510/dotnet-runtime-6.0.0-preview.2.21154.6-win-x86.zip",
            "hash": "2640b109e0c64010f9e50edb2c8583d8ea81a704d02f6e0044336367bd9aee94c1c3cb094c0f107f6e56f23446cf227ce162095b29df03cb70101aa9e5b0d52c"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.2.21155.3",
        "version-display": "6.0.100-preview.2",
        "runtime-version": "6.0.0-preview.2.21154.6",
        "vs-version": "16.9",
        "vs-mac-version": "8.9",
        "vs-support": "Visual Studio 2019 (v16.9 latest preview)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
        "csharp-version": "9.0",
        "fsharp-version": "5.0",
        "vb-version": "16.0",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8c9dc65d-e004-4fe3-8327-4ba4c235095c/d16e99faf79b817b846f5734e94830de/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm.tar.gz",
            "hash": "82adee2db3b57388bd0d48e5eaab64e5e6bece462d49cc0161c8b3b7559ecbc764d48ad112c7893f86858610e21342c7ca50ee1e090a4ddfd09483c24f6e5c63"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/1d639275-6a89-45e9-a337-725c3ce49439/aa35a5e06539c6ffe1f81e74e45784e9/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm64.tar.gz",
            "hash": "91796b6d611b3a8c1e85d8f2fd07f8889d15f4bcab7307cd1ca24c51cc1f352e3bb77f0e6219ddf92b210030feeffe18ebd1ab97b4256202e287e7e7a5236df0"
          },
          {
            "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/cdc62c8d-ccf3-4296-a6e1-88db75ad0805/33648a6a493ad507671d01776abbfd76/dotnet-sdk-6.0.100-preview.2.21155.3-linux-musl-arm64.tar.gz",
            "hash": "9b4fb5eab781a7ac06e8e1c4d5e5484d714d890762787ed7a81778ebdfa9fd9db6c2c6eb0432b663a4d4b9a435b2b7ec945415b47d6e3a1a6e5bb99e2d1dfc0d"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ae5c17cb-7e03-4564-85cc-c53abc3827b6/30b8f35934437db6f4b5a9624faaf872/dotnet-sdk-6.0.100-preview.2.21155.3-linux-musl-x64.tar.gz",
            "hash": "116ca2b5d7aede990bfe9d15918909857d15c9a64fa39faa20374fced4c82110a03484ca8c49ae17fefe4540b3c6c9dee6c13127400c1c93636800b07fa1d9f6"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/25c7e38e-0a6a-4d66-ac4e-b550a44b8a98/49128be84b903799259e7bebe8e9d969/dotnet-sdk-6.0.100-preview.2.21155.3-linux-x64.tar.gz",
            "hash": "90d9b6070f7732dcf75f5a09a4f10f9b23c835a3bb144e0c3f1fa451cadd3d49c9781973b180f70a4d2798358a7c00f3c0b9b3bf35326fe4c94e470e84ac8c35"
          },
          {
            "name": "dotnet-sdk-osx-arm64.pkg",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e5cbc909-e705-4bc1-9327-15c9f905a149/6da57e95a58cef98444698fa72378e23/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.pkg",
            "hash": "b76cf55453269c34b19797aa86f84a176ae3c87de58f11edb1e57831f76c672f5d0fe64a61a98b97bf3b2081e7975136a1d0f4c5f6d14f2b3d98febfb6c9bbaf"
          },
          {
            "name": "dotnet-sdk-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/37b33b92-1f3e-4f72-a636-d82fd01bb725/792c44980047c5c77a8a07916db87783/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.tar.gz",
            "hash": "7e38c4a5d586458aad5b81378ac1245368d95a403047878bec49103d96ba3b24b51f991f4d01b7b36220c77cbe041da7708763f7011553eb3948624932a719f4"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5e10dc75-294e-49f4-972e-218ae86191a3/e46d3533c30c8a864252a334820263a9/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.pkg",
            "hash": "bb063b1f5c07f8ba082073d2404704a9ff3e6d2f5aab50ff59e6f26863f0242b3287ccd94df0fee18c152f9841af8f05fb9ce615f026b524647b704e22772689"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/da2b7ceb-4248-4d0b-ba7f-7f60c3e704b6/fa7a19c67639e0bff34cdd93e303d431/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.tar.gz",
            "hash": "f86476980aed8a9520dfff22f54f9800195df611cddd08283e4d6475720eb1423d6e34356e1c21be30882f04348ca645b6992a56279df8fff845751178ac6dba"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a8c2e17e-fdd4-4f7f-ad2b-a1a7d05b49c9/cc664a6b59e1f585a71bf9f19c4728ea/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.exe",
            "hash": "d6a5034fbe8ca8321968345389cdd5d9a7e79204773a8e01b141eb24da5fb269aa00bcd932d624266d6a206079c809700d52b4a87d564824e5cf2a62312906d9"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f54929fa-5fca-46ec-87b3-6e8338e0794a/1741b333fd0bc6771d628e2ab8317d61/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.zip",
            "hash": "af54e25b4d4c7f2e84ed35c7c25b4ea1aac9af0f59060f4dd29ab5e1b7a8bebb3080375d27b119750b356e74c4692e541036819a9cb4c9c4cf1cb7d49f2405e1"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2290b039-85d8-4d95-85f7-edbd9fcd118d/a64bef89625bc61db2a6832878610214/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.exe",
            "hash": "c49e168b4acdc17d15cc8c021d51b4300a1c19eb05ac0b4a879370199471afd09c0a51557e11a53b8b42c50be6710c6135a82662662f65dde1956f67304508d8"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5b31ca8e-f684-4de7-9889-c53ce6cf9a3c/e85b1ef8dc6004c5f5bd0019771b21c5/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.zip",
            "hash": "a56debdba83e7477c069aff43bf1fc7f552b68879ed6a36e4f3903dd121ab70a762acc2120b7cd95d5d45b8f762ae71dfa2fd8b3b6165673ac2e7251682a1f6b"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/867f39f5-2b26-4eb0-8924-d55de52cd3f3/6cec1d027f099d69ba335ec309d87529/dotnet-sdk-6.0.100-preview.2.21155.3-win-x86.exe",
            "hash": "fb71c70aa4a3faf59b861e915313dce548e94a49969c029b651c941ed900deee4fe3ff8399e402bb6b7f61a65f089078973a9916c7f1c52f2b0c8a547c120275"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9f0adbca-2b5e-435c-91f0-48873304ab7d/4bcbacd1506ac33b62c439cd5ebed32a/dotnet-sdk-6.0.100-preview.2.21155.3-win-x86.zip",
            "hash": "4b9b4db78152c648fcf316396f7af833b8a6b948dd005ced011dbf7ad0c55bc23835b148ce2da6949545c3003e726d4503fcc6dde9110541f6efd8973a82e1d2"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-preview.2.21155.3",
          "version-display": "6.0.100-preview.2",
          "runtime-version": "6.0.0-preview.2.21154.6",
          "vs-version": "16.9",
          "vs-mac-version": "8.9",
          "vs-support": "Visual Studio 2019 (v16.9 latest preview)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
          "csharp-version": "9.0",
          "fsharp-version": "5.0",
          "vb-version": "16.0",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/8c9dc65d-e004-4fe3-8327-4ba4c235095c/d16e99faf79b817b846f5734e94830de/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm.tar.gz",
              "hash": "82adee2db3b57388bd0d48e5eaab64e5e6bece462d49cc0161c8b3b7559ecbc764d48ad112c7893f86858610e21342c7ca50ee1e090a4ddfd09483c24f6e5c63"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/1d639275-6a89-45e9-a337-725c3ce49439/aa35a5e06539c6ffe1f81e74e45784e9/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm64.tar.gz",
              "hash": "91796b6d611b3a8c1e85d8f2fd07f8889d15f4bcab7307cd1ca24c51cc1f352e3bb77f0e6219ddf92b210030feeffe18ebd1ab97b4256202e287e7e7a5236df0"
            },
            {
              "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
              "rid": "linux-musl-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/cdc62c8d-ccf3-4296-a6e1-88db75ad0805/33648a6a493ad507671d01776abbfd76/dotnet-sdk-6.0.100-preview.2.21155.3-linux-musl-arm64.tar.gz",
              "hash": "9b4fb5eab781a7ac06e8e1c4d5e5484d714d890762787ed7a81778ebdfa9fd9db6c2c6eb0432b663a4d4b9a435b2b7ec945415b47d6e3a1a6e5bb99e2d1dfc0d"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ae5c17cb-7e03-4564-85cc-c53abc3827b6/30b8f35934437db6f4b5a9624faaf872/dotnet-sdk-6.0.100-preview.2.21155.3-linux-musl-x64.tar.gz",
              "hash": "116ca2b5d7aede990bfe9d15918909857d15c9a64fa39faa20374fced4c82110a03484ca8c49ae17fefe4540b3c6c9dee6c13127400c1c93636800b07fa1d9f6"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/25c7e38e-0a6a-4d66-ac4e-b550a44b8a98/49128be84b903799259e7bebe8e9d969/dotnet-sdk-6.0.100-preview.2.21155.3-linux-x64.tar.gz",
              "hash": "90d9b6070f7732dcf75f5a09a4f10f9b23c835a3bb144e0c3f1fa451cadd3d49c9781973b180f70a4d2798358a7c00f3c0b9b3bf35326fe4c94e470e84ac8c35"
            },
            {
              "name": "dotnet-sdk-osx-arm64.pkg",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e5cbc909-e705-4bc1-9327-15c9f905a149/6da57e95a58cef98444698fa72378e23/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.pkg",
              "hash": "b76cf55453269c34b19797aa86f84a176ae3c87de58f11edb1e57831f76c672f5d0fe64a61a98b97bf3b2081e7975136a1d0f4c5f6d14f2b3d98febfb6c9bbaf"
            },
            {
              "name": "dotnet-sdk-osx-arm64.tar.gz",
              "rid": "osx-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/37b33b92-1f3e-4f72-a636-d82fd01bb725/792c44980047c5c77a8a07916db87783/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.tar.gz",
              "hash": "7e38c4a5d586458aad5b81378ac1245368d95a403047878bec49103d96ba3b24b51f991f4d01b7b36220c77cbe041da7708763f7011553eb3948624932a719f4"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5e10dc75-294e-49f4-972e-218ae86191a3/e46d3533c30c8a864252a334820263a9/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.pkg",
              "hash": "bb063b1f5c07f8ba082073d2404704a9ff3e6d2f5aab50ff59e6f26863f0242b3287ccd94df0fee18c152f9841af8f05fb9ce615f026b524647b704e22772689"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/da2b7ceb-4248-4d0b-ba7f-7f60c3e704b6/fa7a19c67639e0bff34cdd93e303d431/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.tar.gz",
              "hash": "f86476980aed8a9520dfff22f54f9800195df611cddd08283e4d6475720eb1423d6e34356e1c21be30882f04348ca645b6992a56279df8fff845751178ac6dba"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/a8c2e17e-fdd4-4f7f-ad2b-a1a7d05b49c9/cc664a6b59e1f585a71bf9f19c4728ea/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.exe",
              "hash": "d6a5034fbe8ca8321968345389cdd5d9a7e79204773a8e01b141eb24da5fb269aa00bcd932d624266d6a206079c809700d52b4a87d564824e5cf2a62312906d9"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f54929fa-5fca-46ec-87b3-6e8338e0794a/1741b333fd0bc6771d628e2ab8317d61/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.zip",
              "hash": "af54e25b4d4c7f2e84ed35c7c25b4ea1aac9af0f59060f4dd29ab5e1b7a8bebb3080375d27b119750b356e74c4692e541036819a9cb4c9c4cf1cb7d49f2405e1"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/2290b039-85d8-4d95-85f7-edbd9fcd118d/a64bef89625bc61db2a6832878610214/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.exe",
              "hash": "c49e168b4acdc17d15cc8c021d51b4300a1c19eb05ac0b4a879370199471afd09c0a51557e11a53b8b42c50be6710c6135a82662662f65dde1956f67304508d8"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5b31ca8e-f684-4de7-9889-c53ce6cf9a3c/e85b1ef8dc6004c5f5bd0019771b21c5/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.zip",
              "hash": "a56debdba83e7477c069aff43bf1fc7f552b68879ed6a36e4f3903dd121ab70a762acc2120b7cd95d5d45b8f762ae71dfa2fd8b3b6165673ac2e7251682a1f6b"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/867f39f5-2b26-4eb0-8924-d55de52cd3f3/6cec1d027f099d69ba335ec309d87529/dotnet-sdk-6.0.100-preview.2.21155.3-win-x86.exe",
              "hash": "fb71c70aa4a3faf59b861e915313dce548e94a49969c029b651c941ed900deee4fe3ff8399e402bb6b7f61a65f089078973a9916c7f1c52f2b0c8a547c120275"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9f0adbca-2b5e-435c-91f0-48873304ab7d/4bcbacd1506ac33b62c439cd5ebed32a/dotnet-sdk-6.0.100-preview.2.21155.3-win-x86.zip",
              "hash": "4b9b4db78152c648fcf316396f7af833b8a6b948dd005ced011dbf7ad0c55bc23835b148ce2da6949545c3003e726d4503fcc6dde9110541f6efd8973a82e1d2"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.2.21154.6",
        "version-display": "6.0.0-preview.2",
        "version-aspnetcoremodule": [
          "16.0.21063.0"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/471390d6-e308-41d7-8727-57ff3878bd28/306c3671d0129187e5f82d63058820d8/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-arm.tar.gz",
            "hash": "eb2b0a3c725a3b0f9265b992385a39efe15ba1eba0060388a84497b464faea5fe8b51ce0ff49cf6058e5539a86587d6b68d41a0a18ba7e3d20c6a4d9585dc13d"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2439a067-d1e8-4f01-b0eb-fc36e2024eef/9ac2ce92d3465b6e0a4981014b098619/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-arm64.tar.gz",
            "hash": "0400434b2d77e74fa4b347e65ae88905d3715fd76ecf6562a2ec7ddd7a54a00b92bb39c272a383dddd134d82b340cbd4658bc4661a53059e1e5227cd61c154b0"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/88056730-b112-4b37-b9c9-2a28274499d4/640e171ccdf76103ef284d83cdea95e8/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-musl-arm64.tar.gz",
            "hash": "32d64a450c17e859fedfe27478279a039982773c2a2d8dffecaadace89d84df555a894a25bd7b2466d67e288b65d85dd2391b24c5f994e5df9e5f6e01f9fb6ea"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d992937e-43f3-4f26-9c3c-39dd6e94c9e8/b8d49e845722a84e93178a383bf96e48/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-musl-x64.tar.gz",
            "hash": "12ea6d2188fa5e9ea9248600b84cbb37836e3c26edacfff291b00c8eddf5db730b5d01a003f7a1049610d99a76f6e690db04e7b7877679db93e19b2941ae238a"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/49e8a9d0-78a5-4045-8813-924e1bf99372/da066c42bf329b46359c1bfefdda462d/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-x64.tar.gz",
            "hash": "703d6893bc73aba1a33e12b636820ab43948603114e01bbcc6a92d17439bd3d532525c17dc1d39f925b552b139b1ae9b9cbf086a57292db511eadc3e47db00ae"
          },
          {
            "name": "aspnetcore-runtime-osx-arm64.tar.gz",
            "rid": "osx-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/36ae4114-cd59-4107-97e5-85b337c4969b/44dd3dcb76d158b1dbb39fdd51db3dd9/aspnetcore-runtime-6.0.0-preview.2.21154.6-osx-arm64.tar.gz",
            "hash": "4ac574f16754593d896a85145640b1ee1817c607d1273bef6c1ab3abcedf024511d1aee35e24605cc56ca098585db473d17131ccc3e6d69c05376708fedc519f"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/caa6644e-34b6-49ba-8c2d-4a0767d0763c/185c1925693b6028cd54d7e1b3c3c018/aspnetcore-runtime-6.0.0-preview.2.21154.6-osx-x64.tar.gz",
            "hash": "cee32d184037f858b26b4acb1e7d12179185bf771d2ca30c6e5db2768377194d40b2558166332b6d5b340c89fbd4e86e5d079185dd048942e8d34f540a7d89a4"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3290547f-1fff-4f3d-a4ff-188ef8c09d1c/0b1734a65f4e839ac7c1ca48ea456791/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-arm64.zip",
            "hash": "a793b45b71c55adecaae5c683e6cb3758beb303eb763cfff2c8af9657bfa2d8a4aa6391d69f48e2aeb4748a4b225742f0ce66a18656c4ac5c6e81618b63f91fc"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/65c5f480-ee27-49fe-9402-c4bf16c5543b/8eb03f9c1530e079fd3475da0bcd5b88/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-x64.exe",
            "hash": "35c4dbc50ef35cfd54671670eeade78b411102904852c0f6c3d0452cfa9b9ff3e920538523e2fd47c990f87d1fcfd2f1ad9ef89de705aebf4c2c901f9ec512fd"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4e958603-2934-4a0c-8867-060a09ce8d10/460f1ff233ba7511b74751d3df82111a/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-x64.zip",
            "hash": "ceb0ff56966c13dedae34c216598b68369d1a0f93f0815e31dec544560dfdcd0dd8bb3ab60c9aa48739a72cf6b1a71bbe058edc3adbdadb6261e6e06f5c665e0"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8a1e869b-4b6d-4127-97cb-d1d5a3814e94/aa7415b512d9ae37ecf88943f318eb60/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-x86.exe",
            "hash": "5054ca4f7caa3b24951f7ed806ff30519f184c87eba47de2256737a6ab3d31faf52b14954e5ae4224bb8ff742a44c4631645e3d11f7708950d9e87b30e2cf6a3"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d844044f-6a74-4ae7-950e-7a36296305fc/266a39da931e196d4fe2b2ba88f32ccd/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-x86.zip",
            "hash": "9f059ea6d2100d43440af035c1fed75c8bd557678c9aad39c04f69cd9ae646c263ffbc5d5a7b51b767abc9095a6e99e2bb80aa3171e1506987767af724f32c65"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8f7df454-eea2-4b8c-9194-910fb611679f/8fa8d8415b488668b2d2c6a68e1c63d5/dotnet-hosting-6.0.0-preview.2.21154.6-win.exe",
            "hash": "48afc2174599b0517d7cccf22841ad64b85e28d1c56ebb9415b6fa51e8d4636a3bc78ac32fb1f70bce1746e30327475034ee991b1a7d2279a398ad056ada6083",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.2.21154.2",
        "version-display": "6.0.0-preview.2",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3abda7f1-e93b-4aa5-ae35-9cfc09e1257a/f92e63d978f22d480adc74570112c074/windowsdesktop-runtime-6.0.0-preview.2.21154.2-win-arm64.exe",
            "hash": "0053197d93189df2f2903bbc439f54aaee0f7778756035d3ada637b682d923790f8a25981dff0d57c93d5ba935b819055a0f2be7ecd302647b1f58ea60f20233"
          },
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/487e7b8f-bd02-4403-8032-27ae2dad9e8e/f959e79463be4ccc69b24c5754ca980e/windowsdesktop-runtime-6.0.0-preview.2.21154.2-win-x64.exe",
            "hash": "25d562ffd51e1285d48c2ea1dae953e2ea28854da39224aa1ce529fd9585a109dbe14fd9ee1ad724327a8d13563134fe9a1a5da885f4d7302d24f7deb2a2cfa1"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/343d8b74-b7d8-439c-9d7e-42cb15313f62/c5e2a3d0d3fa0d12347fb445b9640b79/windowsdesktop-runtime-6.0.0-preview.2.21154.2-win-x86.exe",
            "hash": "1aed70644dd68899eebbbc57efec5c9a5a11633f1a9d5e42f5e6c676ffb71d68d3d31fcfc5c07de13247348963ba62a84cdab6b4fff80f5d704eb9596ab2d3d7"
          }
        ]
      }
    },
    {
      "release-date": "2021-02-17",
      "release-version": "6.0.0-preview.1",
      "security": false,
      "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.1.md",
      "runtime": {
        "version": "6.0.0-preview.1.21102.12",
        "version-display": "6.0.0-preview.1",
        "vs-version": "16.9",
        "vs-mac-version": "8.9",
        "files": [
          {
            "name": "dotnet-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4e51a05a-48d9-43e7-b01f-d310c72bccec/9d0afbd7768e9375b17242849a5dfb27/dotnet-runtime-6.0.0-preview.1.21102.12-linux-arm.tar.gz",
            "hash": "42d9046cef8beeec7774e81cb160fff99d700a78f2e1d26b8a471dec4e727414e65197994ce200785b22d5f073e6402afdb92e62fc86ea38fc8814a1de52f6eb"
          },
          {
            "name": "dotnet-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5e0d0c82-d02e-4538-9368-a811ca5e2e5d/d466e46d5a5902f125557890369bec77/dotnet-runtime-6.0.0-preview.1.21102.12-linux-arm64.tar.gz",
            "hash": "4844ab4ce5750d45b552c2bca3a507dae0202f8be7d990506a66940158666897077c0d045b7a7e136a772da3a18b2cf81c932b5874747268aece6846fdc44bb8"
          },
          {
            "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/982f4116-9fb6-45c6-9dc6-91c468448d75/4e4294ac124e54a5bfe65a85a4c1c781/dotnet-runtime-6.0.0-preview.1.21102.12-linux-musl-arm64.tar.gz",
            "hash": "d0e0fac6b159714070d7cb9ac9f184538a8805257b1a362613c28e63998b4439d5e42789c07330747a70704ef2cc5044eca4b269de4ee3f53de68b1af8cc3735"
          },
          {
            "name": "dotnet-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/d1141a8c-60ef-4e40-9d2f-2731d7a3eb23/1459ce3fc065c0fa32a7c2592f66a126/dotnet-runtime-6.0.0-preview.1.21102.12-linux-musl-x64.tar.gz",
            "hash": "06475f29a4bfc8af012a6560f26cfe9c32469263b7c690d73975a2a1790965b139c227dd72961488f774088c45a3ebc8955b13ed1ec070cec7dbda4b51ea4171"
          },
          {
            "name": "dotnet-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/8f151cb8-5cf0-45e5-b1b0-c16b631b24bd/d12028755ec7abb4f87f16e6fa6e8add/dotnet-runtime-6.0.0-preview.1.21102.12-linux-x64.tar.gz",
            "hash": "64114ea881981ed061eb22c97ae8cf5a85209b0a439d6640984e1b423bc934259bcd136484c26f038f19222a9068a5cd687229a8b9b0d0b55efacb0275da082d"
          },
          {
            "name": "dotnet-runtime-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/62a705de-f063-4dc1-912b-6727ab3295cd/a3845e7371b03fa813384d0e16ebaa20/dotnet-runtime-6.0.0-preview.1.21102.12-osx-x64.pkg",
            "hash": "0c3771b56f9fa6b09063fb797e4c264cd7b3723d7cfda6aae5f3a8dfe19bc513acc393761a6b2fdf4dd0a35427fa40392e30969a0eb3076a7f4a1891fcff01c6"
          },
          {
            "name": "dotnet-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2b0f29e1-918c-4ede-94c2-4317f1914305/f2b88f8ce148d158e4a6b606b5b75205/dotnet-runtime-6.0.0-preview.1.21102.12-osx-x64.tar.gz",
            "hash": "767d1c264ada1dd5f73c403d663bdfeaaafefaf0545d6af1895d1c926dd32385601981fe949340cee5fa8c34698f12c9553b0aaf492d12b0d4288a6e5ea6da08"
          },
          {
            "name": "dotnet-runtime-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/dacaafab-f672-4afa-b0c8-b4d531cded4b/516e966b362126a111b77001da9c265e/dotnet-runtime-6.0.0-preview.1.21102.12-win-arm64.exe",
            "hash": "97bb0f7b613a4a3abcc4d76d046d5696f84a105c8395105d39bc7b12150bd047900abe2d769d2fffd07d3b9c1b21295135abaf570c86f678a500315d174f7c6f"
          },
          {
            "name": "dotnet-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3f917e65-d6cc-40f8-af28-477aea7dffe1/2bf1a0e12dff945518591646abe24a01/dotnet-runtime-6.0.0-preview.1.21102.12-win-arm64.zip",
            "hash": "8d141409f6439b227e1165caa91450908e4d18132080d76da588a90c88d0c198196d1a2ba4dcb7b5ec5997bcab80a108f92184dde39e52b73b64b568daee7dfe"
          },
          {
            "name": "dotnet-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/79bdf367-c2a7-4f78-a139-e009ebbdff20/c4071c63b9972749ee39b88b4025a0f2/dotnet-runtime-6.0.0-preview.1.21102.12-win-x64.exe",
            "hash": "bf94dc2a8e03280298327f7c5eb353f4f1a2854bdcd9b7fa44a30078a09a324b190a7af02d3f10167bb73272dbdf28a12df37b94368bec63c5fc93ffd2557c87"
          },
          {
            "name": "dotnet-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/0a605ac5-b3ea-4683-b20e-a96ca05123fa/82bca2ae7d45ccf4adc33caf9f2819c8/dotnet-runtime-6.0.0-preview.1.21102.12-win-x64.zip",
            "hash": "e183555b560fa23c86a6060136f8dc9bba0b79d54f673bf155c4843eed2c0a72ee57a06a0a588c70438c066c8093f46d83a077db6891dc21eaa182c8f83d405d"
          },
          {
            "name": "dotnet-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/a911ac72-40ea-4ae1-a2e8-ab99c52c8789/e3fece89d74d33e1b431248ed9b6d021/dotnet-runtime-6.0.0-preview.1.21102.12-win-x86.exe",
            "hash": "0d0f1491b6c51a45422567894765e2e2117addab42e3b7b747dd5530ae8955c10239e304d2cf4065293fc38574c9c8eb92e50f8ee5ed6356a6892abfec7553ea"
          },
          {
            "name": "dotnet-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/000dc492-3559-4c08-b90a-1a404b1a6fb0/574470f804128905a60ec2214de57262/dotnet-runtime-6.0.0-preview.1.21102.12-win-x86.zip",
            "hash": "689730a9cd4f1917fd025cf8fc7f1981fc766e96144aced5097e9e8919b1b70644892ac1f25514ced6b0ba84e4fe719cf8b8f475095701c92406cbbbb3edfd28"
          }
        ]
      },
      "sdk": {
        "version": "6.0.100-preview.1.21103.13",
        "version-display": "6.0.100-preview.1",
        "runtime-version": "6.0.0-preview.1.21102.12",
        "vs-version": "16.9",
        "vs-mac-version": "8.9",
        "vs-support": "Visual Studio 2019 (v16.9 Preview 4)",
        "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
        "csharp-version": "9.0",
        "fsharp-version": "5.0",
        "vb-version": "16.0",
        "files": [
          {
            "name": "dotnet-sdk-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3b62cfcf-589e-43b3-993b-517c70c93a22/0ecae846884376fecc5de8a4f6d6c927/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm.tar.gz",
            "hash": "05a5a0f9b3738042eedbce37105ceb95480ca8175d85ec7300c32949ee205a66b5e12583fff9f72d9161af56923842d388e6791f18aa7109a8c823461dd5d8d5"
          },
          {
            "name": "dotnet-sdk-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9143768a-e997-45b5-b818-e5b96ac0c24c/b5c7eb4476e9cdb56deb62d2a26f729d/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm64.tar.gz",
            "hash": "fe79c1554bea30039390e6c9efe00623338fdeb1f471d8c74b41d43d38230d383e215859905f4c057bfd1ba027f7f157c4d5d215f961d3663aed60dcbe870add"
          },
          {
            "name": "dotnet-sdk-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5d837dff-229d-47cf-b2cf-69dbb3a7e928/8863976e15b6d4391e3611fddb3c073e/dotnet-sdk-6.0.100-preview.1.21103.13-linux-musl-x64.tar.gz",
            "hash": "4b8002f608e5354651b9d82fa8442bca68be730dfdb54d026763635185457a23e5e071421bb04de8f8254fe36cc2134b430aaacb363911fd93276b7c34ad935c"
          },
          {
            "name": "dotnet-sdk-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/579aac9e-53dd-404e-9452-9910bc9be422/1c47683215dd54a3837fc4b338ddb6a6/dotnet-sdk-6.0.100-preview.1.21103.13-linux-x64.tar.gz",
            "hash": "86f591c70c73732030210e8e7ce39b7b4e4a680098862e340a4a8726bcb3f981f0748baec0fce8c5c4a8615670a72ab92bfad8d0dc0a305401bbc5864116996a"
          },
          {
            "name": "dotnet-sdk-osx-x64.pkg",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f7224456-9898-45b6-8acc-b110900653cd/817c4e3b1ee787985fdf85032eb2752d/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.pkg",
            "hash": "0e429d21e9c12f79fa8875670574d123389a4928d3c18d7fcd18fff50cdabb3faa8a2617011a9045b472b2192bcc4c5d5656cf57659357b395bd6fd21e88dd3c"
          },
          {
            "name": "dotnet-sdk-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/e9e781b5-9b2e-4180-9f47-bfb5a5cf98b1/0ad0afbe2d322e521e15156089779f3e/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.tar.gz",
            "hash": "f4c930c867399fbcffe5c345c54e0595c712419b910df7263b35fc4711307bd5cc3a7878d6e06caf4904d915f371b4ab53d8c763d02d1bbbbee586fb16c137ca"
          },
          {
            "name": "dotnet-sdk-win-arm64.exe",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/69c0d82c-78d1-4cf6-b364-68fa96159166/57022ee819185466e0747ef7f48b6276/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.exe",
            "hash": "cebded348d80d50e60924a2791e683e0751c00eb87ac94388b8f68320936889c92238e56b91b837ec0c87fffe86787d1a0aa412d95c011d8b682f52d72636727"
          },
          {
            "name": "dotnet-sdk-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/971194ae-f2fc-48d1-bf90-378f61591188/e7fbf3421848aa2edf3d360005630125/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.zip",
            "hash": "66b6d3e4d7c3ccfcb99ec01f7b97601d8a20e5c9de2640b327099c5cde4e6e637f4ccd3d4ac94137684719a056bd05ed946ec628bd457288ca7d59ea24bbc376"
          },
          {
            "name": "dotnet-sdk-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/68e6514a-ec0f-46ea-a00a-76ec205c42cc/f68e27ee1a41320ad5e331ccd6bcab9f/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.exe",
            "hash": "e1800fbe29c667669f0d052dfd8a0d46b6e8b81e4929c2dabe2f2e853146edfa159dab348fe6cf9ab52176e1d99009f2f4281c8a548538fbf25a4d5c6fe5dbc6"
          },
          {
            "name": "dotnet-sdk-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/44c6ceec-db98-4123-a3fe-93ef2afc3ad5/ba06a9b2045ed9ed7f51cbe62ccdf401/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.zip",
            "hash": "49f4c9385aabf2f16a2744459c3428d49f1fcbf45095a9f03d866a75d28b460f1a44fbdf5e45709bb0e79d9bf44224390366e0a23ae4b5959c242525b3bab8aa"
          },
          {
            "name": "dotnet-sdk-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/fb137455-6524-4789-9339-e930175f181a/8b415c1334797ffed535317a9d29366e/dotnet-sdk-6.0.100-preview.1.21103.13-win-x86.exe",
            "hash": "b55e77ea2b8da0c3fda54a5b3efe3c599c556627ee3826bf5b4a09272be3f7dee302f7322328affb081950706f96dccd4fb110a473f35e55306e452ded502af3"
          },
          {
            "name": "dotnet-sdk-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/ea41603b-fdff-4e66-bdac-b9a76930a1eb/3b1547d83ef502c887c9d8f7a37df698/dotnet-sdk-6.0.100-preview.1.21103.13-win-x86.zip",
            "hash": "f3b64f77760d3ccc907da6dc84a6a3e54a770b2b641fb35b4f87e2145657a47894418fcba8a02ef361ac535c4508f6477af5356c12b233953e95d65c724eca23"
          }
        ]
      },
      "sdks": [
        {
          "version": "6.0.100-preview.1.21103.13",
          "version-display": "6.0.100-preview.1",
          "runtime-version": "6.0.0-preview.1.21102.12",
          "vs-version": "16.9",
          "vs-mac-version": "8.9",
          "vs-support": "Visual Studio 2019 (v16.9 Preview 4)",
          "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
          "csharp-version": "9.0",
          "fsharp-version": "5.0",
          "vb-version": "16.0",
          "files": [
            {
              "name": "dotnet-sdk-linux-arm.tar.gz",
              "rid": "linux-arm",
              "url": "https://download.visualstudio.microsoft.com/download/pr/3b62cfcf-589e-43b3-993b-517c70c93a22/0ecae846884376fecc5de8a4f6d6c927/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm.tar.gz",
              "hash": "05a5a0f9b3738042eedbce37105ceb95480ca8175d85ec7300c32949ee205a66b5e12583fff9f72d9161af56923842d388e6791f18aa7109a8c823461dd5d8d5"
            },
            {
              "name": "dotnet-sdk-linux-arm64.tar.gz",
              "rid": "linux-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/9143768a-e997-45b5-b818-e5b96ac0c24c/b5c7eb4476e9cdb56deb62d2a26f729d/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm64.tar.gz",
              "hash": "fe79c1554bea30039390e6c9efe00623338fdeb1f471d8c74b41d43d38230d383e215859905f4c057bfd1ba027f7f157c4d5d215f961d3663aed60dcbe870add"
            },
            {
              "name": "dotnet-sdk-linux-musl-x64.tar.gz",
              "rid": "linux-musl-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/5d837dff-229d-47cf-b2cf-69dbb3a7e928/8863976e15b6d4391e3611fddb3c073e/dotnet-sdk-6.0.100-preview.1.21103.13-linux-musl-x64.tar.gz",
              "hash": "4b8002f608e5354651b9d82fa8442bca68be730dfdb54d026763635185457a23e5e071421bb04de8f8254fe36cc2134b430aaacb363911fd93276b7c34ad935c"
            },
            {
              "name": "dotnet-sdk-linux-x64.tar.gz",
              "rid": "linux-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/579aac9e-53dd-404e-9452-9910bc9be422/1c47683215dd54a3837fc4b338ddb6a6/dotnet-sdk-6.0.100-preview.1.21103.13-linux-x64.tar.gz",
              "hash": "86f591c70c73732030210e8e7ce39b7b4e4a680098862e340a4a8726bcb3f981f0748baec0fce8c5c4a8615670a72ab92bfad8d0dc0a305401bbc5864116996a"
            },
            {
              "name": "dotnet-sdk-osx-x64.pkg",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/f7224456-9898-45b6-8acc-b110900653cd/817c4e3b1ee787985fdf85032eb2752d/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.pkg",
              "hash": "0e429d21e9c12f79fa8875670574d123389a4928d3c18d7fcd18fff50cdabb3faa8a2617011a9045b472b2192bcc4c5d5656cf57659357b395bd6fd21e88dd3c"
            },
            {
              "name": "dotnet-sdk-osx-x64.tar.gz",
              "rid": "osx-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/e9e781b5-9b2e-4180-9f47-bfb5a5cf98b1/0ad0afbe2d322e521e15156089779f3e/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.tar.gz",
              "hash": "f4c930c867399fbcffe5c345c54e0595c712419b910df7263b35fc4711307bd5cc3a7878d6e06caf4904d915f371b4ab53d8c763d02d1bbbbee586fb16c137ca"
            },
            {
              "name": "dotnet-sdk-win-arm64.exe",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/69c0d82c-78d1-4cf6-b364-68fa96159166/57022ee819185466e0747ef7f48b6276/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.exe",
              "hash": "cebded348d80d50e60924a2791e683e0751c00eb87ac94388b8f68320936889c92238e56b91b837ec0c87fffe86787d1a0aa412d95c011d8b682f52d72636727"
            },
            {
              "name": "dotnet-sdk-win-arm64.zip",
              "rid": "win-arm64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/971194ae-f2fc-48d1-bf90-378f61591188/e7fbf3421848aa2edf3d360005630125/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.zip",
              "hash": "66b6d3e4d7c3ccfcb99ec01f7b97601d8a20e5c9de2640b327099c5cde4e6e637f4ccd3d4ac94137684719a056bd05ed946ec628bd457288ca7d59ea24bbc376"
            },
            {
              "name": "dotnet-sdk-win-x64.exe",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/68e6514a-ec0f-46ea-a00a-76ec205c42cc/f68e27ee1a41320ad5e331ccd6bcab9f/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.exe",
              "hash": "e1800fbe29c667669f0d052dfd8a0d46b6e8b81e4929c2dabe2f2e853146edfa159dab348fe6cf9ab52176e1d99009f2f4281c8a548538fbf25a4d5c6fe5dbc6"
            },
            {
              "name": "dotnet-sdk-win-x64.zip",
              "rid": "win-x64",
              "url": "https://download.visualstudio.microsoft.com/download/pr/44c6ceec-db98-4123-a3fe-93ef2afc3ad5/ba06a9b2045ed9ed7f51cbe62ccdf401/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.zip",
              "hash": "49f4c9385aabf2f16a2744459c3428d49f1fcbf45095a9f03d866a75d28b460f1a44fbdf5e45709bb0e79d9bf44224390366e0a23ae4b5959c242525b3bab8aa"
            },
            {
              "name": "dotnet-sdk-win-x86.exe",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/fb137455-6524-4789-9339-e930175f181a/8b415c1334797ffed535317a9d29366e/dotnet-sdk-6.0.100-preview.1.21103.13-win-x86.exe",
              "hash": "b55e77ea2b8da0c3fda54a5b3efe3c599c556627ee3826bf5b4a09272be3f7dee302f7322328affb081950706f96dccd4fb110a473f35e55306e452ded502af3"
            },
            {
              "name": "dotnet-sdk-win-x86.zip",
              "rid": "win-x86",
              "url": "https://download.visualstudio.microsoft.com/download/pr/ea41603b-fdff-4e66-bdac-b9a76930a1eb/3b1547d83ef502c887c9d8f7a37df698/dotnet-sdk-6.0.100-preview.1.21103.13-win-x86.zip",
              "hash": "f3b64f77760d3ccc907da6dc84a6a3e54a770b2b641fb35b4f87e2145657a47894418fcba8a02ef361ac535c4508f6477af5356c12b233953e95d65c724eca23"
            }
          ]
        }
      ],
      "aspnetcore-runtime": {
        "version": "6.0.0-preview.1.21103.6",
        "version-display": "6.0.0-preview.1",
        "version-aspnetcoremodule": [
          "16.0.21034.0"
        ],
        "vs-version": "",
        "files": [
          {
            "name": "aspnetcore-runtime-linux-arm.tar.gz",
            "rid": "linux-arm",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f73111b7-fe98-46b5-8ee2-2daaa9dcd8f8/0e67eddf63fd2921f3712612be496762/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-arm.tar.gz",
            "hash": "05cd6808b256c24e16c91513da712e4dd9cb3189dbd6928cd5959c4805fd5f6fb4b5e6a4cf7156e0af81ca151eac22df185af09567de2cbda4bfc4b4ec3f86b6"
          },
          {
            "name": "aspnetcore-runtime-linux-arm64.tar.gz",
            "rid": "linux-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/3071a61a-7fba-46b7-906f-0ccbf376e59e/7fbeb61db58c41427123d67e38efb0ea/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-arm64.tar.gz",
            "hash": "152b93a2b9ef2a481280ce3549b5fea1fe88b86c9c41f2c09499681ec6f485c978a68d484e25e00776bfc2cbc285e968dd4f0b0a9ddb83f57faea2dd3a71faa0"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
            "rid": "linux-musl-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/2276322a-ce67-4751-b8cc-57203ed8b312/787fdcea85f8dfeea88cb64c5f63bfa2/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-musl-arm64.tar.gz",
            "hash": "75ffdc561476085ccb60472e9d74edd850973b762d0bce490bf3a011c8fc526c90cc04106a89d456735f43335387698c05e472113fa8f40c7741287b77b0f46a"
          },
          {
            "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
            "rid": "linux-musl-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/bbeeaef7-f491-40d1-a040-76ddad5589c7/9f5157798865425100c7b865ab02bef5/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-musl-x64.tar.gz",
            "hash": "b0bc62fbd4c0509e634828089637eb2c0fc326ebfc58913d09ccf7b47b09ad9133e77d2602ee478ac0c1fcad3c89affc48e374675f10457c4b4f6ccef2e2aec8"
          },
          {
            "name": "aspnetcore-runtime-linux-x64.tar.gz",
            "rid": "linux-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/46c95bce-e490-4f22-84a6-41258b6416bc/05c05a9eb8b7fe70d91285970d16263b/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-x64.tar.gz",
            "hash": "77b4b2c20c96cd8b4ec152c133f8c0501ab6f38bc3a949461bd0af1246bc2084d687f0c639dbbdf858948c496eaf86749e1ae45eb30ab8d31adca9abac5a7346"
          },
          {
            "name": "aspnetcore-runtime-osx-x64.tar.gz",
            "rid": "osx-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/9c1c4e05-2adb-4ea0-9d9a-f0c7406de9c0/af48195a4e770620a0721dd27fdcb4c9/aspnetcore-runtime-6.0.0-preview.1.21103.6-osx-x64.tar.gz",
            "hash": "9683bd26914c2312ab6f72dba742cadf364498e86def8633c7c57a6640d0140dd2cb05674b64f032f4d90a7f0a4856e66da793f5c99466d441367234ea7f3074"
          },
          {
            "name": "aspnetcore-runtime-win-arm64.zip",
            "rid": "win-arm64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/60be0841-3aec-4a13-8f42-2b2197b9cff7/23e3db6d14bfb2254e1d683ae9a6dd75/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-arm64.zip",
            "hash": "dd0865c43d5248500a2e88b091bcb29d9f2b182f138660b144b12d0de23d803ba1e32b89fb86351d24bc190227e1447e4566ec849da845ef50ceeccab24ee60d"
          },
          {
            "name": "aspnetcore-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/67eac8cf-f9e0-46a2-996c-04de0385aaeb/6f64f2b56712be7bd6dae93876268aa2/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-x64.exe",
            "hash": "78a7cbde432e4ce7726363f04c7efb0da3cf31c8095ea68a2a68d7c6a8d6e8a0d3e20e772b285d02704808c7a37ebaac9b9d4c23ae23f102031c92b9b8448299"
          },
          {
            "name": "aspnetcore-runtime-win-x64.zip",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/5306af41-ef80-43c8-b6d9-fbc52e6a055a/2187c965ece1546356bf4a6e18f61939/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-x64.zip",
            "hash": "4fe16b63fc0276b4afc718bd33c1a3a8d101bfb29ecb7d89aa22e8c11e948529ead6fa3bca3dde95e69c8c2c205273fe117e02ca5131691ea243431f2af49d5e"
          },
          {
            "name": "aspnetcore-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f2c1e6bc-6282-445a-af57-43fac5a00a61/9244b0c7f5fa793fdeddcb7012798632/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-x86.exe",
            "hash": "048737341356cc2b9ccf62fe990d20d101e454390e80e361692912fc0208e4cae1af11376e4a9f412ef5db69ffcf6f525ed687cc7eef40bb86d214c2dbd79de5"
          },
          {
            "name": "aspnetcore-runtime-win-x86.zip",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/b26b6b55-2805-4ca1-ab4b-4a256b22446e/a1848abbac5253864c89bd9ad822e441/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-x86.zip",
            "hash": "67e4d94f6645510bbf78bfd5ac9d17ff512f335a2207ef1d16a72e9ec7e6b9fd8b27e14b1a34bd6f095478f641051d20cb6429524c338bf084167aa75dcb2810"
          },
          {
            "name": "dotnet-hosting-win.exe",
            "rid": "",
            "url": "https://download.visualstudio.microsoft.com/download/pr/668a80ef-ab83-4680-bdc5-e5e787a1c051/3d10f1e68c802a4e60e9dd45ffd7c32a/dotnet-hosting-6.0.0-preview.1.21103.6-win.exe",
            "hash": "46e3b98a2aff2125dd23e968bb66e117934208a176ef86067fea5c7f1e7ed9e8a9b8913933067fda02af7f787a5307d4fde18b2f33417e92982c762f5e910925",
            "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
          }
        ]
      },
      "windowsdesktop": {
        "version": "6.0.0-preview.1.21103.5",
        "version-display": "6.0.0-preview.1",
        "files": [
          {
            "name": "windowsdesktop-runtime-win-x64.exe",
            "rid": "win-x64",
            "url": "https://download.visualstudio.microsoft.com/download/pr/f0b993bb-ac67-4e10-b2b3-193c426dbb32/25aff17ca340404619c01ce5c3b863e9/windowsdesktop-runtime-6.0.0-preview.1.21103.5-win-x64.exe",
            "hash": "681d0388e06087a5ef077eab2a756a0ad4ca14270778b1fad8607119e37985f85d305fa57300d2a66006b3a9c97321bbfb6ab73a9717d0eae80af92b62f99838"
          },
          {
            "name": "windowsdesktop-runtime-win-x86.exe",
            "rid": "win-x86",
            "url": "https://download.visualstudio.microsoft.com/download/pr/4dcdf96f-efab-4e31-9958-a94d9e2d9941/55ba1027551e3c6c554c4687a2e31abc/windowsdesktop-runtime-6.0.0-preview.1.21103.5-win-x86.exe",
            "hash": "dab5ea83d60c04531a47a39977d5ec9f44b936eb5014caefd10dabd8443d89ab79bf2b19e48d0260f2fc94a07d24baacb841fd556250b9c5e4e8891a78ee93f3"
          }
        ]
      }
    }
  ]
}
bin\Chessie.dll
md5: B5AE1290B559675E28546EB000DB94B0 | sha1: 607A156129BDF9954243802DB35BFCF392EA595C | sha256: 1D7ABADBB1231FCAD053C40F17C5C0931F64F517B8F007D6368E7640D31AC069 | sha512: B8EA6028647C758519A556CA249CCE3E108363C15C34819AF647887FAE147CFFCBD9A809919601DE239C057BC9F1DEBA60AB76034EA639E94372A86260F0F237
bin\clretwrc.dll
md5: 8B8861DA2171138AD22CCBC8D6BF2A7D | sha1: 9BA85A84CE60B67802AA2BFD276C61513E7098AF | sha256: C074FD740BF29539067CB199A42E100451CC4C272051634F3991A2B8D2AF249E | sha512: 77F9BDC47CC06728ABF4E0BC87585E71D1477AC6A605083CF397EF3AEFD4E00A86C412953BF57A6B8BCDE28001671A0AA3AC5271B271CF4EA6CB33F22D6E2920
bin\clrjit.dll
md5: E16E948241750BC7A4CD26B068691BA6 | sha1: 6DB7EB0DE7FE39831CD4725BDC4FA7D3EAC7C101 | sha256: DDE10CA9D2006DBB2726987491112AD7B9743EF8C04AB1B0A8AF244B1F4213BC | sha512: 0E46E557AD8782FD96AB70DCF0C4BF4D4B58297998DC15C9E07A67FD1E7E6E72F29540184DE6EEC7ECDDD2E0CDE720D423003FD09BF241BF476FC5B1462A016C
bin\coreclr.dll
md5: F9F9CFB1189E349C26B8B79B510D98AF | sha1: D6268B0DF0EB551D1AB397311AB50795DA3F0B27 | sha256: 91D1CA34B093D0168E7277BEABEC36AED418134A6498BEC3884A1E444915ECB4 | sha512: 7EB7B6C3EE0B9043A74CA61ED75EA43ACB9F81C632053C8AFDE0E9A31BB41BB23ACA6E819627E7D40E7F0B6C9351FC3701FE77FA16D375E51F516AD6C33A14D1
bin\createdump.exe
md5: 7A9EDEA6C5A5AEFFFDE6DD7B32D06206 | sha1: DBED7BCF5C341B93DAE4F0166E03E41A10F20B51 | sha256: 346152F3948998C258F27058CE77C69297ED08654934B263B1683779569B0B88 | sha512: 7518575590F3BD4CA2C1B73BEAB5170684BABA69927EDE0EA042FE601B9D417548FD66BB8DC5581EE0A67D7F31975AD8BB7AFFA847F9552AE20F6069F02E4CAB
bin\cs\FSharp.Compiler.Service.resources.dll
md5: 1B5143AF04822FF61D289D7DE1EAB41A | sha1: 8EA5EE61FEC5A59F4A4DFD24F388F8C40738E3DA | sha256: EC866621B2F3D9309948765EE3E163450663D340C1249A9BFEF743D968D98008 | sha512: B16225A28A1061C38269AE43C14B8AA6E54B02E4EFCC34B299C12C9153D4B4B18CFD8AAD4185A4B02DDDCC504E94FF43A1B3195BA378C8F2918940A2BA1EE09B
bin\cs\FSharp.Core.resources.dll
md5: 8C63D5A2ECCA7D181CE534BC538924A4 | sha1: 295A1DDB4ACA489F4359AF75DCFEA9247044138E | sha256: 4182A80CDB0B1884C31292432127254BE6C6484461738E81E24F73E4DD9BDC9C | sha512: E6288CC67E6FC2281C8226782EF68F70547AED594A7D368A6821CC80A05A4DF7A5BDE0AF8CBFDEBEFC2A06A0A3926C0044995A197D4028C9AFB70432D8C66115
bin\cs\FSharp.DependencyManager.Nuget.resources.dll
md5: E671DCB79D97FBCE95B807E0050F7358 | sha1: CD9708A2419B6EE73C5D05C5475C8C022F566C64 | sha256: A666685C089979CB415864D2CB65AF2FA49495569E00650AB99537D641712EEE | sha512: A82137999AC58FC115435D690BC9D65B9D1DF9286C9559258FA8BCAB8136D10DE52986E025AE727230CF19B188CFAF60117A44F73BF7C2BE848FA922896E46F7
bin\cs\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: D7DBF072C0C3ADC0801942B396E1BF41 | sha1: 31A16EB145835C6A81C50087DEE07B282B6595C4 | sha256: EEF7D9DD656D747D5173A504D611DCCCD0813EEFDF8D9C5B7AA0929DB44783A4 | sha512: 21F7B5EB2ACD49961A686E20155606AB4C62A4C1B228CF41B2594B012CADDA84ED49CFAD87063A5FB4562D90D26E21D40E4D8936CE6482B5B348E8F643B3C733
bin\dbgshim.dll
md5: 6EEB5DBD121B056E92BD0F8FAA9CCE4C | sha1: 912640F8B66CF76A969B9C1F8A67851300709CD9 | sha256: FFABCBC814CC983569B8B66E239DC4BEF09CC1066349841AD72F31D7139C8094 | sha512: 12EFC2F9C949E00D852409F5B9250C4A44587AB45B2394ACF8585B67DD68464F4E07EF88F5B517CD37B54FF6E232AF3CD202139849EC2E42541A4E4A5B71FC10
bin\de\FSharp.Compiler.Service.resources.dll
md5: 33758343A4E6B9F54811576CB8E85496 | sha1: 5F3F4E25F5F383FD2BDDCDD8C9D84EDD223174B7 | sha256: A831F27224D4A27B34392A1374D11DDE3667120A0AF363A977CE8F2DCB420D72 | sha512: 5D0AFCDCD3461029B9D3A5ACAA567E3E2B72CE12317BFF41A230EA8E07F8D9DCF15ECC18421CBC2C9D990509299FA3DD7F705266C82C7CE6F2A23E8A24C4F51C
bin\de\FSharp.Core.resources.dll
md5: C484BC8EA84C8339692E4D43195F686F | sha1: BF5F633DBA9881A97D08CF748E60C2F386C1DB9A | sha256: 1F7A3FF27E64BC201610070A1DB95DF991F264E1B1575937C0D23B0862278BD4 | sha512: A6173B1D03A21B88EF95EEE76277C662C943DB3BEA30FF5677BFE1FD846CD446031747377A697C9527A84467F9821F20202270A37D723C9104B3BA5CEAFB154F
bin\de\FSharp.DependencyManager.Nuget.resources.dll
md5: A5045340DFD16BB21ECE06D927BA8E78 | sha1: 131217D7177E186916860F913DBD5397770A555E | sha256: 3523561EDA1D0F8DFEB1631194BE8974F4F9BB249CF518E6503D5C6E9C7F21CC | sha512: 6085DBBC30AC3A2300122A1C487EB7FD4BC2834CD04B45DCB2A6DECCA871C178C4F8ABB0920C294CEB5240531190A74158DD556C1C4ACCD09533A150AD6014B5
bin\de\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: AEFB175053193965423E4D6812C31ADD | sha1: 43D05F8A820B6CB849BADDB81C6B7A8527AF2749 | sha256: 43D1ED279A908FCF7749E048AE41230F3AB7147E7783E0113F3DA98DD7CB8B58 | sha512: A655B6BBA426F32DC2B5986E2C687650922CE398D412916E5C8D585342C928ABFBBE229E95E9A17A5A867F1042CAE5BCB973AFEC76417D05978677511F7E2A97
bin\es\FSharp.Compiler.Service.resources.dll
md5: 4D90CD7FD4BE0F9CA3C2A538E0D3DED2 | sha1: B6659548C6A38E7CE4CA206EB1926242CAF0C9ED | sha256: 3048285F174E99F0989E8A402F3C5A04A23483A491DE6EC6F775135B13E43D77 | sha512: E17AAF2214A5F115A098FD7CABB20669A921EFBE50DA66C33A945FE7033C143910D4D78F9E7469B15B9ED46FCBADCFA85F982083BC0540ABC33338776F01668C
bin\es\FSharp.Core.resources.dll
md5: ABC0F4D2ACEE0E66B04C5CF388AD5B7F | sha1: 9231887DCE4A5D3CF24D07C371171172CD71AB02 | sha256: EF683D84C38550984F903F2234D6D21D33D12E7D8636E033B152B261EB6FF9D9 | sha512: E0AF5310CF648E65765D58C08348C30C4B075E8B1EFC67131E2745BE7C5C552CFA59CE0D8A640100E13DA6E2628A4651500543067D807F17550C79BF496FD6FA
bin\es\FSharp.DependencyManager.Nuget.resources.dll
md5: 9367760A81CBEBDFF6F7B817CDA50C24 | sha1: EFDC7D471FA3DE8D43A24D9FABEB7690FAABDEC9 | sha256: 948979ECD3F620CD6CE5817F931855F37817BB5CC492FB54331540C6C6476DC6 | sha512: 59E4BEF61240F20F1A4E843196ED2F1D63FD406E97E414B36C2F71172B0AC13429587F93ACE878C4CA07E282A0C1082537440362AFFABDF217408593BC7FF96C
bin\es\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 6CD5865866B1A5711A1AC7987AE496F8 | sha1: 473FD0B2A11E57E6FF07D8A019995CEA680BF5B4 | sha256: 8DBE2B55430EA0598F6B05EE8D54F740A3D89AE2FD1C81DA4A656EC838C4DA90 | sha512: 25E3A74052D8319515E64EA76A310E6D084CD8D538C8C4FE41FD0FC3AF0C4D25FA32A486692375A6FA052900A36EF83DC6A146889800BAC278DEC09C378F798A
bin\Fake.Core.CommandLineParsing.dll
md5: C63E2A5AF8DF85C8D2AA6278D57BAB62 | sha1: E3862EC7DAD386A38527463BA65CC6DA69908D8A | sha256: EAD184CA075F1C9ECD62425C22DB4DF0C9085E3A910DCF920DAE4A41F17D768C | sha512: D44636413FA55F40E83DCBE0EFB42B415555B38297DBAD69F0F24A740FC4C89C691C7734E6AE03320C9A3D644E507867F703468504A35ECA77B03598452A2DFF
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="T:Fake.Core.CommandLineParsing.Tag">
 <namespacedoc>
 <summary>
 Command Line Parsing namespace contains tasks to help in parsing FAKE runner command line arguments and script
 arguments
 </summary>
 </namespacedoc>
</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: 75A1AFED91212ECCA7B7C66B58D632B8 | sha1: 79C0603C426C14CE35BBC5515079B9F51AD61587 | sha256: 3B387C54E5FC33F208D844F11372AB1E2C8615125CFF2CDF7F2B26EA6D8C8D6D | sha512: 7C8DFF56989D8D739AB85B29E758A670B8A8900E31A38DC66EE5FB5D4959A254CD8D9CA394CF5DA561C1CFBA03278C75191F86EAA022C9D40FF98BF7C5271087
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.RuntimeContext">
<summary>
 FAKE runtime execution context
</summary>
</member>
<member name="P:Fake.Core.Context.FakeExecutionContext.Arguments">
<summary>
 Script arguments
</summary>
</member>
<member name="P:Fake.Core.Context.FakeExecutionContext.ScriptFile">
<summary>
 The script file current build is running
</summary>
</member>
<member name="P:Fake.Core.Context.FakeExecutionContext.Context">
<summary>
 The context data
</summary>
</member>
<member name="P:Fake.Core.Context.FakeExecutionContext.IsCached">
<summary>
 Mark if script is cached
</summary>
</member>
<member name="T:Fake.Core.Context.FakeExecutionContext">
 <summary>
 FAKE execution context type
 </summary>
</member>
<member name="M:Fake.Core.Context.setExecutionContextFromCommandLineArgs(System.String)">
 <summary>
 Creates and sets the FAKE execution context from command line arguments.
 </summary>
</member>
<member name="M:Fake.Core.Context.forceFakeContext">
 <summary>
 Check and current context is a FAKE execution context and throws `InvalidOperationException`
 exception when not
 </summary>
</member>
<member name="M:Fake.Core.Context.isFakeContext">
 <summary>
 Check if execution context is a FAKE execution context
 </summary>
</member>
<member name="M:Fake.Core.Context.setFakeContext(System.String,System.Object,Microsoft.FSharp.Core.FSharpFunc{System.Object,System.Object},Fake.Core.Context.FakeExecutionContext)">
 <summary>
 Set or update FAKE execution context data by name
 </summary>

 <param name="name">FAKE execution context data name</param>
 <param name="updateF">Callback to call when updating the value</param>
 <param name="f">FAKE execution context</param>
</member>
<member name="M:Fake.Core.Context.removeFakeContext(System.String,Fake.Core.Context.FakeExecutionContext)">
 <summary>
 Removes FAKE execution context data by name
 </summary>

 <param name="name">FAKE execution context data name</param>
 <param name="f">FAKE execution context</param>
</member>
<member name="M:Fake.Core.Context.getFakeContext(System.String,Fake.Core.Context.FakeExecutionContext)">
 <summary>
 Gets FAKE execution context data by name
 </summary>

 <param name="name">FAKE execution context data name</param>
 <param name="f">FAKE execution context</param>
</member>
<member name="M:Fake.Core.Context.getFakeExecutionContext(Fake.Core.Context.RuntimeContext)">
 <summary>
 Gets FAKE execution context by FAKE runtime context
 </summary>

 <param name="e">FAKE runtime execution context</param>
</member>
<member name="M:Fake.Core.Context.removeExecutionContext">
 <summary>
 Remove execution context
 </summary>
</member>
<member name="M:Fake.Core.Context.setExecutionContext(Fake.Core.Context.RuntimeContext)">
 <summary>
 Sets FAKE execution context to the given context
 </summary>
</member>
<member name="M:Fake.Core.Context.getExecutionContext">
 <summary>
 Gets FAKE execution context
 </summary>
</member>
<member name="T:Fake.Core.Context">
 <summary>
 This module tracks the context of the build.
 <remarks>
 This allows us to run some modules without any context and change behavior depending on the context
 (For example <c>Fake.Process</c> kills all processes when the Fake Context exists, but it should not when used
 as library)
 </remarks>
 </summary>
</member>
</members>
</doc>
bin\Fake.Core.DependencyManager.Paket.dll
md5: 3CEA1A8820005700204DFD8AA9CE1886 | sha1: 4F817767C86804DA7AAF3D3D93675FAFCAFE822B | sha256: 546E83B7DAC3D7875F0A4C3B114CD1D218C2FCD97C400989C2DCB91E19FC5B89 | sha512: 7EEA27D47ED3ABA1A3ADE960C96D720CA2CF96FFC3A6DD6DD081571966BA511A3339FBF9736E007FD0D5B92EE11BE47933D405600EDDF922CFBCA42735A47A6A
bin\Fake.Core.DependencyManager.Paket.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.DependencyManager.Paket</name></assembly>
<members>
<member name="F:Fake.Core.DependencyManager.Paket.Internals.PaketDependencyManager.Key@">
<summary>
 Key that identifies the types of dependencies that this DependencyManager operates on
</summary>
</member>
<member name="F:Fake.Core.DependencyManager.Paket.Internals.PaketDependencyManager.Name@">
<summary>
 Name of the dependency manager
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.PaketDependencyManager.Name">
<summary>
 Name of the dependency manager
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.PaketDependencyManager.Key">
<summary>
 Key that identifies the types of dependencies that this DependencyManager operates on
</summary>
</member>
<member name="M:Fake.Core.DependencyManager.Paket.Internals.PaketDependencyManager.ResolveDependencies(System.String,System.Collections.Generic.IEnumerable{System.String},System.String)">
<summary>
 Resolve the dependencies, for the given set of arguments, go find the .dll references, scripts and additional include values.
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult.Success">
<summary>
 Succeeded?
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult.StdOut">
<summary>
 The resolution output log
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult.StdError">
<summary>
 The resolution error log (* process stderror *)
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult.SourceFiles">
<summary>
 The source code file paths (will be treated as #load options)
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult.Roots">
<summary>
 The roots to package directories (will be treated like #I options)
</summary>
</member>
<member name="P:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult.Resolutions">
<summary>
 The resolution paths (will be treated as #r options)
</summary>
</member>
<member name="T:Fake.Core.DependencyManager.Paket.Internals.ResolveDependenciesResult">
 <summary>
 returned structure from the ResolveDependencies method call.
 </summary>
</member>
<member name="T:Fake.Core.DependencyManager.Paket.Internals.DependencyManagerAttribute">
 <summary>
 A marker attribute to tell FCS that this assembly contains a Dependency Manager, or
 that a class with the attribute is a <c>DependencyManager</c>
 </summary>
</member>
<member name="T:Fake.Core.DependencyManager.Paket.Internals">
 <namespacedoc>
 <summary>
 DependencyManager.Paket namespace contains tasks to interact with paket dependency manager
 </summary>
 </namespacedoc>
</member>
</members>
</doc>
bin\Fake.Core.Environment.dll
md5: 2E54743C9AEAAB92D872D5FAF19934DB | sha1: C2E4375D38E4DF78515309F52A5166901A7572CB | sha256: 7E18F6AB4BDD308D1EE9FDD52267B5A73937164E1B8AE355597A2C7A23CCC0F9 | sha512: 51FC9BE65B9A74E2EA41B1BDC6A0506CD7FFA8C58941E3E42C09BFB818DD567071D9CA7AB59F1D06C589A3C7FA7B59FA6254C2405534DDD4C2617A24A8CBBDFB
bin\Fake.Core.Environment.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Environment</name></assembly>
<members>
<member name="T:Fake.Core.TraceMode">
<summary>
 The trace mode option.
</summary>
</member>
<member name="T:Fake.Core.BuildServer">
<summary>
 The server type option.
</summary>
</member>
<member name="T:Fake.Core.Environment.EnvironTarget">
 <summary>
 Type alias for System.EnvironmentVariableTarget
 </summary>
</member>
<member name="M:Fake.Core.Environment.getNuGetPackagesCacheFolder">
<summary>
 Returns the path to the user-specific nuget packages folder
</summary>
</member>
<member name="M:Fake.Core.Environment.getDefaultEncoding">
 <summary>
 Contains the IO encoding which is given via build parameter "encoding" or the default encoding if no encoding
 was specified.
 </summary>
</member>
<member name="M:Fake.Core.Environment.getTargetPlatformDir(System.String)">
 <summary>
 Gets the local directory for the given target platform
 </summary>
</member>
<member name="M:Fake.Core.Environment.getNewestTool``1(System.Collections.Generic.IEnumerable{``0})">
 <summary>
 Helper function to help find framework or sdk tools from the
 newest toolkit available
 </summary>
</member>
<member name="P:Fake.Core.Environment.sdkBasePath">
 <summary>
 Base path for getting tools from windows SDKs
 </summary>
</member>
<member name="P:Fake.Core.Environment.TargetPlatformPrefix">
 <summary>
 The path of the current target platform
 </summary>
</member>
<member name="P:Fake.Core.Environment.pathDirectories">
 <summary>
 Gets the list of valid directories included in the PATH environment variable.
 </summary>
</member>
<member name="P:Fake.Core.Environment.monoVersion">
 <summary>
 Required sometimes to workaround mono crashes <a href="http://stackoverflow.com/a/8414517/1269722">
 see this link</a>
 <remarks>
 Only given when we are running on mono,
 represents the version of the mono runtime we
 are currently running on.
 In netcore world you can retrieve the mono version in the
 environment (PATH) via <c>Fake.Core.Process.Mono.monoVersion</c>
 </remarks>
 </summary>
</member>
<member name="P:Fake.Core.Environment.isMono">
 <summary>
 Determines if the current FAKE runner is being run via mono.  With the FAKE 5 or above runner,
 this will always be false
 </summary>
 Todo: Detect mono on windows
</member>
<member name="P:Fake.Core.Environment.isWindows">
 <summary>
 Determines if the current system is a Windows system
 </summary>
</member>
<member name="P:Fake.Core.Environment.isLinux">
 <summary>
 Determines if the current system is a Linux system
 </summary>
</member>
<member name="P:Fake.Core.Environment.isMacOS">
 <summary>
 Determines if the current system is a MacOs system
 </summary>
</member>
<member name="P:Fake.Core.Environment.isUnix">
 <summary>
 Determines if the current system is an Unix system.
 See <a href="http://www.mono-project.com/docs/faq/technical/#how-to-detect-the-execution-platform">
 how-to-detect-the-execution-platform
 </a>
 </summary>
</member>
<member name="P:Fake.Core.Environment.SystemRoot">
 <summary>
 The system root environment variable. Typically <c>C:\Windows</c>
 </summary>
</member>
<member name="P:Fake.Core.Environment.ProgramFilesX86">
 <summary>
 The path of Program Files (x86)
 It seems this covers all cases where <c>PROCESSOR\_ARCHITECTURE</c> may misreport and the case where
 the other variable <c>PROCESSOR\_ARCHITEW6432</c> can be null
 </summary>
</member>
<member name="P:Fake.Core.Environment.ProgramFiles">
 <summary>
 The path of the "Program Files" folder - might be x64 on x64 machine
 </summary>
</member>
<member name="M:Fake.Core.Environment.hasEnvironVar(System.String)">
 <summary>
 Returns if the build parameter with the given name was set
 </summary>

 <param name="name">The name of the environment variable</param>
</member>
<member name="M:Fake.Core.Environment.splitEnvironVar(System.String)">
 <summary>
 Splits the entries of an environment variable and removes the empty ones.
 </summary>

 <param name="name">The name of the environment variable</param>
</member>
<member name="M:Fake.Core.Environment.environVarOrNone(System.String)">
 <summary>
 Retrieves the environment variable or None
 </summary>

 <param name="name">The name of the environment variable</param>
</member>
<member name="M:Fake.Core.Environment.environVarAsBool(System.String)">
 <summary>
 Retrieves the environment variable with the given name or returns the false if no value was set
 </summary>

 <param name="varName">The name of the environment variable</param>
</member>
<member name="M:Fake.Core.Environment.environVarAsBoolOrDefault(System.String,System.Boolean)">
 <summary>
 Retrieves the environment variable with the given name or returns the default bool if no value was set
 </summary>

 <param name="name">The name of the environment variable</param>
 <param name="defaultValue">The default value to return if no value was set</param>
</member>
<member name="M:Fake.Core.Environment.environVarOrFail(System.String)">
 <summary>
 Retrieves the environment variable with the given name or fails if not found
 </summary>

 <param name="name">The name of the environment variable</param>
</member>
<member name="M:Fake.Core.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>

 <param name="name">The name of the environment variable</param>
 <param name="defaultValue">The default value to return if no value was set</param>
</member>
<member name="M:Fake.Core.Environment.clearEnvironVar(System.String)">
 <summary>
 Clears the environment variable with the given name for the current process.
 </summary>

 <param name="name">The name of the environment variable</param>
</member>
<member name="M:Fake.Core.Environment.setEnvironVar(System.String,System.String)">
 <summary>
 Sets the environment variable with the given name
 </summary>

 <param name="name">The name of the environment variable to set</param>
 <param name="value">The value of the environment variable to set</param>
</member>
<member name="M:Fake.Core.Environment.environVars">
 <summary>
 Retrieves all environment variables from the given target
 </summary>
</member>
<member name="M:Fake.Core.Environment.environVar(System.String)">
 <summary>
 Retrieves the environment variable with the given name
 </summary>

 <param name="name">The environment variable name</param>
</member>
<member name="M:Fake.Core.Environment.Internal.parseMonoDisplayName(System.String)">
<summary>
 Internal, do not use.
 We use this internally for parsing the output of mono --version
</summary>
</member>
<member name="T:Fake.Core.Environment">
 <summary>
 This module contains functions which allow to read and write environment variables and build parameters
 </summary>
</member>
<member name="M:Fake.Core.BuildServerModule.install(Microsoft.FSharp.Collections.FSharpList{Fake.Core.BuildServerInstaller})">
 <summary>
 Install given list of build servers
 </summary>

 <param name="servers">The list of build servers to install</param>
</member>
<member name="P:Fake.Core.BuildServerModule.isLocalBuild">
 <summary>
 Is true when the current build is a local build.
 </summary>
</member>
<member name="P:Fake.Core.BuildServerModule.buildVersion">
 <summary>
 The current build version as detected from the current build server.
 </summary>
</member>
<member name="P:Fake.Core.BuildServerModule.buildServer">
 <summary>
 The current build server
 </summary>
</member>
<member name="P:Fake.Core.BuildServerModule.appVeyorBuildVersion">
 <summary>
 AppVeyor build number
 </summary>
 [omit]
</member>
<member name="P:Fake.Core.BuildServerModule.ccBuildLabel">
 <summary>
 CruiseControl.NET Build label
 </summary>
 [omit]
</member>
<member name="P:Fake.Core.BuildServerModule.jenkinsBuildNumber">
 <summary>
 Build number retrieved from Jenkins
 </summary>
 [omit]
</member>
<member name="P:Fake.Core.BuildServerModule.gitHubActionsBuildNumber">
 <summary>
 Build number retrieved from GitHub Actions
 </summary>
 [omit]
</member>
<member name="P:Fake.Core.BuildServerModule.isGitHubActionsBuild">
<summary>
 Checks if we are on GitHub Actions
 &lt;/summary&gt;
 [omit]
</summary>
</member>
<member name="P:Fake.Core.BuildServerModule.gitlabCIBuildNumber">
 <summary>
 Build number retrieved from GitLab CI
 </summary>
 [omit]
</member>
<member name="P:Fake.Core.BuildServerModule.isGitlabCI">
 <summary>
 Checks if we are on GitLab CI
 </summary>
 [omit]
</member>
<member name="P:Fake.Core.BuildServerModule.travisBuildNumber">
 <summary>
 Build number retrieved from Travis
 </summary>
 [omit]
</member>
<member name="P:Fake.Core.BuildServerModule.tcBuildNumber">
 <summary>
 Build number retrieved from TeamCity
 </summary>
 [omit]
</member>
<member name="P:Fake.Core.BuildServerModule.tfBuildNumber">
 <summary>
 Build number retrieved from Team Foundation
 </summary>
 [omit]
</member>
<member name="P:Fake.Core.BuildServerModule.isTFBuild">
 <summary>
 Checks if we are on Team Foundation
 </summary>
 [omit]
</member>
<member name="P:Fake.Core.BuildServerModule.isBambooBuild">
 <summary>
 Checks if we are on Bamboo
 </summary>
 [omit]
</member>
<member name="P:Fake.Core.BuildServerModule.bambooBuildNumber">
 <summary>
 Build number retrieved from Bamboo
 </summary>
 [omit]
</member>
<member name="P:Fake.Core.BuildServerModule.xmlOutputFile">
 <summary>
 Defines the XML output file - used for build servers like CruiseControl.NET.
 This output file can be specified by using the *logfile* build parameter.
 </summary>
</member>
<member name="P:Fake.Core.BuildServerModule.localBuildLabel">
 <summary>
 A constant label for local builds
 </summary>
 [omit]
</member>
<member name="T:Fake.Core.BuildServerModule">
 <summary>
 Contains functions which allow build scripts to interact with a build server.
 </summary>
</member>
<member name="M:Fake.Core.Operators.op_GreaterBangGreater``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0)">
 <summary>
 Apply given parameter to two callbacks and return results from both callbacks
 </summary>
</member>
</members>
</doc>
bin\Fake.Core.FakeVar.dll
md5: 7BB8E5D77396E812932715BCDDFFDBC2 | sha1: AEBC0143B28703CE9C7AF80AD6611697701728EE | sha256: 2C7A23D834FFED103629D86917C510B1A98D7E498F200E90A7CFF3BAA6953E50 | sha512: 82348C74338EAE0484D1BBB2B085CFBF153DD63006DD975615C07578CAFAE4301AD6DFF6D4BC270A0CB9B85C28AF3CFD6680EB430C312B0231E6BBC5D1094CE0
bin\Fake.Core.FakeVar.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.FakeVar</name></assembly>
<members>
<member name="M:Fake.Core.FakeVar.defineOrNone``1(System.String)">
 <summary>
 Define a named FakeVar providing the get, remove and set
 Will always return 'None' when no context is set and 'throw' on set
 </summary>

 <param name="name">The name of the FakeVar</param>
</member>
<member name="M:Fake.Core.FakeVar.defineAllowNoContext``1(System.String)">
 <summary>
 Define a named FakeVar providing the get, remove and set
 Will use a local variable if there is no context
 </summary>

 <param name="name">The name of the FakeVar</param>
</member>
<member name="M:Fake.Core.FakeVar.define``1(System.String)">
 <summary>
 Define a named FakeVar providing the get, remove and set
 And of the functions will fail if there is no context
 </summary>

 <param name="name">The name of the FakeVar</param>
</member>
<member name="M:Fake.Core.FakeVar.set``1(System.String,``0)">
 <summary>
 Sets value of a FakeVar
 </summary>

 <param name="name">The name of the FakeVar</param>
 <param name="v">The value of the FakeVar</param>
</member>
<member name="M:Fake.Core.FakeVar.setFrom``1(System.String,``0,Fake.Core.Context.FakeExecutionContext)">
 <summary>
 Sets value of a FakeVar
 </summary>
</member>
<member name="M:Fake.Core.FakeVar.remove(System.String)">
 <summary>
 Removes a FakeVar by name
 </summary>

 <param name="name">The name of the FakeVar</param>
</member>
<member name="M:Fake.Core.FakeVar.removeFrom(System.String,Fake.Core.Context.FakeExecutionContext)">
 <summary>
 Removes a FakeVar by name
 </summary>
</member>
<member name="M:Fake.Core.FakeVar.getOrDefault``1(System.String,``0)">
 <summary>
 Gets a strongly typed FakeVar by name will return default value if variable is not found
 </summary>

 <param name="name">The name of the FakeVar</param>
 <param name="defaultValue">The default value to return if variable is not found</param>
</member>
<member name="M:Fake.Core.FakeVar.getOrFail``1(System.String)">
 <summary>
 Gets a strongly typed FakeVar by name will fail if variable is not found
 </summary>

 <param name="name">The name of the FakeVar</param>
</member>
<member name="M:Fake.Core.FakeVar.get``1(System.String)">
 <summary>
 Gets a strongly typed FakeVar by name returning an option type
 </summary>

 <param name="name">The name of the FakeVar</param>
</member>
<member name="T:Fake.Core.FakeVar">
 <summary>
 This module contains helpers for managing build time variables
 </summary>
</member>
</members>
</doc>
bin\Fake.Core.Process.dll
md5: 14AC37081C566B2BB95F51C91FF9402B | sha1: D32BFC3ED567F68FC2DC243AC6A1CB4E27DD8991 | sha256: 458D4D038387ACA5F356C99C3F34ADAE6BC4634863B82CA67D84F743276C5720 | sha512: E614CEAA6AB885F3A3C266B5209482D988BA3C8668D8EA326E5F39C146E49FB283995A8F28BC723503DA0368FBCCF15A79D3F9A037FC856D4A93AD33A1A23E91
bin\Fake.Core.Process.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Process</name></assembly>
<members>
<member name="P:Fake.Core.Arguments.ToWindowsCommandLine">
<summary>
 This is the reverse of https://msdn.microsoft.com/en-us/library/17w5ykft.aspx
</summary>
</member>
<member name="P:Fake.Core.Arguments.ToStartInfo">
<summary>
 Create a new command line string which can be used in a ProcessStartInfo object.
 If given, returns the exact input of `OfWindowsCommandLine` otherwise `ToWindowsCommandLine` (with some special code for `mono`) is used.
</summary>
</member>
<member name="P:Fake.Core.Arguments.ToLinuxShellCommandLine">
<summary>
 Escape the given argument list according to a unix shell (bash)
</summary>
</member>
<member name="M:Fake.Core.Arguments.OfWindowsCommandLine(System.String)">
<summary>
 See https://msdn.microsoft.com/en-us/library/17w5ykft.aspx
</summary>
</member>
<member name="M:Fake.Core.Arguments.OfStartInfo(System.String)">
<summary>
 Create a new arguments object from a given startinfo-conforming-escaped command line string.
 Same as `OfWindowsCommandLine`.
</summary>
</member>
<member name="M:Fake.Core.Arguments.OfArgs(System.Collections.Generic.IEnumerable{System.String})">
<summary>
 Create a new arguments object from the given list of arguments
</summary>
</member>
<member name="T:Fake.Core.Arguments">
 <summary>
 Represents a list of arguments
 </summary>
</member>
<member name="T:Fake.Core.RawCreateProcess">
 <summary>
 A raw (untyped) way to start a process
 </summary>
</member>
<member name="T:Fake.Core.StreamSpecification.CreatePipe">
<summary>
 Retrieve the raw pipe from the process (the StreamRef is set with a stream you can write into for &apos;stdin&apos; and read from for &apos;stdout&apos; and &apos;stderr&apos;)
</summary>
</member>
<member name="T:Fake.Core.StreamSpecification.UseStream">
<summary>
 Redirect to the given stream (the stream must be provided by the user and be writeable for &apos;stdout&apos; &amp; &apos;stderr&apos; and readable for &apos;stdin&apos;)
</summary>
</member>
<member name="T:Fake.Core.StreamSpecification.Inherit">
<summary>
 Do not redirect, or use normal process inheritance
</summary>
</member>
<member name="T:Fake.Core.StreamSpecification">
<summary>
 Various options to redirect streams.
</summary>
</member>
<member name="T:Fake.Core.DataRef`1">
 <summary>
 Represents basically an "out" parameter, allows to retrieve a value after a certain point in time.
 Used to retrieve "pipes"
 </summary>
</member>
<member name="T:Fake.Core.Command.RawCommand">
<summary>
 Windows: https://msdn.microsoft.com/en-us/library/windows/desktop/bb776391(v=vs.85).aspx
 Linux(mono): https://github.com/mono/mono/blob/0bcbe39b148bb498742fc68416f8293ccd350fb6/eglib/src/gshell.c#L32-L104 (because we need to create a commandline string internally which need to go through that code)
 Linux(netcore): See https://github.com/fsharp/FAKE/pull/1281/commits/285e585ec459ac7b89ca4897d1323c5a5b7e4558 and https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.Process/src/System/Diagnostics/Process.Unix.cs#L443-L522
</summary>
</member>
<member name="T:Fake.Core.Command">
 <summary>
 The type of command to execute
 </summary>
</member>
<member name="T:Fake.Core.StartedProcessInfo">
 <summary>
 Some information regarding the started process
 </summary>
</member>
<member name="T:Fake.Core.CreateProcess`1">
 <summary>
 Handle for creating a process and returning potential results.
 </summary>
</member>
<member name="T:Fake.Core.ProcessOutput">
 <summary>
 The output of the process. If ordering between stdout and stderr is important you need to use streams.
 </summary>
</member>
<member name="T:Fake.Core.IProcessHook`1">
 <summary>
 Hook for events when an CreateProcess is executed.
 </summary>
</member>
<member name="M:Fake.Core.Shell.Exec(System.String,Microsoft.FSharp.Core.FSharpOption{System.String},Microsoft.FSharp.Core.FSharpOption{System.String})">
 <summary>
 Runs the given process, waits for it's completion and returns the exit code.
 </summary>

 <param name="cmd">The command which should be run in elevated context.</param>
 <param name="args">The process arguments (optional).</param>
 <param name="directory">The working directory (optional).</param>
</member>
<member name="M:Fake.Core.Shell.AsyncExec(System.String,Microsoft.FSharp.Core.FSharpOption{System.String},Microsoft.FSharp.Core.FSharpOption{System.String})">
 <summary>
 Runs the given process asynchronously.
 </summary>

 <param name="cmd">The command which should be run in elevated context.</param>
 <param name="args">The process arguments (optional).</param>
 <param name="directory">The working directory (optional).</param>
</member>
<member name="T:Fake.Core.Shell">
 <summary>
 Allows to exec shell operations synchronously and asynchronously.
 </summary>
</member>
<member name="P:Fake.Core.ExecParams.Args">
<summary>
 Command-line argument pairs. The value will be quoted if it contains
 a string, and the result will be appended to the CommandLine property.
 If the key ends in a letter or number, a space will be inserted between
 the key and the value.
</summary>
</member>
<member name="P:Fake.Core.ExecParams.CommandLine">
<summary>
 Command-line parameters in a string.
</summary>
</member>
<member name="P:Fake.Core.ExecParams.WorkingDir">
<summary>
 The working directory for the program. Defaults to &quot;&quot;.
</summary>
</member>
<member name="P:Fake.Core.ExecParams.Program">
<summary>
 The path to the executable, without arguments.
</summary>
</member>
<member name="P:Fake.Core.ExecParams.Empty">
<summary>
 Default parameters for process execution.
</summary>
</member>
<member name="T:Fake.Core.ExecParams">
 <summary>
 Parameter type for process execution.
 </summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.WorkingDirectory">
<summary>
 When UseShellExecute is true, the fully qualified name of the directory that contains the process to be
 started. When the UseShellExecute property is false, the working directory for the process to be started.
 The default is an empty string (&quot;&quot;).
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.UseShellExecute">
<summary>
 true if the shell should be used when starting the process; false if the process should be created directly
 from the executable file. The default is true.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.UserName">
<summary>
 The user name to use when starting the process. If you use the UPN format, user@DNS_domain_name, the Domain
 property must be null.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.StandardOutputEncoding">
<summary>
 An object that represents the preferred encoding for standard output. The default is null.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.StandardErrorEncoding">
<summary>
 An object that represents the preferred encoding for error output. The default is null.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.RedirectStandardOutput">
<summary>
 true if output should be written to Process.StandardOutput; otherwise, false. The default is false.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.RedirectStandardInput">
<summary>
 true if input should be read from Process.StandardInput; otherwise, false. The default is false.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.RedirectStandardError">
<summary>
 true if error output should be written to Process.StandardError; otherwise, false. The default is false.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.Password">
<summary>
 Gets or sets the user password in clear text to use when starting the process.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.LoadUserProfile">
<summary>
 true if the Windows user profile should be loaded; otherwise, false. The default is false.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.FileName">
<summary>
 Gets or sets the application or document to start.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.Environment">
<summary>
 Gets the environment variables that apply to this process and its child processes.
 NOTE: Recommendation is to not use this Field, but instead use the helper function in the Proc module
 (for example Process.setEnvironmentVariable)
 NOTE: This field is ignored when UseShellExecute is true.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.Domain">
<summary>
 Gets or sets a value that identifies the domain to use when starting the process. If this value is null,
 the UserName property must be specified in UPN format.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.CreateNoWindow">
<summary>
 Gets or sets a value indicating whether to start the process in a new window.
</summary>
</member>
<member name="P:Fake.Core.ProcStartInfo.Arguments">
<summary>
 Gets or sets the set of command-line arguments to use when starting the application.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfo.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="T:Fake.Core.ProcStartInfo">
 <summary>
 The process start info, a type used to define a process configurations, options and arguments
 </summary>
</member>
<member name="T:Fake.Core.ProcessResult">
 <summary>
 A process result including error code, message log and errors.
 </summary>
</member>
<member name="T:Fake.Core.ConsoleMessage">
 <summary>
 A record type which captures console messages
 </summary>
</member>
<member name="M:Fake.Core.GuardedAwaitObservable.Async.GuardedAwaitObservable.Static``1(System.IObservable{``0},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
<summary>
 Behaves like AwaitObservable, but calls the specified guarding function
 after a subscriber is registered with the observable.
</summary>
</member>
<member name="M:Fake.Core.GuardedAwaitObservable.synchronize``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.Unit},``0})">
 <summary>
 Helper that can be used for writing CPS-style code that resumes
 on the same thread where the operation was started.
 </summary>
</member>
<member name="M:Fake.Core.ProcessHelpers.Event.guard``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Control.IEvent{``0,``1})">
 <summary>
 Executes f just after adding the event-handler
 </summary>
</member>
<member name="M:Fake.Core.ProcessHelpers.AsyncExtensions.AsyncBuilder.Bind``1(Microsoft.FSharp.Control.FSharpAsyncBuilder,System.Threading.Tasks.Task,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Control.FSharpAsync{``0}})">
 <summary>
 An extension method that overloads the standard <c>Bind</c> of the <c>async</c> builder.
 The new overload awaits on a standard .NET task which does not commpute a value
 </summary>
</member>
<member name="M:Fake.Core.ProcessHelpers.AsyncExtensions.AsyncBuilder.Bind``2(Microsoft.FSharp.Control.FSharpAsyncBuilder,System.Threading.Tasks.Task{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Control.FSharpAsync{``1}})">
 <summary>
 An extension method that overloads the standard <c>Bind</c> of the <c>async</c> builder.
 The new overload awaits on a standard .NET task
 </summary>
</member>
<member name="M:Fake.Core.ProcessHelpers.AsyncExtensions.Async.StartAsTaskProperCancel.Static``1(Microsoft.FSharp.Control.FSharpAsync{``0},Microsoft.FSharp.Core.FSharpOption{System.Threading.Tasks.TaskCreationOptions},Microsoft.FSharp.Core.FSharpOption{System.Threading.CancellationToken})">
<summary>
 Like StartAsTask but gives the computation time to so some regular cancellation work
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.ofList(Microsoft.FSharp.Collections.FSharpList{System.String})">
<summary>
 Create a arguments instance from a list.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.toArray(Fake.Core.Arguments)">
<summary>
 Convert the arguments instance to a string array
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.toList(Fake.Core.Arguments)">
<summary>
 Convert the arguments instance to a string list
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendNotEmpty(System.String,System.String,Fake.Core.Arguments)">
<summary>
 Append an argument prefixed by another if the value is not null or empty
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendIf(System.Boolean,System.String,Fake.Core.Arguments)">
<summary>
 Append an argument to a command line if a condition is true.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendOption(System.String,Microsoft.FSharp.Core.FSharpOption{System.String},Fake.Core.Arguments)">
<summary>
 Append an argument prefixed by another if the value is Some.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendRawEscapedNotEmpty(System.String,System.String,Fake.Core.Arguments)">
<summary>
 Append an argument prefixed by another if the value is Some.
 This method is only required if you NEED quotes WITHIN your argument (some old Microsoft Tools).
 &quot;raw&quot; methods are not compatible with non-raw methods.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendRawEscapedOption(System.String,Microsoft.FSharp.Core.FSharpOption{System.String},Fake.Core.Arguments)">
<summary>
 Append an argument prefixed by another if the value is Some.
 This method is only required if you NEED quotes WITHIN your argument (some old Microsoft Tools).
 &quot;raw&quot; methods are not compatible with non-raw methods.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendRawEscapedIf(System.Boolean,System.String,System.String,Fake.Core.Arguments)">
<summary>
 Append an argument prefixed by another if the value is Some.
 This method is only required if you NEED quotes WITHIN your argument (some old Microsoft Tools).
 &quot;raw&quot; methods are not compatible with non-raw methods.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendRawEscaped(System.String,System.String,Fake.Core.Arguments)">
<summary>
 Appends the given raw argument to the command line, you can not use other methods for this to work
 This allows unusal quoting with the given prefix, like /k:&quot;myarg&quot; (&quot;/k:&quot; would be the argPrefix)
 This method is only required if you NEED quotes WITHIN your argument (some old Microsoft Tools).
 &quot;raw&quot; methods are not compatible with non-raw methods.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.appendRaw(System.String,Fake.Core.Arguments)">
<summary>
 Appends the given raw argument to the command line, you can not use other methods for this to work
 This method is only required if you NEED quotes WITHIN your argument (some old Microsoft Tools).
 &quot;raw&quot; methods are not compatible with non-raw methods.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.append(System.Collections.Generic.IEnumerable{System.String},Fake.Core.Arguments)">
<summary>
 Append all arguments after the current arguments
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.withPrefix(System.Collections.Generic.IEnumerable{System.String},Fake.Core.Arguments)">
<summary>
 Append the given arguments before all current arguments
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.toStartInfo(Fake.Core.Arguments)">
<summary>
 Create a new command line string which can be used in a ProcessStartInfo object.
 If given, returns the exact input of `OfWindowsCommandLine` otherwise `ToWindowsCommandLine` (with some special code for `mono`) is used.
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.toLinuxShellCommandLine(Fake.Core.Arguments)">
<summary>
 Escape the given argument list according to a unix shell (bash)
</summary>
</member>
<member name="M:Fake.Core.ArgumentsModule.toWindowsCommandLine(Fake.Core.Arguments)">
<summary>
 This is the reverse of https://msdn.microsoft.com/en-us/library/17w5ykft.aspx
</summary>
</member>
<member name="T:Fake.Core.ArgumentsModule">
<summary>
 Module for working with an `Arguments` instance
</summary>
</member>
<member name="M:Fake.Core.Args.fromWindowsCommandLine(System.String)">
 <summary>
 Read a windows command line string into its arguments
 </summary>

 <param name="cmd">The command to construct</param>
</member>
<member name="M:Fake.Core.Args.toLinuxShellCommandLine(System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Escape the given argument list according to a unix shell (bash)
 </summary>

 <param name="args">The arguments list</param>
</member>
<member name="M:Fake.Core.Args.toWindowsCommandLine(System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Convert the given argument list to a conforming windows command line string, escapes parameter in quotes if
 needed.
 </summary>

 <param name="args">The arguments list</param>
</member>
<member name="T:Fake.Core.Args">
 <summary>
 Helper functions for proper command line parsing
 </summary>
</member>
<member name="M:Fake.Core.ProcessUtils.findLocalTool(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Like <c>tryFindLocalTool</c> but returns the <c>tool</c> string if nothing is found (will probably error
 later, but this function is OK to be used for fake default values.
 </summary>

 <param name="envVar">The environment variable name</param>
 <param name="tool">The file name (tool) to search for</param>
 <param name="recursiveDirs">The list of directories to use</param>
</member>
<member name="M:Fake.Core.ProcessUtils.tryFindLocalTool(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Find a local tool in the given envar the given directories, the current directory or PATH (in this order)
 Recommended usage <c>tryFindLocalTool "TOOL" "tool" [ "." ]</c>
 </summary>

 <param name="envVar">The environment variable name</param>
 <param name="tool">The file name (tool) to search for</param>
 <param name="recursiveDirs">The list of directories to use</param>
</member>
<member name="M:Fake.Core.ProcessUtils.walkDirectories(System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Walks directories via breadth first search (BFS)
 </summary>
</member>
<member name="M:Fake.Core.ProcessUtils.findPath(System.Collections.Generic.IEnumerable{System.String},System.String)">
 <summary>
 Tries to find the tool via Env-Var. If no path has the right tool we are trying the PATH system variable.
 Considers PATHEXT on Windows.
 </summary>
 [omit]
</member>
<member name="M:Fake.Core.ProcessUtils.tryFindPath(System.Collections.Generic.IEnumerable{System.String},System.String)">
 <summary>
 Tries to find the tool via given directories. If no path has the right tool we are trying the current
 directory and the PATH system variable. Considers PATHEXT on Windows.
 </summary>

 <param name="additionalDirs">The list of directories to consider in search</param>
 <param name="tool">The file name (tool) to search for</param>
</member>
<member name="M:Fake.Core.ProcessUtils.tryFindTool(System.String,System.String)">
 <summary>
 Tries to find the tool via Env-Var. If no path has the right tool we are trying the PATH system variable.
 Considers PATHEXT on Windows.
 </summary>

 <param name="envVar">The environment variable name</param>
 <param name="tool">The file name (tool) to search for</param>
</member>
<member name="M:Fake.Core.ProcessUtils.tryFindFileOnPath(System.String)">
 <summary>
 Searches the current directory and the directories within the PATH
 environment variable for the given file. If successful returns the full
 path to the file. Considers PATHEXT on Windows.
 </summary>

 <param name="file">The file to search for</param>
</member>
<member name="M:Fake.Core.ProcessUtils.findFilesOnPath(System.String)">
 <summary>
 Searches the current directory and in PATH for the given file and returns the result ordered by precedence.
 Considers PATHEXT on Windows.
 </summary>

 <param name="tool">The file name (tool) to search for</param>
</member>
<member name="M:Fake.Core.ProcessUtils.findFile(System.Collections.Generic.IEnumerable{System.String},System.String)">
 <summary>
 Searches the given directories for the given file, failing if not found. Considers PATHEXT on Windows.
 </summary>

 <param name="dirs">The directories list</param>
 <param name="tool">The file name (tool) to search for</param>
</member>
<member name="M:Fake.Core.ProcessUtils.tryFindFile(System.Collections.Generic.IEnumerable{System.String},System.String)">
 <summary>
 Searches the given directories for all occurrences of the given file name. Considers PATHEXT on Windows.
 </summary>

 <param name="dirs">The directories list</param>
 <param name="tool">The file name (tool) to search for</param>
</member>
<member name="M:Fake.Core.ProcessUtils.findFiles(System.Collections.Generic.IEnumerable{System.String},System.String)">
 <summary>
 Searches the given directories for all occurrences of the given file name, on windows PATHEXT is considered
 (and preferred when searching)
 </summary>

 <param name="dirs">The directories list</param>
 <param name="tool">The file name (tool) to search for</param>
</member>
<member name="M:Fake.Core.ProcessUtils.findFilesInternal(System.Collections.Generic.IEnumerable{System.String},System.String)">
 <summary>
 Searches the given directories for all occurrences of the given file name
 </summary>
</member>
<member name="T:Fake.Core.ProcessUtils">
 <summary>
 Contains functions which can be used to start other tools.
 </summary>
</member>
<member name="M:Fake.Core.InternalStreams.StreamModule.duplicate``1(Fake.Core.InternalStreams.IStream{``0})">
 <summary>
 Duplicates the given stream, which means returning two stream instances
 which will read the same data.
 At the same time buffers all data (ie read from s as fast as possible).
 Any data written to the returned instances will be written to the given instance.
 </summary>
</member>
<member name="M:Fake.Core.CreateProcess.withTimeout``1(System.TimeSpan,Fake.Core.CreateProcess{``0})">
 <summary>
 Set the given timeout, kills the process after the specified timespan
 </summary>

 <param name="timeout">The timeout amount</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.warnOnExitCode``1(System.String,Fake.Core.CreateProcess{``0})">
 <summary>
 Like<c>ensureExitCode</c> but only triggers a warning instead of failing.
 </summary>

 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.ensureExitCode``1(Fake.Core.CreateProcess{``0})">
 <summary>
 Makes sure the exit code is <c>0</c>, otherwise a detailed exception is thrown (showing the command line).
 </summary>

 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.ensureExitCodeWithMessage``1(System.String,Fake.Core.CreateProcess{``0})">
 <summary>
 throws an exception with the given message if <c>exitCode &lt;&gt; 0</c>
 </summary>

 <param name="msg">The message to use</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.addOnExited``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Int32,``1}},Fake.Core.CreateProcess{``0})">
 <summary>
 Execute the given function after the process has been exited and the previous result has been calculated.
 </summary>

 <param name="f">Function to add on exit event</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.withOutputEventsNotNull``1(Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Fake.Core.CreateProcess{``0})">
 <summary>
 Like <c>withOutputEvents</c> but skips <c>null</c> objects.
 </summary>

 <param name="onStdOut">Function to add as a standard output handler</param>
 <param name="onStdErr">Function to add as a standard error handler</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.withOutputEvents``1(Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Fake.Core.CreateProcess{``0})">
 <summary>
 Calls the given functions whenever a new output-line is received.
 </summary>

 <param name="onStdOut">Function to add as a standard output handler</param>
 <param name="onStdErr">Function to add as a standard error handler</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.redirectOutputIfNotRedirected``1(Fake.Core.CreateProcess{``0})">
 <summary>
 Starts redirecting the output streams if they are not already redirected.
 Be careful when using this function. Using redirectOutput is the preferred variant
 </summary>

 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.redirectOutput``1(Fake.Core.CreateProcess{``0})">
 <summary>
 Starts redirecting the output streams and collects all data at the end.
 </summary>

 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.mapResult``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Fake.Core.CreateProcess{Fake.Core.ProcessResult{``0}})">
 <summary>
 Map only the result object and leave the exit code in the result type.
 </summary>

 <param name="f">Function to run result map through</param>
</member>
<member name="M:Fake.Core.CreateProcess.map``2(Microsoft.FSharp.Core.FSharpFunc{``0,``1},Fake.Core.CreateProcess{``0})">
 <summary>
 Map the current result to a new type.
 </summary>
</member>
<member name="M:Fake.Core.CreateProcess.withStandardInput``1(Fake.Core.StreamSpecification,Fake.Core.CreateProcess{``0})">
 <summary>
 Set the standard input stream.
 </summary>

 <param name="stdIn">The standard input to use</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.withStandardError``1(Fake.Core.StreamSpecification,Fake.Core.CreateProcess{``0})">
 <summary>
 Set the standard error stream.
 </summary>

 <param name="stdOut">The standard error to use</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.withStandardOutput``1(Fake.Core.StreamSpecification,Fake.Core.CreateProcess{``0})">
 <summary>
 Set the standard output stream.
 </summary>

 <param name="stdOut">The standard output to use</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.setEnvironmentVariable``1(System.String,System.String,Fake.Core.CreateProcess{``0})">
 <summary>
 Set the given environment variable.
 </summary>

 <param name="envKey">The environment variable key</param>
 <param name="envVar">The environment variable value</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.getEnvironmentMap``1(Fake.Core.CreateProcess{``0})">
 <summary>
 Retrieve the current environment map.
 </summary>

 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.withEnvironmentMap``1(System.Collections.Immutable.IImmutableDictionary{System.String,System.String},Fake.Core.CreateProcess{``0})">
 <summary>
 Sets the given environment map.
 </summary>

 <param name="env">The environment variables map to add</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.withEnvironment``1(Microsoft.FSharp.Collections.FSharpList{System.Tuple{System.String,System.String}},Fake.Core.CreateProcess{``0})">
 <summary>
 Sets the given environment variables
 </summary>

 <param name="env">The environment variables list to add</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.addOnStartedEx``1(Microsoft.FSharp.Core.FSharpFunc{Fake.Core.StartedProcessInfo,Microsoft.FSharp.Core.Unit},Fake.Core.CreateProcess{``0})">
 <summary>
 Execute the given function right after the process is started.
 PID for process can be obtained from p parameter (p.Process.Id).
 </summary>

 <param name="f">Function to add on started event</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.addOnStarted``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit},Fake.Core.CreateProcess{``0})">
 <summary>
 Execute the given function right after the process is started.
 </summary>

 <param name="f">Function to add on started event</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.addOnFinally``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit},Fake.Core.CreateProcess{``0})">
 <summary>
 Execute the given function when the process is cleaned up.
 </summary>

 <param name="f">Function to add as a finally clause</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.addOnSetup``2(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Fake.Core.CreateProcess{``1})">
 <summary>
 Execute the given function before the process is started
 </summary>

 <param name="f">Function to add on setup</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.appendSimpleFuncs``3(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Diagnostics.Process,Microsoft.FSharp.Core.Unit}},Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Control.FSharpAsync{``1},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{System.Threading.Tasks.Task{Fake.Core.RawProcessResult},Microsoft.FSharp.Control.FSharpAsync{``2}}}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.Unit},Fake.Core.CreateProcess{``1})">
 <summary>
 Attaches the given functions to the current CreateProcess instance.
 </summary>

 <param name="prepareState">Function to override state</param>
 <param name="onStart">Function to override start</param>
 <param name="onResult">Function to override result</param>
 <param name="onDispose">Function to override dispose</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.mapFilePath``1(Microsoft.FSharp.Core.FSharpFunc{System.String,System.String},Fake.Core.CreateProcess{``0})">
 <summary>
 Map the file-path according to the given function.
 </summary>

 <param name="f">Function to override file path</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.replaceFilePath``1(System.String,Fake.Core.CreateProcess{``0})">
 <summary>
 Replace the file-path
 </summary>

 <param name="newFilePath">The new file path to use as a replacement</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.withCommand``1(Fake.Core.Command,Fake.Core.CreateProcess{``0})">
 <summary>
 Set the command to the given one.
 </summary>

 <param name="command">The command to add to create process instance</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.disableTraceCommand``1(Fake.Core.CreateProcess{``0})">
 <summary>
 Disable the default trace of started processes.
 </summary>

 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.withWorkingDirectory``1(System.String,Fake.Core.CreateProcess{``0})">
 <summary>
 Set the working directory of the new process.
 </summary>

 <param name="workDir">The working directory</param>
 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.CreateProcess.copyRedirectedProcessOutputsToStandardOutputs``1(Fake.Core.CreateProcess{``0})">
 <summary>
 Copies std-out and std-err into the corresponding <c>System.Console</c> streams (by using interceptStream).
 </summary>

 <param name="c">The process to copy output to standard output</param>
</member>
<member name="M:Fake.Core.CreateProcess.interceptStream(System.IO.Stream,Fake.Core.StreamSpecification)">
 <summary>
 Intercept the given StreamSpecification and writes the intercepted data into target.
 Throws if the stream is not redirected (ie is Inherit).
 </summary>

 <param name="target">The target stream</param>
 <param name="s">The target stream specification</param>
</member>
<member name="M:Fake.Core.CreateProcess.ofStartInfo(System.Diagnostics.ProcessStartInfo)">
 <summary>
 Create a CreateProcess from the given <c>ProcessStartInfo</c>
 </summary>
</member>
<member name="M:Fake.Core.CreateProcess.fromRawCommand(System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Create a CreateProcess from the given file and arguments
 </summary>

 <example>
 <code lang="fsharp">
 CreateProcess.fromRawCommand "cmd" [ "/C";  "echo test" ]
     |&gt; Proc.run
     |&gt; ignore
 </code>
 </example>
</member>
<member name="M:Fake.Core.CreateProcess.fromRawCommandLine(System.String,System.String)">
 <summary>
 Create a CreateProcess from the given file and arguments
 </summary>

 <example>
 <code lang="fsharp">
 CreateProcess.fromRawCommandLine "cmd" "/C \"echo test\""
     |&gt; Proc.run
     |&gt; ignore
 </code>
 </example>

 <remarks>
 Using BlackFox.CommandLine <br/>
 See <a href="https://github.com/vbfox/FoxSharp/tree/master/src/BlackFox.CommandLine">
 <c>BlackFox.CommandLine</c></a> for details
 <example>
 <code lang="fsharp">
 open BlackFox.CommandLine

     CmdLine.empty
     |&gt; CmdLine.append "build"
     |&gt; CmdLine.appendIf noRestore "--no-restore"
     |&gt; CmdLine.appendPrefixIfSome "--framework" framework
     |&gt; CmdLine.appendPrefixf "--configuration" "%A" configuration
     |&gt; CmdLine.toString
     |&gt; CreateProcess.fromRawCommandLine "dotnet.exe"
     |&gt; Proc.run
     |&gt; ignore
 </code>
 </example>
 </remarks>

</member>
<member name="M:Fake.Core.CreateProcess.fromCommand(Fake.Core.Command)">
 <summary>
 Create a simple <c>CreateProcess&lt;_&gt;</c> instance from the given command.
 </summary>

 <example>
 <code lang="fsharp">
 Command.RawCommand("file", Arguments.OfArgs ["arg1"; "arg2"])
     |&gt; CreateProcess.fromCommand
     |&gt; Proc.run
     |&gt; ignore
 </code>
 </example>
</member>
<member name="T:Fake.Core.CreateProcess">
 <summary>
 Module for creating and modifying CreateProcess&lt;&apos;TRes&gt; instances.
 </summary>
 <remarks>
 You can manage: <br/>
 <list type="number">
 <item>
 The command (ie file to execute and arguments)
 </item>
 <item>
 The working directory
 </item>
 <item>
 The process environment
 </item>
 <item>
 Stream redirection and pipes
 </item>
 <item>
 Timeout for the process to exit
 </item>
 <item>
 The result and the result transformations (<c>map</c>, <c>mapResult</c>)
 </item>
 </list>
 <br/>
 More extensions can be found in the <a href="reference/fake-core-createprocessext-createprocess.html">
 CreateProcess Extensions</a>
 </remarks>

 <example>
 <code lang="fsharp">
 Command.RawCommand("file", Arguments.OfArgs ["arg1"; "arg2"])
     |&gt; CreateProcess.fromCommand
     |&gt; Proc.run
     |&gt; ignore
 </code>
 </example>
</member>
<member name="M:Fake.Core.Proc.run``1(Fake.Core.CreateProcess{``0})">
 <summary>
 Like <c>start</c> but waits for the result synchronously.
 </summary>

 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.Proc.startAndAwait``1(Fake.Core.CreateProcess{``0})">
 <summary>
 Convenience method when you immediately want to await the result of <c>start</c>, just note that
 when used incorrectly this might lead to race conditions
 (ie if you use StartAsTask and access reference cells in <c>CreateProcess</c> after that returns)
 </summary>

 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.Proc.start``1(Fake.Core.CreateProcess{``0})">
 <summary>
 Starts the given process and waits for the <c>Result</c> task. (see <c>startRaw</c> documentation).
 In most common scenarios the <c>Result</c> includes the <c>Raw</c> task or the exit-code one way or another.
 </summary>

 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.Proc.startRawSync``1(Fake.Core.CreateProcess{``0})">
 <summary>
 Similar to <c>startRaw</c> but waits until the process has been started.
 </summary>

 <param name="c">The create process instance</param>
</member>
<member name="M:Fake.Core.Proc.startRaw``1(Fake.Core.CreateProcess{``0})">
 <summary>
 Starts a process. The process has been started successfully after the returned task has been completed.
 </summary>

 <param name="c">The create process instance</param>

 <remarks>
 After the task has been completed you retrieve two other tasks: <br/>
 <list type="number">
 <item>
 One <c>Raw</c> - Task to indicate when the process exited (and return the exit-code for example)
 </item>
 <item>
 One <c>Result</c> - Task for the final result object.
 </item>
 </list>
 <br/>
 Note: The <c>Result</c> task might finish while the <c>Raw</c> task is still running,
 this enables you to work with the result object before the process has exited.
 For example consider a long running process where you are only interested in the first couple of output lines
 </remarks>
</member>
<member name="T:Fake.Core.Proc">
 <summary>
 Module to start or run processes, used in combination with the <c>CreateProcess</c> API.
 </summary>

 <example>
 <code lang="fsharp">
 #r "paket:
     nuget Fake.Core.Process //"
     open Fake.Core
     CreateProcess.fromRawCommand "./folder/mytool.exe" ["arg1"; "arg2"]
     |&gt; Proc.run
     |&gt; ignore
 </code>
 </example>

</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithWorkingDirectory(Fake.Core.ProcStartInfo,System.String)">
<summary>
 When UseShellExecute is true, the fully qualified name of the directory that contains the process
 to be started. When the UseShellExecute property is false, the working directory for the process to be
 started. The default is an empty string (&quot;&quot;).
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithUseShellExecute(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 true if the shell should be used when starting the process; false if the process should be
 created directly from the executable file. The default is true.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithUserName(Fake.Core.ProcStartInfo,System.String)">
<summary>
 The user name to use when starting the process. If you use the UPN format, user@DNS_domain_name,
 the Domain property must be null.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithStandardOutputEncoding(Fake.Core.ProcStartInfo,System.Text.Encoding)">
<summary>
 An object that represents the preferred encoding for standard output. The default is null.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithStandardErrorEncoding(Fake.Core.ProcStartInfo,System.Text.Encoding)">
<summary>
 An object that represents the preferred encoding for error output. The default is null.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithRedirectStandardOutput(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 true if output should be written to Process.StandardOutput; otherwise, false. The default is false.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithRedirectStandardInput(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 true if input should be read from Process.StandardInput; otherwise, false. The default is false.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithRedirectStandardError(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 true if error output should be written to Process.StandardError; otherwise, false. The default is false.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithPassword(Fake.Core.ProcStartInfo,System.String)">
<summary>
 Gets or sets the user password in clear text to use when starting the process.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithLoadUserProfile(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 true if the Windows user profile should be loaded; otherwise, false. The default is false.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithFileName(Fake.Core.ProcStartInfo,System.String)">
<summary>
 Gets or sets the application or document to start.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithCurrentEnvironmentVariables(Fake.Core.ProcStartInfo)">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithEnvironmentVariables(Fake.Core.ProcStartInfo,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})">
<summary>
 Gets or sets a value that identifies the domain to use when starting the process.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithRemovedEnvironmentVariable(Fake.Core.ProcStartInfo,System.String)">
<summary>
 Unsets the given environment variable for the given startInfo.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithEnvironmentVariable(Fake.Core.ProcStartInfo,System.String,System.String)">
<summary>
 Sets the given environment variable for the given startInfo.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithoutEnvironment(Fake.Core.ProcStartInfo)">
<summary>
 Remove the current Environment Variables and use the default
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithDomain(Fake.Core.ProcStartInfo,System.String)">
<summary>
 Gets or sets a value that identifies the domain to use when starting the process.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithCreateNoWindow(Fake.Core.ProcStartInfo,System.Boolean)">
<summary>
 Gets or sets a value indicating whether to start the process in a new window.
</summary>
</member>
<member name="M:Fake.Core.ProcStartInfoExtensions.ProcStartInfo.WithArguments(Fake.Core.ProcStartInfo,System.String)">
<summary>
 Gets or sets the set of command-line arguments to use when starting the application.
</summary>
</member>
<member name="T:Fake.Core.ProcStartInfoExtensions">
 <summary>
 An extension to process start info type
 </summary>
</member>
<member name="M:Fake.Core.Process.withFramework(Fake.Core.ProcStartInfo)">
 <summary>
 Ensures the executable is run with the full framework. On non-windows platforms that
 means running the tool by invoking 'mono'.
 </summary>

 <param name="proc">The process start info</param>
</member>
<member name="M:Fake.Core.Process.shellExec(Fake.Core.ExecParams)">
 <summary>
 Execute an external program and return the exit code.
 </summary>

 <param name="args">The execution arguments</param>
 [omit]
</member>
<member name="M:Fake.Core.Process.ensureProcessesHaveStopped(System.String,System.TimeSpan)">
 <summary>
 Waits until the processes with the given name have stopped or fails after given timeout.
 </summary>

 <param name="name">The name of the processes in question.</param>
 <param name="timeout">The timespan to time out after.</param>
</member>
<member name="M:Fake.Core.Process.killAllCreatedProcesses">
 <summary>
 Kills all processes that are created by the FAKE build script unless "donotkill" flag was set.
 </summary>
</member>
<member name="M:Fake.Core.Process.killMSBuild">
 <summary>
 Kills the MSBuild process.
 </summary>
</member>
<member name="M:Fake.Core.Process.killFSI">
 <summary>
 Kills the F# Interactive (FSI) process.
 </summary>
</member>
<member name="M:Fake.Core.Process.killAllByName(System.String)">
 <summary>
 Kills all processes with the given name
 </summary>

 <param name="name">The process name</param>
</member>
<member name="M:Fake.Core.Process.getAllByName(System.String)">
 <summary>
 Returns all processes with the given name
 </summary>

 <param name="name">The process name</param>
</member>
<member name="M:Fake.Core.Process.getFileName(System.Diagnostics.Process)">
 <summary>
 Retrieve the file-path of the running executable of the given process.
 </summary>

 <param name="p">The process instance to use</param>
</member>
<member name="M:Fake.Core.Process.killById(System.Int32)">
 <summary>
 Kills all processes with the given id
 </summary>

 <param name="id">The process id to kill</param>
</member>
<member name="M:Fake.Core.Process.setCurrentEnvironmentVariables``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Collections.FSharpMap{System.String,System.String},``0}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Collections.FSharpMap{System.String,System.String}},``0)">
 <summary>
 Sets all current environment variables to their current values
 </summary>

 <param name="startInfo">The start process info</param>
</member>
<member name="M:Fake.Core.Process.setEnvironmentVariables``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Collections.FSharpMap{System.String,System.String},``0}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Collections.FSharpMap{System.String,System.String}},System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},``0)">
 <summary>
 Sets the given environment variables.
 </summary>

 <param name="vars">The environment variables to set</param>
 <param name="startInfo">The start process info</param>
</member>
<member name="M:Fake.Core.Process.removeEnvironmentVariable``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Collections.FSharpMap{System.String,System.String},``0}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Collections.FSharpMap{System.String,System.String}},System.String,``0)">
 <summary>
 Unsets the given environment variable for the started process
 </summary>

 <param name="envKey">The environment variable name</param>
 <param name="startInfo">The start process info</param>
</member>
<member name="M:Fake.Core.Process.setEnvironmentVariable``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Collections.FSharpMap{System.String,System.String},``0}},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Collections.FSharpMap{System.String,System.String}},System.String,System.String,``0)">
 <summary>
 Sets the given environment variable for the given startInfo.
 Existing values will be overriden.
 </summary>

 <param name="envKey">The environment variable name</param>
 <param name="envVar">The environment variable value</param>
 <param name="startInfo">The start process info</param>
</member>
<member name="P:Fake.Core.Process.ProcessEncoding">
 <summary>
 The ProcessHelper will start all processes with this encoding if AlwaysSetProcessEncoding is set to true.
 If AlwaysSetProcessEncoding is set to false (default) only mono processes will be changed.
 </summary>
</member>
<member name="P:Fake.Core.Process.AlwaysSetProcessEncoding">
 <summary>
 If set to true the ProcessHelper will start all processes with a custom ProcessEncoding.
 If set to false (default) only mono processes will be changed.
 </summary>
</member>
<member name="M:Fake.Core.Process.kill(System.Diagnostics.Process)">
 <summary>
 Kills the given process
 </summary>

 <param name="proc">The process to kill</param>
</member>
<member name="T:Fake.Core.Process">
 <summary>
 Contains functions which can be used to start other tools.
 </summary>
</member>
<member name="M:Fake.Core.CreateProcessExt.CreateProcess.withFramework``1(Fake.Core.CreateProcess{``0})">
 <summary>
 Ensures the executable is run with the full framework. On non-windows platforms that means running the tool
 by invoking <c>mono</c>.
 </summary>

 <example>
 <code lang="fsharp">
 Command.RawCommand("file.exe", Arguments.OfArgs ["arg1"; "arg2"])
     |&gt; CreateProcess.fromCommand
     |&gt; CreateProcess.withFramework // start with mono if needed.
     |&gt; Proc.run
     |&gt; ignore
 </code>
 </example>
</member>
<member name="T:Fake.Core.CreateProcessExt.CreateProcess">
 <summary>
 Extensions to <a href="/reference/fake-core-createprocess.html"><c>CreateProcess</c></a>.
 </summary>
</member>
<member name="T:Fake.Core.CreateProcessExt">
 <summary>
 Some extensions for the <c>CreateProcess</c> module, opened automatically (use add <c>open Fake.Core</c>)
 </summary>
</member>
</members>
</doc>
bin\Fake.Core.SemVer.dll
md5: 3310D8CD0BCD355483F05F4EBE89E337 | sha1: DADDF02A4EBE3E26ED4F8B6C79B15A5DF78E9CEE | sha256: 9747A8DAE0E14E8B70C57B0CB0459499B10E403BCCF0C8DEAD8C8345F626A32E | sha512: FB354667AF6E4C2FF566D2CCE55477C05C17AF6BFC7FB014ED64494A9AD8FBC084A7EBE698C85BE5B466758F5E1783D1D91000436DE64D25DA01BC715CD728F6
bin\Fake.Core.SemVer.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.SemVer</name></assembly>
<members>
<member name="P:Fake.Core.SemVerInfo.Build">
<summary>
 The optional build no.
</summary>
</member>
<member name="P:Fake.Core.SemVerInfo.PreRelease">
<summary>
 The optional PreRelease version
</summary>
</member>
<member name="P:Fake.Core.SemVerInfo.Patch">
<summary>
 PATCH version when you make backwards-compatible bug fixes.
</summary>
</member>
<member name="P:Fake.Core.SemVerInfo.Minor">
<summary>
 MINOR version when you add functionality in a backwards-compatible manner.
</summary>
</member>
<member name="P:Fake.Core.SemVerInfo.Major">
<summary>
 MAJOR version when you make incompatible API changes.
</summary>
</member>
<member name="T:Fake.Core.SemVerInfo">
 <summary>
 Contains the version information. For parsing use <c>SemVer.parse</c>
 </summary>
 <remarks>
 Note: If you use <c>{ version with Patch = myPath; Original = None }</c> to overwrite some parts of this
 string make sure to overwrite <c>Original</c> to <c>None</c> in order to recalculate the version string.
 </remarks>
 <remarks>
 For overwriting the <c>PreRelease</c> part use:
 <c>{ Version with Original = None; PreRelease = PreRelease.TryParse "alpha.1" }</c>
 </remarks>
</member>
<member name="T:Fake.Core.PreRelease">
 <summary>
 Information about PreRelease packages.
 </summary>
</member>
<member name="M:Fake.Core.SemVer.parse(System.String)">
 <summary>
 Parses the given version string into a SemVerInfo which can be printed using ToString() or compared
 according to the rules described in the <a href="http://semver.org/">SemVer docs</a>.
 </summary>

 <example>
 <code lang="fsharp">
 parse "1.0.0-rc.1"     &lt; parse "1.0.0"          // true
 parse "1.2.3-alpha"    &gt; parse "1.2.2"          // true
 parse "1.2.3-alpha2"   &gt; parse "1.2.3-alpha"    // true
 parse "1.2.3-alpha002" &gt; parse "1.2.3-alpha1"   // false
 parse "1.5.0-beta.2"   &gt; parse "1.5.0-rc.1"     // false
 </code>
 </example>
</member>
<member name="M:Fake.Core.SemVer.expand(Microsoft.FSharp.Collections.FSharpList{System.Char},System.String)">
 <summary>
 Splits the given version string by possible delimiters but keeps them as parts of resulting list.
 </summary>
</member>
<member name="M:Fake.Core.SemVer.|Big|_|(System.String)">
 <summary>
 Matches if str is convertible to big int and not less than zero, and returns the bigint value.
 </summary>
</member>
<member name="M:Fake.Core.SemVer.|Int|_|(System.String)">
 <summary>
 Matches if str is convertible to Int and not less than zero, and returns the value as UInt.
 </summary>
</member>
<member name="M:Fake.Core.SemVer.isValid(System.String)">
 <summary>
 Returns true if input appears to be a parsable semver string
 </summary>

 <param name="version">The string version to check</param>
</member>
<member name="T:Fake.Core.SemVer">
 <summary>
 Parser which allows to deal with <a href="http://semver.org/">Semantic Versioning (SemVer)</a>.
 Make sure to read the documentation in the <a href="guide/fake-core-semverinfo.html">SemVerInfo</a>
 record as well if you manually create versions.
 </summary>
</member>
<member name="T:Fake.Core.SemVerActivePattern">
 <summary>
 Contains active patterns which allow to deal with <a href="http://semver.org/">Semantic Versioning (SemVer)</a>.
 </summary>
</member>
</members>
</doc>
bin\Fake.Core.String.dll
md5: B30946080D3AFF740FF78B45DE3E9219 | sha1: 1ABB94C2BD39B9AEEC8DB457091CC0B012E1C9B3 | sha256: 70B3462DEB3856E313B277BBD614B6DC95801F8E5F8B6B9DF9F5589EF47CE6E9 | sha512: 533D4E66D534FBB70F7CE80D4122DBA1CFC11ECCEF04F2F42F8A5802316C97BD09F41C9B84690325674CEE8DCFE977A291849C053F98F7C32452DA48D8EF20DA
bin\Fake.Core.String.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.String</name></assembly>
<members>
<member name="M:Fake.Core.String.decodeBase64Utf8String(System.String)">
 <summary>
 Decodes a Base64-encoded UTF-8-encoded string
 </summary>
</member>
<member name="M:Fake.Core.String.encapsulateApostrophe(System.String)">
 <summary>
 Encapsulates the Apostrophe
 </summary>
</member>
<member name="M:Fake.Core.String.removeLineBreaks(System.String)">
 <summary>
 Removes linebreaks from the given string
 </summary>
</member>
<member name="M:Fake.Core.String.convertFileToWindowsLineBreaksWithEncoding(System.Text.Encoding,System.String)">
 <summary>
 Reads a file line by line and replaces all line breaks to windows line breaks
 uses a temp file to store the contents in order to prevent OutOfMemory exceptions
 </summary>
</member>
<member name="M:Fake.Core.String.convertTextToWindowsLineBreaks(System.String)">
 <summary>
 Converts all line breaks in a text to windows line breaks
 </summary>
</member>
<member name="P:Fake.Core.String.MacLineBreaks">
 <summary>
 Represents Mac line breaks
 </summary>
</member>
<member name="P:Fake.Core.String.WindowsLineBreaks">
 <summary>
 Represents Windows line breaks
 </summary>
</member>
<member name="P:Fake.Core.String.LinuxLineBreaks">
 <summary>
 Represents Linux line breaks
 </summary>
</member>
<member name="P:Fake.Core.String.Colon">
 <summary>
 The colon character
 </summary>
</member>
<member name="M:Fake.Core.String.NormalizeVersion(System.String)">
 <summary>
 Removes all trailing .0 from a version string
 </summary>
</member>
<member name="M:Fake.Core.String.liftString(System.String)">
 <summary>
 Lifts a string to an option
 </summary>
</member>
<member name="M:Fake.Core.String.trimEndChars(System.Char[],System.String)">
 <summary>
 Trims the end of the given string
 </summary>
</member>
<member name="M:Fake.Core.String.trimStartChars(System.Char[],System.String)">
 <summary>
 Trims the start of the given string
 </summary>
</member>
<member name="M:Fake.Core.String.trimChars(System.Char[],System.String)">
 <summary>
 Trims the given string
 </summary>
</member>
<member name="M:Fake.Core.String.trim(System.String)">
 <summary>
 Trims the given string
 </summary>
</member>
<member name="M:Fake.Core.String.trimSpecialChars(System.String)">
 <summary>
 Trims all special characters from a string.
 </summary>
</member>
<member name="M:Fake.Core.String.trimSeparator(System.String)">
 <summary>
 Trims the given string with the DirectorySeparatorChar
 </summary>
</member>
<member name="M:Fake.Core.String.isLetterOrDigit(System.Char)">
 <summary>
 Checks whether the given char is a standard char or digit.
 </summary>
</member>
<member name="P:Fake.Core.String.charsAndDigits">
 <summary>
 Returns all standard chars and digits.
 </summary>
</member>
<member name="M:Fake.Core.String.toLower(System.String)">
 <summary>
 Converts all characters in a string to lower case.
 </summary>
</member>
<member name="M:Fake.Core.String.isUmlaut(System.Char)">
 <summary>
 Checks whether the given char is a german umlaut.
 </summary>
</member>
<member name="M:Fake.Core.String.regex_replace(System.String,System.String,System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Core.String.getRegEx(System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Core.String.replaceFirst(System.String,System.String,System.String)">
 <summary>
 Replaces the first occurrence of the pattern with the given replacement.
 </summary>
</member>
<member name="P:Fake.Core.String.endsWithSlash">
 <summary>
 Determines whether the last character of the given <see cref="string" />
 matches <c>Path.DirectorySeparatorChar</c>.
 </summary>
</member>
<member name="M:Fake.Core.String.endsWith(System.String,System.String)">
 <summary>
 Checks whether the given text ends with the given suffix
 </summary>
</member>
<member name="M:Fake.Core.String.startsWith(System.String,System.String)">
 <summary>
 Checks whether the given text starts with the given prefix
 </summary>
</member>
<member name="M:Fake.Core.String.toLines(System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Converts a sequence of strings into a string separated with line ends
 </summary>
</member>
<member name="M:Fake.Core.String.splitStr(System.String,System.String)">
 <summary>
 Splits the given string at the given string delimiter
 </summary>
</member>
<member name="M:Fake.Core.String.split(System.Char,System.String)">
 <summary>
 Splits the given string at the given char delimiter
 </summary>
</member>
<member name="M:Fake.Core.String.trimSlash(System.String)">
 <summary>
 Removes the slashes from the end of the given string
 </summary>
</member>
<member name="M:Fake.Core.String.separated(System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Converts a sequence of strings to a string with delimiters
 </summary>
</member>
<member name="M:Fake.Core.String.replace(System.String,System.String,System.String)">
 <summary>
 Replaces the given pattern in the given text with the replacement
 </summary>
</member>
<member name="M:Fake.Core.String.isNullOrWhiteSpace(System.String)">
 <summary>
 Returns if the string is null or empty or completely whitespace
 </summary>
</member>
<member name="M:Fake.Core.String.isNotNullOrEmpty(System.String)">
 <summary>
 Returns if the string is not null or empty
 </summary>
</member>
<member name="M:Fake.Core.String.isNullOrEmpty(System.String)">
 <summary>
 Returns if the string is null or empty
 </summary>
</member>
<member name="M:Fake.Core.String.productName">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.Core.String.Operators.op_GreaterMultiplyMultiply(System.String,System.String)">
 <summary>
 Determines if a text matches a given regex pattern.
 </summary>
</member>
<member name="M:Fake.Core.String.Operators.op_GreaterEqualsGreater(System.String,System.String,System.String)">
 <summary>
 Find a regex pattern in a text and replaces it with the given replacement.
 </summary>
</member>
<member name="M:Fake.Core.String.Operators.op_LessMultiply(System.String,System.String)">
 <summary>
 Checks whether the given text starts with the given prefix
 </summary>
</member>
<member name="T:Fake.Core.String.Operators">
 <summary>
 FAKE string module operators
 </summary>
</member>
<member name="T:Fake.Core.String">
 <summary>
 Contains basic functions for string manipulation.
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.toText(System.Text.StringBuilder)">
 <summary>
 Returns the text from the StringBuilder
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.forEach``3(Microsoft.FSharp.Collections.FSharpList{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{``1,Microsoft.FSharp.Core.FSharpFunc{System.Text.StringBuilder,``2}}},``1,System.Text.StringBuilder)">
 <summary>
 Applies action on builder for each element of list.
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendFileNamesIfNotNull(System.Collections.Generic.IEnumerable{System.String},System.Text.StringBuilder)">
 <summary>
 Appends all notnull fileNames.
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendIfNotNullOrEmpty(System.String,System.String)">
 <summary>
 Appends a text if the value is not null or empty.
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendStringIfValueIsNotNullOrEmpty(System.String)">
 <summary>
 Appends a text if the value is not null or empty.
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendStringIfValueIsNotNull``1(``0)">
 <summary>
 Appends a text if the value is not null.
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendQuotedIfNotNull(System.Object,System.String,System.Text.StringBuilder)">
 <summary>
 Appends a quoted text if the value is not null.
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendIfNotNull(System.Object,System.String)">
 <summary>
 Appends a text if the value is not null.
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendWithoutQuotesIfNotNull(System.Object,System.String)">
 <summary>
 Appends a text without quoting if the value is not null.
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendIfFalse(System.Boolean)">
 <summary>
 Appends a text if the predicate is false.
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendIfTrue(System.Boolean,System.String,System.Text.StringBuilder)">
 <summary>
 Appends a text if the predicate is true.
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendIfSome``1(Microsoft.FSharp.Core.FSharpOption{``0},Microsoft.FSharp.Core.FSharpFunc{``0,System.String},System.Text.StringBuilder)">
 <summary>
 Appends string of function value if option has some value
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.appendWithoutQuotes(System.String,System.Text.StringBuilder)">
 <summary>
 Appends a text to a StringBuilder without surrounding quotes.
 </summary>
</member>
<member name="M:Fake.Core.StringBuilder.append(System.String,System.Text.StringBuilder)">
 <summary>
 Appends a text to a StringBuilder.
 </summary>
</member>
<member name="T:Fake.Core.StringBuilder">
 <summary>
 FAKE's StringBuilder module.
 </summary>
</member>
</members>
</doc>
bin\Fake.Core.Tasks.dll
md5: 2678C6243E3900F77B3E592A30143825 | sha1: 59B568730B51D4099CCA536616DD355DC76E1134 | sha256: FDE1797551D835289E7F096EFDC2AF070FCFEBB97C3BE8B3654B0ABD9DA09C2E | sha512: 420468DD3881E978076DF2217F35AB68B1728B5CFAF5ED056F33ACF53532137254DFF1C1BAE193B0CBF2DC9200E0D3D1E161CE6BEF2DF5424237E1468EC89900
bin\Fake.Core.Tasks.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Tasks</name></assembly>
<members>
<member name="M:Fake.Core.TaskRunner.runWithRetries``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0},System.Int32)">
 <summary>
 Retries the given function until a retry limit is reached or the function succeeds without exception.
 </summary>

 <param name="f">This function will be started.</param>
 <param name="retries">A retry limit.</param>
</member>
<member name="M:Fake.Core.TaskRunner.waitFor(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,System.Boolean},System.TimeSpan,System.Int32,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
 <summary>
 Waits until the given function returns true or the timeout is reached.
 </summary>

 <param name="f">This function will be started.</param>
 <param name="timeout">A System.TimeSpan representing the timeout.</param>
 <param name="testMS">An interval at which FAKE checks if the function has succeeded.</param>
 <param name="timeoutF">This function will be run if the timeout has been reached.</param>
</member>
<member name="T:Fake.Core.TaskRunner">
 <summary>
 Contains a helper which can be used to implement timeouts and retries.
 </summary>
</member>
</members>
</doc>
bin\Fake.Core.Trace.dll
md5: 9BE870EA2088A2AFDD58DEA233F2E6A7 | sha1: CC1FB27FBF81B56AC28D68373FE73E890AC4FE71 | sha256: 60839B0994D55675F5F498E83AD2A9C09C768C4D01A148814F73891F5B25C97F | sha512: AAF13ABF77B5E143BEACC75CA30A554E984FBA0E596EEB6EE4F05811F072F57A5666896CF64FB4BADD4B80C7B9ABE212575D430D28FA1E7C017AFD8CDDF81B7C
bin\Fake.Core.Trace.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Trace</name></assembly>
<members>
<member name="M:Fake.Core.ConsoleTraceListener.Fake.Core.ITraceListener.Write(Fake.Core.TraceData)">
<summary>
 Writes the given message to the Console.
</summary>
</member>
<member name="T:Fake.Core.ConsoleTraceListener">
 <summary>
 Implements a TraceListener for System.Console.
 </summary>

 <param name="importantMessagesToStdErr">Defines whether to trace important messages to StdErr.</param>
 <param name="colorMap">A function which maps TracePriorities to ConsoleColors.</param>
</member>
<member name="T:Fake.Core.ITraceListener">
<summary>
 Defines a TraceListener interface
 Note: Please contribute implementations to the fake repository, as external implementations are not supported.
</summary>
</member>
<member name="T:Fake.Core.TraceData.OpenTag">
<summary>
 Happens when a tag (Task, Target, Test, ...) has started.
</summary>
</member>
<member name="T:Fake.Core.TraceData">
<summary>
 Defines Tracing information for TraceListeners
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="T:Fake.Core.TagStatus">
<summary>
 The types of tagging on testing supported
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="T:Fake.Core.TestStatus">
<summary>
 The testing statuses supported
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="T:Fake.Core.ImportData">
<summary>
 The types of data to import in build process
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="T:Fake.Core.NunitDataVersion">
<summary>
 The NUnit versions supported
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="T:Fake.Core.DotNetCoverageTool">
<summary>
 The list of DotNet coverage tools supported
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="T:Fake.Core.KnownTags">
<summary>
 The supported tracing tags
 Please consider not using a match on this type in code external to the fake repository.
</summary>
</member>
<member name="M:Fake.Core.CoreTracing.postMessage(Fake.Core.TraceData)">
<summary>
 Allows to post messages to all trace listeners
</summary>
</member>
<member name="P:Fake.Core.CoreTracing.traceListenersVar">
<summary>
 A List with all registered listeners
</summary>
</member>
<member name="P:Fake.Core.CoreTracing.defaultConsoleTraceListener">
<summary>
 The default TraceListener for Console.
</summary>
</member>
<member name="T:Fake.Core.TraceSecrets">
<summary>
 Module to handle tracing secret values in logs
</summary>
</member>
<member name="M:Fake.Core.ConsoleWriter.colorMap(Fake.Core.TraceData)">
<summary>
 A default color map which maps TracePriorities to ConsoleColors
</summary>
</member>
<member name="T:Fake.Core.TestStatusModule">
<summary>
 Testing status
</summary>
</member>
<member name="T:Fake.Core.Trace.ISafeDisposable">
 <summary>
 A safe disposable type for tracing
 </summary>
</member>
<member name="T:Fake.Core.Trace.FAKEException">
 <summary>
 Define a FAKE exception type
 </summary>
</member>
<member name="M:Fake.Core.Trace.logItems(System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Logs the given files with the message.
 </summary>

 <param name="message">The message to log</param>
 <param name="items">The files to log message to</param>
</member>
<member name="M:Fake.Core.Trace.logToConsole(System.String,Fake.Core.Trace.EventLogEntryType)">
 <summary>
 Traces the message to the console
 </summary>

 <param name="msg">The message to log</param>
 <param name="eventLogEntry">The message log level</param>
</member>
<member name="M:Fake.Core.Trace.useWith``1(System.Boolean,Microsoft.FSharp.Core.FSharpFunc{Fake.Core.Trace.ISafeDisposable,``0},Fake.Core.Trace.ISafeDisposable)">
 <summary>
 Allows automatic or manual tracing around a function being run
 If in automatic success mode and no exception is thrown then trace is marked as success
 Any exception thrown will result in a mark failed and exception re-thrown
 </summary>

 <param name="automaticSuccess">Flag to mark trace task as success</param>
 <param name="func">Callback to call on result of task trace</param>
 <param name="trace">The trace instance</param>
</member>
<member name="M:Fake.Core.Trace.traceTask(System.String,System.String)">
 <summary>
 Wrap functions in a 'use' of this function
 </summary>

 <param name="name">The name of the task</param>
 <param name="description">The description of the task</param>
</member>
<member name="M:Fake.Core.Trace.traceEndTaskUnsafe(System.String)">
 <summary>
 Traces the end of a task
 </summary>

 <param name="task">The name of the task</param>
</member>
<member name="M:Fake.Core.Trace.traceEndTaskUnsafeEx(Fake.Core.TagStatus,System.String)">
 <summary>
 Traces the end of a task
 </summary>

 <param name="state">The state of the task</param>
 <param name="task">The name of the task</param>
</member>
<member name="M:Fake.Core.Trace.traceStartTaskUnsafe(System.String,System.String)">
 <summary>
 Traces the begin of a task
 </summary>

 <param name="task">The name of the task</param>
 <param name="description">The description of the task</param>
</member>
<member name="M:Fake.Core.Trace.traceFailureTarget(System.String,System.String,System.String)">
 <summary>
 Traces a failed target
 </summary>

 <param name="name">The name of the target</param>
 <param name="description">The description of the target</param>
 <param name="dependencyString">The target dependency string</param>
</member>
<member name="M:Fake.Core.Trace.traceFinalTarget(System.String,System.String,System.String)">
 <summary>
 Traces a final target
 </summary>

 <param name="name">The name of the target</param>
 <param name="description">The description of the target</param>
 <param name="dependencyString">The target dependency string</param>
</member>
<member name="M:Fake.Core.Trace.traceTarget(System.String,System.String,System.String)">
 <summary>
 Traces a target
 </summary>

 <param name="name">The name of the target</param>
 <param name="description">The description of the target</param>
 <param name="dependencyString">The target dependency string</param>
</member>
<member name="M:Fake.Core.Trace.traceEndTargetUnsafe(System.String)">
 <summary>
 Traces the end of a target
 </summary>

 <param name="name">The name of the target</param>
</member>
<member name="M:Fake.Core.Trace.traceEndFailureTargetUnsafeEx(Fake.Core.TagStatus,System.String)">
 <summary>
 Traces the end of a failure target
 </summary>

 <param name="state">The target state</param>
 <param name="name">The name of the target</param>
</member>
<member name="M:Fake.Core.Trace.traceEndFinalTargetUnsafeEx(Fake.Core.TagStatus,System.String)">
 <summary>
 Traces the end of a final target
 </summary>

 <param name="state">The target state</param>
 <param name="name">The name of the target</param>
</member>
<member name="M:Fake.Core.Trace.traceEndTargetUnsafeEx(Fake.Core.TagStatus,System.String)">
 <summary>
 Traces the end of a target
 </summary>

 <param name="state">The target state</param>
 <param name="name">The name of the target</param>
</member>
<member name="M:Fake.Core.Trace.traceStartFailureTargetUnsafe(System.String,System.String,System.String)">
 <summary>
 Traces the begin of a failure target
 </summary>

 <param name="name">The name of the target</param>
 <param name="description">The description of the target</param>
 <param name="dependencyString">The target dependency string</param>
</member>
<member name="M:Fake.Core.Trace.traceStartFinalTargetUnsafe(System.String,System.String,System.String)">
 <summary>
 Traces the begin of a final target
 </summary>

 <param name="name">The name of the target</param>
 <param name="description">The description of the target</param>
 <param name="dependencyString">The target dependency string</param>
</member>
<member name="M:Fake.Core.Trace.traceStartTargetUnsafe(System.String,System.String,System.String)">
 <summary>
 Traces the begin of a target
 </summary>

 <param name="name">The name of the target</param>
 <param name="description">The description of the target</param>
 <param name="dependencyString">The target dependency string</param>
</member>
<member name="M:Fake.Core.Trace.closeAllOpenTags">
 <summary>
 Closes all opened tags
 </summary>
</member>
<member name="M:Fake.Core.Trace.setBuildNumber(System.String)">
 <summary>
 Trace the given build number
 </summary>

 <param name="number">The build number to trace</param>
</member>
<member name="M:Fake.Core.Trace.publish(Fake.Core.ImportData,System.String)">
 <summary>
 Publish given type in given path
 </summary>

 <param name="typ">The type to publish</param>
 <param name="path">The path to publish type to</param>
</member>
<member name="M:Fake.Core.Trace.testOutput(System.String,System.String,System.String)">
 <summary>
 Trace test output and errors
 </summary>

 <param name="testName">The test name</param>
 <param name="out">The test output</param>
 <param name="err">The test error</param>
</member>
<member name="M:Fake.Core.Trace.testStatus(System.String,Fake.Core.TestStatus)">
 <summary>
 Set status for the given test
 </summary>

 <param name="testName">The test name</param>
 <param name="testStatus">The test status</param>
</member>
<member name="M:Fake.Core.Trace.setBuildState(Fake.Core.TagStatus)">
 <summary>
 Set build state with the given tag
 </summary>

 <param name="tag">The tag to trace</param>
</member>
<member name="M:Fake.Core.Trace.setBuildStateWithMessage(Fake.Core.TagStatus,System.String)">
 <summary>
 Set build state with the given tag and message
 </summary>

 <param name="tag">The tag to trace</param>
 <param name="message">the build message</param>
</member>
<member name="M:Fake.Core.Trace.traceTag(Fake.Core.KnownTags,System.String)">
 <summary>
 Traces a tag
 </summary>

 <param name="tag">The tag to trace</param>
 <param name="description">the tag description</param>
</member>
<member name="M:Fake.Core.Trace.closeTagUnsafe(Fake.Core.KnownTags)">
 <summary>
 Removes an opening tag from the internal tag stack
 </summary>

 <param name="tag">The tag to insert</param>
</member>
<member name="M:Fake.Core.Trace.closeTagUnsafeEx(Fake.Core.TagStatus,Fake.Core.KnownTags)">
 <summary>
 Removes an opening tag from the internal tag stack
 </summary>

 <param name="tag">The tag to close</param>
</member>
<member name="M:Fake.Core.Trace.openTagUnsafe(Fake.Core.KnownTags,System.String)">
 <summary>
 Puts an opening tag on the internal tag stack
 </summary>

 <param name="tag">The tag to insert</param>
 <param name="description">The tag description</param>
</member>
<member name="M:Fake.Core.Trace.traceHeader(System.String)">
 <summary>
 Traces a header
 </summary>

 <param name="name">The header value</param>
</member>
<member name="M:Fake.Core.Trace.traceLine">
 <summary>
 Traces a line
 </summary>
</member>
<member name="M:Fake.Core.Trace.traceEnvironmentVariables">
 <summary>
 Traces the EnvironmentVariables
 </summary>
</member>
<member name="M:Fake.Core.Trace.traceException(System.Exception)">
 <summary>
 Traces an exception details (in red)
 </summary>

 <param name="ex">The exception to trace</param>
</member>
<member name="M:Fake.Core.Trace.exceptionAndInnersToString(System.Exception)">
 <summary>
 Converts an exception and its inner exceptions to a nice string.
 </summary>

 <param name="ex">The exception to convert</param>
</member>
<member name="M:Fake.Core.Trace.traceErrorfn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
 <summary>
 Writes an error message to stderr (in red)
 </summary>

 <param name="fmt">The formatted error message to trace</param>
</member>
<member name="M:Fake.Core.Trace.traceError(System.String)">
 <summary>
 Traces an error (in red)
 </summary>

 <param name="error">The error message to trace</param>
</member>
<member name="M:Fake.Core.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>

 <param name="fmt">The formatted message to trace</param>
</member>
<member name="M:Fake.Core.Trace.traceImportantfn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
 <summary>
 Writes a message to stderr (in yellow)
 </summary>

 <param name="fmt">The formatted message to trace</param>
</member>
<member name="M:Fake.Core.Trace.traceImportant(System.String)">
 <summary>
 Writes a trace to stderr (in yellow)
 </summary>

 <param name="text">The text to trace</param>
</member>
<member name="M:Fake.Core.Trace.traceVerbose(System.String)">
 <summary>
 Writes a trace to the command line (in green) if the verbose mode is activated.
 </summary>

 <param name="s">The message to trace</param>
</member>
<member name="M:Fake.Core.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>

 <param name="fmt">The formatted message to log</param>
</member>
<member name="M:Fake.Core.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>

 <param name="fmt">The formatted message to log</param>
</member>
<member name="M:Fake.Core.Trace.trace(System.String)">
 <summary>
 Writes a trace to the command line (in green)
 </summary>

 <param name="message">The message to log</param>
</member>
<member name="M:Fake.Core.Trace.logVerbosefn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
 <summary>
 Logs the specified string if the verbose mode is activated.
 </summary>

 <param name="fmt">The formatted message to log</param>
</member>
<member name="M:Fake.Core.Trace.logf``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
 <summary>
 Logs the specified message (without line break)
 </summary>

 <param name="fmt">The formatted message to log</param>
</member>
<member name="M:Fake.Core.Trace.logfn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
 <summary>
 Logs the specified message
 </summary>

 <param name="fmt">The formatted message to log</param>
</member>
<member name="M:Fake.Core.Trace.isVerbose(System.Boolean)">
 <summary>
 Checks if FAKE is running in verbose mode
 </summary>

 <param name="printHint">Flag to mark if a hint will be written to log for verbosity</param>
</member>
<member name="M:Fake.Core.Trace.log(System.String)">
 <summary>
 Logs the specified string
 </summary>

 <param name="message">The message to log</param>
</member>
<member name="T:Fake.Core.Trace">
 <summary>
 This module contains function which allow to trace build output
 </summary>
</member>
</members>
</doc>
bin\Fake.Core.Xml.dll
md5: AF7675D7CD8D719F028F3DEF65CAA552 | sha1: 715B5210A1020B3C41614A9E2C24153356DF58DE | sha256: 019727EF8ECBDF67A87D8C75A779AAC7DD70BCD261B91E9229FDD7BCB77E3678 | sha512: 9F9E7FC8869F7CAC4A735B900E840B93EC4BBD473FC84FB99152DF61F90EFD685A01BB3FAE5F78A2B860E1D0E569E323CD8D809E9DE1E02883DB4FFD6235947C
bin\Fake.Core.Xml.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Xml</name></assembly>
<members>
<member name="M:Fake.Core.Xml.XmlTransform(System.String,System.String)">
 <summary>
 Transforms a XML file using a XSL stylesheet file.
 </summary>

 <param name="stylesheetUri">The Uri for the XSL stylesheet file.</param>
 <param name="fileName">The XML file to transform.</param>
</member>
<member name="M:Fake.Core.Xml.XslTransform(System.Xml.Xsl.XslCompiledTransform,System.Xml.XmlDocument)">
 <summary>
 Transforms a XmlDocument using a XslCompiledTransform.
 </summary>

 <param name="xsl">The XslCompiledTransform which should be applied.</param>
 <param name="doc">The XmlDocument to transform.</param>
</member>
<member name="M:Fake.Core.Xml.XslTransformer(System.String)">
 <summary>
 Loads the given text into a XslCompiledTransform.
 </summary>

 <param name="text">The text to use</param>
</member>
<member name="M:Fake.Core.Xml.pokeInnerTextNS(System.String,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},System.String,System.String)">
 <summary>
 Replaces inner text of an xml node in a XML file at the location specified by a XPath expression,
 with support for namespaces.
 </summary>

 <param name="fileName">The file name to use</param>
 <param name="namespaces">The namespaces list</param>
 <param name="xpath">The XPath expression used to select text</param>
 <param name="innerTextValue">The new value</param>
</member>
<member name="M:Fake.Core.Xml.pokeNS(System.String,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},System.String,System.String)">
 <summary>
 Replaces text in a XML file at the location specified by a XPath expression, with support for namespaces.
 </summary>

 <param name="fileName">The file name to use</param>
 <param name="namespaces">The namespaces list</param>
 <param name="xpath">The XPath expression used to select text</param>
 <param name="value">The new value</param>
</member>
<member name="M:Fake.Core.Xml.replaceXPathInnerTextNS``1(System.String,System.String,``0,System.Xml.XmlDocument)">
 <summary>
 Replaces inner text in a XML document specified by a XPath expression, with support for namespaces.
 </summary>

 <param name="xpath">The XPath expression used to select text</param>
 <param name="innerTextValue">The new value</param>
 <param name="fileName">The file name to use</param>
 <param name="namespaces">The namespaces list</param>
 <param name="doc">The XmlDocument object</param>
</member>
<member name="M:Fake.Core.Xml.replaceXPathNS``1(System.String,System.String,``0,System.Xml.XmlDocument)">
 <summary>
 Replaces text in a XML document specified by a XPath expression, with support for namespaces.
 </summary>

 <param name="xpath">The XPath expression used to select text</param>
 <param name="value">The new value</param>
 <param name="fileName">The file name to use</param>
 <param name="namespaces">The namespaces list</param>
 <param name="doc">The XmlDocument object</param>
</member>
<member name="M:Fake.Core.Xml.pokeInnerText(System.String,System.String,System.String)">
 <summary>
 Replaces the inner text of an xml node in a XML file at the location specified by a XPath expression.
 </summary>

 <param name="fileName">The file name to use</param>
 <param name="xpath">The XPath expression used to select text</param>
 <param name="innerTextValue">The new value</param>
</member>
<member name="M:Fake.Core.Xml.poke(System.String,System.String,System.String)">
 <summary>
 Replaces text in a XML file at the location specified by a XPath expression.
 </summary>

 <param name="fileName">The file name to use</param>
 <param name="xpath">The XPath expression used to select text</param>
 <param name="value">The new value</param>
</member>
<member name="M:Fake.Core.Xml.loadDoc(System.String)">
 <summary>
 Loads the given file path into a XmlDocument
 </summary>

 <param name="path">The file path to load an XmlDocument from</param>
</member>
<member name="M:Fake.Core.Xml.saveDoc(System.String,System.Xml.XmlDocument)">
 <summary>
 Save the given XmlDocument to file path
 </summary>

 <param name="fileName">The output file name</param>
 <param name="doc">The XML document to save</param>
</member>
<member name="M:Fake.Core.Xml.selectXPathNode``1(System.String,``0,System.Xml.XmlDocument)">
 <summary>
 Selects a xml node via XPath from the given document
 </summary>

 <param name="xpath">The XPath expression to use to select node</param>
 <param name="namespaces">The namespaces list</param>
 <param name="doc">The XML document to search on</param>
</member>
<member name="M:Fake.Core.Xml.selectXPathAttributeValue``1(System.String,System.String,``0,System.Xml.XmlDocument)">
 <summary>
 Selects a xml node attribute value via XPath from the given document
 </summary>

 <param name="xpath">The XPath expression to use to select node</param>
 <param name="attribute">The attribute name</param>
 <param name="namespaces">The namespaces list</param>
 <param name="doc">The XML document to search on</param>
</member>
<member name="M:Fake.Core.Xml.selectXPathValue``1(System.String,``0,System.Xml.XmlDocument)">
 <summary>
 Selects a xml node value via XPath from the given document
 </summary>

 <param name="xpath">The XPath expression to use to select node</param>
 <param name="namespaces">The namespaces list</param>
 <param name="doc">The XML document to search on</param>
</member>
<member name="M:Fake.Core.Xml.replaceXPathAttribute(System.String,System.String,System.String,System.Xml.XmlDocument)">
 <summary>
 Replaces the value of attribute in an xml node in the XML document specified by a XPath expression.
 </summary>

 <param name="xpath">The XPath expression to use to select node</param>
 <param name="attribute">The attribute name</param>
 <param name="innerTextValue">The new attribute value</param>
 <param name="doc">The XML document to search on</param>
</member>
<member name="M:Fake.Core.Xml.replaceXPathInnerText(System.String,System.String,System.Xml.XmlDocument)">
 <summary>
 Replaces the inner text of an xml node in the XML document specified by a XPath expression.
 </summary>

 <param name="xpath">The XPath expression to use to select node</param>
 <param name="innerTextValue">The new value</param>
 <param name="doc">The XML document to search on</param>
</member>
<member name="M:Fake.Core.Xml.replaceXPath(System.String,System.String,System.Xml.XmlDocument)">
 <summary>
 Replaces text in the XML document specified by a XPath expression.
 </summary>

 <param name="xpath">The XPath expression to use to select node</param>
 <param name="value">The new value</param>
 <param name="doc">The XML document to search on</param>
</member>
<member name="M:Fake.Core.Xml.getDocElement(System.Xml.XmlDocument)">
 <summary>
 Gets the DocumentElement of the XmlDocument
 </summary>

 <param name="doc">The XmlDocument object</param>
</member>
<member name="M:Fake.Core.Xml.createDoc(System.String)">
 <summary>
 Loads the given text into a XmlDocument
 </summary>

 <param name="text">The XML text</param>
</member>
<member name="M:Fake.Core.Xml.parseSubNode``1(System.String,Microsoft.FSharp.Core.FSharpFunc{System.Xml.XmlNode,``0})">
 <summary>
 Parses a XML sub node
 </summary>

 <param name="name">The sub node name</param>
 <param name="f">The parser function to use</param>
</member>
<member name="M:Fake.Core.Xml.parse``2(System.String,Microsoft.FSharp.Core.FSharpFunc{``0,``1},``0)">
 <summary>
 Parses a XmlNode
 </summary>

 <param name="name">The node name</param>
 <param name="f">The parser function to use</param>
 <param name="node">The XML node to parse</param>
</member>
<member name="M:Fake.Core.Xml.getSubNode(System.String,System.Xml.XmlNode)">
 <summary>
 Gets the first sub node with the given name from the given XmlNode
 </summary>

 <param name="name">The sub node name</param>
 <param name="node">The XML node to get sub node for</param>
</member>
<member name="M:Fake.Core.Xml.getSubNodes``1(``0)">
 <summary>
 Gets a sequence of all sub nodes for the given XmlNode
 </summary>

 <param name="node">The XML node to get sub nodes for</param>
</member>
<member name="M:Fake.Core.Xml.getAttribute``1(System.String,``0)">
 <summary>
 Gets the attribute with the given name from the given XmlNode
 </summary>

 <param name="name">The attribute name to get</param>
 <param name="node">The XML node to get attribute on</param>
</member>
<member name="M:Fake.Core.Xml.writeCDataElement(System.String,System.String,System.Xml.XmlWriter)">
 <summary>
 Writes an CData element to the given XmlTextWriter
 </summary>

 <param name="elementName">The element name</param>
 <param name="data">The CData to write</param>
 <param name="writer">The XML writer to use</param>
</member>
<member name="M:Fake.Core.Xml.writeAttribute``1(System.String,``0,System.Xml.XmlWriter)">
 <summary>
 Writes an XML attribute to current element of the given XmlTextWriter
 </summary>

 <param name="name">The attribute name</param>
 <param name="value">The attribute value</param>
 <param name="writer">The XML writer to use</param>
</member>
<member name="M:Fake.Core.Xml.endElement(System.Xml.XmlWriter)">
 <summary>
 Writes an XML end element to the given XmlTextWriter
 </summary>

 <param name="writer">The XML writer to use</param>
</member>
<member name="M:Fake.Core.Xml.startElement(System.String,System.Xml.XmlWriter)">
 <summary>
 Writes an XML start element to the given XmlTextWriter
 </summary>

 <param name="name">The element name to start</param>
 <param name="writer">The XML writer to use</param>
</member>
<member name="M:Fake.Core.Xml.writeComment(System.String,System.Xml.XmlWriter)">
 <summary>
 Writes an XML comment to the given XmlTextWriter
 </summary>

 <param name="comment">The comment to write</param>
 <param name="writer">The XML writer to use</param>
</member>
<member name="M:Fake.Core.Xml.getWriter(System.String)">
 <summary>
 Creates a XmlWriter which writes to the given file name
 </summary>

 <param name="fileName">The XML file name</param>
</member>
<member name="M:Fake.Core.Xml.read_Int(System.Boolean,System.String,System.String,System.String,System.String)">
 <summary>
 Reads a value from a XML document using a XPath
 Returns if the value is an int and the value
 </summary>

 <param name="failOnError">Flag to fail the operation when an error happens</param>
 <param name="xmlFileName">The XML file name</param>
 <param name="nameSpace">The XML name specification</param>
 <param name="prefix">The XML name specification prefix</param>
 <param name="xPath">X Path expression</param>
</member>
<member name="M:Fake.Core.Xml.read(System.Boolean,System.String,System.String,System.String,System.String)">
 <summary>
 Reads a value from a XML document using a XPath
 </summary>

 <param name="failOnError">Flag to fail the operation when an error happens</param>
 <param name="xmlFileName">The XML file name</param>
 <param name="nameSpace">The XML name specification</param>
 <param name="prefix">The XML name specification prefix</param>
 <param name="xPath">X Path expression</param>
</member>
<member name="T:Fake.Core.Xml">
 <summary>
 Contains functions to read and write XML files.
 </summary>
</member>
</members>
</doc>
bin\fake.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v6.0/win7-x86",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v6.0": {},
    ".NETCoreApp,Version=v6.0/win7-x86": {
      "fake/1.0.0": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Core": "8.0.301",
          "Fake.Core.CommandLineParsing": "1.0.0",
          "Fake.Runtime": "1.0.0",
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "Microsoft.NETFramework.ReferenceAssemblies": "1.0.0",
          "Mono.Cecil": "0.11.5",
          "Newtonsoft.Json": "13.0.3",
          "NuGet.Common": "6.10.1",
          "NuGet.Configuration": "6.10.1",
          "NuGet.Frameworks": "6.10.1",
          "NuGet.Packaging": "6.10.1",
          "NuGet.Versioning": "6.10.1",
          "Paket.Core": "8.1.0-alpha004",
          "System.Buffers": "4.5.1",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "8.0.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Formats.Asn1": "8.0.1",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Memory": "4.5.5",
          "System.Net.Http": "4.3.4",
          "System.Net.Http.WinHttpHandler": "6.0.0",
          "System.Net.Primitives": "4.3.1",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.CompilerServices.Unsafe": "6.0.0",
          "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": "5.0.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "5.0.0",
          "System.Security.Cryptography.Pkcs": "7.0.3",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.ProtectedData": "6.0.0",
          "System.Security.Cryptography.X509Certificates": "4.3.2",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "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.Net.Http": "4.3.1",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtimepack.Microsoft.NETCore.App.Runtime.win-x86": "6.0.6"
        },
        "runtime": {
          "fake.dll": {}
        }
      },
      "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/6.0.6": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "Microsoft.VisualBasic.Core.dll": {
            "assemblyVersion": "11.0.0.0",
            "fileVersion": "11.100.622.26707"
          },
          "Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.AppContext.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Buffers.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Collections.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Console.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Data.DataSetExtensions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Diagnostics.Debug.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Diagnostics.Tools.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Dynamic.Runtime.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Globalization.Calendars.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Globalization.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Globalization.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.Pipes.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.IO.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Linq.Parallel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Linq.Queryable.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Linq.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Memory.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.Http.Json.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.HttpListener.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.Mail.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.Ping.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.Quic.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.Requests.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.ServicePoint.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.WebClient.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.WebProxy.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.WebSockets.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Numerics.Vectors.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Private.CoreLib.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Reflection.Emit.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Reflection.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Reflection.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Reflection.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Resources.Reader.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Resources.ResourceManager.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Resources.Writer.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.Handles.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.Loader.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Runtime.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.Principal.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.SecureString.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Text.Encoding.CodePages.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Text.Encoding.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Threading.Channels.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Threading.Overlapped.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Threading.Tasks.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Threading.Thread.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Threading.ThreadPool.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Threading.Timer.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Threading.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Transactions.Local.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.ValueTuple.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Web.HttpUtility.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Xml.XDocument.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Xml.XPath.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Xml.XmlDocument.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.622.26707"
          },
          "netstandard.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "6.0.622.26707"
          }
        },
        "native": {
          "API-MS-Win-core-xstate-l2-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "Microsoft.DiaSymReader.Native.x86.dll": {
            "fileVersion": "14.28.29715.1"
          },
          "System.IO.Compression.Native.dll": {
            "fileVersion": "42.42.42.42424"
          },
          "api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-console-l1-2-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-fibers-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "clretwrc.dll": {
            "fileVersion": "6.0.622.26707"
          },
          "clrjit.dll": {
            "fileVersion": "6.0.622.26707"
          },
          "coreclr.dll": {
            "fileVersion": "6.0.622.26707"
          },
          "createdump.exe": {
            "fileVersion": "6.0.622.26707"
          },
          "dbgshim.dll": {
            "fileVersion": "6.0.622.26707"
          },
          "hostfxr.dll": {
            "fileVersion": "6.0.622.26707"
          },
          "hostpolicy.dll": {
            "fileVersion": "6.0.622.26707"
          },
          "mscordaccore.dll": {
            "fileVersion": "6.0.622.26707"
          },
          "mscordaccore_x86_x86_6.0.622.26707.dll": {
            "fileVersion": "6.0.622.26707"
          },
          "mscordbi.dll": {
            "fileVersion": "6.0.622.26707"
          },
          "mscorrc.dll": {
            "fileVersion": "6.0.622.26707"
          },
          "msquic.dll": {
            "fileVersion": "1.7.0.0"
          },
          "ucrtbase.dll": {
            "fileVersion": "10.0.22000.194"
          }
        }
      },
      "BlackFox.VsWhere/1.1.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Microsoft.Win32.Registry": "5.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/BlackFox.VsWhere.dll": {
            "assemblyVersion": "1.1.0.0",
            "fileVersion": "1.1.0.0"
          }
        }
      },
      "Chessie/0.6.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "NETStandard.Library": "1.6.0"
        },
        "runtime": {
          "lib/netstandard1.6/Chessie.dll": {
            "assemblyVersion": "0.6.0.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "FParsec/1.1.1": {
        "dependencies": {
          "FSharp.Core": "8.0.301"
        },
        "runtime": {
          "lib/netstandard2.0/FParsec.dll": {
            "assemblyVersion": "1.1.1.0",
            "fileVersion": "1.1.1.0"
          },
          "lib/netstandard2.0/FParsecCS.dll": {
            "assemblyVersion": "1.1.1.0",
            "fileVersion": "1.1.1.0"
          }
        }
      },
      "FSharp.Compiler.Service/43.8.301": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "System.Buffers": "4.5.1",
          "System.Collections.Immutable": "8.0.0",
          "System.Diagnostics.DiagnosticSource": "8.0.1",
          "System.Memory": "4.5.5",
          "System.Reflection.Emit": "4.7.0",
          "System.Reflection.Metadata": "8.0.0",
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/FSharp.Compiler.Service.dll": {
            "assemblyVersion": "43.8.301.0",
            "fileVersion": "43.803.124.27106"
          },
          "lib/netstandard2.0/FSharp.DependencyManager.Nuget.dll": {
            "assemblyVersion": "8.0.301.0",
            "fileVersion": "8.3.124.27106"
          }
        },
        "resources": {
          "lib/netstandard2.0/cs/FSharp.Compiler.Service.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard2.0/cs/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard2.0/de/FSharp.Compiler.Service.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard2.0/de/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard2.0/es/FSharp.Compiler.Service.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard2.0/es/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard2.0/fr/FSharp.Compiler.Service.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard2.0/fr/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard2.0/it/FSharp.Compiler.Service.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard2.0/it/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard2.0/ja/FSharp.Compiler.Service.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard2.0/ja/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard2.0/ko/FSharp.Compiler.Service.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard2.0/ko/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard2.0/pl/FSharp.Compiler.Service.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard2.0/pl/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard2.0/pt-BR/FSharp.Compiler.Service.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard2.0/pt-BR/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard2.0/ru/FSharp.Compiler.Service.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard2.0/ru/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard2.0/tr/FSharp.Compiler.Service.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard2.0/tr/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard2.0/zh-Hans/FSharp.Compiler.Service.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard2.0/zh-Hans/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard2.0/zh-Hant/FSharp.Compiler.Service.resources.dll": {
            "locale": "zh-Hant"
          },
          "lib/netstandard2.0/zh-Hant/FSharp.DependencyManager.Nuget.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "FSharp.Core/8.0.301": {
        "runtime": {
          "lib/netstandard2.1/FSharp.Core.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.3.124.27106"
          }
        },
        "resources": {
          "lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard2.1/de/FSharp.Core.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard2.1/es/FSharp.Core.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard2.1/it/FSharp.Core.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.Bcl.AsyncInterfaces/8.0.0": {
        "runtime": {
          "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.23.53103"
          }
        }
      },
      "Microsoft.Build.Framework/17.0.0": {
        "dependencies": {
          "System.Security.Permissions": "6.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Build.Framework.dll": {
            "assemblyVersion": "15.1.0.0",
            "fileVersion": "17.0.0.52104"
          }
        }
      },
      "Microsoft.Build.Utilities.Core/17.0.0": {
        "dependencies": {
          "Microsoft.Build.Framework": "17.0.0",
          "Microsoft.NET.StringTools": "1.0.0",
          "Microsoft.Win32.Registry": "5.0.0",
          "System.Collections.Immutable": "8.0.0",
          "System.Configuration.ConfigurationManager": "6.0.0",
          "System.Security.Permissions": "6.0.0",
          "System.Text.Encoding.CodePages": "6.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Build.Utilities.Core.dll": {
            "assemblyVersion": "15.1.0.0",
            "fileVersion": "17.0.0.52104"
          }
        }
      },
      "Microsoft.Deployment.DotNet.Releases/1.0.0": {
        "dependencies": {
          "System.Text.Json": "7.0.3"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Deployment.DotNet.Releases.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.23.26901"
          }
        },
        "resources": {
          "lib/netstandard2.0/cs/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard2.0/de/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard2.0/es/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard2.0/fr/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard2.0/it/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard2.0/ja/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard2.0/ko/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard2.0/pl/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard2.0/pt-BR/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard2.0/ru/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard2.0/tr/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard2.0/zh-Hans/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard2.0/zh-Hant/Microsoft.Deployment.DotNet.Releases.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.NET.StringTools/1.0.0": {
        "dependencies": {
          "System.Memory": "4.5.5",
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.NET.StringTools.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.26302"
          }
        }
      },
      "Microsoft.NETCore.Platforms/6.0.1": {},
      "Microsoft.NETCore.Targets/5.0.0": {},
      "Microsoft.NETFramework.ReferenceAssemblies/1.0.0": {
        "dependencies": {
          "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0"
        }
      },
      "Microsoft.NETFramework.ReferenceAssemblies.net461/1.0.0": {},
      "Microsoft.Win32.Primitives/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "Microsoft.Win32.Registry/5.0.0": {
        "dependencies": {
          "System.Security.AccessControl": "6.0.0",
          "System.Security.Principal.Windows": "5.0.0"
        }
      },
      "Microsoft.Win32.SystemEvents/6.0.0": {
        "runtime": {
          "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.21.52210"
          }
        }
      },
      "Mono.Cecil/0.11.5": {
        "runtime": {
          "lib/netstandard2.0/Mono.Cecil.Mdb.dll": {
            "assemblyVersion": "0.11.5.0",
            "fileVersion": "0.11.5.0"
          },
          "lib/netstandard2.0/Mono.Cecil.Pdb.dll": {
            "assemblyVersion": "0.11.5.0",
            "fileVersion": "0.11.5.0"
          },
          "lib/netstandard2.0/Mono.Cecil.Rocks.dll": {
            "assemblyVersion": "0.11.5.0",
            "fileVersion": "0.11.5.0"
          },
          "lib/netstandard2.0/Mono.Cecil.dll": {
            "assemblyVersion": "0.11.5.0",
            "fileVersion": "0.11.5.0"
          }
        }
      },
      "Mono.Posix.NETStandard/1.0.0": {
        "runtime": {
          "runtimes/win-x86/lib/netstandard2.0/Mono.Posix.NETStandard.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        },
        "native": {
          "runtimes/win-x86/native/MonoPosixHelper.dll": {
            "fileVersion": "0.0.0.0"
          },
          "runtimes/win-x86/native/libMonoPosixHelper.dll": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "MSBuild.StructuredLogger/2.1.815": {
        "dependencies": {
          "Microsoft.Build.Framework": "17.0.0",
          "Microsoft.Build.Utilities.Core": "17.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/StructuredLogger.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "2.1.815.13135"
          }
        }
      },
      "NETStandard.Library/1.6.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.Win32.Primitives": "4.0.1",
          "System.AppContext": "4.1.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Console": "4.0.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.0.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.1.0",
          "System.IO.Compression.ZipFile": "4.0.1",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.1.0",
          "System.Net.Http": "4.3.4",
          "System.Net.Primitives": "4.3.1",
          "System.Net.Sockets": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.0.1",
          "System.Reflection.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.InteropServices.RuntimeInformation": "4.0.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.Security.Cryptography.X509Certificates": "4.3.2",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.0.11",
          "System.Text.RegularExpressions": "4.1.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Timer": "4.0.1",
          "System.Xml.ReaderWriter": "4.0.11",
          "System.Xml.XDocument": "4.0.11"
        }
      },
      "Newtonsoft.Json/13.0.3": {
        "runtime": {
          "lib/net6.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "13.0.0.0",
            "fileVersion": "13.0.3.27908"
          }
        }
      },
      "NuGet.Common/6.10.1": {
        "dependencies": {
          "NuGet.Frameworks": "6.10.1"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Common.dll": {
            "assemblyVersion": "6.10.1.5",
            "fileVersion": "6.10.1.5"
          }
        }
      },
      "NuGet.Configuration/6.10.1": {
        "dependencies": {
          "NuGet.Common": "6.10.1",
          "System.Security.Cryptography.ProtectedData": "6.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Configuration.dll": {
            "assemblyVersion": "6.10.1.5",
            "fileVersion": "6.10.1.5"
          }
        }
      },
      "NuGet.Frameworks/6.10.1": {
        "runtime": {
          "lib/netstandard2.0/NuGet.Frameworks.dll": {
            "assemblyVersion": "6.10.1.5",
            "fileVersion": "6.10.1.5"
          }
        }
      },
      "NuGet.Packaging/6.10.1": {
        "dependencies": {
          "Newtonsoft.Json": "13.0.3",
          "NuGet.Configuration": "6.10.1",
          "NuGet.Versioning": "6.10.1",
          "System.Security.Cryptography.Pkcs": "7.0.3"
        },
        "runtime": {
          "lib/net5.0/NuGet.Packaging.dll": {
            "assemblyVersion": "6.10.1.5",
            "fileVersion": "6.10.1.5"
          }
        }
      },
      "NuGet.Protocol/6.10.1": {
        "dependencies": {
          "NuGet.Packaging": "6.10.1"
        },
        "runtime": {
          "lib/net5.0/NuGet.Protocol.dll": {
            "assemblyVersion": "6.10.1.5",
            "fileVersion": "6.10.1.5"
          }
        }
      },
      "NuGet.Versioning/6.10.1": {
        "runtime": {
          "lib/netstandard2.0/NuGet.Versioning.dll": {
            "assemblyVersion": "6.10.1.5",
            "fileVersion": "6.10.1.5"
          }
        }
      },
      "Paket.Core/8.1.0-alpha004": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Core": "8.0.301",
          "Mono.Cecil": "0.11.5",
          "Newtonsoft.Json": "13.0.3",
          "NuGet.Packaging": "6.10.1",
          "System.Net.Http": "4.3.4",
          "System.Net.Http.WinHttpHandler": "6.0.0",
          "System.Security.Cryptography.ProtectedData": "6.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Paket.Core.dll": {
            "assemblyVersion": "8.1.0.0",
            "fileVersion": "8.1.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": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0"
        }
      },
      "runtime.native.System.IO.Compression/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0"
        }
      },
      "runtime.native.System.Net.Http/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0"
        }
      },
      "runtime.native.System.Security.Cryptography.Apple/4.3.1": {
        "dependencies": {
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
        }
      },
      "runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
        "dependencies": {
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.1": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "System.AppContext/4.1.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "System.Buffers/4.5.1": {},
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Collections.Concurrent/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Collections.Immutable/8.0.0": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        },
        "runtime": {
          "lib/net6.0/System.Collections.Immutable.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.23.53103"
          }
        }
      },
      "System.Configuration.ConfigurationManager/6.0.0": {
        "dependencies": {
          "System.Security.Cryptography.ProtectedData": "6.0.0",
          "System.Security.Permissions": "6.0.0"
        },
        "runtime": {
          "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.21.52210"
          }
        }
      },
      "System.Console/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.IO": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Diagnostics.DiagnosticSource/8.0.1": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        },
        "runtime": {
          "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.424.16909"
          }
        }
      },
      "System.Diagnostics.Tools/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Diagnostics.Tracing/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Drawing.Common/6.0.0": {
        "dependencies": {
          "Microsoft.Win32.SystemEvents": "6.0.0"
        },
        "runtime": {
          "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.21.52210"
          }
        }
      },
      "System.Formats.Asn1/8.0.1": {
        "runtime": {
          "lib/net6.0/System.Formats.Asn1.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          }
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Globalization": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Globalization.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.Compression/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "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.1.0"
        }
      },
      "System.IO.Compression.ZipFile/4.0.1": {
        "dependencies": {
          "System.Buffers": "4.5.1",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.1.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": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "System.Linq/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1"
        }
      },
      "System.Linq.Expressions/4.1.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.3.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.7.0",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Emit.Lightweight": "4.0.1",
          "System.Reflection.Extensions": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Threading": "4.3.0"
        }
      },
      "System.Memory/4.5.5": {},
      "System.Net.Http/4.3.4": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "8.0.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.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.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "5.0.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.2",
          "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.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Net.Http.WinHttpHandler/6.0.0": {
        "runtime": {
          "runtimes/win/lib/net6.0/System.Net.Http.WinHttpHandler.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.21.52210"
          }
        }
      },
      "System.Net.Primitives/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Net.Sockets/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.IO": "4.3.0",
          "System.Net.Primitives": "4.3.1",
          "System.Runtime": "4.3.1",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Numerics.Vectors/4.5.0": {},
      "System.ObjectModel/4.0.12": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Threading": "4.3.0"
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Emit/4.7.0": {},
      "System.Reflection.Emit.ILGeneration/4.0.1": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Emit.Lightweight/4.0.1": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Extensions/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Metadata/8.0.0": {
        "dependencies": {
          "System.Collections.Immutable": "8.0.0"
        },
        "runtime": {
          "lib/net6.0/System.Reflection.Metadata.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.23.53103"
          }
        }
      },
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.TypeExtensions/4.1.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0"
        }
      },
      "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
      "System.Runtime.Extensions/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "System.Reflection": "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/6.0.0": {},
      "System.Security.Cryptography.Algorithms/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Security.Cryptography.Cng/5.0.0": {
        "dependencies": {
          "System.Formats.Asn1": "8.0.1"
        }
      },
      "System.Security.Cryptography.Csp/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Security.Cryptography.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Security.Cryptography.OpenSsl/5.0.0": {
        "dependencies": {
          "System.Formats.Asn1": "8.0.1"
        }
      },
      "System.Security.Cryptography.Pkcs/7.0.3": {
        "dependencies": {
          "System.Formats.Asn1": "8.0.1"
        },
        "runtime": {
          "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll": {
            "assemblyVersion": "7.0.0.0",
            "fileVersion": "7.0.823.31807"
          }
        }
      },
      "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/6.0.0": {
        "runtime": {
          "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.21.52210"
          }
        }
      },
      "System.Security.Cryptography.X509Certificates/4.3.2": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Cng": "5.0.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "5.0.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.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Security.Permissions/6.0.0": {
        "dependencies": {
          "System.Security.AccessControl": "6.0.0",
          "System.Windows.Extensions": "6.0.0"
        },
        "runtime": {
          "lib/net6.0/System.Security.Permissions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.21.52210"
          }
        }
      },
      "System.Security.Principal.Windows/5.0.0": {},
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Text.Encoding.CodePages/6.0.0": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        }
      },
      "System.Text.Encoding.Extensions/4.0.11": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Text.Encodings.Web/7.0.0": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        },
        "runtime": {
          "lib/net6.0/System.Text.Encodings.Web.dll": {
            "assemblyVersion": "7.0.0.0",
            "fileVersion": "7.0.22.51805"
          }
        }
      },
      "System.Text.Json/7.0.3": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "6.0.0",
          "System.Text.Encodings.Web": "7.0.0"
        },
        "runtime": {
          "lib/net6.0/System.Text.Json.dll": {
            "assemblyVersion": "7.0.0.0",
            "fileVersion": "7.0.723.27404"
          }
        }
      },
      "System.Text.RegularExpressions/4.1.0": {
        "dependencies": {
          "System.Collections": "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"
        }
      },
      "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": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Threading.Tasks.Extensions/4.5.4": {},
      "System.Threading.Timer/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Windows.Extensions/6.0.0": {
        "dependencies": {
          "System.Drawing.Common": "6.0.0"
        },
        "runtime": {
          "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.21.52210"
          }
        }
      },
      "System.Xml.ReaderWriter/4.0.11": {
        "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.0.11",
          "System.Text.RegularExpressions": "4.1.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.5.4"
        }
      },
      "System.Xml.XDocument/4.0.11": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.0.1",
          "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.0.11"
        }
      },
      "Fake.Core.CommandLineParsing/1.0.0": {
        "dependencies": {
          "FParsec": "1.1.1",
          "FSharp.Core": "8.0.301",
          "Microsoft.NETCore.Platforms": "6.0.1"
        },
        "runtime": {
          "Fake.Core.CommandLineParsing.dll": {}
        }
      },
      "Fake.Core.Context/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Microsoft.NETCore.Platforms": "6.0.1"
        },
        "runtime": {
          "Fake.Core.Context.dll": {}
        }
      },
      "Fake.Core.DependencyManager.Paket/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Microsoft.NETCore.Platforms": "6.0.1"
        },
        "runtime": {
          "Fake.Core.DependencyManager.Paket.dll": {}
        }
      },
      "Fake.Core.Environment/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Microsoft.NETCore.Platforms": "6.0.1"
        },
        "runtime": {
          "Fake.Core.Environment.dll": {}
        }
      },
      "Fake.Core.FakeVar/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Fake.Core.Context": "1.0.0",
          "Microsoft.NETCore.Platforms": "6.0.1"
        },
        "runtime": {
          "Fake.Core.FakeVar.dll": {}
        }
      },
      "Fake.Core.Process/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Fake.Core.Environment": "1.0.0",
          "Fake.Core.FakeVar": "1.0.0",
          "Fake.Core.String": "1.0.0",
          "Fake.Core.Trace": "1.0.0",
          "Fake.IO.FileSystem": "1.0.0",
          "Microsoft.NETCore.Platforms": "6.0.1",
          "System.Buffers": "4.5.1",
          "System.Collections.Immutable": "8.0.0",
          "System.Memory": "4.5.5",
          "System.Numerics.Vectors": "4.5.0",
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        },
        "runtime": {
          "Fake.Core.Process.dll": {}
        }
      },
      "Fake.Core.SemVer/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Microsoft.NETCore.Platforms": "6.0.1"
        },
        "runtime": {
          "Fake.Core.SemVer.dll": {}
        }
      },
      "Fake.Core.String/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301"
        },
        "runtime": {
          "Fake.Core.String.dll": {}
        }
      },
      "Fake.Core.Tasks/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Fake.Core.Trace": "1.0.0",
          "Microsoft.NETCore.Platforms": "6.0.1"
        },
        "runtime": {
          "Fake.Core.Tasks.dll": {}
        }
      },
      "Fake.Core.Trace/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Fake.Core.Environment": "1.0.0",
          "Fake.Core.FakeVar": "1.0.0"
        },
        "runtime": {
          "Fake.Core.Trace.dll": {}
        }
      },
      "Fake.Core.Xml/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Fake.Core.String": "1.0.0",
          "Microsoft.NETCore.Platforms": "6.0.1"
        },
        "runtime": {
          "Fake.Core.Xml.dll": {}
        }
      },
      "Fake.DotNet.Cli/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Fake.Core.Environment": "1.0.0",
          "Fake.Core.Process": "1.0.0",
          "Fake.Core.String": "1.0.0",
          "Fake.Core.Trace": "1.0.0",
          "Fake.DotNet.MSBuild": "1.0.0",
          "Fake.DotNet.NuGet": "1.0.0",
          "Fake.IO.FileSystem": "1.0.0",
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Mono.Posix.NETStandard": "1.0.0",
          "Newtonsoft.Json": "13.0.3"
        },
        "runtime": {
          "Fake.DotNet.Cli.dll": {}
        }
      },
      "Fake.DotNet.MSBuild/1.0.0": {
        "dependencies": {
          "BlackFox.VsWhere": "1.1.0",
          "FSharp.Core": "8.0.301",
          "Fake.Core.Environment": "1.0.0",
          "Fake.Core.Process": "1.0.0",
          "Fake.Core.String": "1.0.0",
          "Fake.Core.Trace": "1.0.0",
          "Fake.IO.FileSystem": "1.0.0",
          "MSBuild.StructuredLogger": "2.1.815",
          "Microsoft.Build.Framework": "17.0.0",
          "Microsoft.Build.Utilities.Core": "17.0.0",
          "Microsoft.NET.StringTools": "1.0.0",
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.Win32.Registry": "5.0.0",
          "Microsoft.Win32.SystemEvents": "6.0.0",
          "System.Buffers": "4.5.1",
          "System.Collections.Immutable": "8.0.0",
          "System.Configuration.ConfigurationManager": "6.0.0",
          "System.Drawing.Common": "6.0.0",
          "System.Memory": "4.5.5",
          "System.Numerics.Vectors": "4.5.0",
          "System.Runtime.CompilerServices.Unsafe": "6.0.0",
          "System.Security.AccessControl": "6.0.0",
          "System.Security.Cryptography.ProtectedData": "6.0.0",
          "System.Security.Permissions": "6.0.0",
          "System.Security.Principal.Windows": "5.0.0",
          "System.Text.Encoding.CodePages": "6.0.0",
          "System.Windows.Extensions": "6.0.0"
        },
        "runtime": {
          "Fake.DotNet.MSBuild.dll": {}
        }
      },
      "Fake.DotNet.NuGet/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Fake.Core.Environment": "1.0.0",
          "Fake.Core.Process": "1.0.0",
          "Fake.Core.SemVer": "1.0.0",
          "Fake.Core.String": "1.0.0",
          "Fake.Core.Tasks": "1.0.0",
          "Fake.Core.Trace": "1.0.0",
          "Fake.Core.Xml": "1.0.0",
          "Fake.IO.FileSystem": "1.0.0",
          "Fake.Net.Http": "1.0.0",
          "Microsoft.Bcl.AsyncInterfaces": "8.0.0",
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Newtonsoft.Json": "13.0.3",
          "NuGet.Common": "6.10.1",
          "NuGet.Configuration": "6.10.1",
          "NuGet.Frameworks": "6.10.1",
          "NuGet.Packaging": "6.10.1",
          "NuGet.Protocol": "6.10.1",
          "NuGet.Versioning": "6.10.1",
          "System.Buffers": "4.5.1",
          "System.Formats.Asn1": "8.0.1",
          "System.Memory": "4.5.5",
          "System.Numerics.Vectors": "4.5.0",
          "System.Runtime.CompilerServices.Unsafe": "6.0.0",
          "System.Security.Cryptography.Cng": "5.0.0",
          "System.Security.Cryptography.Pkcs": "7.0.3",
          "System.Security.Cryptography.ProtectedData": "6.0.0",
          "System.Text.Encodings.Web": "7.0.0",
          "System.Text.Json": "7.0.3",
          "System.Threading.Tasks.Extensions": "4.5.4"
        },
        "runtime": {
          "Fake.DotNet.NuGet.dll": {}
        }
      },
      "Fake.IO.FileSystem/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Fake.Core.String": "1.0.0",
          "Fake.Core.Trace": "1.0.0",
          "Microsoft.NETCore.Platforms": "6.0.1"
        },
        "runtime": {
          "Fake.IO.FileSystem.dll": {}
        }
      },
      "Fake.Net.Http/1.0.0": {
        "dependencies": {
          "FSharp.Core": "8.0.301",
          "Fake.Core.Trace": "1.0.0",
          "Microsoft.NETCore.Platforms": "6.0.1"
        },
        "runtime": {
          "Fake.Net.Http.dll": {}
        }
      },
      "Fake.Runtime/1.0.0": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Compiler.Service": "43.8.301",
          "FSharp.Core": "8.0.301",
          "Fake.Core.Context": "1.0.0",
          "Fake.Core.DependencyManager.Paket": "1.0.0",
          "Fake.DotNet.Cli": "1.0.0",
          "Fake.IO.FileSystem": "1.0.0",
          "Microsoft.Deployment.DotNet.Releases": "1.0.0",
          "Microsoft.NETCore.Platforms": "6.0.1",
          "Microsoft.NETCore.Targets": "5.0.0",
          "Mono.Cecil": "0.11.5",
          "Newtonsoft.Json": "13.0.3",
          "NuGet.Common": "6.10.1",
          "NuGet.Configuration": "6.10.1",
          "NuGet.Frameworks": "6.10.1",
          "NuGet.Packaging": "6.10.1",
          "NuGet.Versioning": "6.10.1",
          "Paket.Core": "8.1.0-alpha004",
          "System.Buffers": "4.5.1",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Collections.Immutable": "8.0.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "8.0.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Formats.Asn1": "8.0.1",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Memory": "4.5.5",
          "System.Net.Http": "4.3.4",
          "System.Net.Http.WinHttpHandler": "6.0.0",
          "System.Net.Primitives": "4.3.1",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.7.0",
          "System.Reflection.Metadata": "8.0.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.CompilerServices.Unsafe": "6.0.0",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Loader": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Cng": "5.0.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "5.0.0",
          "System.Security.Cryptography.Pkcs": "7.0.3",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.ProtectedData": "6.0.0",
          "System.Security.Cryptography.X509Certificates": "4.3.2",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encodings.Web": "7.0.0",
          "System.Text.Json": "7.0.3",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "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.Net.Http": "4.3.1",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        },
        "runtime": {
          "Fake.Runtime.dll": {}
        }
      }
    }
  },
  "libraries": {
    "fake/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/6.0.6": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "BlackFox.VsWhere/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rqIFENkurSkGU0ecXG21Ez96pXDwIXUoE9f4DhEDRE4T3iYVIKMHPaQ0XUQH4Rgf9bqUHUW1TO87UR7xEndqNQ==",
      "path": "blackfox.vswhere/1.1.0",
      "hashPath": "blackfox.vswhere.1.1.0.nupkg.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.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Wdjf/gCNLEwd+0nUCDh9jAIIcKGwfhRramySTnTcVVgNC6i4Vp5aJklUJJfvFkEZMYNZEDGcI8pCa36/TmwmSg==",
      "path": "fparsec/1.1.1",
      "hashPath": "fparsec.1.1.1.nupkg.sha512"
    },
    "FSharp.Compiler.Service/43.8.301": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-97+6OANmf2qvvlosSfJe0PPLBRdgcCT6NZrYlsJFLTcziSF6fdPnCLHpzrTht0Ng5LqfwdrAL4kYf7Mv+a0HxA==",
      "path": "fsharp.compiler.service/43.8.301",
      "hashPath": "fsharp.compiler.service.43.8.301.nupkg.sha512"
    },
    "FSharp.Core/8.0.301": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I94+2zfAhWMJwPzVDFSlsutZvjPkaRvLVipf8b2O4AyzxKUBmevDkUBzcJBqSQNB1Ikig8xdphswoeKrObqx7Q==",
      "path": "fsharp.core/8.0.301",
      "hashPath": "fsharp.core.8.0.301.nupkg.sha512"
    },
    "Microsoft.Bcl.AsyncInterfaces/8.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
      "path": "microsoft.bcl.asyncinterfaces/8.0.0",
      "hashPath": "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512"
    },
    "Microsoft.Build.Framework/17.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XbFA0z+6Ws2pNeRXYcDF3lKlNgRoSGMm2Q5HKzZD+EbwYMKPKrl/BJnnkMuDJHU0KravYHfhzBnLLJpPeZ3E7A==",
      "path": "microsoft.build.framework/17.0.0",
      "hashPath": "microsoft.build.framework.17.0.0.nupkg.sha512"
    },
    "Microsoft.Build.Utilities.Core/17.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+eqDvecetKfsZR9WqLQ96F9xhxFb3m9VOjkyzuaA/2D1cub1aW9XyegZb8+gEpBa+o7dHnIN9FskC+tRXtqLSQ==",
      "path": "microsoft.build.utilities.core/17.0.0",
      "hashPath": "microsoft.build.utilities.core.17.0.0.nupkg.sha512"
    },
    "Microsoft.Deployment.DotNet.Releases/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YVf+YVOMXxyV/eOQWZzoEFEjrRmiw38jZKtT1YbYCNKBWPz+ae2nXQDIJw2IAr/OYxrc6rJFT8TUWkKWTdnCIw==",
      "path": "microsoft.deployment.dotnet.releases/1.0.0",
      "hashPath": "microsoft.deployment.dotnet.releases.1.0.0.nupkg.sha512"
    },
    "Microsoft.NET.StringTools/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZYVcoDM0LnSyT5nWoRGfShYdOecCw2sOXWwP6j1Z0u48Xq3+BVvZ+EiPCX9/8Gz439giW+O1H1kWF9Eb/w6rVg==",
      "path": "microsoft.net.stringtools/1.0.0",
      "hashPath": "microsoft.net.stringtools.1.0.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/6.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pyZhOIt/DpmKdv9Ahd8gZeTB1YvE8Rto8dpWyFWnIaFec9QDLbE6bCdFOlbO6T+DqYlgufVVoR7XtMyNX4ESig==",
      "path": "microsoft.netcore.platforms/6.0.1",
      "hashPath": "microsoft.netcore.platforms.6.0.1.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XpSaRv9/+V4KQ5KPbvRoArKy1o9WHizFEdOXPBLHXRZ0zwPGK5cTcWo1SveD7uayrfhod1uAAscip65qLeAjCw==",
      "path": "microsoft.netcore.targets/5.0.0",
      "hashPath": "microsoft.netcore.targets.5.0.0.nupkg.sha512"
    },
    "Microsoft.NETFramework.ReferenceAssemblies/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7D2TMufjGiowmt0E941kVoTIS+GTNzaPopuzM1/1LSaJAdJdBrVP0SkZW7AgDd0a2U1DjsIeaKG1wxGVBNLDMw==",
      "path": "microsoft.netframework.referenceassemblies/1.0.0",
      "hashPath": "microsoft.netframework.referenceassemblies.1.0.0.nupkg.sha512"
    },
    "Microsoft.NETFramework.ReferenceAssemblies.net461/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t4HKFwTQk/TkCCe1Sr2veze2QU6/RkRHkSQrZMHo2oFAoPANBg1l93O2Gh+ogqKRLFCRBbInm9hvEeSKVsuepw==",
      "path": "microsoft.netframework.referenceassemblies.net461/1.0.0",
      "hashPath": "microsoft.netframework.referenceassemblies.net461.1.0.0.nupkg.sha512"
    },
    "Microsoft.Win32.Primitives/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==",
      "path": "microsoft.win32.primitives/4.0.1",
      "hashPath": "microsoft.win32.primitives.4.0.1.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
      "path": "microsoft.win32.registry/5.0.0",
      "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
    },
    "Microsoft.Win32.SystemEvents/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
      "path": "microsoft.win32.systemevents/6.0.0",
      "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
    },
    "Mono.Cecil/0.11.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fxfX+0JGTZ8YQeu1MYjbBiK2CYTSzDyEeIixt+yqKKTn7FW8rv7JMY70qevup4ZJfD7Kk/VG/jDzQQTpfch87g==",
      "path": "mono.cecil/0.11.5",
      "hashPath": "mono.cecil.0.11.5.nupkg.sha512"
    },
    "Mono.Posix.NETStandard/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vSN/L1uaVwKsiLa95bYu2SGkF0iY3xMblTfxc8alSziPuVfJpj3geVqHGAA75J7cZkMuKpFVikz82Lo6y6LLdA==",
      "path": "mono.posix.netstandard/1.0.0",
      "hashPath": "mono.posix.netstandard.1.0.0.nupkg.sha512"
    },
    "MSBuild.StructuredLogger/2.1.815": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5UfWYgsWBGI3w0npjYLeXPv8TUcNmGB/QBhoYLDeYTosuvmG6pz6HPb+xPg/Boi1bmw2Bgnjo+XopcwzCbZAqg==",
      "path": "msbuild.structuredlogger/2.1.815",
      "hashPath": "msbuild.structuredlogger.2.1.815.nupkg.sha512"
    },
    "NETStandard.Library/1.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==",
      "path": "netstandard.library/1.6.0",
      "hashPath": "netstandard.library.1.6.0.nupkg.sha512"
    },
    "Newtonsoft.Json/13.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
      "path": "newtonsoft.json/13.0.3",
      "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
    },
    "NuGet.Common/6.10.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-djIP7OOdQYamFFtLFxbGTotFhlCkRs42Nc2lYS7E1uGLq91zwLdfOUCsWLfFBMT5EA8iqQnyRYrMD/sihgTkiQ==",
      "path": "nuget.common/6.10.1",
      "hashPath": "nuget.common.6.10.1.nupkg.sha512"
    },
    "NuGet.Configuration/6.10.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SlPy3mxtMZRb281WUDA5Q+8SPR5objjFfXXOGjk5vs60/f7KeIdORJOj2UgxJal9YFFU58sJv3tVkaF51bGoyA==",
      "path": "nuget.configuration/6.10.1",
      "hashPath": "nuget.configuration.6.10.1.nupkg.sha512"
    },
    "NuGet.Frameworks/6.10.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DtppveEBKkGwLoY5fk2DLNxtVbx0iw8r7s/RjYdm2AkK7RwnfJGe+j7DriYSEuxHrvSOU7n3ELKmlnn9jbZYfQ==",
      "path": "nuget.frameworks/6.10.1",
      "hashPath": "nuget.frameworks.6.10.1.nupkg.sha512"
    },
    "NuGet.Packaging/6.10.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0YiFuHfPty9XOZXEZTj8KPjhBZhr7q91vmANttay+3IsO3ri40sMyGDoTRhFYH/A8dJzwmnD7ZNDJLFTiChwNA==",
      "path": "nuget.packaging/6.10.1",
      "hashPath": "nuget.packaging.6.10.1.nupkg.sha512"
    },
    "NuGet.Protocol/6.10.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZWZKeFBtxBOI4MyM9DbL47APRrLzIvg6vP5YcHHuryHb4W9A0bnAPjpmR5BF6qB5KpGBioqJ0GftxWrZ+W7pUA==",
      "path": "nuget.protocol/6.10.1",
      "hashPath": "nuget.protocol.6.10.1.nupkg.sha512"
    },
    "NuGet.Versioning/6.10.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tovHZ3OlMVmsTdhv2z5nwnnhoA1ryhfJMyVQ9/+iv6d3h78fp230XaGy3K/iVcLwB50DdfNfIsitW97KSOWDFg==",
      "path": "nuget.versioning/6.10.1",
      "hashPath": "nuget.versioning.6.10.1.nupkg.sha512"
    },
    "Paket.Core/8.1.0-alpha004": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HnbFtFUKJeJhICFtyrkOEb7pm5iy0nGE5dnCC5a4rqjmHph1XzhAWg87ywWXhy/V/hr62l+2396+pwE4wR5A1g==",
      "path": "paket.core/8.1.0-alpha004",
      "hashPath": "paket.core.8.1.0-alpha004.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.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",
      "path": "runtime.native.system.io.compression/4.1.0",
      "hashPath": "runtime.native.system.io.compression.4.1.0.nupkg.sha512"
    },
    "runtime.native.System.Net.Http/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aq6gVrN0ZHgXN71a2IncLS0hxc4bt3/n37gJF/sBuPr5BKG3Q3Fv0M9GzMv/GK2aF+tVxgVAY/LyZgyF4qma3g==",
      "path": "runtime.native.system.net.http/4.3.1",
      "hashPath": "runtime.native.system.net.http.4.3.1.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UPrVPlqPRSVZaB4ADmbsQ77KXn9ORiWXyA1RP2W2+byCh3bhgT1bQz0jbeOoog9/2oTQ5wWZSDSMeb74MjezcA==",
      "path": "runtime.native.system.security.cryptography.apple/4.3.1",
      "hashPath": "runtime.native.system.security.cryptography.apple.4.3.1.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FuVY2W6sG06iFgIEiq4JBc0eiKPgngORC/0RIjbnuZ5UcuNldHydI6RoSbd4nUm3+Ym0kQJME6cctGiu42dzAA==",
      "path": "runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OiGxTllkvmr0S9SFBXjR1ZCczQpedFcnKVn6YJKwfMMBaBEkMiik1g90BbYTF6tRc92v3J6cWjxlbnhu60Xr9w==",
      "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aISf7xuDGogsHDqRLcPE3q5jRy9HymVFNmh+YRamQWswUON6z7TaYkAYyjR6h11dPkZIpDqne2DiWbCkmiA/+Q==",
      "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hryFGDbBmUzgrLeixq92mqZjNf4T6RscqVk7tD0A637BSjeXKrEwPx4k7PM/ac2FtwioIMThfcDT9Y0/T1xn/w==",
      "path": "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t15yGf5r6vMV1rB5O6TgfXKChtCaN3niwFw44M2ImX3eZ8yzueplqMqXPCbWzoBDHJVz9fE+9LFUGCsUmS2Jgg==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.1",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.1.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fZz1BHl021f+EJ19SnpSHoy4h2n+zsdetXq9VQvBOEczKrkdJF5cnPOh0NJnhB02JoWxMQkzWs+MbKibV2wZyQ==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Rb3K1Je3t1jzGRzVbTqpo8PobjCWrKlChIp1W6B8zVl48UcpxhrvFjekXSz5cKka1xXDWi1JQyx3RVpb2RAmaA==",
      "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4UfextKfel7N1U8Y43MtfxV4hsFe1FBJiBcQos2AB62ZWBO1DiQJKRvDEzvDz7mgyuql+CAgi3sXMuwrFkYkJA==",
      "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RVjz+XmCta7gpUlpKZTvnRKMKoceMm8H6880KOVRVv3aWbZVoijcSwgNGslU3lQGn31jPu1dP0CBgpGOuI+wBg==",
      "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oVVTltrB7gcY8RiJefq4h8G6cS7/ttw0lJl2hBALgMNuBNTMKq08+aGJ8udivyGbN/iwg8HR8Q0I5Gn5ZlJznA==",
      "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SgBZ1sWIbOuIK/oJLSn3aetJfLk3PwBTAkz3iKdS5W1QsvEc6Kf7l8pSwQpif6A91UMaIG1eKquUXIxobdeQLA==",
      "path": "runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "System.AppContext/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
      "path": "system.appcontext/4.1.0",
      "hashPath": "system.appcontext.4.1.0.nupkg.sha512"
    },
    "System.Buffers/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
      "path": "system.buffers/4.5.1",
      "hashPath": "system.buffers.4.5.1.nupkg.sha512"
    },
    "System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
      "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-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
      "path": "system.collections.concurrent/4.3.0",
      "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
    },
    "System.Collections.Immutable/8.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==",
      "path": "system.collections.immutable/8.0.0",
      "hashPath": "system.collections.immutable.8.0.0.nupkg.sha512"
    },
    "System.Configuration.ConfigurationManager/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==",
      "path": "system.configuration.configurationmanager/6.0.0",
      "hashPath": "system.configuration.configurationmanager.6.0.0.nupkg.sha512"
    },
    "System.Console/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
      "path": "system.console/4.0.0",
      "hashPath": "system.console.4.0.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.DiagnosticSource/8.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==",
      "path": "system.diagnostics.diagnosticsource/8.0.1",
      "hashPath": "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512"
    },
    "System.Diagnostics.Tools/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
      "path": "system.diagnostics.tools/4.0.1",
      "hashPath": "system.diagnostics.tools.4.0.1.nupkg.sha512"
    },
    "System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
      "path": "system.diagnostics.tracing/4.3.0",
      "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "System.Drawing.Common/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
      "path": "system.drawing.common/6.0.0",
      "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
    },
    "System.Formats.Asn1/8.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==",
      "path": "system.formats.asn1/8.0.1",
      "hashPath": "system.formats.asn1.8.0.1.nupkg.sha512"
    },
    "System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
      "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-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
      "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-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
      "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-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
      "path": "system.io/4.3.0",
      "hashPath": "system.io.4.3.0.nupkg.sha512"
    },
    "System.IO.Compression/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",
      "path": "system.io.compression/4.1.0",
      "hashPath": "system.io.compression.4.1.0.nupkg.sha512"
    },
    "System.IO.Compression.ZipFile/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==",
      "path": "system.io.compression.zipfile/4.0.1",
      "hashPath": "system.io.compression.zipfile.4.0.1.nupkg.sha512"
    },
    "System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
      "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-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
      "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-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
      "path": "system.linq/4.3.0",
      "hashPath": "system.linq.4.3.0.nupkg.sha512"
    },
    "System.Linq.Expressions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
      "path": "system.linq.expressions/4.1.0",
      "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
    },
    "System.Memory/4.5.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
      "path": "system.memory/4.5.5",
      "hashPath": "system.memory.4.5.5.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/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jubNN9jH4NzVrvEf4fGwESLBsfH8whWNbHMhgM6IwA8UCt6+/M19bbOHc21JhigvC2HQKCl8HKGZMcBtIpzqIg==",
      "path": "system.net.http.winhttphandler/6.0.0",
      "hashPath": "system.net.http.winhttphandler.6.0.0.nupkg.sha512"
    },
    "System.Net.Primitives/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OHzPhSme78BbmLe9UBxHM69ZYjClS5URuhce6Ta4ikiLgaUGiG/X84fZpI6zy7CsUH5R9cYzI2tv9dWPqdTkUg==",
      "path": "system.net.primitives/4.3.1",
      "hashPath": "system.net.primitives.4.3.1.nupkg.sha512"
    },
    "System.Net.Sockets/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==",
      "path": "system.net.sockets/4.1.0",
      "hashPath": "system.net.sockets.4.1.0.nupkg.sha512"
    },
    "System.Numerics.Vectors/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
      "path": "system.numerics.vectors/4.5.0",
      "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
    },
    "System.ObjectModel/4.0.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
      "path": "system.objectmodel/4.0.12",
      "hashPath": "system.objectmodel.4.0.12.nupkg.sha512"
    },
    "System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
      "path": "system.reflection/4.3.0",
      "hashPath": "system.reflection.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==",
      "path": "system.reflection.emit/4.7.0",
      "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
      "path": "system.reflection.emit.ilgeneration/4.0.1",
      "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
      "path": "system.reflection.emit.lightweight/4.0.1",
      "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
      "path": "system.reflection.extensions/4.0.1",
      "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512"
    },
    "System.Reflection.Metadata/8.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
      "path": "system.reflection.metadata/8.0.0",
      "hashPath": "system.reflection.metadata.8.0.0.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==",
      "path": "system.reflection.typeextensions/4.1.0",
      "hashPath": "system.reflection.typeextensions.4.1.0.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
      "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/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
      "path": "system.runtime.compilerservices.unsafe/6.0.0",
      "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.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-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
      "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-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
      "path": "system.runtime.interopservices/4.3.0",
      "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
    },
    "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
      "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
      "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.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-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
      "path": "system.runtime.numerics/4.3.0",
      "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
    },
    "System.Security.AccessControl/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
      "path": "system.security.accesscontrol/6.0.0",
      "hashPath": "system.security.accesscontrol.6.0.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/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
      "path": "system.security.cryptography.cng/5.0.0",
      "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Csp/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
      "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-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
      "path": "system.security.cryptography.encoding/4.3.0",
      "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.OpenSsl/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-D3aDrPOPBORUl6V/WJ2AtN3Ae48aSH0W7yChBIecvu1lyoAhopPORmMpNTjv5/Kay7Z+h3KXpfbvteIm7x7miA==",
      "path": "system.security.cryptography.openssl/5.0.0",
      "hashPath": "system.security.cryptography.openssl.5.0.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Pkcs/7.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yhwEHH5Gzl/VoADrXtt5XC95OFoSjNSWLHNutE7GwdOgefZVRvEXRSooSpL8HHm3qmdd9epqzsWg28UJemt22w==",
      "path": "system.security.cryptography.pkcs/7.0.3",
      "hashPath": "system.security.cryptography.pkcs.7.0.3.nupkg.sha512"
    },
    "System.Security.Cryptography.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
      "path": "system.security.cryptography.primitives/4.3.0",
      "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.ProtectedData/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
      "path": "system.security.cryptography.protecteddata/6.0.0",
      "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
    },
    "System.Security.Cryptography.X509Certificates/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uwlfOnvJd7rXRvP3aV126Q9XebIIEGEaZ245Rd5/ZwOg7U7AU+AmpE0vRh2F0DFjfOTuk7MAexv4nYiNP/RYnQ==",
      "path": "system.security.cryptography.x509certificates/4.3.2",
      "hashPath": "system.security.cryptography.x509certificates.4.3.2.nupkg.sha512"
    },
    "System.Security.Permissions/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
      "path": "system.security.permissions/6.0.0",
      "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
      "path": "system.security.principal.windows/5.0.0",
      "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
      "path": "system.text.encoding/4.3.0",
      "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
    },
    "System.Text.Encoding.CodePages/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
      "path": "system.text.encoding.codepages/6.0.0",
      "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
    },
    "System.Text.Encoding.Extensions/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
      "path": "system.text.encoding.extensions/4.0.11",
      "hashPath": "system.text.encoding.extensions.4.0.11.nupkg.sha512"
    },
    "System.Text.Encodings.Web/7.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==",
      "path": "system.text.encodings.web/7.0.0",
      "hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512"
    },
    "System.Text.Json/7.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AyjhwXN1zTFeIibHimfJn6eAsZ7rTBib79JQpzg8WAuR/HKDu9JGNHTuu3nbbXQ/bgI+U4z6HtZmCHNXB1QXrQ==",
      "path": "system.text.json/7.0.3",
      "hashPath": "system.text.json.7.0.3.nupkg.sha512"
    },
    "System.Text.RegularExpressions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
      "path": "system.text.regularexpressions/4.1.0",
      "hashPath": "system.text.regularexpressions.4.1.0.nupkg.sha512"
    },
    "System.Threading/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
      "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-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.5.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
      "path": "system.threading.tasks.extensions/4.5.4",
      "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
    },
    "System.Threading.Timer/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==",
      "path": "system.threading.timer/4.0.1",
      "hashPath": "system.threading.timer.4.0.1.nupkg.sha512"
    },
    "System.Windows.Extensions/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
      "path": "system.windows.extensions/6.0.0",
      "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
    },
    "System.Xml.ReaderWriter/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",
      "path": "system.xml.readerwriter/4.0.11",
      "hashPath": "system.xml.readerwriter.4.0.11.nupkg.sha512"
    },
    "System.Xml.XDocument/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",
      "path": "system.xml.xdocument/4.0.11",
      "hashPath": "system.xml.xdocument.4.0.11.nupkg.sha512"
    },
    "Fake.Core.CommandLineParsing/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Context/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.DependencyManager.Paket/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Environment/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.FakeVar/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Process/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.SemVer/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.String/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Tasks/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Trace/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Xml/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.DotNet.Cli/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.DotNet.MSBuild/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.DotNet.NuGet/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.IO.FileSystem/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Net.Http/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Runtime/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  },
  "runtimes": {
    "win10-x86": [
      "win10",
      "win81-x86",
      "win81",
      "win8-x86",
      "win8",
      "win7-x86",
      "win7",
      "win-x86",
      "win",
      "any",
      "base"
    ],
    "win10-x86-aot": [
      "win10-aot",
      "win10-x86",
      "win10",
      "win81-x86-aot",
      "win81-aot",
      "win81-x86",
      "win81",
      "win8-x86-aot",
      "win8-aot",
      "win8-x86",
      "win8",
      "win7-x86-aot",
      "win7-aot",
      "win7-x86",
      "win7",
      "win-x86-aot",
      "win-aot",
      "win-x86",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win7-x86": [
      "win7",
      "win-x86",
      "win",
      "any",
      "base"
    ],
    "win7-x86-aot": [
      "win7-aot",
      "win7-x86",
      "win7",
      "win-x86-aot",
      "win-aot",
      "win-x86",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win8-x86": [
      "win8",
      "win7-x86",
      "win7",
      "win-x86",
      "win",
      "any",
      "base"
    ],
    "win8-x86-aot": [
      "win8-aot",
      "win8-x86",
      "win8",
      "win7-x86-aot",
      "win7-aot",
      "win7-x86",
      "win7",
      "win-x86-aot",
      "win-aot",
      "win-x86",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win81-x86": [
      "win81",
      "win8-x86",
      "win8",
      "win7-x86",
      "win7",
      "win-x86",
      "win",
      "any",
      "base"
    ],
    "win81-x86-aot": [
      "win81-aot",
      "win81-x86",
      "win81",
      "win8-x86-aot",
      "win8-aot",
      "win8-x86",
      "win8",
      "win7-x86-aot",
      "win7-aot",
      "win7-x86",
      "win7",
      "win-x86-aot",
      "win-aot",
      "win-x86",
      "win",
      "aot",
      "any",
      "base"
    ]
  }
}
bin\fake.dll
md5: 173A77333232544340823CF8133D977C | sha1: 1B09E7003D98C9ED04B3486733A226A973CED287 | sha256: 6567162EB9DD91AC25FE2DA4CF01F1719873343BBF872F5C67C9A5DDA0DBE756 | sha512: 6F4A9E7008C6BE4D474DB3C38A2F7D8D5A414EEA3EAF6842D8E648E44C0B5D79E8BE05B304835C581DABC492A120C28FFD20EF822815AE618F9AE12A6216138C
bin\Fake.DotNet.Cli.dll
md5: E4BD7A3F24D10D8F489DC9A3614C069D | sha1: 1EA67331820ABE5F6686DF9D47C19BC7AE85523C | sha256: 0A70D33E165633B9E62BC76A5A44C965552BFB90D50DEABCF4E96D23045266B2 | sha512: 51659FDCB943219A51025317781081D491E8CAA10D499CE378BD13BCCB219FB342EC4A1F79C06E58BAFFFF580232E7B545AD094FDDCE2DA27035A2A7821F9369
bin\Fake.DotNet.Cli.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.DotNet.Cli</name></assembly>
<members>
<member name="M:Fake.Core.CreateProcessDotNetExt.CreateProcess.withToolType``1(Fake.DotNet.ToolType,Fake.Core.CreateProcess{``0})">
 <summary>
 Ensures the command  is run with dotnet or with framework/mono as appropriate.
 </summary>

 <example>
 <code lang="fsharp">
 Command.RawCommand("tool", Arguments.OfArgs ["arg1"; "arg2"])
     |> CreateProcess.fromCommand
     |> CreateProcess.withToolType toolType // prepare to execute tool, mono tool, or dotnet localtool.
     |> Proc.run
     |> ignore
 </code>
 </example>
</member>
<member name="T:Fake.Core.CreateProcessDotNetExt.CreateProcess">
 <summary>
 Extensions to <a href="/reference/fake-core-createprocess.html"><c>CreateProcess</c></a>.
 </summary>
</member>
<member name="T:Fake.Core.CreateProcessDotNetExt">
 <summary>
 Some extensions for the <c>CreateProcess</c> module, opened automatically (use add <c>open Fake.Core</c>)
 </summary>
</member>
<member name="T:Fake.DotNet.ToolType.CLIToolReference">
<summary>
 CLIToolReference, uses &lt;c&gt;dotnet &lt;toolname&gt;&lt;/c&gt;
</summary>
</member>
<member name="T:Fake.DotNet.ToolType.LocalTool">
<summary>
 local dotnet tool, uses &lt;c&gt;dotnet &lt;toolname&gt;&lt;/c&gt;
</summary>
</member>
<member name="T:Fake.DotNet.ToolType.GlobalTool">
<summary>
 The application is a global dotnet cli tool, does not prefix anything, expects ToolPath to be the
 platform dependent path to the application.
</summary>
</member>
<member name="T:Fake.DotNet.ToolType.SelfContainedDeployment">
<summary>
 The application is a self contained application, does not prefix anything, expects ToolPath to be the
 platform dependent path to the application.
</summary>
</member>
<member name="T:Fake.DotNet.ToolType.FrameworkDependentDeployment">
<summary>
 The application is a framework dependent application, prefixes the app with &lt;c&gt;dotnet&lt;/c&gt; and allows ToolPath
 to be the path to the dll.
</summary>
</member>
<member name="T:Fake.DotNet.ToolType.FullFramework">
<summary>
 The application is a pre .NET 5 full framework application, ToolPath is combined with
 &lt;c&gt;CreateProcess.withFramework&lt;/c&gt;. Which prefixes the command with &lt;c&gt;mono&lt;/c&gt; on non-windows platforms
</summary>
</member>
<member name="T:Fake.DotNet.ToolType">
 <summary>
 Describes which kind of application ToolPath references
 </summary>
</member>
<member name="P:Fake.DotNet.DotNetLocalTool.ToolCommandName">
<summary>
 The command name of the tool (the first argument of &apos;dotnet&apos;). For example `&quot;fake&quot;` for `dotnet fake`.
 By default we usually fallback to the executable name of ToolPath without file extension.
</summary>
</member>
<member name="P:Fake.DotNet.DotNetLocalTool.PackageName">
<summary>
 Currently ignored
</summary>
</member>
<member name="P:Fake.DotNet.DotNetLocalTool.Options">
<summary>
 Parameters as for the dotnet call
</summary>
</member>
<member name="T:Fake.DotNet.DotNetLocalTool">
 <summary>
 Information about a dotnet tool
 </summary>
</member>
<member name="P:Fake.DotNet.DotNetFDDOptions.Options">
<summary>
 Parameters as for the dotnet call
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TemplateUninstallOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.TemplateUninstallOptions.Create(System.String)">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.TemplateUninstallOptions">
 <summary>
 dotnet new --install options
 </summary>
</member>
<member name="P:Fake.DotNet.DotNet.TemplateInstallOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.TemplateInstallOptions.Create(System.String)">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.TemplateInstallOptions">
 <summary>
 dotnet new --install options
 </summary>
</member>
<member name="P:Fake.DotNet.DotNet.NewOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.NewOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.NewOptions">
 <summary>
 dotnet new command options
 </summary>
</member>
<member name="M:Fake.DotNet.DotNet.NewLanguage.ToString">
<summary>
 Convert the list option to string representation
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.NewLanguage">
<summary>
 The languages supported by new command
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.NuGetPushOptions">
 <summary>
 nuget push parameters for <c>dotnet nuget push</c>
 </summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.MSBuildParams">
<summary>
 Other msbuild specific parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Blame">
<summary>
 Runs the tests in blame mode. This option is helpful in isolating the problematic tests causing test
 host to crash. It creates an output file in the current directory as Sequence.xml that captures the
 order of tests execution before the crash.  (&lt;c&gt;--blame&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.RunSettingsArguments">
<summary>
 Arguments to pass run settings configurations through commandline. Arguments may be specified as
 name-value pair of the form &lt;c&gt;[name]=[value]&lt;/c&gt; after &lt;c&gt;&quot;-- &quot;&lt;/c&gt;. Note the space after &lt;c&gt;--&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.NoRestore">
<summary>
  Does not do an implicit restore when executing the command. (&lt;c&gt;--no-restore&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Collect">
<summary>
 Enables data collector for the test run. More info here : https://aka.ms/vstest-collect
 (&lt;c&gt;--collect&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.ResultsDirectory">
<summary>
 The directory where the test results are going to be placed. The specified directory will be created
 if it does not exist. (&lt;c&gt;--results-directory&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.NoBuild">
<summary>
  Do not build project before testing. (&lt;c&gt;--no-build&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.NoLogo">
<summary>
 Don&apos;t show copyright messages. (&lt;c&gt;--nologo&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Diag">
<summary>
 Enable verbose logs for test platform. Logs are written to the provided file. (&lt;c&gt;--diag&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Output">
<summary>
  Directory in which to find the binaries to be run (&lt;c&gt;--output&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Framework">
<summary>
 Target framework to publish for. The target framework has to be specified in the project file.
 (&lt;c&gt;--framework&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Configuration">
<summary>
Configuration to use for building the project.  Default for most projects is  &quot;Debug&quot;.
 (&lt;c&gt;--configuration&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Logger">
<summary>
 Specify a logger for test results. (&lt;c&gt;--logger&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.TestAdapterPath">
<summary>
 Use custom adapters from the given path in the test run. (&lt;c&gt;--test-adapter-path&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Filter">
<summary>
 Run tests that match the given expression. (&lt;c&gt;--filter&lt;/c&gt;)
 Examples:
 &lt;list type=&quot;number&quot;&gt;
 &lt;item&gt;
 Run tests with priority set to 1: &lt;c&gt;--filter &quot;Priority = 1&quot;&lt;/c&gt;
 &lt;/item&gt;
 &lt;item&gt;
 Run a test with the specified full name:
 &lt;c&gt;--filter &quot;FullyQualifiedName=Namespace.ClassName.MethodName&quot;&lt;/c&gt;
 &lt;/item&gt;
 &lt;item&gt;
 Run tests that contain the specified name: &lt;c&gt;--filter &quot;FullyQualifiedName~Namespace.Class&quot;&lt;/c&gt;
 &lt;/item&gt;
 &lt;item&gt;
 More info on filtering support: https://aka.ms/vstest-filtering
 &lt;/item&gt;
 &lt;/list&gt;
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.ListTests">
<summary>
 Lists discovered tests (&lt;c&gt;--list-tests&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Settings">
<summary>
 Settings to use when running tests (&lt;c&gt;--settings&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.TestOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.TestOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.TestOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.TestOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.TestOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.TestOptions">
 <summary>
 dotnet test command options
 </summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.MSBuildParams">
<summary>
 Other msbuild specific parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.NoRestore">
<summary>
 Doesn&apos;t execute an implicit restore during build. (&lt;c&gt;--no-restore&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.NoLogo">
<summary>
 Don&apos;t show copyright messages. (&lt;c&gt;--nologo&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.Native">
<summary>
 Native flag (&lt;c&gt;--native&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.OutputPath">
<summary>
 Output path (&lt;c&gt;--output&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.BuildBasePath">
<summary>
 Build base path (&lt;c&gt;--build-base-path&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.Runtime">
<summary>
 Target runtime to publish for (&lt;c&gt;--runtime&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.Framework">
<summary>
 Target framework to compile for (&lt;c&gt;--framework&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.Configuration">
<summary>
 Pack configuration (&lt;c&gt;--configuration&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.BuildOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.BuildOptions">
 <summary>
 dotnet build command options
 </summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.MSBuildParams">
<summary>
 Other msbuild specific parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Force">
<summary>
 Force all dependencies to be resolved even if the last restore was successful.
 This is equivalent to deleting project.assets.json. (&lt;c&gt;--force&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.NoRestore">
<summary>
 Doesn&apos;t execute an implicit restore when running the command. (&lt;c&gt;--no-restore&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.NoBuild">
<summary>
 No build flag (&lt;c&gt;--no-build&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.NoLogo">
<summary>
 Don&apos;t show copyright messages. (&lt;c&gt;--nologo&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.SelfContained">
<summary>
 Publish the .NET Core runtime with your application so the runtime doesn&apos;t need to be installed on
 the target machine. The default is &apos;true&apos; if a runtime identifier is specified.
 (&lt;c&gt;--self-contained&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Manifest">
<summary>
 Specifies one or several target manifests to use to trim the set of packages published with the app.
 The manifest file is part of the output of the dotnet store command.
 This option is available starting with .NET Core 2.0 SDK. (&lt;c&gt;--manifest&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.VersionSuffix">
<summary>
 Defines what &lt;c&gt;*&lt;/c&gt; should be replaced with in version field in project.json
 (&lt;c&gt;--version-suffix&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.OutputPath">
<summary>
 Output path (&lt;c&gt;--output&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.BuildBasePath">
<summary>
 Build base path (&lt;c&gt;--build-base-path&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Runtime">
<summary>
 Target runtime to publish for (&lt;c&gt;--runtime&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Framework">
<summary>
 Target framework to compile for (&lt;c&gt;--framework&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Configuration">
<summary>
 Pack configuration (&lt;c&gt;--configuration&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PublishOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PublishOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PublishOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PublishOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PublishOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.PublishOptions">
 <summary>
 dotnet publish command options
 </summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.IncludeSymbols">
<summary>
 Includes the debug symbols NuGet packages in addition to the regular NuGet packages in the output
 directory (&lt;c&gt;--include-symbols&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.MSBuildParams">
<summary>
 Other msbuild specific parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.NoRestore">
<summary>
 Doesn&apos;t execute an implicit restore when running the command. (&lt;c&gt;--no-restore&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.NoBuild">
<summary>
 No build flag (&lt;c&gt;--no-build&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.NoLogo">
<summary>
 Don&apos;t show copyright messages. (&lt;c&gt;--nologo&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.OutputPath">
<summary>
 Output path (&lt;c&gt;--output&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.BuildBasePath">
<summary>
 Build base path (&lt;c&gt;--build-base-path&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.VersionSuffix">
<summary>
 Version suffix to use
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.Configuration">
<summary>
 Pack configuration (&lt;c&gt;--configuration&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.PackOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PackOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PackOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PackOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.PackOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.PackOptions">
 <summary>
 dotnet pack command options
 </summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildConfiguration.ToString">
<summary>
 Convert the build configuration to a string that can be passed to the .NET CLI
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.BuildConfiguration">
<summary>
 build configuration
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.MSBuildParams">
<summary>
 Other msbuild specific parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.DisableParallel">
<summary>
 Disables restoring multiple projects in parallel (&lt;c&gt;--disable-parallel&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.IgnoreFailedSources">
<summary>
 Only warning failed sources if there are packages meeting version requirement
 (&lt;c&gt;--ignore-failed-sources&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.NoCache">
<summary>
 No cache flag (&lt;c&gt;--no-cache&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.ConfigFile">
<summary>
 Path to the nuget configuration file (&lt;c&gt;nuget.config&lt;/c&gt;).
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.Packages">
<summary>
 Directory to install packages in (&lt;c&gt;--packages&lt;/c&gt;).
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.Sources">
<summary>
 Nuget feeds to search updates in. Use default if empty.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.Runtime">
<summary>
 The runtime to restore for (seems added in RC4). Maybe a bug, but works.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.RestoreOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.RestoreOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.RestoreOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.RestoreOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.RestoreOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.RestoreOptions">
 <summary>
 dotnet restore command options
 </summary>
</member>
<member name="P:Fake.DotNet.DotNet.MSBuildOptions.MSBuildParams">
<summary>
 MSBuild parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.MSBuildOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.MSBuildOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.MSBuildOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.MSBuildOptions.WithMSBuildParams(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuild.CliArguments,Fake.DotNet.MSBuild.CliArguments})">
<summary>
 Changes the &quot;MSBuildParams&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.MSBuildOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.MSBuildOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.MSBuildOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.MSBuildOptions">
 <summary>
 dotnet restore command options
 </summary>
</member>
<member name="T:Fake.DotNet.DotNet.VersionResult">
 <summary>
 dotnet info result
 </summary>
</member>
<member name="P:Fake.DotNet.DotNet.VersionOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.VersionOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.VersionOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.VersionOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.VersionOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.VersionOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.VersionOptions">
 <summary>
 dotnet --version command options
 </summary>
</member>
<member name="P:Fake.DotNet.DotNet.InfoResult.RID">
<summary>
 Common tool options
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.InfoResult">
 <summary>
 dotnet info result
 </summary>
</member>
<member name="P:Fake.DotNet.DotNet.InfoOptions.Common">
<summary>
 Common tool options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.InfoOptions.Environment">
<summary>
 Gets the current environment
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.InfoOptions.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.InfoOptions.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.InfoOptions.WithCommon(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.InfoOptions.Create">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.InfoOptions">
 <summary>
 dotnet --info command options
 </summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.Environment">
<summary>
 Gets the environment variables that apply to this process and its child processes.
 NOTE: Recommendation is to not use this Field, but instead use the helper function in the Proc module
 (for example &lt;c&gt;Process.setEnvironmentVariable&lt;/c&gt;)
 NOTE: This field is ignored when UseShellExecute is true.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.PrintRedirectedOutput">
<summary>
 If RedirectOutput is true this flag decides if FAKE emits the output into the standard output/error
 otherwise the flag is ignored.
 True by default.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.RedirectOutput">
<summary>
 If true the function will redirect the output of the called process (but will disable colors, false
 by default)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.Diagnostics">
<summary>
 Restore logging verbosity (&lt;c&gt;--diagnostics&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.Verbosity">
<summary>
 Logging verbosity (&lt;c&gt;--verbosity&lt;/c&gt;)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.CustomParams">
<summary>
 Custom parameters
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.Timeout">
<summary>
 Process timeout, kills the process after the specified time
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.WorkingDirectory">
<summary>
 Command working directory
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.Version">
<summary>
 Write a global.json with the given version (required to make SDK choose the correct version)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.Options.DotNetCliPath">
<summary>
 DotNet cli executable path
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Options.WithRedirectOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the output for the given process is redirected.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Options.WithPrintRedirectedOutput(System.Boolean)">
<summary>
 Sets a value indicating whether the redirected output should be printed to standard-output/error stream.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Options.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Options.WithCommon``1(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,``0})">
<summary>
 Changes the &quot;Common&quot; properties according to the given function
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Options.Create">
 <summary>
 Create a default setup for executing the <c>dotnet</c> command line.
 This function tries to take current <c>global.json</c> into account and tries to find the correct
 installation. To overwrite this behavior set <c>DotNetCliPath</c> manually (for example to the first
 result of <c>ProcessUtils.findFilesOnPath "dotnet"</c>)
 </summary>
</member>
<member name="T:Fake.DotNet.DotNet.Options">
 <summary>
 dotnet cli command execution options
 </summary>
</member>
<member name="T:Fake.DotNet.DotNet.Verbosity">
<summary>
 dotnet restore verbosity
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.WorkingDirectory">
<summary>
 Command working directory
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.NoPath">
<summary>
 Do not update path variable
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.DryRun">
<summary>
 If set it will not perform installation but instead display what command line to use
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.DebugSymbols">
<summary>
 Include symbols in the installation (Switch does not work yet. Symbols zip is not being uploaded yet)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.Architecture">
<summary>
 Architecture
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.ForceInstall">
<summary>
 Always download and run the installer, ignore potentially existing installations.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.CustomInstallDir">
<summary>
 Custom installation directory (for local build installation)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.Version">
<summary>
 .NET Core SDK version
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.Channel">
 <summary>
 Specifies the source channel for the installation. The possible values are:
 <list type="number">
 <item>
 <c>Current</c> - Most current release.
 </item>
 <item>
 <c>LTS</c> - Long-Term Support channel (most current supported release).
 </item>
 <item>
 Two-part version in <c>X.Y</c> format representing a specific release (for example, <c>2.0</c> or
 <c>1.0</c>).
 </item>
 <item>
 Branch name. For example, release/2.0.0, release/2.0.0-preview2, or master (for nightly releases).
 </item>
 </list>
 The default value is <c>LTS</c>. For more information on .NET support channels, see the
 .NET Support Policy page.
 </summary>
 <remarks>
 Use the <c>CliChannel</c> module, for example <c>CliChannel.Current</c>
 </remarks>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.InstallerOptions">
<summary>
 Custom installer obtain (download) options
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliInstallOptions.Default">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliInstallOptions">
 <summary>
 .NET Core SDK install options
 </summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliVersion.GlobalJson">
<summary>
 Take version from global.json and fail if it is not found.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliVersion.Version">
<summary>
 Three-part version in X.Y.Z format representing a specific build version; supersedes the -Channel option.
 For example: 2.0.0-preview2-006120.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliVersion.Coherent">
<summary>
 Latest coherent build on the channel; uses the latest stable package combination (used with Branch name
 -Channel options).
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliVersion.Latest">
<summary>
  Latest build on the channel (used with the -Channel option).
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliVersion">
<summary>
 .NET Core SDK version (used to specify version when installing .NET Core SDK)
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliArchitecture.Auto">
<summary>
 this value represents currently running OS architecture
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliArchitecture">
<summary>
 .NET Core SDK architecture
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.InstallerOptions.Branch">
<summary>
 Download installer from this github branch
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.InstallerOptions.AlwaysDownload">
<summary>
 Always download install script (otherwise install script is cached in temporary folder)
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.InstallerOptions.Default">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.InstallerOptions">
 <summary>
 .NET Core SDK installer download options
 </summary>
</member>
<member name="M:Fake.DotNet.DotNet.uninstallTemplate(System.String)">
 <summary>
 Execute dotnet new <c>--uninstall &lt;PATH|NUGET_ID&gt;</c> command to uninstall a new template
 </summary>

 <param name="templateName">template short name to uninstall</param>
 <param name="setParams">set version command parameters</param>
</member>
<member name="M:Fake.DotNet.DotNet.installTemplate(System.String,Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.TemplateInstallOptions,Fake.DotNet.DotNet.TemplateInstallOptions})">
 <summary>
 Execute dotnet new <c>--install &lt;PATH|NUGET_ID&gt;</c> command to install a new template
 </summary>

 <param name="templateName">template short name to install</param>
 <param name="setParams">set version command parameters</param>
</member>
<member name="M:Fake.DotNet.DotNet.newFromTemplate``1(``0,Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.NewOptions,Fake.DotNet.DotNet.NewOptions})">
 <summary>
 Execute dotnet new command
 </summary>

 <param name="templateName">template short name to create from</param>
 <param name="setParams">set version command parameters</param>
</member>
<member name="M:Fake.DotNet.DotNet.nugetPush(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.NuGetPushOptions,Fake.DotNet.DotNet.NuGetPushOptions},System.String)">
 <summary>
 Execute dotnet nuget push command
 </summary>

 <param name="setParams">set nuget push command parameters</param>
 <param name="nupkg">nupkg to publish</param>

 <example>
 <code lang="fsharp">
 open Fake.DotNet
     let setNugetPushParams (defaults:NuGet.NuGetPushParams) =
             { defaults with
                 DisableBuffering = true
                 ApiKey = Some "abc123"
              }
     let setParams (defaults:DotNet.NuGetPushOptions) =
             { defaults with
                 PushParams = setNugetPushParams defaults.PushParams
              }

     DotNet.nugetPush setParams "./My.Package.nupkg"
 </code>
 </example>
</member>
<member name="M:Fake.DotNet.DotNet.test(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.TestOptions,Fake.DotNet.DotNet.TestOptions},System.String)">
 <summary>
 Execute dotnet test command
 </summary>

 <param name="setParams">set test command parameters</param>
 <param name="project">project to test</param>
</member>
<member name="M:Fake.DotNet.DotNet.build(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.BuildOptions,Fake.DotNet.DotNet.BuildOptions},System.String)">
 <summary>
 Execute dotnet build command
 </summary>

 <param name="setParams">set compile command parameters</param>
 <param name="project">project to compile</param>
</member>
<member name="M:Fake.DotNet.DotNet.publish(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.PublishOptions,Fake.DotNet.DotNet.PublishOptions},System.String)">
 <summary>
 Execute dotnet publish command
 </summary>

 <param name="setParams">set publish command parameters</param>
 <param name="project">project to publish</param>
</member>
<member name="M:Fake.DotNet.DotNet.pack(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.PackOptions,Fake.DotNet.DotNet.PackOptions},System.String)">
 <summary>
 Execute dotnet pack command
 </summary>

 <param name="setParams">set pack command parameters</param>
 <param name="project">project to pack</param>

 <example>
 <code lang="fsharp">
  let packConfiguration (defaults:DotNet.PackOptions) =
         { defaults with
               Configuration = DotNet.Debug
               OutputPath = Some "./packages"
               IncludeSymbols = true }

     DotNet.pack packConfiguration "./MyProject.csproj"
 </code>
 </example>
</member>
<member name="M:Fake.DotNet.DotNet.restore(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.RestoreOptions,Fake.DotNet.DotNet.RestoreOptions},System.String)">
 <summary>
 Execute dotnet restore command
 </summary>

 <param name="setParams">set restore command parameters</param>
 <param name="project">project to restore packages</param>
</member>
<member name="M:Fake.DotNet.DotNet.msbuild(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.MSBuildOptions,Fake.DotNet.DotNet.MSBuildOptions},System.String)">
 <summary>
 Runs a MSBuild project
 </summary>

 <param name="setParams">A function that overwrites the default MSBuildOptions</param>
 <param name="project">A string with the path to the project file to build.</param>

 <example>
 <code lang="fsharp">
 open Fake.DotNet
     let setMsBuildParams (defaults:MSBuild.CliArguments) =
             { defaults with
                 Verbosity = Some(Quiet)
                 Targets = ["Build"]
                 Properties =
                     [
                         "Optimize", "True"
                         "DebugSymbols", "True"
                         "Configuration", "Release"
                     ]
              }
     let setParams (defaults:DotNet.MSBuildOptions) =
             { defaults with
                 MSBuildParams = setMsBuildParams defaults.MSBuildParams
              }

     DotNet.msbuild setParams "./MySolution.sln"
 </code>
 </example>
</member>
<member name="M:Fake.DotNet.DotNet.install(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.CliInstallOptions,Fake.DotNet.DotNet.CliInstallOptions})">
 <summary>
 Install .NET Core SDK if required
 </summary>

 <param name="setParams">set installation options</param>
</member>
<member name="M:Fake.DotNet.DotNet.getVersion(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.VersionOptions,Fake.DotNet.DotNet.VersionOptions})">
 <summary>
 Execute dotnet --version command
 </summary>

 <param name="setParams">set version command parameters</param>
</member>
<member name="M:Fake.DotNet.DotNet.info(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.InfoOptions,Fake.DotNet.DotNet.InfoOptions})">
 <summary>
 Execute dotnet --info command
 </summary>

 <param name="setParams">set info command parameters</param>
</member>
<member name="M:Fake.DotNet.DotNet.setupEnv(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options})">
 <summary>
 Setup the environment (<c>PATH</c> and <c>DOTNET_ROOT</c>) in such a way that started processes use the given
 dotnet SDK installation. This is useful for example when using fable,
 see <a href="https://github.com/fsharp/FAKE/issues/2405">issue #2405</a>
 </summary>

 <param name="install">The SDK to use (result of <c>DotNet.install</c>)</param>
</member>
<member name="M:Fake.DotNet.DotNet.prefixProcess``1(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options},Microsoft.FSharp.Collections.FSharpList{System.String},Fake.Core.CreateProcess{``0})">
 <summary>
 Replace the current <c>CreateProcess</c> instance to run with dotnet.exe
 </summary>

 <param name="buildOptions">build common execution options</param>
 <param name="firstArg">the first argument (like t)</param>
 <param name="args">command arguments</param>
</member>
<member name="M:Fake.DotNet.DotNet.execArgsList(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options},System.String,Microsoft.FSharp.Collections.FSharpList{System.String})">
 <summary>
   Execute raw dotnet cli command.
   Similar to 'exec' but takes a string list instead of a single string.
 </summary>

 <param name="buildOptions">build common execution options</param>
 <param name="command">the sdk command to execute <c>test</c>, <c>new</c>, <c>build</c>, ...</param>
 <param name="args">command arguments</param>
</member>
<member name="M:Fake.DotNet.DotNet.exec(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options},System.String,System.String)">
 <summary>
 Execute raw dotnet cli command
 </summary>

 <param name="buildOptions">build common execution options</param>
 <param name="command">the sdk command to execute <c>test</c>, <c>new</c>, <c>build</c>, ...</param>
 <param name="args">command arguments</param>
</member>
<member name="M:Fake.DotNet.DotNet.downloadInstaller(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.InstallerOptions,Fake.DotNet.DotNet.InstallerOptions})">
 <summary>
 Download .NET Core SDK installer
 </summary>

 <param name="setParams">set download installer options</param>
</member>
<member name="M:Fake.DotNet.DotNet.downloadDotNetInstallerFromUrl(System.String,System.String)">
 <summary>
 Download .NET Core SDK installer
 </summary>
</member>
<member name="M:Fake.DotNet.DotNet.getGenericDotNetCliInstallerUrl(System.String,System.String)">
 <summary>
 Get .NET Core SDK download uri
 </summary>
</member>
<member name="M:Fake.DotNet.DotNet.findPossibleDotnetCliPaths(Microsoft.FSharp.Core.FSharpOption{System.String})">
 <summary>
 Get dotnet cli executable path. Probes the provided path first, then as a fallback tries the system PATH
 </summary>

 <param name="dotnetCliDir">the path to check else will probe system PATH</param>
</member>
<member name="M:Fake.DotNet.DotNet.getSDKVersionFromGlobalJson">
 <summary>
 Gets the DotNet SDK from the global.json. This file can exist in the working
 directory or any of the parent directories
 </summary>
</member>
<member name="M:Fake.DotNet.DotNet.tryGetSDKVersionFromGlobalJson">
 <summary>
 Tries the DotNet SDK from the global.json. This file can exist in the working
 directory or any of the parent directories Returns None if global.json is not found
 </summary>
</member>
<member name="M:Fake.DotNet.DotNet.getSDKVersionFromGlobalJsonDir(System.String)">
 <summary>
 Gets the DotNet SDK from the global.json, starts searching in the given directory.
 </summary>
</member>
<member name="M:Fake.DotNet.DotNet.tryGetSDKVersionFromGlobalJsonDir(System.String)">
 <summary>
 Tries to get the DotNet SDK from the global.json, starts searching in the given directory.
 Returns None if global.json is not found
 </summary>

 <param name="startDir">The directory to start search from</param>
</member>
<member name="P:Fake.DotNet.DotNet.defaultSystemInstallDir">
 <summary>
 .NET Core SDK default install directory (set to default SDK installer paths
 (<c>/usr/local/share/dotnet</c> or <c>C:\Program Files\dotnet</c>))
 </summary>
</member>
<member name="P:Fake.DotNet.DotNet.defaultUserInstallDir">
 <summary>
 .NET Core SDK default install directory (set to default SDK installer paths
 (<c>%HOME/.dotnet</c> or <c>%LOCALAPPDATA%/Microsoft/dotnet</c>).
 </summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildConfigurationModule.fromEnvironVarOrDefault(System.String,Fake.DotNet.DotNet.BuildConfiguration)">
<summary>
 Get the build configuration from an environment variable with the given name or returns
 the default if not value was set
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.BuildConfigurationModule.fromString(System.String)">
<summary>
 Parse a build configuration string
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.BuildConfigurationModule">
 <summary>
 THe build configuration for a DotNet application
 </summary>
</member>
<member name="M:Fake.DotNet.DotNet.OptionsModule.withAdditionalArgs``1(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.DotNet.Options,Fake.DotNet.DotNet.Options},``0}},System.Collections.Generic.IEnumerable{System.String},``0)">
<summary>
 Sets custom command-line arguments expressed as a sequence of strings.
 This function overwrites and gets overwritten by `withCustomParams`.
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Versions.RC4_004973ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview4 tooling, this is marketized as v1.0.1
 release of the .NET Core tools
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Versions.RC4_004771ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview4 tooling
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Versions.Preview4_004233ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview4 tooling
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Versions.LatestPreview4ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview4 tooling
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.Versions.Preview2ToolingOptions(Fake.DotNet.DotNet.CliInstallOptions)">
<summary>
 .NET Core SDK install options preconfigured for preview2 tooling
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.Versions">
 <summary>
 The a list of well-known versions to install
 </summary>
</member>
<member name="M:Fake.DotNet.DotNet.CliChannel.Branch``1(``0)">
<summary>
 Branch name. For example, release/2.0.0, release/2.0.0-preview2, or master (for nightly releases).
</summary>
</member>
<member name="M:Fake.DotNet.DotNet.CliChannel.Version(System.Int32,System.Int32)">
<summary>
 Two-part version in X.Y format representing a specific release (for example, 2.0 or 1.0).
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliChannel.Current">
<summary>
 Most current release.
</summary>
</member>
<member name="P:Fake.DotNet.DotNet.CliChannel.LTS">
<summary>
 Long-Term Support channel (most current supported release).
</summary>
</member>
<member name="T:Fake.DotNet.DotNet.CliChannel">
 <summary>
 Specifies the source channel for the installation.
 </summary>
</member>
<member name="T:Fake.DotNet.DotNet">
 <summary>
 .NET Core + CLI tools helpers
 </summary>
</member>
</members>
</doc>
bin\Fake.DotNet.MSBuild.dll
md5: AE2E3C55A496032D59A43859169DF1E8 | sha1: A5A7506827AEE10C36E8BB80229A1932C7BFA97E | sha256: 4B4BDA850CA7E27BCD1E4B38E76DA2C47509A53F9ABA7ECE232888DA4CB0B440 | sha512: 28639E8BB5DAC99BF4342E3421D777F10EE2AED61D40E4F4A38080B25DB16EA258D8DABA89D79F55B314052C9964B768D5EF26CB620D260B29D1FA96CB2D54CF
bin\Fake.DotNet.MSBuild.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.DotNet.MSBuild</name></assembly>
<members>
<member name="P:Fake.DotNet.MSBuildParams.DistributedLoggers">
<summary>
 corresponds to the msbuild option &lt;c&gt;/dl&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.Loggers">
<summary>
 corresponds to the msbuild option &lt;c&gt;/l&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.BinaryLoggers">
<summary>
 corresponds to the msbuild option &lt;c&gt;/bl&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.FileLoggers">
<summary>
 corresponds to the msbuild option &lt;c&gt;/fl&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.DisableInternalBinLog">
<summary>
 Fake attaches a binlog-logger in order to report errors and warnings. You can disable this behavior
 with this flag
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.ConsoleLogParameters">
<summary>
 corresponds to the msbuild option &lt;c&gt;/consoleloggerparameters&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.NoWarn">
<summary>
 The list of warning to ignore
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.WarnAsError">
<summary>
 The list of warnings to treat as errors
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.TerminalLogger">
<summary>
 --tl[auto|on|off]
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.NoConsoleLogger">
<summary>
 Disable the default console logger, and don&apos;t log events to the console.
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.Verbosity">
<summary>
 Specifies the amount of information to display in the build log. Each logger displays events based on
 the verbosity level that you set for that logger
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.ToolsVersion">
<summary>
 Specifies the version of the Toolset to use to build the project
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.RestorePackagesFlag">
<summary>
 mark if to restore the packages or not
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.NodeReuse">
<summary>
 Enable or disable the re-use of MSBuild nodes. You can specify the following values
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.NoLogo">
<summary>
 Don&apos;t display the startup banner or the copyright message.
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.DoRestore">
<summary>
 Execute a restore before executing the targets (&lt;c&gt;/restore&lt;/c&gt; flag)
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.MaxCpuCount">
 <summary>
 corresponds to the msbuild option <c>/m</c>:
 <list type="number">
 <item>
 <c>None</c> will omit the option.
 </item>
 <item>
 <c>Some None</c> will emit <c>/m</c>.
 </item>
 <item>
 <c>Some 2</c> will emit <c>/m:2</c>.
 </item>
 </list>
 </summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.Properties">
<summary>
 The list of properties to pass to MSBuild
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.Targets">
<summary>
 The list of targets to use
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.WorkingDirectory">
<summary>
 The working directory to execute MSBuild in
</summary>
</member>
<member name="P:Fake.DotNet.MSBuildParams.ToolPath">
<summary>
 Set the MSBuild executable to use. Defaults to the latest installed MSBuild.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuildParams.WithEnvironment(Microsoft.FSharp.Collections.FSharpMap{System.String,System.String})">
<summary>
 Sets the current environment variables.
</summary>
</member>
<member name="M:Fake.DotNet.MSBuildParams.Create">
<summary>
 Defines a default for MSBuild task parameters
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildParams">
 <summary>
 A type for MSBuild task parameters
 Please see <a href="https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/msbuild/msbuild-command-line-reference?view=vs-2015">MSBuild command line reference</a>
 </summary>
</member>
<member name="T:Fake.DotNet.MSBuildDistributedLoggerConfig">
 <summary>
 A type for MSBuild distributed logger configuration
 </summary>
</member>
<member name="T:Fake.DotNet.MSBuildFileLoggerConfig">
 <summary>
 A type for MSBuild configuration
 </summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.LogParameter">
<summary>
 Other currently not supported parameter.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.EnableMPLogging">
<summary>
 Enable the multiprocessor logging style even when running in non-multiprocessor mode.
 This logging style is on by default.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.DisableMPLogging">
<summary>
 Disable the multiprocessor logging style of output when running in non-multiprocessor mode.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.ForceConsoleColor">
<summary>
 Undocumented switch to force ansi colors.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.DisableConsoleColor">
<summary>
 Use the default console colors for all logging messages.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.ForceNoAlign">
<summary>
 Don&apos;t align the text to the size of the console buffer.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.ShowEventId">
<summary>
 Show the event ID for each started event, finished event, and message.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.ShowTimestamp">
<summary>
 Show the timestamp as a prefix to any message.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.ShowCommandLine">
<summary>
 Show &lt;c&gt;TaskCommandLineEvent&lt;/c&gt; messages.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.NoItemAndPropertyList">
<summary>
 Don&apos;t show the list of items and properties that would appear at the start of each project build if the
 verbosity level is set to &lt;c&gt;diagnostic&lt;/c&gt;.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.WarningsOnly">
<summary>
 Show only warnings.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.ErrorsOnly">
<summary>
 Show only errors.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.NoSummary">
<summary>
 Don&apos;t show the error and warning summary at the end.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.Summary">
<summary>
 Show the error and warning summary at the end.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.PerformanceSummary">
<summary>
 Show the time that’s spent in tasks, targets, and projects.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter.Append">
<summary>
 Determines whether the build log is appended to the log file or overwrites it. When you set the switch,
 the build log is appended to the log file. When the switch is not present, the contents of an existing
 log file are overwritten. If you include the append switch, no matter whether it is set to true or false,
 the log is appended. If you do not include the append switch, the log is overwritten.
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildLogParameter">
 <summary>
 MSBuild log option
 See <a href="https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2015">
 msbuild-command-line-reference</a>
 </summary>
</member>
<member name="T:Fake.DotNet.MSBuildTerminalLoggerOption">
 <summary>
 <para>Specifies whether the terminal logger should be used for the build output. The default is auto, which first verifies the environment before enabling terminal logging. The environment check verifies that the terminal is capable of using modern output features and isn't using a redirected standard output before enabling the new logger. on skips the environment check and enables terminal logging. off skips the environment check and uses the default console logger.</para>
 <para>The terminal logger shows you the restore phase followed by the build phase. During each phase, the currently building projects appear at the bottom of the terminal. Each project that's building outputs both the MSBuild target currently being built and the amount of time spent on that target. You can search this information to learn more about the build. When a project is finished building, a single "build completed" section is written that captures:</para>
 <para>
 <ul>
 <li>The name of the built project.</li>
 <li>The target framework (if multi-targeted).</li>
 <li>The status of that build.</li>
 <li>The primary output of that build (which is hyperlinked).</li>
 <li>Any diagnostics generated for that project.</li>
 </ul>
 </para>
 </summary>
 <remarks>This option is available starting in .NET 8.</remarks>
</member>
<member name="T:Fake.DotNet.MSBuildVerbosity">
<summary>
 MSBuild verbosity option
</summary>
</member>
<member name="T:Fake.DotNet.MSBuildProject">
 <summary>
 A type to represent MSBuild project files.
 </summary>
</member>
<member name="T:Fake.DotNet.MSBuildException">
 <summary>
 An exception type to signal build errors.
 </summary>
</member>
<member name="T:Fake.DotNet.MSBuildBinLog">
 <summary>
 Analyse a binlog and emit proper CI messages
 </summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.DistributedLoggers">
<summary>
 corresponds to the msbuild option &lt;c&gt;/dl&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.Loggers">
<summary>
 corresponds to the msbuild option &lt;c&gt;/l&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.ConsoleLogParameters">
<summary>
 corresponds to the msbuild option &lt;c&gt;/consoleloggerparameters&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.BinaryLoggers">
<summary>
 corresponds to the msbuild option &lt;c&gt;/bl&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.FileLoggers">
<summary>
 corresponds to the msbuild option &lt;c&gt;/fl&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.DisableInternalBinLog">
<summary>
 Fake attaches a binlog-logger in order to report errors and warnings. You can disable this behavior
 with this flag
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.NoWarn">
<summary>
 The list of warning to ignore
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.WarnAsError">
<summary>
 The list of warnings to treat as errors
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.TerminalLogger">
<summary>
 --tl:[auto|on|off]
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.NoConsoleLogger">
<summary>
 Disable the default console logger, and don&apos;t log events to the console.
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.Verbosity">
<summary>
 Specifies the amount of information to display in the build log. Each logger displays events based on
 the verbosity level that you set for that logger
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.ToolsVersion">
<summary>
 Specifies the version of the Toolset to use to build the project
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.NodeReuse">
<summary>
 Enable or disable the re-use of MSBuild nodes. You can specify the following values
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.NoLogo">
<summary>
 Don&apos;t display the startup banner or the copyright message.
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.DoRestore">
<summary>
 Execute a restore before executing the targets (&lt;c&gt;/restore&lt;/c&gt; flag)
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.MaxCpuCount">
 <summary>
 corresponds to the msbuild option <c>/m</c>:
 <list type="number">
 <item>
 <c>None</c> will omit the option.
 </item>
 <item>
 <c>Some None</c> will emit <c>/m</c>.
 </item>
 <item>
 <c>Some 2</c> will emit <c>/m:2</c>.
 </item>
 </list>
 </summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.Properties">
<summary>
 Set or override the specified project-level properties
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.CliArguments.Targets">
<summary>
 The list of targets to use
</summary>
</member>
<member name="T:Fake.DotNet.MSBuild.CliArguments">
 <summary>
 A type for MSBuild task parameters
 </summary>
</member>
<member name="M:Fake.DotNet.MSBuild.buildWebsites(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String)">
 <summary>
 Builds the given web project files with debug configuration and copies them to the given websiteDir.
 </summary>

 <param name="outputPath">The output path.</param>
 <param name="projectFiles">The project file paths.</param>
</member>
<member name="M:Fake.DotNet.MSBuild.buildWebsitesConfig(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Builds the given web project files in specified configuration and copies them to the given outputPath.
 </summary>

 <param name="setParams">A function that overwrites the default MSBuildParams</param>
 <param name="outputPath">The output path.</param>
 <param name="configuration">MSBuild configuration.</param>
 <param name="projectFiles">The project file paths.</param>
</member>
<member name="M:Fake.DotNet.MSBuild.buildWebsite(System.String,System.String)">
 <summary>
 Builds the given web project file with debug configuration and copies it to the given outputPath.
 </summary>

 <param name="outputPath">The output path.</param>
 <param name="projectFile">The project file path.</param>
</member>
<member name="M:Fake.DotNet.MSBuild.buildWebsiteConfig(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,System.String,System.String)">
 <summary>
 Builds the given web project file in the specified configuration and copies it to the given outputPath.
 </summary>

 <param name="setParams">A function that overwrites the default MSBuildParams</param>
 <param name="outputPath">The output path.</param>
 <param name="configuration">MSBuild configuration.</param>
 <param name="projectFile">The project file path.</param>
</member>
<member name="M:Fake.DotNet.MSBuild.runReleaseExt(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,Microsoft.FSharp.Collections.FSharpList{System.Tuple{System.String,System.String}},System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Builds the given project files or solution files in release mode and collects the output files.
 </summary>

 <param name="setParams">A function that overwrites the default MSBuildParams</param>
 <param name="outputPath">If it is null or empty then the project settings are used.</param>
 <param name="properties">A list with tuples of property name and property values.</param>
 <param name="targets">A string with the target names which should be run by MSBuild.</param>
 <param name="projects">A list of project or solution files.</param>
</member>
<member name="M:Fake.DotNet.MSBuild.runWithDefaults(System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Builds the given project files or solution files in release mode to the default outputs.
 </summary>

 <param name="targets">A string with the target names which should be run by MSBuild.</param>
 <param name="projects">A list of project or solution files.</param>
</member>
<member name="M:Fake.DotNet.MSBuild.runRelease(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Builds the given project files or solution files and collects the output files.
 </summary>

 <param name="setParams">A function that overwrites the default MSBuildParams</param>
 <param name="outputPath">If it is null or empty then the project settings are used.</param>
 <param name="targets">A string with the target names which should be run by MSBuild.</param>
 <param name="projects">A list of project or solution files.</param>
</member>
<member name="M:Fake.DotNet.MSBuild.runDebug(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Builds the given project files or solution files and collects the output files.
 </summary>

 <param name="setParams">A function that overwrites the default MSBuildParams</param>
 <param name="outputPath">If it is null or empty then the project settings are used.</param>
 <param name="targets">A string with the target names which should be run by MSBuild.</param>
 <param name="projects">A list of project or solution files.</param>
</member>
<member name="M:Fake.DotNet.MSBuild.run(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,System.String,Microsoft.FSharp.Collections.FSharpList{System.Tuple{System.String,System.String}},System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Builds the given project files or solution files and collects the output files.
 </summary>

 <param name="setParams">A function that overwrites the default MSBuildParams</param>
 <param name="outputPath">If it is null or empty then the project settings are used.</param>
 <param name="targets">A string with the target names which should be run by MSBuild.</param>
 <param name="properties">A list with tuples of property name and property values.</param>
 <param name="projects">A list of project or solution files.</param>
</member>
<member name="M:Fake.DotNet.MSBuild.runWithProperties(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String,System.String,Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Collections.FSharpList{System.Tuple{System.String,System.String}}},System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Builds the given project files and collects the output files.
 </summary>

 <param name="setParams">A function that overwrites the default MSBuildParams</param>
 <param name="outputPath">If it is null or empty then the project settings are used.</param>
 <param name="targets">A string with the target names which should be run by MSBuild.</param>
 <param name="properties">A list with tuples of property name and property values.</param>
 <param name="projects">A list of project or solution files.</param>
</member>
<member name="M:Fake.DotNet.MSBuild.build(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String)">
 <summary>
 Runs a MSBuild project
 </summary>

 <param name="setParams">A function that overwrites the default MSBuildParams</param>
 <param name="project">A string with the path to the project file to build.</param>

 <example>
 <code lang="fsharp">
 open Fake.DotNet
     let buildMode = Environment.environVarOrDefault "buildMode" "Release"
     let setParams (defaults:MSBuildParams) =
             { defaults with
                 Verbosity = Some(Quiet)
                 Targets = ["Build"]
                 Properties =
                     [
                         "Optimize", "True"
                         "DebugSymbols", "True"
                         "Configuration", buildMode
                     ]
              }
     MSBuild.build setParams "./MySolution.sln"
 </code>
 </example>
</member>
<member name="M:Fake.DotNet.MSBuild.buildWithRedirect(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams},System.String)">
 <summary>
 Run MSBuild and collect output results and return it.
 </summary>

 <param name="setParams">A function that overwrites the default MSBuildParams</param>
 <param name="project">A string with the path to the project file to build.</param>
</member>
<member name="M:Fake.DotNet.MSBuild.buildArgsToList(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams})">
 <summary>
   similar to 'buildArgs' but returns a string list instead of a single string for the arguments
 </summary>
</member>
<member name="M:Fake.DotNet.MSBuild.buildArgs(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.MSBuildParams,Fake.DotNet.MSBuildParams})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.loadProject(System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.MSBuild.xName(System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.msbuildNamespace">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.MSBuild.msBuildExe">
 <summary>
 Exposing MSBuild executable
 </summary>
 [omit]
</member>
<member name="T:Fake.DotNet.MSBuild">
 <summary>
 Contains tasks which allow to use MSBuild (or xBuild on Linux/Unix) to build .NET project files or solution files.
 </summary>
</member>
<member name="P:Fake.DotNet.MSBuildExe.msBuildExe">
 <summary>
 Tries to detect the right version of MSBuild.
 </summary>

 <list type="number">
 <item>
 On all OS's, we check a <c>MSBuild</c> environment variable which is either
 <list type="number">
 <item>
 a direct path to a file to use, or
 </item>
 <item>
 a directory that contains a file called
 <list type="number">
 <item>
 <c>msbuild</c> on non-Windows systems with mono &gt;= 5.0.0.0, or
 </item>
 <item>
 <c>xbuild</c> on non-Windows systems with mono &lt; 5.0.0.0,
 </item>
 <item>
 <c>MSBuild.exe</c> on Windows systems, or
 </item>
 </list>
 </item>
 <item>
 a tool that exists on the current PATH
 </item>
 </list>
 </item>
 <item>
 In addition, on non-Windows systems we check the current PATH for the following binaries, in this order:
 <list type="number">
 <item>
 Mono &gt;= 5.0.0.0: <c>msbuild</c>, <c>xbuild</c>
 </item>
 <item>
 Mono &lt; 5.0.0.0: <c>xbuild</c>, <c>msbuild</c>
 </item>
 <item>
 This is due to several known issues in the Mono &lt; 5.0 implementation of MSBuild.
 </item>
 </list>
 </item>
 <item>
 In addition, on Windows systems we
 <list type="number">
 <item>
 try to read the MSBuild tool location from the AppSettings file using a parameter named <c>MSBuild</c>,
 and finally
 </item>
 <item>
 if a <c>VisualStudioVersion</c> environment variable is specified, we try to use the specific MSBuild version,
 matching that Visual Studio version.
 </item>
 </list>
 </item>
 </list>
</member>
<member name="P:Fake.DotNet.MSBuildExe.monoVersionToUseMSBuildOn">
 <summary>
 Versions of Mono prior to this one have faulty implementations of MSBuild
 NOTE: in System.Version 5.0 &gt;= 5.0.0.0 is false while 5.0.0.0 &gt;= 5.0 is true...
 </summary>
</member>
</members>
</doc>
bin\Fake.DotNet.NuGet.dll
md5: 9A97F2D7CDBB3D7356593E18FB2E1F6B | sha1: BCB491B9FEEAF5FCFB05932D10D02CDA10FB255A | sha256: A966D9BF72D942463642739E84A5AC26FAC43D24213F49E6C53417AEC6522F9A | sha512: C796CE2E1AC7BFB238D74CA7EE7FCA1BF0A9AFF85ED944C408B2A0D8EA0B08C2A55D185E3DC17D27DF1D276137153890EED932A0A1F064C7AB6162CED69C2195
bin\Fake.DotNet.NuGet.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.DotNet.NuGet</name></assembly>
<members>
<member name="P:Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams.Verbosity">
<summary>
 The verbosity level
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams.IncludePreRelease">
<summary>
 Mark if pre-releases are included in restore process
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams.Retries">
<summary>
 Specifies how often nuget should try to restore the packages - default is 5
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams.ExcludeVersion">
<summary>
 Mark a version to be excluded, the version is specified in &lt;c&gt;Version&lt;/c&gt; property
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams.Version">
<summary>
 The version to use in restoring the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams.OutputPath">
<summary>
 Specifies the folder in which packages are installed. Output Directory
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams.TimeOut">
<summary>
 The timeout to use to restrict command execution time
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams.Sources">
<summary>
 Specifies the list of package sources (as URLs) to use for the restore
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams.ToolPath">
<summary>
 The path to the NuGet program
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams">
 <summary>
 RestorePackages parameter path for single packages
 </summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestorePackageParams.Verbosity">
<summary>
 The verbosity level
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestorePackageParams.OutputPath">
<summary>
 Specifies the folder in which packages are installed. Output Directory
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestorePackageParams.Retries">
<summary>
 Specifies how often nuget should try to restore the packages - default is 5
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestorePackageParams.TimeOut">
<summary>
 The timeout to use to restrict command execution time
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestorePackageParams.Sources">
<summary>
 Specifies the list of package sources (as URLs) to use for the restore
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestorePackageParams.ToolPath">
<summary>
 The path to the NuGet program
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Restore.RestorePackageParams">
 <summary>
 RestorePackages parameter path
 </summary>
</member>
<member name="T:Fake.DotNet.NuGet.Restore.NugetRestoreVerbosity.Detailed">
<summary>
 Verbose/detailed verbosity level
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Restore.NugetRestoreVerbosity.Quiet">
<summary>
 Quiet verbosity level, the default value
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Restore.NugetRestoreVerbosity.Normal">
<summary>
 Normal verbosity level
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Restore.NugetRestoreVerbosity">
<summary>
 RestorePackages Verbosity settings
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.RestoreMSSolutionPackages(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Restore.RestorePackageParams,Fake.DotNet.NuGet.Restore.RestorePackageParams},System.String)">
 <summary>
 Restores the packages in the given solution file file from NuGet.
 </summary>

 <param name="setParams">Function used to manipulate the default NuGet parameters.</param>
 <param name="solutionFile">The microsoft sln file name.</param>

 <example>
 <code lang="fsharp">
 Target "RestorePackages" (fun _ ->
          "./src/Everything.sln"
          |> RestoreMSSolutionPackages (fun p ->
              { p with
                  Sources = "http://myNugetSources.com" :: p.Sources
                  OutputPath = outputDir
                  Retries = 4 })
      )
 </code>
 </example>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.RestorePackages">
 <summary>
 Restores all packages from NuGet to the default directories by scanning for packages.config files
 in any subdirectory.
 </summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.RestorePackage(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Restore.RestorePackageParams,Fake.DotNet.NuGet.Restore.RestorePackageParams},System.String)">
 <summary>
 Restores the packages in the given packages.config file from NuGet.
 </summary>

 <param name="setParams">Function used to manipulate the default NuGet parameters.</param>
 <param name="packageFile">The packages.config file name.</param>

 <example>
 <code lang="fsharp">
 Target "RestorePackages" (fun _ ->
          "./src/ProjectA/packages.config"
          |> RestorePackage (fun p ->
              { p with
                  Sources = "http://myNugetSources.com" :: p.Sources
                  OutputPath = outputDir
                  Retries = 4 })
      )
 </code>
 </example>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.RestorePackageId(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams,Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams},System.String)">
 <summary>
 Restores the given package from NuGet
 </summary>

 <param name="setParams">Function used to manipulate the default NuGet parameters.</param>
 <param name="packageFile">The package Id to restore</param>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.buildNuGetArgs(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams,Fake.DotNet.NuGet.Restore.RestoreSinglePackageParams},System.String)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.buildSources(Microsoft.FSharp.Collections.FSharpList{System.String})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.runNuGetTrial(System.Int32,System.String,System.TimeSpan,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.runNuGet(System.String,System.TimeSpan,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestoreSinglePackageDefaults">
<summary>
 RestoreSinglePackageParams defaults parameters
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Restore.RestorePackageDefaults">
<summary>
 RestorePackage defaults parameters
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Restore.findNuget(System.String)">
 <summary>
 Looks for NuGet.exe in
 <list type="number">
 <item>
 the specified defaultPath
 </item>
 <item>
 a list of standard tool folders
 </item>
 <item>
 any subfolder in the current directory
 </item>
 <item>
 the PATH - returns the first path where NuGet.exe was found.
 </item>
 </list>
 </summary>

 <param name="defaultPath">The default path to return when NuGet cannot be found by path specified above</param>
</member>
<member name="T:Fake.DotNet.NuGet.Restore">
 <summary>
 Contains tasks which allow to restore NuGet packages from a NuGet package feed like
 <a href="http://www.nuget.org">nuget.org</a> using the
 <a href="https://docs.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-restore">
 nuget.exe restore command</a>. There is also a tutorial about
 <a href="/dotnet-nuget.html">nuget package restore</a> available.
 </summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetDependency.IsDevelopmentDependency">
<summary>
 Mark if the dependency is a development (dev) dependency or not
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetDependency.Version">
<summary>
 The package version
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetDependency.Id">
<summary>
 The package Id
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.NuGetDependency">
 <summary>
 Holds data for NuGet dependencies of a package
 </summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NugetPackageInfo.Title">
<summary>
 The package title
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NugetPackageInfo.LicenseUrl">
<summary>
 package license URL
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NugetPackageInfo.ProjectUrl">
<summary>
 The package project URL
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NugetPackageInfo.Tags">
<summary>
 tags referencing the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NugetPackageInfo.Owners">
<summary>
 A comma-separated list of the package creators using profile names on nuget.org.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NugetPackageInfo.Authors">
<summary>
 A comma-separated list of packages authors, matching the profile names on nuget.org.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NugetPackageInfo.IsLatestVersion">
<summary>
 Holds if the package is the latest version published or not
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NugetPackageInfo.Summary">
<summary>
 The package summary notes
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NugetPackageInfo.Description">
<summary>
 The package description
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NugetPackageInfo.Version">
<summary>
 The version of the package, following the major.minor.patch pattern. Version numbers may
 include a pre-release suffix
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NugetPackageInfo.Id">
<summary>
 The case-insensitive package identifier
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.NugetPackageInfo">
 <summary>
 NuGet package information
 </summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.Tags">
<summary>
 tags referencing the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.ReleaseNotes">
<summary>
 The release notes file of the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.Language">
<summary>
 The package language
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.Description">
<summary>
 The package description
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.RequireLicenseAcceptance">
<summary>
 Mark if the package need usage acceptance before using it by license
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.ProjectUrl">
<summary>
 The package project URL
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.LicenseUrl">
<summary>
 package license URL
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.PackageHashAlgorithm">
<summary>
 The package hash algorithm used
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.PackageHash">
<summary>
 The unique hash of the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.Published">
<summary>
 The published date of the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.Created">
<summary>
 The creation date of the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.IsLatestVersion">
<summary>
 Holds if the package is the latest version published or not
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.Url">
<summary>
 A URL for the package&apos;s home page, often shown in UI displays as well as nuget.org.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.Owners">
<summary>
 A comma-separated list of the package creators using profile names on nuget.org.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.Authors">
<summary>
 A comma-separated list of packages authors, matching the profile names on nuget.org.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.Version">
<summary>
 The version of the package, following the major.minor.patch pattern. Version numbers may
 include a pre-release suffix
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuSpecPackage.Id">
<summary>
 The case-insensitive package identifier
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.NuSpecPackage">
 <summary>
 NuSpec metadata type Please see
 <a href="https://docs.microsoft.com/en-us/nuget/reference/nuspec">NuSpec reference</a>
 </summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.PushTrials">
<summary>
 Number of times to retry pushing the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.Timeout">
<summary>
 Specifies the timeout for pushing to a server.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.SymbolSource">
<summary>
 Specifies the symbol server URL.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.SymbolApiKey">
<summary>
 The API key for the symbol server.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.Source">
<summary>
 Specifies the server URL. This option is required unless DefaultPushSource config value is set in
 the NuGet config file.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.NoServiceEndpoint">
<summary>
 Doesn&apos;t append &quot;api/v2/package&quot; to the source URL.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.NoSymbols">
<summary>
 Doesn&apos;t push symbols (even if present).
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.ApiKey">
<summary>
 The API key for the server
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetPushParams.DisableBuffering">
<summary>
 Disables buffering when pushing to an HTTP(S) server to reduce memory usage.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.NuGetPushParams">
 <summary>
 dotnet nuget push command options
 </summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.BreakingPoint.Patch">
<summary>
 Breaking on patch component of SemVer
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.BreakingPoint.Minor">
<summary>
 Breaking on minor component of SemVer
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.BreakingPoint.SemVer">
<summary>
 Breaking on major component of SemVer
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.BreakingPoint">
<summary>
 NuGet package versioning breaking changes point
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Language">
<summary>
 The package language. &lt;c&gt;language&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.ContentFiles">
<summary>
 The list of content files to include or exclude. &lt;c&gt;contentFiles&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Files">
<summary>
 The list of files to include or exclude. &lt;c&gt;files&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Properties">
<summary>
 Should appear last on the command line after other options. Specifies a list of properties
 that override values in the project file
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.SymbolPackage">
<summary>
 `NugetSymbolPackage` parameters
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Publish">
<summary>
 mark if to publish the package or not
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.PublishTrials">
<summary>
 mark if to publish a trial version of the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.IncludeReferencedProjects">
<summary>
 Mark if to include list of projects that reference the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.FrameworkAssemblies">
<summary>
 The list of &lt;c&gt;frameworkAssemblies&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.ReferencesByFramework">
<summary>
 The list of packages that reference the package grouped by Framework. &lt;c&gt;references&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.References">
<summary>
 The list of packages that reference the package. &lt;c&gt;references&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.DependenciesByFramework">
<summary>
 The list of dependencies of the package grouped by Framework. &lt;c&gt;dependencies&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Dependencies">
<summary>
 The list of dependencies of the package. &lt;c&gt;dependencies&lt;/c&gt;
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.ProjectFile">
<summary>
 The project file to use
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.NoPackageAnalysis">
<summary>
 Specifies that pack should not run package analysis after building the package.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.NoDefaultExcludes">
<summary>
 Prevents default exclusion of NuGet package files and files and folders starting with a dot,
 such as &lt;c&gt;.svn&lt;/c&gt; and &lt;c&gt;.gitignore&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.SymbolAccessKey">
<summary>
 NuGet symbol API access key
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.SymbolPublishUrl">
<summary>
 Specifies the symbol server URL.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.AccessKey">
<summary>
 NuGet API access key
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.PublishUrl">
<summary>
 Specifies the server URL. NuGet identifies a UNC or local folder source and simply
 copies the file there instead of pushing it using HTTP
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.OutputPath">
<summary>
 Specifies the folder in which the created package is stored. If no folder is specified,
 the current folder is used.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.BasePath">
<summary>
 Sets the base path of the files defined in the .nuspec file.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.WorkingDir">
<summary>
 The working directory to execute command in
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Copyright">
<summary>
 The copyright text of the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.ReleaseNotes">
<summary>
 The release notes file path of the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Tags">
<summary>
 Tags referring to the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Description">
<summary>
 The descriptive text of the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Summary">
<summary>
 The summary description of the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Title">
<summary>
 The package title
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Project">
<summary>
 The project name of the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Authors">
<summary>
 The list of authors of the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.Version">
<summary>
 The package version
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.TimeOut">
<summary>
 The timeout to use to restrict NuGet command run time
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.NuGetParams.ToolPath">
<summary>
 The path to the NuGet executable
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.NuGetParams">
 <summary>
 Nuget base parameter type
 </summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.ToolOptions.IsFullFramework">
<summary>
 Mark if to use full framework or not
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.ToolOptions.WorkingDir">
<summary>
 The working directory to execute the command in
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.ToolOptions.Command">
<summary>
 The NuGet command to execute
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.ToolOptions.ToolPath">
<summary>
 The NuGet executable path
</summary>
</member>
<member name="F:Fake.DotNet.NuGet.NuGet.NugetSymbolPackage.Nuspec">
<summary>
 Build a symbol package using the nuspec file
</summary>
</member>
<member name="F:Fake.DotNet.NuGet.NuGet.NugetSymbolPackage.ProjectFile">
<summary>
 Build a symbol package using a project file, if provided
</summary>
</member>
<member name="F:Fake.DotNet.NuGet.NuGet.NugetSymbolPackage.None">
<summary>
 Do not build symbol packages
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet.NugetSymbolPackage">
<summary>
 Specifies that the package contains sources and symbols.
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.getDependencies(System.String)">
 <summary>
 Returns the dependencies from specified packages.config file
 </summary>

 <param name="packagesFile">The packages file to use</param>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.argList(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.downloadPackage(System.String,Fake.DotNet.NuGet.NuGet.NuSpecPackage)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.searchByTitle(System.String,System.String)">
 <summary>
 Search NuGet query endpoint for packages matching given name by title
 </summary>

 <param name="repoUrl">Query endpoint of NuGet search service</param>
 <param name="packageName">The package to search for</param>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.getLatestPackage(System.String,System.String)">
 <summary>
 Gets the latest published package from NuGet feed by package id.
 </summary>

 <param name="repoUrl">Query endpoint of NuGet search service</param>
 <param name="packageName">The package to get</param>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.getPackage(System.String,System.String,System.String)">
 <summary>
 Gets a Package information from NuGet feed by package id.
 </summary>

 <param name="repoUrl">Query endpoint of NuGet search service</param>
 <param name="packageName">The package to get</param>
 <param name="version">The specific version to get</param>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.extractFeedPackageFromJson(Newtonsoft.Json.Linq.JObject,System.Boolean)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.getRepoUrl">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.discoverRepoUrl">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.NuGet.galleryV3">
<summary>
 Default NuGet feed. Using V3 feed: &lt;c&gt;https://api.nuget.org/v3/index.json&lt;/c&gt;
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.getNuspecProperties(System.String)">
 <summary>
 Parses nuspec metadata from a nuspec file.
 </summary>

 <param name="nuspec">The .nuspec file content.</param>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.NuGet(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.NuGet.NuGetParams,Fake.DotNet.NuGet.NuGet.NuGetParams},System.String)">
 <summary>
 Creates a new NuGet package, and optionally publishes it.
 Template parameter substitution is performed when passing a .nuspec
 </summary>

 <param name="setParams">Function used to manipulate the default NuGet parameters.</param>
 <param name="nuspecOrProjectFile">The .nuspec file name.</param>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.NuGetPublish(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.NuGet.NuGetParams,Fake.DotNet.NuGet.NuGet.NuGetParams})">
 <summary>
 Publishes a NuGet package to the nuget server.
 </summary>

 <param name="setParams">Function used to manipulate the default NuGet parameters.</param>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.NuGetPack(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.NuGet.NuGetParams,Fake.DotNet.NuGet.NuGet.NuGetParams},System.String)">
 <summary>
 Creates a new NuGet package based on the given .nuspec or project file.
 Template parameter substitution is performed when passing a .nuspec
 </summary>

 <param name="setParams">Function used to manipulate the default NuGet parameters.</param>
 <param name="nuspecOrProjectFile">The .nuspec or project file name.</param>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.NuGetPackDirectly(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.NuGet.NuGetParams,Fake.DotNet.NuGet.NuGet.NuGetParams},System.String)">
 <summary>
 Creates a new NuGet package based on the given .nuspec or project file.
 The .nuspec / projectfile is passed as-is (no templating is performed)
 </summary>

 <param name="setParams">Function used to manipulate the default NuGet parameters.</param>
 <param name="nuspecOrProjectFile">The .nuspec or project file name.</param>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.publishSymbols(Fake.DotNet.NuGet.NuGet.NuGetParams)">
<summary>
 push package to symbol server (and try again if something fails)
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.pack(Fake.DotNet.NuGet.NuGet.NuGetParams,System.String)">
<summary>
 Creates a NuGet package without templating (including symbols package if enabled)
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.GetPackageVersion(System.String,System.String)">
 <summary>
 Gets the version no. for a given package in the deployments folder
 </summary>

 <param name="deploymentsDir">The deployment directory to look into</param>
 <param name="package">The package id to look for</param>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.RequireRange(Fake.DotNet.NuGet.NuGet.BreakingPoint,System.String)">
 <summary>
 Require a version by given breaking point and version
 See <a href="https://docs.nuget.org/create/versioning">NuGet Versioning</a>
 </summary>

 <param name="breakingPoint">The breaking point for version range. See <c>BreakingPoint</c> type</param>
 <param name="version">The version to use to find the range</param>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.RequireExactly(System.String)">
 <summary>
 Creates a string which tells NuGet that you require exactly this package version.
 </summary>

 <param name="version">The exact version to require</param>
</member>
<member name="M:Fake.DotNet.NuGet.NuGet.NuGetDefaults">
<summary>
 NuGet default parameters
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.NuGet">
 <summary>
 Contains helper functions and task which allow to inspect, create and publish
 <a href="https://www.nuget.org/">NuGet</a> packages.
 There is also a tutorial about <a href="/dotnet-nuget.html">nuget package creating</a> available.
 </summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.ConfigFile">
<summary>
 NuGet configuration file. Default &lt;c&gt;None&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.NonInteractive">
<summary>
 Do not prompt for user input or confirmations. Default &lt;c&gt;true&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Prerelease">
<summary>
 Allows updating to prerelease versions. Default &lt;c&gt;false&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Verbose">
<summary>
 Show verbose output while updating. Default &lt;c&gt;false&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Safe">
<summary>
 Looks for updates with the highest version available within the same major and minor version as
 the installed package. Default &lt;c&gt;false&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.RepositoryPath">
<summary>
 Folder to store packages in. Default &lt;c&gt;./packages&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Version">
<summary>
 Version to update to. Default &lt;c&gt;None&lt;/c&gt;. Used to upgrade/downgrade to a explicit version of a package.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Ids">
<summary>
 Packages to update. Update all if empty.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Sources">
<summary>
 Nuget feeds to search updates in. Use default if empty.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.Retries">
<summary>
 Number of retries if update fails.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.TimeOut">
<summary>
 Timeout for the update.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateParams.ToolPath">
<summary>
 Path to the nuget.exe.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Update.NugetUpdateParams">
 <summary>
 Nuget update parameters.
 </summary>
</member>
<member name="M:Fake.DotNet.NuGet.Update.NugetUpdate(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Update.NugetUpdateParams,Fake.DotNet.NuGet.Update.NugetUpdateParams},System.String)">
 <summary>
 Update packages specified in the package file.
 </summary>
 <remarks>
 Fails if packages are not installed; see <a href="https://nuget.codeplex.com/workitem/3874">nuget bug</a>.
 Fails if packages file has no corresponding VS project; see
 <a href="https://nuget.codeplex.com/workitem/3875">nuget bug</a>.
 </remarks>

 <param name="setParams">Function used to manipulate the default parameters.</param>
 <param name="packagesFile">Path to the <c>*.sln</c>, <c>*.*proj</c> or <c>packages.config</c> file.</param>
</member>
<member name="M:Fake.DotNet.NuGet.Update.buildArgs(Fake.DotNet.NuGet.Update.NugetUpdateParams)">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Update.NugetUpdateDefaults">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Update">
 <summary>
 Contains tasks for updating NuGet packages including assembly hint paths in the project files using
 the <a href="https://docs.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-update">nuget.exe update command</a>.
 </summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.ConfigFile">
<summary>
 NuGet configuration file. Default &lt;c&gt;None&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.NoCache">
<summary>
 Disable looking up packages from local machine cache. Default &lt;c&gt;false&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.NonInteractive">
<summary>
 Do not prompt for user input or confirmations. Default &lt;c&gt;true&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.Verbosity">
<summary>
 Display this amount of details in the output: normal, quiet, detailed. Default &lt;c&gt;normal&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.OutputDirectory">
<summary>
 Specifies the directory in which packages will be installed. Default  &lt;c&gt;./packages/&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.Prerelease">
<summary>
 Allows updating to prerelease versions. Default &lt;c&gt;false&lt;/c&gt;.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.ExcludeVersion">
<summary>
 If set, the destination directory will contain only the package name, not the version number.
 Default `false`.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.Version">
<summary>
 The version of the package to install.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.Sources">
<summary>
 Nuget feeds to search updates in. Use default if empty.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.Retries">
<summary>
 Number of retries if update fails.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.TimeOut">
<summary>
 Timeout for the update.
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallParams.ToolPath">
<summary>
 Path to the nuget.exe.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Install.NugetInstallParams">
 <summary>
 Nuget install parameters.
 </summary>
</member>
<member name="T:Fake.DotNet.NuGet.Install.NugetInstallVerbosity.Detailed">
<summary>
 Verbose/detailed verbosity level
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Install.NugetInstallVerbosity.Quiet">
<summary>
 Quiet verbosity level, the default value
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Install.NugetInstallVerbosity.Normal">
<summary>
 Normal verbosity level
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Install.NugetInstallVerbosity">
<summary>
 Nuget install verbosity mode.
 RestorePackages Verbosity settings
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Install.NugetInstall(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Install.NugetInstallParams,Fake.DotNet.NuGet.Install.NugetInstallParams},System.String)">
 <summary>
 Installs the given package.
 </summary>

 <param name="setParams">Function used to manipulate the default parameters.</param>
 <param name="packagesFile">Path to the <c>*.sln</c>, <c>*.*proj</c> or <c>packages.config</c> file,
 or simply a NuGet package name</param>
</member>
<member name="M:Fake.DotNet.NuGet.Install.buildArgs(Fake.DotNet.NuGet.Install.NugetInstallParams)">
<summary>
 [omit]
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Install.argList(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
 [omit]
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Install.NugetInstallDefaults">
<summary>
 Parameter default values.
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Install">
 <namespacedoc>
 <summary>
 DotNet.NuGet namespace contains tasks to interact with NuGet registry and packages
 </summary>
 </namespacedoc>

 <summary>
 Contains tasks for installing NuGet packages using the
 <a href="https://docs.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-install">
 nuget.exe install command</a>.
 </summary>
</member>
<member name="P:Fake.DotNet.NuGet.Version.NuGetVersionArg.DefaultVersion">
<summary>
 The original/default version before increment
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Version.NuGetVersionArg.Increment">
<summary>
 The next version of the package after increment
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Version.NuGetVersionArg.PackageName">
<summary>
 The package name
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Version.NuGetVersionArg.Server">
<summary>
 The NuGet server
</summary>
</member>
<member name="M:Fake.DotNet.NuGet.Version.NuGetVersionArg.Default">
<summary>
 Default arguments to compute next NuGet version number
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Version.NuGetVersionArg">
 <summary>
 Arguments for the next NuGet version number computing
 </summary>
</member>
<member name="T:Fake.DotNet.NuGet.Version.NuGetVersionIncrement">
<summary>
 NuGet version incrementer
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Version.NuGetSearchResponse">
<summary>
 The response type of NuGet search
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Version.NuGetSearchResult">
<summary>
 Holds list of results of a NuGet search
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Version.NuGetSearchItemResult.Published">
<summary>
 The published date of the package
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Version.NuGetSearchItemResult.Version">
<summary>
 The package version
</summary>
</member>
<member name="P:Fake.DotNet.NuGet.Version.NuGetSearchItemResult.Id">
<summary>
 The package Id
</summary>
</member>
<member name="T:Fake.DotNet.NuGet.Version.NuGetSearchItemResult">
 <summary>
 Holds data for search result of a NuGet package
 </summary>
</member>
<member name="M:Fake.DotNet.NuGet.Version.nextVersion(Microsoft.FSharp.Core.FSharpFunc{Fake.DotNet.NuGet.Version.NuGetVersionArg,Fake.DotNet.NuGet.Version.NuGetVersionArg})">
 <summary>
 Compute next NuGet version number
 </summary>

 <param name="f">Function to override Nuget version parameters</param>
</member>
<member name="M:Fake.DotNet.NuGet.Version.getLastNuGetVersion(System.String,System.String)">
 <summary>
 Retrieve current NuGet version number
 </summary>

 <param name="server">NuGet server</param>
 <param name="packageName">NuGet package name</param>
</member>
<member name="M:Fake.DotNet.NuGet.Version.IncMajor(Fake.Core.SemVerInfo)">
 <summary>
 Increment major version
 </summary>

 <param name="v">The SemVer version to increment its major component</param>
</member>
<member name="M:Fake.DotNet.NuGet.Version.IncMinor(Fake.Core.SemVerInfo)">
 <summary>
 Increment minor version
 </summary>

 <param name="v">The SemVer version to increment its minor component</param>
</member>
<member name="M:Fake.DotNet.NuGet.Version.IncPatch(Fake.Core.SemVerInfo)">
 <summary>
 Increment patch version
 </summary>

 <param name="v">The SemVer version to increment its patch component</param>
</member>
<member name="T:Fake.DotNet.NuGet.Version">
 <summary>
 Contains types and tasks to interact with NuGet versions
 </summary>
</member>
</members>
</doc>
bin\fake.exe
md5: 0EE05C38FA9C70CDBAB9C9517AB768B6 | sha1: 8F087970737095F6B20707B05B943ACA2EBA53FB | sha256: 5D3AC113F175C3C0A4FF5A386BBC098037CB99998A17D761B0503551ACAF79DE | sha512: 40FBE7BB6F664E439593587819CF82DC06FD0DBD5E6D128ECF9B0784F20E17805ABFDCA0E6D01B89C8D777895D56E9BC2749D196173D73FF5807D59D5E5903D8
bin\Fake.IO.FileSystem.dll
md5: 1A093C7AA0DE0575B0A8E9C2213FB252 | sha1: 3DE36E9D919D6851823C3044102F53D1087F1B21 | sha256: B4DBA5A7C7FFB88A69394ABC898E3C4E27974CD987198C4B051F650AFA96951C | sha512: 606E107B8A831A94A6F430E8B232D3F7A04EBC3A96DE3A636D668A4641DD54355719459098354596C8B55AA50E1BF850C9FA55CA1F0DB4050D170835EB76813F
bin\Fake.IO.FileSystem.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.IO.FileSystem</name></assembly>
<members>
<member name="T:Fake.IO.IGlobbingPattern">
 <summary>
 The glob pattern type
 </summary>
</member>
<member name="T:Fake.IO.FileChange">
 <summary>
 Capture file change operation, see <c>FileStatus</c>
 </summary>
</member>
<member name="T:Fake.IO.FileStatus">
 <summary>
 The state of the file
 </summary>
</member>
<member name="M:Fake.IO.GlobbingPatternModule.getBaseDirectoryIncludes(Fake.IO.IGlobbingPattern)">
<summary>
 Get base include directories. Used to get a smaller set of directories from a globbing pattern.
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternModule.setBaseDir(System.String,Fake.IO.IGlobbingPattern)">
<summary>
 Sets a directory as baseDirectory for fileIncludes.
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternModule.createFrom(System.String)">
<summary>
 Start an empty globbing pattern from the specified directory
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternModule.create(System.String)">
<summary>
 Include files
</summary>
</member>
<member name="T:Fake.IO.GlobbingPatternModule">
 <summary>
 Contains tasks to interact with file system using glob patterns
 </summary>
</member>
<member name="M:Fake.IO.GlobbingPatternExtensions.IGlobbingPattern.IsMatch(Fake.IO.IGlobbingPattern,System.String)">
<summary>
 Checks if a particular file is matched
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternExtensions.IGlobbingPattern.SetBaseDirectory(Fake.IO.IGlobbingPattern,System.String)">
<summary>
 Sets a directory as BaseDirectory.
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternExtensions.IGlobbingPattern.ButNot(Fake.IO.IGlobbingPattern,System.String)">
<summary>
 Ignores files with the given pattern
</summary>
</member>
<member name="M:Fake.IO.GlobbingPatternExtensions.IGlobbingPattern.And(Fake.IO.IGlobbingPattern,System.String)">
<summary>
 Adds the given pattern to the file includes
</summary>
</member>
<member name="T:Fake.IO.GlobbingPatternExtensions">
 <summary>
 Contains extensions for glob pattern module.
 </summary>
</member>
<member name="T:Fake.IO.Globbing.ResolvedGlobbingPattern">
 <summary>
 Holds globbing patterns for backward compatability, see <c>GlobbingPatternExtensions</c>
 </summary>
</member>
<member name="T:Fake.IO.Globbing.LazyGlobbingPattern">
 <summary>
 The lazy glob pattern type
 </summary>
</member>
<member name="M:Fake.IO.Globbing.Glob.isMatch(System.String,System.String)">
 <summary>
 Check if the given path follows the given pattern
 </summary>

 <param name="pattern">The glob pattern to use</param>
 <param name="path">The path to check</param>
</member>
<member name="M:Fake.IO.Globbing.Glob.normalizePath(System.String)">
 <summary>
 Normalizes path for different OS
 </summary>

 <param name="path">The path to normalize</param>
</member>
<member name="T:Fake.IO.Globbing.Glob">
 <namespacedoc>
 <summary>
 Globbing namespace contains tasks for crawling directories and files in a file system
 </summary>
 </namespacedoc>

 <summary>
 This module contains a file pattern globbing implementation.
 This module is part of the <c>Fake.IO.FileSystem</c> package
 </summary>
</member>
<member name="M:Fake.IO.Globbing.Operators.op_BangBang(System.String)">
 <summary>
 Includes a single pattern and scans the files - <c>!! x = AllFilesMatching x</c>
 </summary>

 <param name="x">The pattern to create globbing from</param>
</member>
<member name="M:Fake.IO.Globbing.Operators.op_MinusMinus(Fake.IO.IGlobbingPattern,System.String)">
 <summary>
 Exclude operator
 </summary>

 <param name="x">The pattern to include</param>
</member>
<member name="M:Fake.IO.Globbing.Operators.op_PlusPlus(Fake.IO.IGlobbingPattern,System.String)">
 <summary>
 Add Include operator
 </summary>

 <param name="x">The pattern to include</param>
  - `x` - The pattern to include
</member>
<member name="T:Fake.IO.Globbing.Operators">
 <summary>
 Contains operators to find and process files.
 This module is part of the <c>Fake.IO.FileSystem</c> package
 </summary>

 <example>
 Simple glob using as list
 <code lang="fsharp">
 #r "paket: nuget Fake.IO.FileSystem //"
     open Fake.IO.Globbing.Operators
     let csProjectFiles = !! "src/*.csproj"

     for projectFile in csProjectFiles do
         printf "F# ProjectFile: %s" projectFile
 </code>
 </example>

 <example>
 Combine globs
 <code lang="fsharp">
 #r "paket: nuget Fake.IO.FileSystem //"
     open Fake.IO.Globbing.Operators
     let projectFiles =
         !! "src/*/*.*proj"
         ++ "src/*/*.target"
         -- "src/*/*.vbproj"

     for projectFile in projectFiles do
         printf "ProjectFile: %s" projectFile
 </code>
 </example>

 <example>
 Forward globs to tasks
 <code lang="fsharp">
 #r "paket:
     nuget Fake.Core.Target
     nuget Fake.IO.FileSystem //"
     open Fake.Core
     open Fake.IO
     open Fake.IO.Globbing.Operators
     Target.create "Clean" (fun _ ->
        !! "src/*/*/obj/**/*.nuspec"
        |> File.deleteAll
     )
 </code>
 </example>
</member>
<member name="M:Fake.IO.Path.convertWindowsToCurrentPath(System.String)">
 <summary>
 Convert the given windows path to a path in the current system
 </summary>

 <param name="windowsPath">The path to operate on</param>
</member>
<member name="M:Fake.IO.Path.toRelativeFromCurrent(System.String)">
 <summary>
 Replaces the absolute path with a relative path
 </summary>

 <param name="path">The path to operate on</param>
</member>
<member name="P:Fake.IO.Path.toRelativeFrom">
 <summary>
 Replaces the absolute path with a relative path
 </summary>
</member>
<member name="M:Fake.IO.Path.ProduceRelativePath(System.String,System.String)">
 <summary>
 Produces relative path when possible to go from baseLocation to targetLocation.
 </summary>

 <param name="baseLocation">The root folder</param>
 <param name="targetLocation">The target folder</param>
 <returns>The relative path relative to baseLocation</returns>
 <exception cref="ArgumentNullException">base or target locations are null or empty</exception>
</member>
<member name="M:Fake.IO.Path.shortenCurrentDirectory(System.String)">
 <summary>
 Replaces any occurence of the currentDirectory with "."
 </summary>

 <param name="path">The path to operate on</param>
</member>
<member name="M:Fake.IO.Path.getFullName(System.String)">
 <summary>
 Gets the absolute path for the given path
 </summary>

 <param name="p">The path to get its absolute path</param>
</member>
<member name="P:Fake.IO.Path.directorySeparator">
 <summary>
 The directory separator string. On most systems <c>/</c> or <c>\</c>
 </summary>
</member>
<member name="M:Fake.IO.Path.getDirectory(System.String)">
 <summary>
 Get the directory of the specified path
 </summary>

 <param name="path">The path from which the directory is retrieved.</param>
</member>
<member name="M:Fake.IO.Path.hasExtension(System.String,System.String)">
 <summary>
 Tests whether the file has specified extensions (containing the leading '.')
 </summary>

 <param name="extension">The extension to fine containing the leading '.'.</param>
 <param name="fileName">Name of the file from which the extension is retrieved.</param>
</member>
<member name="M:Fake.IO.Path.changeExtension(System.String,System.String)">
 <summary>
 Change the extension of the file.
 </summary>

 <param name="extension">The new extension containing the leading '.'.</param>
 <param name="fileName">Name of the file from which the extension is retrieved.</param>
</member>
<member name="M:Fake.IO.Path.isValidPath(System.String)">
 <summary>
 Detects whether the given path does not contains invalid characters.
 </summary>Detects whether the given path does not contains invalid characters.

 <param name="fileName">The path to operate on</param>
</member>
<member name="M:Fake.IO.Path.normalizeFileName(System.String)">
 <summary>
 Normalizes a filename.
 </summary>

 <param name="fileName">The file name to normalize</param>
</member>
<member name="M:Fake.IO.Path.isFile(System.String)">
 <summary>
 Detects whether the given path is a file.
 </summary>

 <param name="path">The path to check</param>
</member>
<member name="M:Fake.IO.Path.isDirectory(System.String)">
 <summary>
 Detects whether the given path is a directory.
 </summary>

 <param name="path">The path to check</param>
</member>
<member name="M:Fake.IO.Path.combine(System.String,System.String)">
 <summary>
 Combines two path strings using Path.Combine
 </summary>

 <param name="path1">The first path to combine</param>
 <param name="path2">The second path to combine</param>
</member>
<member name="M:Fake.IO.Path.combineTrimEnd(System.String,System.String)">
 <summary>
 Combines two path strings using Path.Combine. Trims leading slashes of path2.
 This makes <c>combineTrimEnd "/test" "/sub"</c> return <c>/test/sub</c>
 </summary>

 <param name="path1">The first path to combine</param>
 <param name="path2">The second path to combine</param>
</member>
<member name="T:Fake.IO.Path">
 <summary>
 Contains helper function which allow to deal with files and directories.
 </summary>
</member>
<member name="M:Fake.IO.FileInfo.contentIsEqualTo(System.IO.FileInfo,System.IO.FileInfo)">
 <summary>
 Checks if the two files are byte-to-byte equal.
 </summary>

 <param name="first">First <c>FileInfo</c> to operate on</param>
 <param name="second">Second <c>FileInfo</c> to operate on</param>
</member>
<member name="M:Fake.IO.FileInfo.|NameSections|(System.IO.FileInfo)">
 <summary>
 Active Pattern for determining FileInfoNameSections.
 </summary>

 <param name="f"><c>FileInfo</c> to operate on</param>
</member>
<member name="M:Fake.IO.FileInfo.|FullName|(System.IO.FileInfo)">
 <summary>
 Active Pattern for determining file name.
 </summary>

 <param name="f"><c>FileInfo</c> to operate on</param>
</member>
<member name="M:Fake.IO.FileInfo.ofPath(System.String)">
 <summary>
 Creates a FileInfo for the given path.
 </summary>

 <param name="path">Create an instance of `FileInfo` from given path</param>
</member>
<member name="T:Fake.IO.FileInfo">
 <summary>
 Contains tasks to interact with <c>FileInfo</c>
 </summary>
</member>
<member name="M:Fake.IO.FileSystemOperators.op_LessDivideGreater(System.String,System.String)">
 <summary>
 Combines two path strings using Path.Combine
 </summary>

 <param name="path1">The first path to operate on</param>
 <param name="path2">The second path to operate on</param>
</member>
<member name="M:Fake.IO.FileSystemOperators.op_AtAt(System.String,System.String)">
 <summary>
 Combines two path strings using Path.Combine. Trims leading slashes of the right operand.
 This makes <c>"/test" @@ "/sub"</c> return <c>/test/sub</c>
 </summary>

 <param name="path1">The first path to operate on</param>
 <param name="path2">The second path to operate on</param>
</member>
<member name="T:Fake.IO.FileSystemOperators">
 <summary>
 Defines custom operators for manipulating files and directories in a file system
 </summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.copyRecursiveTo(System.Boolean,System.IO.DirectoryInfo,System.IO.DirectoryInfo)">
 <summary>
 Copies the file structure recursively.
 </summary>

 <param name="overwrite">Flag to overwrite same files in target dir</param>
 <param name="outputDir">The target directory to copy to</param>
 <param name="dir">The source directory to copy from</param>
</member>
<member name="M:Fake.IO.DirectoryInfo.copyRecursiveToWithFilter(System.Boolean,Microsoft.FSharp.Core.FSharpFunc{System.IO.DirectoryInfo,Microsoft.FSharp.Core.FSharpFunc{System.IO.FileInfo,System.Boolean}},System.IO.DirectoryInfo,System.IO.DirectoryInfo)">
 <summary>
 Copies the file structure recursively, filtering files.
 </summary>

 <param name="overwrite">Flag to overwrite same files in target dir</param>
 <param name="filter">The filter to use to filter the list of files</param>
 <param name="outputDir">The target directory to copy to</param>
 <param name="dir">The source directory to copy from</param>
</member>
<member name="M:Fake.IO.DirectoryInfo.setReadOnlyRecursive(System.Boolean,System.IO.DirectoryInfo)">
 <summary>
 Sets all files in the directory readonly recursively.
 </summary>

 <param name="readOnly">Flag to set directory to readonly or not. </param>
 <param name="dir">The directory to set</param>
</member>
<member name="M:Fake.IO.DirectoryInfo.setReadOnly(System.Boolean,System.IO.DirectoryInfo)">
 <summary>
 Sets the directory readonly
 </summary>

 <param name="readOnly">Flag to set directory to readonly or not. </param>
 <param name="dir">The directory to set</param>
</member>
<member name="M:Fake.IO.DirectoryInfo.recursively(Microsoft.FSharp.Core.FSharpFunc{System.IO.DirectoryInfo,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpFunc{System.IO.FileInfo,Microsoft.FSharp.Core.Unit},System.IO.DirectoryInfo)">
 <summary>
 Performs the given actions on all files and subdirectories
 </summary>
</member>
<member name="M:Fake.IO.DirectoryInfo.ensure(System.IO.DirectoryInfo)">
 <summary>
 Ensure that directory chain exists. Create necessary directories if necessary.
 </summary>

 <param name="dir">The directory to check</param>
</member>
<member name="M:Fake.IO.DirectoryInfo.exists(System.IO.DirectoryInfo)">
 <summary>
 Checks if the directory exists on disk.
 </summary>

 <param name="dir">The directory to check for</param>
</member>
<member name="M:Fake.IO.DirectoryInfo.containsFile(System.IO.FileInfo,System.IO.DirectoryInfo)">
 <summary>
 Checks if the file is in a subfolder of the dir.
 </summary>

 <param name="fileInfo">The file to check for</param>
 <param name="dir">The directory to search in</param>
</member>
<member name="M:Fake.IO.DirectoryInfo.isSubfolderOf(System.IO.DirectoryInfo,System.IO.DirectoryInfo)">
 <summary>
 Checks if dir1 is a subfolder of dir2. If dir1 equals dir2 the function returns also true.
 </summary>

 <param name="dir2">The second directory to check for</param>
 <param name="dir1">The first directory to check for</param>
</member>
<member name="M:Fake.IO.DirectoryInfo.getMatchingFilesRecursive(System.String,System.IO.DirectoryInfo)">
 <summary>
 Finds all the files in the directory and in all subdirectories matching the search pattern.
 </summary>

 <param name="pattern">The glob pattern to use for search</param>
 <param name="dir">The directory to use</param>
</member>
<member name="M:Fake.IO.DirectoryInfo.getMatchingFiles(System.String,System.IO.DirectoryInfo)">
 <summary>
 Finds all the files in the directory matching the search pattern.
 </summary>

 <param name="pattern">The glob pattern to use for search</param>
 <param name="dir">The directory to use</param>
</member>
<member name="M:Fake.IO.DirectoryInfo.getFiles(System.IO.DirectoryInfo)">
 <summary>
 Gets all files in the directory.
 </summary>

 <param name="dir">The directory to use</param>
</member>
<member name="M:Fake.IO.DirectoryInfo.getSubDirectories(System.IO.DirectoryInfo)">
 <summary>
 Gets all subdirectories of a given directory.
 </summary>

 <param name="dir">The directory to use</param>
</member>
<member name="M:Fake.IO.DirectoryInfo.ofPath(System.String)">
 <summary>
 Creates a DirectoryInfo for the given path.
 </summary>

 <param name="path">The path to use</param>
</member>
<member name="T:Fake.IO.DirectoryInfo">
 <summary>
 Contains tasks to interact with <c>DirectoryInfo</c>
 </summary>
</member>
<member name="M:Fake.IO.File.applyReplace(Microsoft.FSharp.Core.FSharpFunc{System.String,System.String},System.String)">
 <summary>
 Replaces the text in the given file
 </summary>

 <param name="replaceF">The callback to execute when replacing content</param>
 <param name="fileName">The file name to use</param>
</member>
<member name="M:Fake.IO.File.readAsBytes(System.String)">
 <summary>
 Reads a file as one array of bytes
 </summary>

 <param name="file">The file name to use</param>
</member>
<member name="M:Fake.IO.File.readAsString(System.String)">
 <summary>
 Reads a file as one text
 </summary>

 <param name="file">The file name to use</param>
</member>
<member name="M:Fake.IO.File.readAsStringWithEncoding(System.Text.Encoding,System.String)">
 <summary>
 Reads a file as one text
 </summary>

 <param name="encoding">The encoding to use</param>
 <param name="file">The file name to use</param>
</member>
<member name="M:Fake.IO.File.append(System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Appends all lines to a file line by line
 </summary>

 <param name="file">The file name to use</param>
 <param name="lines">The lines to append</param>
</member>
<member name="M:Fake.IO.File.writeNew(System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Writes a file line by line
 </summary>

 <param name="file">The file name to use</param>
 <param name="lines">The lines to write</param>
</member>
<member name="M:Fake.IO.File.replaceContent(System.String,System.String)">
 <summary>
 Replaces the file with the given string
 </summary>

 <param name="filename">The file name to use</param>
 <param name="text">The string text to write</param>
</member>
<member name="M:Fake.IO.File.writeString(System.Boolean,System.String,System.String)">
 <summary>
 Writes a string to a file
 </summary>

 <param name="append">Flag to check if to append content or overwrite</param>
 <param name="filename">The file name to use</param>
 <param name="text">The string text to write</param>
</member>
<member name="M:Fake.IO.File.writeStringWithEncoding(System.Text.Encoding,System.Boolean,System.String,System.String)">
 <summary>
 Writes a string to a file
 </summary>

 <param name="encoding">The encoding to use</param>
 <param name="append">Flag to check if to append content or overwrite</param>
 <param name="filename">The file name to use</param>
 <param name="text">The string text to write</param>
</member>
<member name="M:Fake.IO.File.writeBytes(System.String,System.Byte[])">
 <summary>
 Writes a byte array to a file
 </summary>

 <param name="file">The file name to use</param>
 <param name="bytes">The bytes to write</param>
</member>
<member name="M:Fake.IO.File.write(System.Boolean,System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Write the given sequence of lines to the file. Either append to the end of the file or overwrite
 </summary>

 <param name="append">Flag to check if to append content or overwrite</param>
 <param name="filename">The file name to use</param>
 <param name="lines">The lines to write</param>
</member>
<member name="M:Fake.IO.File.writeWithEncoding(System.Text.Encoding,System.Boolean,System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Writes a file line by line
 </summary>

 <param name="encoding">The encoding to use</param>
 <param name="append">Flag to check if to append content or overwrite</param>
 <param name="filename">The file name to use</param>
 <param name="lines">The lines to write</param>
</member>
<member name="M:Fake.IO.File.readLine(System.String)">
 <summary>
 Reads the first line of a file. This can be helpful to read a password from file.
 </summary>

 <param name="file">The file name to use</param>
</member>
<member name="M:Fake.IO.File.readLineWithEncoding(System.Text.Encoding,System.String)">
 <summary>
 Reads the first line of a file. This can be helpful to read a password from file.
 </summary>

 <param name="encoding">The encoding to use</param>
 <param name="file">The file name to use</param>
</member>
<member name="M:Fake.IO.File.readWithEncoding(System.Text.Encoding,System.String)">
 <summary>
 Reads a file line by line
 </summary>

 <param name="encoding">The encoding to use</param>
 <param name="file">The file name to use</param>
</member>
<member name="M:Fake.IO.File.|EndsWith|_|(System.String,System.String)">
 <summary>
 Active Pattern for determining file extension.
 </summary>

 <param name="extension">The extension to look for</param>
 <param name="file">The file name to use</param>
</member>
<member name="M:Fake.IO.File.deleteAll(System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Deletes the given files.
 </summary>

 <param name="files">The name of the files to delete</param>
</member>
<member name="M:Fake.IO.File.delete(System.String)">
 <summary>
 Deletes a file if it exists.
 </summary>

 <param name="fileName">The name of the file to delete</param>
</member>
<member name="M:Fake.IO.File.create(System.String)">
 <summary>
 Creates a file if it does not exist.
 </summary>

 <param name="fileName">The name of the file to create</param>
</member>
<member name="M:Fake.IO.File.getVersion(System.String)">
 <summary>
 Get the version a file. This overload throws when the file has no version,
 consider using `tryGetVersion` instead. On non-windows platforms this API returns assembly metadata instead,
 <a href="see https://github.com/dotnet/corefx/blob/5fb98a118bb19a91e8ffb5c17ff5e7c00a4c05ee/src/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/FileVersionInfo.Unix.cs#L20-L28">FileVersionInfo.Unix.cs</a>
 </summary>

 <param name="fileName">Name of file from which the version is retrieved. The path can be relative.</param>
</member>
<member name="M:Fake.IO.File.tryGetVersion(System.String)">
 <summary>
 Tries to get the version of a file. Throws `FileNotFoundException` if the file doesn't exist.
 Returns None if the file doesn't contain a `FileVersion` component.
 On non-windows platforms this API returns assembly metadata instead,
 see <a href="https://github.com/dotnet/corefx/blob/5fb98a118bb19a91e8ffb5c17ff5e7c00a4c05ee/src/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/FileVersionInfo.Unix.cs#L20-L28">FileVersionInfo.Unix.cs</a>
 </summary>

 <param name="fileName">Name of file from which the version is retrieved. The path can be relative.</param>
</member>
<member name="M:Fake.IO.File.allExist(System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Checks if all given files exist.
 </summary>

 <param name="files">The files names to check</param>
</member>
<member name="M:Fake.IO.File.checkExists(System.String)">
 <summary>
 Raises an exception if the file doesn't exist on disk.
 </summary>

 <param name="filename">The file name to check</param>
</member>
<member name="P:Fake.IO.File.getEncodingOrUtf8WithoutBom">
 <summary>
 Get the encoding from the file or utf8 without BOM if unknown or the file doesn't exist
 </summary>
</member>
<member name="M:Fake.IO.File.getEncodingOrDefault(System.Text.Encoding,System.String)">
 <summary>
 Gets the encoding from the file or the default of the file doesn't exist
 </summary>

 <param name="def">The encoding to detect for</param>
 <param name="filename">The file name to check</param>
</member>
<member name="M:Fake.IO.File.exists(System.String)">
 <summary>
 Checks if the file exists on disk.
 </summary>

 <param name="fileName">The file name to check</param>
</member>
<member name="M:Fake.IO.File.getEncoding(System.Text.Encoding,System.String)">
 <summary>
 Detect the encoding, from https://stackoverflow.com/questions/3825390/effective-way-to-find-any-files-encoding
 Detect the encoding
 </summary>

 <param name="def">The encoding to detect for</param>
 <param name="filename">The file name to check</param>
</member>
<member name="P:Fake.IO.File.utf8WithoutBom">
<summary>
 see https://stackoverflow.com/questions/2502990/create-text-file-without-bom
</summary>
</member>
<member name="T:Fake.IO.File">
 <summary>
 Contains helpers which allow to interact with the file system.
 </summary>
</member>
<member name="T:Fake.IO.FileFilter">
 <namespacedoc>
 <summary>
 IO namespace contains tasks to interact file system
 </summary>
 </namespacedoc>

 <summary>
 Contains filters for files
 </summary>
</member>
<member name="M:Fake.IO.Directory.delete(System.String)">
 <summary>
 Deletes a directory if it exists (including all contained elements).
 </summary>

 <param name="path">The path to delete</param>
</member>
<member name="M:Fake.IO.Directory.findFirstMatchingFile(System.String,System.String)">
 <summary>
 Gets the first file in the directory matching the search pattern or throws an error if nothing was found.
 </summary>

 <param name="pattern">The glob pattern to use in matching</param>
 <param name="dir">The directory to check</param>
</member>
<member name="M:Fake.IO.Directory.tryFindFirstMatchingFile(System.String,System.String)">
 <summary>
 Gets the first file in the directory matching the search pattern as an option value.
 </summary>

 <param name="pattern">The glob pattern to use in matching</param>
 <param name="dir">The directory to check</param>
</member>
<member name="P:Fake.IO.Directory.create">
 <summary>
 Creates a directory if it does not exist.
 </summary>

 <param name="dir">The directory to check</param>
</member>
<member name="M:Fake.IO.Directory.ensure(System.String)">
 <summary>
 Checks if the given directory exists. If not then this functions creates the directory.
 </summary>

 <param name="dir">The directory to check</param>
</member>
<member name="T:Fake.IO.Directory">
 <summary>
 Contains helpers which allow to interact with the directory in file system.
 </summary>
</member>
<member name="M:Fake.IO.FileSystemInfo.|File|Directory|(System.IO.FileSystemInfo)">
 <summary>
 Active pattern which discriminates between files and directories.
 </summary>

 <param name="fileSysInfo">The <c>FileSystemInfo</c> to check</param>
</member>
<member name="M:Fake.IO.FileSystemInfo.setReadOnly(System.Boolean,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Sets all given files or directories readonly.
 </summary>

 <param name="readOnly">The readonly flag</param>
 <param name="items">The list of files to set readonly flag on</param>
</member>
<member name="M:Fake.IO.FileSystemInfo.ofPath(System.String)">
 <summary>
 Creates a FileInfo or a DirectoryInfo for the given path
 </summary>

 <param name="path">The path to create <c>FileSystemInfo</c> from</param>
</member>
<member name="T:Fake.IO.FileSystemInfo">
 <summary>
 Contains tasks to interact with <c>FileSystemInfo</c>
 </summary>
</member>
<member name="M:Fake.IO.Templates.replaceInFiles(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Replaces the templates with the given replacements
 </summary>

 <param name="replacements">The replacement map</param>
 <param name="files">The files to replace text in</param>
</member>
<member name="P:Fake.IO.Templates.saveFiles">
 <summary>
 Saves all files (lazy - file by file!)
 </summary>

 <param name="seq">The sequence of file names and lines to save</param>
</member>
<member name="M:Fake.IO.Templates.replaceKeywords``2(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})">
 <summary>
 Replaces a bunch of the keywords in all files (lazy - line by line!)
 </summary>

 <param name="replacements">The replacement map</param>
</member>
<member name="M:Fake.IO.Templates.load(System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Loads all templates (lazy - line by line!)
 </summary>

 <param name="seq">The files to load</param>
</member>
<member name="T:Fake.IO.Templates">
 <summary>
 Contains basic templating functions. Used in other helpers.
 </summary>
</member>
<member name="T:Fake.IO.Shell.CopyRecursiveMethod">
<summary>
 Copying methods
</summary>
</member>
<member name="M:Fake.IO.Shell.mv(System.String,System.String)">
 <summary>
 Like "mv" in a shell. Moves/renames a file
 </summary>

 <param name="src">The source</param>
 <param name="dest">The destination</param>
</member>
<member name="M:Fake.IO.Shell.popd">
 <summary>
 Restore the previous directory stored in the stack
 </summary>
</member>
<member name="M:Fake.IO.Shell.pushd(System.String)">
 <summary>
 Store the current directory in the directory stack before changing to a new one
 </summary>

 <param name="path">The path to directory to push</param>
</member>
<member name="P:Fake.IO.Shell.dirStack">
<summary>
 The stack of directories operated on by pushd and popd
</summary>
</member>
<member name="M:Fake.IO.Shell.pwd">
 <summary>
 Gets working directory
 </summary>
</member>
<member name="M:Fake.IO.Shell.cd(System.String)">
 <summary>
 Changes working directory
 </summary>

 <param name="path">The path to directory to change to</param>
</member>
<member name="M:Fake.IO.Shell.chdir(System.String)">
 <summary>
 Changes working directory
 </summary>

 <param name="path">The path to directory to change to</param>
</member>
<member name="M:Fake.IO.Shell.cp(System.String,System.String)">
 <summary>
 Like "cp" in a shell. Copies a single file.
 </summary>

 <param name="src">The source</param>
 <param name="dest">The destination</param>
</member>
<member name="M:Fake.IO.Shell.cp_r(System.String,System.String)">
 <summary>
 Like "cp -r" in a shell. Copies a file or directory recursively.
 </summary>

 <param name="src">The source</param>
 <param name="dest">The destination</param>
</member>
<member name="M:Fake.IO.Shell.mkdir(System.String)">
 <summary>
 Creates a directory if it doesn't exist.
 </summary>

 <param name="path">The path to create directory in</param>
</member>
<member name="M:Fake.IO.Shell.rm_rf(System.String)">
 <summary>
 Like "rm -rf" in a shell. Removes files recursively, ignoring non-existing files
 </summary>

 <param name="f">The file name to delete</param>
</member>
<member name="M:Fake.IO.Shell.rm(System.String)">
 <summary>
 Deletes a file if it exists
 </summary>

 <param name="fileName">The file name to delete</param>
</member>
<member name="M:Fake.IO.Shell.regexReplaceInFilesWithEncoding(System.String,System.String,System.Text.Encoding,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Replace all occurrences of the regex pattern with the given replacement in the specified files
 </summary>

 <param name="pattern">The string to search for a match</param>
 <param name="replacement">The replacement string</param>
 <param name="encoding">The encoding to use when reading and writing the files</param>
 <param name="files">The paths of the files to process</param>
</member>
<member name="M:Fake.IO.Shell.regexReplaceInFileWithEncoding(System.String,System.String,System.Text.Encoding,System.String)">
 <summary>
 Replace all occurrences of the regex pattern with the given replacement in the specified file
 </summary>

 <param name="pattern">The string to search for a match</param>
 <param name="replacement">The replacement string</param>
 <param name="encoding">The encoding to use when reading and writing the file</param>
 <param name="file">The path of the file to process</param>
</member>
<member name="M:Fake.IO.Shell.replaceInFiles(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Replaces all occurrences of the patterns in the given files with the given replacements.
 </summary>

 <param name="replacements">A sequence of tuples with the patterns and the replacements.</param>
 <param name="files">The files to process.</param>
</member>
<member name="M:Fake.IO.Shell.writeConfigFile``2(System.String,System.Collections.Generic.IEnumerable{System.Tuple{``0,``1}})">
 <summary>
 Creates a config file with the parameters as "key;value" lines
 </summary>

 <param name="configFileName">The configuration file name</param>
 <param name="parameters">The parameters to write to config file</param>
</member>
<member name="M:Fake.IO.Shell.moveFile(System.String,System.String)">
<summary>
 Moves a single file to the target and overwrites the existing file.
 If <c>fileName</c> is a directory the functions does nothing.
 </summary>

 <param name="target">The target directory.</param>
 <param name="fileName">The FileName.</param>
</member>
<member name="M:Fake.IO.Shell.copyRecursive2(Fake.IO.Shell.CopyRecursiveMethod,System.String,System.String)">
 <summary>
 Copies the file structure recursively.
 </summary>

 <param name="method">The method to decide which files get copied</param>
 <param name="dir">The source directory.</param>
 <param name="outputDir">The target directory.</param>
</member>
<member name="M:Fake.IO.Shell.copyRecursiveTo(System.Boolean,System.String,System.String)">
 <summary>
 Copies the file structure recursively.
 </summary>

 <param name="overWrite">Flag to overwrite any matching files/directories or not</param>
 <param name="outputDir">The target directory to copy to</param>
 <param name="dir">Directory path to copy</param>
</member>
<member name="M:Fake.IO.Shell.copyRecursive(System.String,System.String,System.Boolean)">
 <summary>
 Copies the file structure recursively.
 </summary>

 <param name="dir">Directory path to copy</param>
 <param name="outputDir">The target directory to copy to</param>
 <param name="overWrite">Flag to overwrite any matching files/directories or not</param>
</member>
<member name="M:Fake.IO.Shell.testFile(System.String)">
 <summary>
 Checks if the file exists
 </summary>

 <param name="path">Directory path to check</param>
</member>
<member name="M:Fake.IO.Shell.testDir(System.String)">
 <summary>
 Checks if the directory exists
 </summary>

 <param name="path">Directory path to check</param>
</member>
<member name="M:Fake.IO.Shell.generatePatch(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Checks the srcFiles for changes to the last release.
 </summary>

 <param name="lastReleaseDir">The directory of the last release.</param>
 <param name="patchDir">The target directory.</param>
 <param name="srcFiles">The source files.</param>
</member>
<member name="M:Fake.IO.Shell.generatePatchWithFindOldFileFunction(System.String,System.String,System.Collections.Generic.IEnumerable{System.String},Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.FSharpFunc{System.String,System.String}})">
 <summary>
 Checks the srcFiles for changes to the last release.
 </summary>

 <param name="lastReleaseDir">The directory of the last release</param>
 <param name="patchDir">The target directory</param>
 <param name="srcFiles">The source files</param>
 <param name="findOldFileF">A function which finds the old file</param>
</member>
<member name="M:Fake.IO.Shell.compareFiles(System.Boolean,System.String,System.String)">
 <summary>
 Compares the given files for changes.
 If delete is set to true then equal files will be removed.
 </summary>

 <param name="delete">Mark if to delete same files or not</param>
 <param name="originalFileName">Original directory to use in comparision</param>
 <param name="compareFileName">Other directory to use in comparision</param>
</member>
<member name="M:Fake.IO.Shell.appendTextFiles(System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Appends all given files to one file.
 </summary>

 <param name="newFileName">The target FileName.</param>
 <param name="files">The original FileNames as a sequence.</param>
</member>
<member name="M:Fake.IO.Shell.appendTextFilesWithEncoding(System.Text.Encoding,System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Appends all given files to one file.
 </summary>

 <param name="encoding">The encoding to use.</param>
 <param name="newFileName">The target FileName.</param>
 <param name="files">The original FileNames as a sequence.</param>
</member>
<member name="M:Fake.IO.Shell.deleteDirs(System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Deletes multiple directories
 </summary>

 <param name="dirs">The directories to delete</param>
</member>
<member name="M:Fake.IO.Shell.deleteDir(System.String)">
 <summary>
 Delete a directory
 </summary>

 <param name="dir">The directory path to delete</param>
</member>
<member name="M:Fake.IO.Shell.cleanDirs(System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Cleans multiple directories
 </summary>

 <param name="dirs">The directories to clean</param>
</member>
<member name="M:Fake.IO.Shell.cleanDir(System.String)">
 <summary>
 Cleans a directory by removing all files and sub-directories
 </summary>

 <param name="path">The directory path</param>
</member>
<member name="M:Fake.IO.Shell.copyDir(System.String,System.String,Microsoft.FSharp.Core.FSharpFunc{System.String,System.Boolean})">
 <summary>
 Copies a directory recursively. If the target directory does not exist, it will be created
 </summary>

 <param name="target">The target directory</param>
 <param name="source">The source directory</param>
 <param name="filterFile">A file filter predicate</param>
</member>
<member name="M:Fake.IO.Shell.copyFilesWithSubFolder(System.String,Fake.IO.IGlobbingPattern)">
 <summary>
 Copies the given glob-matches into another directory by leaving relative paths in place based on the
 globbing base-directory
 </summary>

 <param name="targetDir">The target directory.</param>
 <param name="files">The file names.</param>

 <example>
 <code lang="fsharp">
 !! "**/My*Glob*.exe"
      |> GlobbingPattern.setBaseDir "baseDir"
      |> Shell.copyFilesWithSubFolder "targetDir"
 </code>
 </example>
</member>
<member name="M:Fake.IO.Shell.copyFiles(System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Copies the files to the target - Alias for Copy
 </summary>

 <param name="target">The target directory.</param>
 <param name="files">The original file names.</param>
</member>
<member name="M:Fake.IO.Shell.silentCopy(System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Copies a list of files to the specified directory without any output.
 </summary>

 <param name="target">The target directory.</param>
 <param name="files">List of files to copy.</param>
</member>
<member name="M:Fake.IO.Shell.rename(System.String,System.String)">
 <summary>
 Renames the file or directory to the target name.
 </summary>

 <param name="target">The target file or directory name.</param>
 <param name="fileName">The original file or directory name.</param>
</member>
<member name="M:Fake.IO.Shell.copyCached(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Copies the files from a cache folder.
 If the files are not cached or the original files have a different write time the cache will be refreshed.
 </summary>

 <param name="target">The target FileName.</param>
 <param name="cacheDir">The cache directory.</param>
 <param name="files">The original files.</param>
</member>
<member name="M:Fake.IO.Shell.copyTo(System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Copies the given files to the target.
 </summary>

 <param name="target">The target directory.</param>
 <param name="files">The original file names as a sequence.</param>
</member>
<member name="M:Fake.IO.Shell.copy(System.String,System.Collections.Generic.IEnumerable{System.String})">
 <summary>
 Copies the files to the target.
 </summary>

 <param name="target">The target directory.</param>
 <param name="files">The original file names as a sequence.</param>
</member>
<member name="M:Fake.IO.Shell.copyFileWithSubfolder(System.String,System.String,System.String)">
 <summary>
 Copies a single file to the target folder preserving the folder structure
 starting from the specified base folder.
 </summary>

 <param name="baseDir">The base directory.</param>
 <param name="target">The target directory.</param>
 <param name="fileName">The file name.</param>
</member>
<member name="M:Fake.IO.Shell.copyFileIntoSubFolder(System.String,System.String)">
 <summary>
 Copies a single file to a relative subfolder of the target.
 </summary>

 <param name="target">The target directory</param>
 <param name="fileName">The FileName.</param>
</member>
<member name="M:Fake.IO.Shell.copyFile(System.String,System.String)">
 <summary>
 Copies a single file to the target and overwrites the existing file.
 </summary>

 <param name="target">The target directory or file.</param>
 <param name="fileName">The FileName.</param>
</member>
<member name="T:Fake.IO.Shell">
 <summary>
 Shell-like functions. Similar to
 <a href="http://www.ruby-doc.org/stdlib-2.0.0/libdoc/rake/rdoc/FileUtils.html">Ruby's FileUtils</a>.
 </summary>
</member>
<member name="T:Fake.IO.ChangeWatcher.Options">
<summary>
 The &lt;c&gt;ChangeWatcher&lt;/c&gt; options
</summary>
</member>
<member name="M:Fake.IO.ChangeWatcher.run(Microsoft.FSharp.Core.FSharpFunc{System.Collections.Generic.IEnumerable{Fake.IO.FileChange},Microsoft.FSharp.Core.Unit},Fake.IO.IGlobbingPattern)">
 <summary>
 Watches for changes in the matching files with the default options
 Returns an IDisposable which allows to dispose all internally used FileSystemWatchers.
 </summary>

 <param name="onChange">Function to call when a change is detected.</param>
 <param name="fileIncludes">The glob pattern for files to watch for changes.</param>
</member>
<member name="M:Fake.IO.ChangeWatcher.runWithOptions(Microsoft.FSharp.Core.FSharpFunc{Fake.IO.ChangeWatcher.Options,Fake.IO.ChangeWatcher.Options},Microsoft.FSharp.Core.FSharpFunc{System.Collections.Generic.IEnumerable{Fake.IO.FileChange},Microsoft.FSharp.Core.Unit},Fake.IO.IGlobbingPattern)">
 <summary>
 Watches for changes in the matching files.
 Returns an IDisposable which allows to dispose all internally used FileSystemWatchers.
 </summary>

 <param name="fOptions"><c>ChangeWatcher</c> options</param>
 <param name="onChange">Function to call when a change is detected.</param>
 <param name="fileIncludes">The glob pattern for files to watch for changes.</param>
</member>
<member name="T:Fake.IO.ChangeWatcher">
 <summary>
 This module contains helpers to react to file system events.
 </summary>

 <example>
 <code lang="fsharp">
 Target.create "Watch" (fun _ ->
         use watcher = !! "c:/projects/watchDir/*.txt" |> ChangeWatcher.run (fun changes ->
             // do something
         )

         System.Console.ReadLine() |> ignore

         watcher.Dispose() // if you need to cleanup the watcher.
     )
 </code>
 </example>
</member>
</members>
</doc>
bin\Fake.Net.Http.dll
md5: 18F57A33E4E629FA65DA37E004CA0426 | sha1: 35C133FF279F6BF001F5FC0F801481693D8EA1C4 | sha256: 68982CF846603926B58F453B50EE006C4662032E7567C3C31FCB5EC16AE8D949 | sha512: 0FF2CDC9A52E94ED671913BE78850400432CA4227A5165DB9B5A8D635ED789C573FB6DCDAAEEB4B27DF49FCDBE513C62E3BA91DAFE46D38E0EA34AACD2B04AE4
bin\Fake.Net.Http.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Net.Http</name></assembly>
<members>
<member name="M:Fake.Net.List.List.sequenceResultA``2(Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Core.FSharpResult{``0,Microsoft.FSharp.Collections.FSharpList{``1}}})">
 <summary>
 Transform a <c>list&lt;Result&gt;</c> into a <c>Result&lt;list&gt;</c>
 and collect the results using apply.
 </summary>
 [omit]
</member>
<member name="M:Fake.Net.List.List.traverseResultA``3(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Core.FSharpResult{``1,Microsoft.FSharp.Collections.FSharpList{``2}}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>
 Map a Result producing function over a list to get a new Result
 using applicative style
 <c>('a -&gt; Result&lt;&apos;b&gt;) -> &apos;a list -&gt; Result&lt;&apos;b list&gt;</c>
 </summary>
 [omit]
</member>
<member name="M:Fake.Net.List.List.sequenceAsyncA``1(Microsoft.FSharp.Collections.FSharpList{Microsoft.FSharp.Control.FSharpAsync{``0}})">
 <summary>
 Transform a <c>list&lt;Async&gt;</c> into a <c>Async&lt;list&gt;</c>
 and collect the results using apply.
 </summary>
 [omit]
</member>
<member name="M:Fake.Net.List.List.traverseAsyncA``2(Microsoft.FSharp.Core.FSharpFunc{``0,Microsoft.FSharp.Control.FSharpAsync{``1}},Microsoft.FSharp.Collections.FSharpList{``0})">
 <summary>
 Map a Async producing function over a list to get a new Async
 using applicative style
 <c>('a -&gt; Async&lt;&apos;b&gt;) -> &apos;a list -&gt; Async&lt;&apos;b list&gt;</c>
 </summary>
 [omit]
</member>
<member name="T:Fake.Net.List.List">
 <summary>
 List extensions for traversing Result and Async types
 Functions from <a href="fsharpforfunandprofit.com">fsharpforfunandprofit.com</a>, please see details
 <a href="https://fsharpforfunandprofit.com/posts/elevated-world-5/">here</a>
 </summary>
</member>
<member name="T:Fake.Net.Http.PostMethod">
 <summary>
 Option type for the HTTP verb
 </summary>
</member>
<member name="T:Fake.Net.Http.DownloadInfo">
<summary>
 Contains validated Uri and FilePath info for further download
</summary>
</member>
<member name="T:Fake.Net.Http.FilePath">
<summary>
 Type aliases for local file path and error messages
</summary>
</member>
<member name="P:Fake.Net.Http.DownloadParameters.Path">
<summary>
 The name of the local file that is to receive the data
</summary>
</member>
<member name="P:Fake.Net.Http.DownloadParameters.Uri">
<summary>
 The URI from which to download data
</summary>
</member>
<member name="T:Fake.Net.Http.DownloadParameters">
 <summary>
 Input parameter type
 </summary>
</member>
<member name="M:Fake.Net.Http.getWithHeaders(System.String,System.String,Microsoft.FSharp.Core.FSharpFunc{System.Net.Http.Headers.HttpRequestHeaders,Microsoft.FSharp.Core.Unit},System.String)">
<summary>
 Like &apos;get&apos; but allow to set headers and returns the response headers.

 &lt;param name=&quot;userName&quot;&gt;The username to use with the request.&lt;/param&gt;
 &lt;param name=&quot;password&quot;&gt;The password to use with the request.&lt;/param&gt;
 &lt;param name=&quot;headerF&quot;&gt;A function which allows to manipulate the HTTP headers.&lt;/param&gt;
 &lt;param name=&quot;url&quot;&gt;The URL to perform the POST operation.&lt;/param&gt;
</summary>
</member>
<member name="M:Fake.Net.Http.upload(System.String,System.String)">
 <summary>
 Upload the given file to the given endpoint
 </summary>

 <param name="url">The URL to perform the POST operation.</param>
 <param name="file">The file to upload.</param>
</member>
<member name="M:Fake.Net.Http.post(System.String,System.String,System.String,System.String)">
 <summary>
 Executes an HTTP POST command and retrieves the information.
 It returns the response of the request, or null if we got 404 or nothing.
 </summary>

 <param name="url">The URL to perform the POST operation.</param>
 <param name="userName">The username to use with the request.</param>
 <param name="password">The password to use with the request.</param>
 <param name="data">The data to post.</param>
</member>
<member name="M:Fake.Net.Http.postCommand(Microsoft.FSharp.Core.FSharpFunc{System.Net.Http.Headers.HttpRequestHeaders,Microsoft.FSharp.Core.Unit},System.String,System.String,System.String,System.String)">
 <summary>
 Executes an HTTP POST command and retrieves the information.
 This function will automatically include a "source" parameter if the "Source" property is set.
 It returns the response of the request, or null if we got 404 or nothing.
 </summary>

 <param name="headerF">A function which allows to manipulate the HTTP headers.</param>
 <param name="url">The URL to perform the POST operation.</param>
 <param name="userName">The username to use with the request.</param>
 <param name="password">The password to use with the request.</param>
 <param name="data">The data to post.</param>
</member>
<member name="M:Fake.Net.Http.postCommandAsync(Microsoft.FSharp.Core.FSharpFunc{System.Net.Http.Headers.HttpRequestHeaders,Microsoft.FSharp.Core.Unit},System.String,System.String,System.String,System.String)">
 <summary>
 Executes an HTTP POST command and retrieves the information.
 This function will automatically include a "source" parameter if the "Source" property is set.
 It returns the response of the request, or null if we got 404 or nothing.
 </summary>

 <param name="headerF">A function which allows to manipulate the HTTP headers.</param>
 <param name="url">The URL to perform the POST operation.</param>
 <param name="userName">The username to use with the request.</param>
 <param name="password">The password to use with the request.</param>
 <param name="data">The data to post.</param>
</member>
<member name="M:Fake.Net.Http.get(System.String,System.String,System.String)">
 <summary>
 Executes an HTTP GET command and retrieves the information.
 It returns the response of the request, or null if we got 404 or nothing.
 </summary>

 <param name="userName">The username to use with the request.</param>
 <param name="password">The password to use with the request.</param>
 <param name="url">The URL to perform the GET operation.</param>
</member>
<member name="M:Fake.Net.Http.getAsync(Microsoft.FSharp.Core.FSharpFunc{System.Net.Http.Headers.HttpRequestHeaders,Microsoft.FSharp.Core.Unit},System.String,System.String,System.String)">
 <summary>
 Executes an HTTP GET command and retrieves the information.
 It returns the response of the request, or null if we got 404 or nothing.
 </summary>

 <param name="headerF">A function which allows to manipulate the HTTP headers.</param>
 <param name="userName">The username to use with the request.</param>
 <param name="password">The password to use with the request.</param>
 <param name="url">The URL to perform the GET operation.</param>
</member>
<member name="M:Fake.Net.Http.downloadFiles(Microsoft.FSharp.Collections.FSharpList{Fake.Net.Http.DownloadParameters})">
 <summary>
 Download list of Uri's in parallel
 </summary>

 <param name="input">List of <c>Http.DownloadParameters</c>. Each Http.DownloadParameters record type contains
 Uri and file path</param>
 <returns>List of string values contains a list of downloaded files paths</returns>
</member>
<member name="M:Fake.Net.Http.downloadFile(System.String,System.String)">
 <summary>
 Download file by the given file path and Uri
 </summary>

 <param name="localFilePath">A local file path to download file</param>
 <param name="uri">A Uri to download from</param>
 <returns>String value contains a downloaded file path</returns>
</member>
<member name="M:Fake.Net.Http.processResults``2(Microsoft.FSharp.Core.FSharpResult{``0,``1})">
<summary>
 Unwraps the Result type and throws an exception if download process failed
</summary>
</member>
<member name="T:Fake.Net.Http">
 <summary>
 HTTP Client for downloading files
 </summary>
</member>
</members>
</doc>
bin\fake.pdb
 
bin\Fake.Runtime.dll
md5: 673C107E7D9E748099EEDE0B57D88E88 | sha1: 78D500E15BD1AD563ED17E52C89FAF4A4106BB56 | sha256: 5507F72651F360C30EFC00411131189AF60F7F91A3707A10CE9637CE364D85D4 | sha512: 6FAEBCB24284605016D04B1A94B2A2DE46AEC431AD8867C25D5B1DC18231DBFDFBE3CB3C42423EFC72C8EC78B9ACF2D17CD225F177EA759C994524310AB7B0D4
bin\fake.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net6.0",
    "includedFrameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "6.0.0"
      }
    ],
    "configProperties": {
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
    }
  }
}
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: 3EFE737305DCBF45B6F56003C27DFC3D | sha1: 6899BA2F65B33DDBC8FB6E239050621D8403FD07 | sha256: 147154CD8E33699C1458CD7653B78D6C93C2EA272E9AEB3F838AF95AF2A82B23 | sha512: 1D2E167788FE5E8D83C45FD735D5362430204AB84C87FFB69418245519831FC2BFAA350D3D926166BEECCC4444A388565F084B002BF6740823371651EF559043
bin\FParsecCS.dll
md5: B9F5BC32A35D9FE8D78344D26E6B7C61 | sha1: AEF4FD462AEBF1293A39B366B83AA3863F7AD1AD | sha256: 1822DE41FCF78BF92DE841F03E9A5C78DB7FB1EB19CF699F78E06F064E0D4013 | sha512: 517FF447FDC223F1E5A0373FE7F96D92FE9E817BA575852B20332E283A83CC7D06DE731479837B8DCCC974312DE70E4F56EF6072A70803E5376C6D429EA73B0C
bin\fr\FSharp.Compiler.Service.resources.dll
md5: 918D36AC92FC2164FF879C2FFF4D1D06 | sha1: 1B59CF6E047125235CA116FD8A150F5DAAB5B7E4 | sha256: 00E6361D0A21E5D5340FFAFE627B68B262EB73F2572B6BA31A307DC103485287 | sha512: 761F56AAEA93A20015E3F8A27C078AA106EC6E7020F520DBDE511928DF045EE52969EB239D5A3C09C1B350B892D599A28DAC9B13F4136145E9AD184BCCA99DB9
bin\fr\FSharp.Core.resources.dll
md5: 18AAD42DA2F4EB0E8CF2DF9F07C0DA1A | sha1: 588E6C3EEFABEEA5086B7BFD63951056F734CD1F | sha256: 82A76FD56654A62D58BAEA4891B5BA1CEF5AC7FD1D4D19F8977B7557C525D8A8 | sha512: 3163F085C0E871E2DBC48C55B23C64DED6EEB7353A8E292A4B050E1825D5FA2D0E1C60196B7AC27675474DE0355C704B07F35B0E695977D333373DE427DC9A55
bin\fr\FSharp.DependencyManager.Nuget.resources.dll
md5: B2220BF5B97A0C3A27C1A94DD624F737 | sha1: 0757F3C9995064B6F550F95A0F21F3E17A57D809 | sha256: 929BB6A5017E9D336E6AF7FF6B11447ACCB01E2FAECAE7B579E92E695E80B7C8 | sha512: C57415BB92A1750B3AAB4D1F523D3778766F9884C520530AA2A0438463798A6B2908CE337679431C154DD30EC0ABFB3365073576895F871DEF0DD9EC06A18AEA
bin\fr\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 84BB2C179C0DE39FBDE7F79CEAF09BE5 | sha1: 6B2BDF8CD5A343436B25EF623472CC295E651DE0 | sha256: 1F3D8CB504DD074ECD69BAC0902F4487093E1AF67CAF1A1076B9471F0617009E | sha512: BF6D2060CB8F96BC4CD112C2D5D7D7C5D11D70AD6B6A5187074AD4E7713B58F1BB1004C424C0C6E4309FFEB002F9FD1C38376D16D006A79B71933B67190FFB35
bin\FSharp.Compiler.Service.dll
md5: E418FDDC03E9D26C69376B23BF5150A7 | sha1: DFDDDECE7DD0B390B322DA38D8A762A2A942C2DA | sha256: E55D3357D8D46EF4779B8F70F96896C6400847AAC439A7CC341063664980E6EE | sha512: 0F733150A9FB4F7F674B929D26C8B9874A0ED75AE3F615A0631C1DDCE7E81F953A14282B1A0F489ED207F9C05692195DA19DF382931A4A866CBE886A2F521BCE
bin\FSharp.Core.dll
md5: 99F8931C66DEA6C5CE3A0BE4688995A6 | sha1: 2DF328D2C351C7237EFD73A546307C3BE0675C2F | sha256: 0592B20C19D3D4A1E657DE21E1FEC7CFB7EF52118D77D80483F80164D9F52B21 | sha512: 9309B19C8E8EC03193A3CB8586210BC5B358FF80F31FC7CE12429AAFD33F20D03D9AD9F69F9201433D8E45F57368FC0156D0013AEEA22F6B014D0B0273AB0464
bin\FSharp.DependencyManager.Nuget.dll
md5: 06273093CB77FACE1408C37AAE01855E | sha1: A89FE4343B2500899626352270233316ACDBC4BF | sha256: EDF17CD40D443591DB8FADABC14A07F3218191C0D6BED50CA18A89F85B7E5785 | sha512: 568952ADC902E4FC1354BBFA4C973695C9B5D4DB684E5FB229B35343187C3BA6FCF9B6B1BD99F634E31940B2EAADB4632F4435A0119E60FAC40D20C4F58C2237
bin\hostfxr.dll
md5: 41474BBE6CE424F3BAA44218FB635725 | sha1: 8E087CBA2AD056ACB96E94E5427532242F39E3CA | sha256: 105E4870527588A4F9F3248C347DC149B73BF785F4571A67E1F53EADBAB14120 | sha512: 90142ED00184E427A7FD301804A77C132C96728E16910A68DC93C552D9AF1D2FAD9A0AF828E3D776A77500B9693A7871B289D9B959F5959075449BDBC5C37D40
bin\hostpolicy.dll
md5: 877BC6F9F2F38E8C64E591105FB15F50 | sha1: B6361AD257D810B48F2CE3A09E3287443D360828 | sha256: 58C026BEEA52C432D7883975F07E13884439D8BD22CF37617959CAD168134F4E | sha512: BD86438919718207673889A11B6E6450FABBF9D3AACA56918C1FFF4F331E272A8846CBDA2434C4DA4E4681587AA1A334748529E7EFA85FF249EB95B892FA5773
bin\it\FSharp.Compiler.Service.resources.dll
md5: B2D7C5B5671DED3B3EDE4064A69287B0 | sha1: 65731B92A8664D5779E6ACBED5AF8B66D404B2AC | sha256: 179FD8573DF0E6C33B5F45A1343D17FE68AF803D527EBCB71F185D305F269DA6 | sha512: DBBBE5D109E7453B719DBA651724EEFFD4152A9DF332672C7826F9976F86AEF21D42D1FFAF4F78C2A3F9C91A778DB313FAE2FD012D8BD58AFB2520226DE35C7C
bin\it\FSharp.Core.resources.dll
md5: F4E0C6BCFF47567D643E91E8AD5032E7 | sha1: B5B1F1F99E6805889BD519F466938050C2E1A432 | sha256: 4918CC55A6BA73E03521150C0B5AC31391E8F8B828A188929112566648764AE4 | sha512: 97D3D4BC10A5A7E3DAEF2C7293CA5B2CA2986037C4D1468C505E42B9649B0A1B01230286A32BDBA5303E9BA7938B0500BA7E7ABDD9941803D102EEA4F20176EC
bin\it\FSharp.DependencyManager.Nuget.resources.dll
md5: F6E4EDFF80904B7D8E66895AF9A87B72 | sha1: 897EE4FBABB7A80B5D96E2BB876E1B6F77D3F00B | sha256: 5F5913A2DAAC5120AFBC1B0842C0858C2B7077E9AE8C7418D45B231D214EEF92 | sha512: EB86668E0DB50BF8DE201C9B0EA1E097BC07EB5430499A210C219EF25FEE6841C49ED116CE920CAD324B5F6B6B2EA70F094AF7D0E8BB328C966BE11D0C2591BC
bin\it\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 7960206BB4283093889B681559E96E17 | sha1: BFEE7839B487FFFBA7D67FE71432CDE9D125822E | sha256: BFC984C12D261CF6FFEA8D938797D67F29FE9DD712ECB4DD05E81CB0B6B0F7D1 | sha512: 546E1A83CCE7F51613E5BCED167E71AFA25D6076DB628F430F08A8A09DADAE02E9CF1DF450AA0D7FE2366B9D2639F1AA755B55CFBCB5DE33B1C66C31D8407A4A
bin\ja\FSharp.Compiler.Service.resources.dll
md5: 6C09AFFBE07B4B648F69DED94073B69F | sha1: 501ADE83DF8B600D6CE027130204443AB704665A | sha256: DED325503BE1FA2ED1C5B3AF8476177757F4D5517A3CF41BC1D2FC4CF17B0952 | sha512: 77010A41627B4AF326392D34F3CE15BDCCBAB9EFE68E2CABB90883E9B34C5B56493A0765E43E817C7DD8622F21DDD1D62A824408439B090A6EDF83A901CA2F01
bin\ja\FSharp.Core.resources.dll
md5: A62E967E68A188F52432C1F4956835B4 | sha1: D63B5A32C9E9A2545CEF589C6EDCB94E621F91DF | sha256: 4E2477473A3E10A29FCCC0882CE218B6695AA190F03DCDBBFC0A83C0144EFB28 | sha512: CCAE86E21F6DB95350D2DFBF13944FC27D9B0A1331BC1E75B139F306D3ADD90D5AF2AC4D0F7AEE145FFC1FEFD44BF42D837B1A00C61262A2361EA909B072DE1A
bin\ja\FSharp.DependencyManager.Nuget.resources.dll
md5: 13AD97E2E11B648CCE8D9B9115118AC1 | sha1: 3987FD12B0AFD3ABA2E5474D6711F9B465F612A3 | sha256: 41A8A6539BC783CC5F15DC0CF32B602F609538F079B289351D764591A8104B88 | sha512: 9380CB7F59C0849A17479ED80A5CD504D864A105F83078415B44B8DAD89C828CD624567B356889CCF050AE1D42D70192465D305195C601E3BDF2E3B2D6D3F439
bin\ja\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: C5DA1F82BCB16B6E859BDAC0336CE551 | sha1: 6F62E616DDD36D601544F20D7702E7F800150B35 | sha256: 5FCDA7FC5C327CA8D80C89E785537D1CDB63AC0B87062BFFD9B8539ADF335586 | sha512: 58DEEB1D17436BC02EB6240DCF19D203B5B77CE1D7FE9A5742D366492BC75E4D637773EA4E8E4F1F6CD16F7E4617A85A079E895E7408D3A3E9355FF1DF3973BC
bin\ko\FSharp.Compiler.Service.resources.dll
md5: A6C19BB84F65698B4390127293FC18D5 | sha1: 415579D2253B927A0FF69ACA14E2B9BA54A50098 | sha256: 1CB3080943CC8AB5A229C2DAA7C09F9702A7F803F6043C4E78F5124FFC989CEF | sha512: 1FD012C5613BEDEC1B32473BAD32ABFEE2EE9224854593BD09CA8DD89BB28C4035CBE413E612762CAAC7A383D123BBEAE372F4CC69BFEFB9FD85239690B6B8BF
bin\ko\FSharp.Core.resources.dll
md5: 5AEF380515C31D2905AD8D986D0BB38F | sha1: 5F9817A2E877DB3E10E936DBC8AF98D99F2BE508 | sha256: D9987910ADB5FCAFAB43630D2A73A2676AA8C1438B1A8CD32AD217D108C7D605 | sha512: E578528F87E459BB78C44F4BEF5CB82758AE07FE2438BFE843CA4D7F26A32E4EC62462B7B7D01C280E1FC135A38066CCECECE5028F2661EB34EA0BE46633F5B8
bin\ko\FSharp.DependencyManager.Nuget.resources.dll
md5: D83499F2784C4FDDD4A2E2C984104BDC | sha1: 9EF41BDE8EA13CDBA70275AF75622E782F39FF8A | sha256: 14E0FD8FC66AF42FF73C070CC8561E82710800F4F99896DD6295E77DA11E85AA | sha512: 322D66954E592BAABA942614C2B69D9A6CC8099C41CC840CEFC36918FDE8787B3E2E1A26D97BA7D6A3754601EE1A970D0F39AD4AC3913FA63744BA649FE1D0BB
bin\ko\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: F5B4D143EB0D5255CF00CAD2E606FDB0 | sha1: 822A69240BD863228A9FFF5149B3A72B1BFA7723 | sha256: 88B9B600182353B8DBC8E8E7E5D74E99D9CAA07480A3BDFCFE64A31AB3C7982B | sha512: BA44C110B02FE9B2E7441848F25ADBC1CFA1B2B9036090B61BF8FBD0B31AD5226F52BBB29A66373BE6FF9BA7C7896106258D041E4CCF433B9BD52B20D54B6CF2
bin\libMonoPosixHelper.dll
md5: E317961AD3A3CC57E717E865204A66F9 | sha1: 86FE9513D251AE03D03591DCBC96A6BFC0B6DB4B | sha256: 5BCCCD0A8580FB65680DDC738D27CFF6B1A775B287470F1804BBCA0737C3D397 | sha512: 702BA30E7B8573F59F166CC0CBC94BDD72EF585C7E6EEAF004A2D1E61D5A89707D86F32AE2B1FCF672F8679BD72634A6D126F06917FBF6F4A4210BAE5543669B
bin\Microsoft.Bcl.AsyncInterfaces.dll
md5: B984BE2A4FC05E9F83E7446B4455806D | sha1: 3A9CD4A322A8F91E67552A87B079A4652805848A | sha256: 136D5965CF4768E8420B547A8BDDEA882921F426C371833D558A858A2F0C235A | sha512: D0200FFCEB4F850DB6A7B3E1D7AAB6B996AE8F26971472ECA3E80D0AB4C763FF13F628A48C1CE02BB9D695A90986F872B81932EE8B7AA45B5CDF67080BB55B71
bin\Microsoft.Build.Framework.dll
md5: 6A5CE27070993445331B774CD046CE08 | sha1: EFF7D0B308A2F70C97F0B035CB28874FEDA113D2 | sha256: A4855C57909778848876F0AB1321319BC9B74DEE939EBFD741305C5A8B1ED7D8 | sha512: 9A7768AB5C1CDCCC412CD8F02ECD73C78AF3FDB8B52D6C73A466098F317D0759409F8B7FFE15D25DD16CCCFCF142D5A0860867ECB25BCB5C843D271B48DDC14B
bin\Microsoft.Build.Utilities.Core.dll
md5: 025A2036AA5F2906FF5A54B02E6D4B65 | sha1: 3FA76F6895961BACB97C07F51A12ECE1BA6C3FB7 | sha256: D6C93C22E3574C4CFDB00C4AEC54C3B9181B161CCD9397522D751AD37A25D686 | sha512: 4723FC3E49F48E34A0AFF11192893BB591CBCCD603DCB7F5E362931092C6549989552E1C8C5F967875CAC173B65150242722CCB3BE1D0FDE82DC9BB17A8DC691
bin\Microsoft.CSharp.dll
md5: C725CF3E50B6E124FF61240F8195437F | sha1: 392DCCEFCC2F9606933E47056C88AFBB383A4D1A | sha256: 7589FE2EA0435CA6A69E4A6275396310EACA02051096B3C8B2D7DD5E8F71B125 | sha512: 054EC9ECAD432B0BA8BE551402BA29D66064166C3661FF1EAE6891F9136131A958EF953BFBB181BC13C8F73EA7FCA055155A3C6B2B8AB7F4CF4D3B7E324C6E6E
bin\Microsoft.Deployment.DotNet.Releases.dll
md5: A6C109B40B6D7ED1BC05C2E00A2A44AA | sha1: C1E40DF77B5811997DF7EF40C8CDA6FF016213FE | sha256: 77B8C5CD71CE32259BFF3A74D81C54D44B83978A5C1E79B456E3DC2620B14C89 | sha512: 59F42B8EDB74FA6939DC3DEB3A225EDFF3C9FF2379432A9517DE72DAE0ACA097C795FA58036F81F113E5B21D1C1474BC6103D057B7237D657D7B94D6861AB96E
bin\Microsoft.DiaSymReader.Native.x86.dll
md5: 047F957587CB5B7A50C2D084C99FC93B | sha1: CD8FF64D396D81BA0D091D40ACB14AF42171BF3C | sha256: 1151C5F56D884FE60FDDAED8A740F6D5C7E5B129003C99B442DE5694B4BBD9EA | sha512: 7023AF1C05AF234850B406FC55D4E3E8DEEA2A7A9EFE994970CEB9031A3D554D2C2D7737902BD00580E12D8D2A4915C164CC231EB2E1132AC1D7CCE7983C96BE
bin\Microsoft.NET.StringTools.dll
md5: 081CFBB6582A06BA1D048044965D50F9 | sha1: D315A047371F37C5F5A1A9B02DC56B7A8C80D5F9 | sha256: 6B05A88D27506A4177A26B4E756C4766B8E380DB831BA77B78C56FC8DF7AE532 | sha512: 685DD63F01045E850F359009405004E77FB093C4AFEE39100B16E92D0E0F8AC902BCBE3AAAA376CD993DA09B4EF09D87A529508EF89C09450B5E174F72F09BA4
bin\Microsoft.VisualBasic.Core.dll
md5: CCCDBAACA7460C877DB7947B758845A9 | sha1: 1929D80DD7A704A557B290073F9F0B2AE19865CF | sha256: 06E196DEFE3E0AE4A2E147CD9048FC0188109A9844B0F0F2E503EA9B909CC246 | sha512: 786BDC4A2A115E95B1325222113C61E5D4967D5B176CDECE3CA07A1190F1EEC0FB68BECF9D76A1C7749EAA7BE8BAAB229ECE99195AA118A9A01B2DDD2D25FCD5
bin\Microsoft.VisualBasic.dll
md5: F72CD831B3500C8AF22C1F3E86E7CECC | sha1: 6E101FD3D72EAC0784A3DF82758132F7D538ACB9 | sha256: BCE6D80B8BF6B006F07C60F0E3CC1CE71B2BFCD2DC433A36DB2FA0C83A89884C | sha512: 56F4ED159003E249AE7BA3E480B62A1EC530C74DF43904497C1C9C29DA7045FD124C44CD10875EEE5923290C41749BC4EAE560297158F340BD39638B30590002
bin\Microsoft.Win32.Primitives.dll
md5: DD8FC34ECCDB3AE60FC11B713CA70D9A | sha1: 7A3F8E77332486ED0D4ECF81586298BEDE0C5810 | sha256: 71C40C1BBE7043EC15B4A209A68ABFBD7CD34FC0DAFBCFA14BCB8DC925D84851 | sha512: C9940DA634D1F8A0556ECC1F5F4E807028C5480627D4A2542253C238A6C9E2A5552E7D06E8C807741FD69AE1A70F24FC9F90755A3FE8673C415F12A7C2AB9C37
bin\Microsoft.Win32.Registry.dll
md5: 5B3C45BC7CAECB3F3888A1B205CC4F31 | sha1: 23F5C915B199F091E4ACDD4DBD2A09DCA4B4DAF9 | sha256: DA9306EDE2CAD443B97A674671874D9CC7BE14C51ABC697C8CB1024BAC0FBB4E | sha512: 86528256B2747BAF915B47B4066035B9F012E816EDED6338AA2E830433131D3ED1030DC0D1E0B4D04FEB17A1E2EC594E28EE51BE8B6A21E745CD0F0CAEA5BF82
bin\Microsoft.Win32.SystemEvents.dll
md5: FE9DBE5DD00CAD8E0C009F9D1B642D91 | sha1: 152C49E5314FE9D9DC0DEC71BCCAC7349634C803 | sha256: 142CCE4ED8AC9DA22D69C38A6F22738ABFB22090DC9313E8B58E6F91978E89AF | sha512: D8CFB8E03DAB17218F6414491A294249097628E071AF2608DBCFFDB31EE55AC63A1BB355D9B7861F26B08BFE10A9099C6D71B2E9AE6CAAE1910741ED11A8A09E
bin\Mono.Cecil.dll
md5: 6D8D43C5D7DBE36EC01FF8B951CF1E0A | sha1: D6B8214419870770E1CE398CA06A6A9F0E9E62A3 | sha256: 9C2908709DA6761E9B5B9D4D46102D65851145BAC987787D6C5A05FFE5689487 | sha512: 221955B05D83513FADCB79721C96FD467EA871CFA401B279DC8ADE426C88DF4CADC884DAE7A9C418C1012AF202263F31CE8B63CA919E1F725EB7C7E8008C3A57
bin\Mono.Cecil.Mdb.dll
md5: 0C2D7A3D146E193D7B8E50F0FE398568 | sha1: BF0A6AB31388EAB1FFD3CD87FAE62B45E90CBA24 | sha256: 2BDA97FC302904BF235D631E698A0C81324872DFAD2A38E63EF66389155BFCF4 | sha512: 5FDC45AE536955E6F66970B35008CE15C5C5624D0B31BD41C79D6548D0D1B950042F51FE7DBBBC33A6256F90F5DB23BF0070ABE24502A050505BE66F086D6DF0
bin\Mono.Cecil.Pdb.dll
md5: 625CE2E8BE214194A161FE80E6ECA7D0 | sha1: 58944E03EE249618E9440545623C4545777377F7 | sha256: 333397769114FFD13046A25B9CFFFD41C44A3450EA9EA1FD13B76EEC28E1A815 | sha512: C324EA36E4A89A6052F685E4F96527323AB6F4EEA4F4C70C71F08A84DF2D46332D91C3F289463502887D9B098DC6E69036C322630B770531927D5329873B250F
bin\Mono.Cecil.Rocks.dll
md5: 6FC634673B94C7DDDE6E2BA277F7E7C7 | sha1: F29FEB86A8595D104B3B1B4BE809F6E9FBC8F042 | sha256: A6D3E6EAB8D89DBD6FCF34268A08A6544EA142B6BCC5F665BEE62317786B7892 | sha512: 51F4782D7A8E2B3FFBB8FEDDDCFE85379E5ADC499A2FD55C29E29628CA9519C33A33DAF806EB3B8D01CFC10C964C1CD2558152C000C7ED2A8584F36C58F31C51
bin\Mono.Posix.NETStandard.dll
md5: A1C19D821E758174AFE97781F147DFB4 | sha1: CC7AB60055A4C5A88CADDB4025E773A62A20B32F | sha256: 21C3D43ADA589DF34E99F5F374A0E97408872B5CACFF5B79C1DD190B2434A1DD | sha512: 0B2618C4DBCBADF9FA5C2ECE519F2DA7C016DDC48F50DBE2E1AB7ED95914ACF200888089F0D0222311630C747B9BDA5B3F172E8F6A84EF1102D261588B4E5947
bin\MonoPosixHelper.dll
md5: E8E871DF6957047EE95BB2AB2DC74750 | sha1: 1F81B7B908118281A027391B1D2D06FB6BD49676 | sha256: D055D79A9566D8515CBAC31022E7975C1B8C7BE5A1E76C192F69F7BEC4010DD2 | sha512: D6BD96F6B38AAC7436F3F1763DAAE7ED0033BF205D91059523D763CF5B7C131E37DE7697D0630F76C3729D0E61C937D820FEC929874A162ABCFA92CD863476E1
bin\mscordaccore.dll
md5: 1EC34CA4FEADE45C6553C76AEABA4B0F | sha1: 45FC7B8D86D3275F36A063007240E21EE928F60E | sha256: 89585471520297395712255485A651EB8E064806E12ABFB55328BDC3F2F514DB | sha512: 238062C96922FAEAA1A529ABD6CCAF71C64E0E974E1AC45392E6F7F16A735EB08BF2312B9F20A09B34616DBF62B213B192C7D12F8093C09AD41C4BE7D98C5A34
bin\mscordaccore_x86_x86_6.0.622.26707.dll
md5: D0D68E99624D3F5749CB789DF995E588 | sha1: 3D398819D7A06AFEDD95B643EEA0C4C6E364A79C | sha256: 8883FA92F564AD41BF299B013D9765C4E1CDF80C90AE9B3CCDE6F891FCE9F0CA | sha512: 073AFA6CDF60BE1C734A2EE7DDF6B6A9AA9C230DD5B4EC48F3695F7276B578E670118702426A2BE350B1D4ADB3200FD6119991763ABE84AA8594FC3B84B77500
bin\mscordbi.dll
md5: C4C29D2B7F0C6791FF3135B7F61FECCB | sha1: B99AF90DE4CB04BB9C598E334E4748FBB1AB3E20 | sha256: 18B4D03B394658A3820345CA1EA4E0A40DFDC9DE69C8519B454B7EE6F6BBBD7E | sha512: 8BF48A5CD00E8C40C6BF194D79630AC47BF5240C99C52E6927F2030701182ADEB3C9BD5C40C7004A0502FA43218268A4E5F59E3105CDF033139E102EBB690999
bin\mscorlib.dll
md5: 6012A4324669F913257D8746694F6A40 | sha1: 7326FA257DA723C2829088ABCE3F4473FE6E669A | sha256: 061A54F05313E25A7852CF4903BCA708773A4139BCD87C58B0F438686ADDB560 | sha512: 1830D964EF0E782402861F95247175ED910C2E2A3ED64CD2D8C04305A52DBDB2D00CCE279C6B85801E26A60F0A72C23B70CDEFDA795E0174EEB4DD4BAB8A5814
bin\mscorrc.dll
md5: 5807C79F8DD98F6253C4FFF07FBEDAC5 | sha1: 9E76310CF5C943C881EECFAFE2E98727D5B53ABE | sha256: 22BF9BBACABF03A0635D3B33ED4371E62CACFB3F18C29A3022746E3E2F925149 | sha512: 6060DE155C7E562586DBC20D9ECE641D2EE3825DA63268E769B322FECC01864B9A832BD6A8FE25DBB0954F2CBF39D3EAC98D5A3DEBDEEC5C2690FFDCEEB99206
bin\msquic.dll
md5: B85284FAB5CA54DE7B64B659B2359D9D | sha1: 930857CA9FF3269884C56AA96EF6B75821326D56 | sha256: 437CC1B0B563D4A053BADCACF26045D022BD86DA0081D45A234B1836DDB0ACE2 | sha512: 17C922CC0A1BB30DD46A0C13788622152F5E24F87F97B28E0AE841023452C4C32804A913754CB47E9A7A6CCE4B14601E91B5FBD9C2194D3CC301220D1951FDBA
bin\netstandard.dll
md5: 5E81A5D94C445BA0252C744700041957 | sha1: 398ED8DA687D7A29E1FA10370BB87CAA6D3CBD6B | sha256: CFC1C418E135058F8DE93563332E8378CE0465794B6D0B2BCAE10D8F35712C52 | sha512: 6B08BC0BA83BA2A4D33D7EED2B4E6B2D656DC2485A9341CAE39010E5A94404F35A96AF655A399E7A90EC41AA97DCC2C938F32C6DF79CF5D9E67F6342296E6A22
bin\Newtonsoft.Json.dll
md5: ADF3E3EECDE20B7C9661E9C47106A14A | sha1: F3130F7FD4B414B5AEC04EB87ED800EB84DD2154 | sha256: 22C649F75FCE5BE7C7CCDA8880473B634EF69ECF33F5D1AB8AD892CAF47D5A07 | sha512: 6A644BFD4544950ED2D39190393B716C8314F551488380EC8BD35B5062AA143342DFD145E92E3B6B81E80285CAC108D201B6BBD160CB768DC002C49F4C603C0B
bin\NuGet.Common.dll
md5: 7ADDB7BB74ECFEE5AB15210C75321944 | sha1: 47F355FCE3308646E219C440363E39D1026639EA | sha256: D7B19045E065E8FD2F5C2BC9D8BA3DF248D64867B1C7642CFC4D38A16108D22F | sha512: 11B1A2952C0F8DEB19DDF61EB2CCB36409FC84B1D0660C0105DEAC645A53511262236BF3F3A2843FF7E4841C89ABB3BE6CB84D31B764F4178E5CBE9E6DB80ECB
bin\NuGet.Configuration.dll
md5: 442D569D747067BB90FF0E0385FDC41F | sha1: BC01FE48F23C2E81DCFA91C271B935DED9E4EF2F | sha256: AA467B83A02407CCF621C26012FDC92B9FF8C81D99E6364DAC6B3C03C913C155 | sha512: 7AD4B3224E980200BC97B046723EB67E321A12E6B61A8A10B67F18A6A956D977C130E47F03E8F84DA4224BA60EDFC3E59A1FFE6232CE18F8C1EE62C359B68212
bin\NuGet.Frameworks.dll
md5: 63D7C94904ADA36E5F015176632D29CE | sha1: 5044D6A6303E0637DCF56ABB78098AC349A68648 | sha256: 5B04EAEB52982949D420454AF330632EF7B15CA43A491D471B29FDC22FC485B3 | sha512: 71F3B74E6ECF466D9BF3B422B31D10AC223E8F13DE9EBF6FE04187C7885D75055B6DC8945B695D39B18B0CD033973834C70ED7BC8866363202BC3654C9E12E46
bin\NuGet.Packaging.dll
md5: CF32EA99C7F813F2A53A6C0479FBD096 | sha1: 8D5F4CC12206685A2C4F85170DA78749DB677958 | sha256: 13CDCE207222382B8D80BF883174077618773E650D260CC4B22EF9754B430B1A | sha512: 3AF2975FF258092BAB4156D676F53CA05F1DBAFDE464028FF4E8B405355592E8C53CBC88FBF1AA393C21C9F119F6539874928B69E9ACE1084793A5E667509407
bin\NuGet.Protocol.dll
md5: 65EFA4DC507C6D75C79B1B25069A2DBC | sha1: 74963F98E2E31EEFEEC2F1A0ADF5B340EEE520FF | sha256: 6B59F03404CA176F34EAD0855286F26E779AEABD4BF5BCF28597CC4F6952F1A4 | sha512: 0122F878AE118EBB7D525858F134A381BD8F0586F5F20A0490FC88FCE198185CFA2950724224AE8C544C23C25A9D0D8C92882B058BF618A7022D2E257EB47694
bin\NuGet.Versioning.dll
md5: 9369C68E0372AA0DF377202B197221F6 | sha1: AF786F87A83300229BD4CF4A36DE03D681575AA0 | sha256: 73C7B177A6C4B3E4BDDEDCF1C64264E2CA33EF11D3B5303F50CC9A04F4EDE243 | sha512: 347D36D12BB9259F16504678A9A87B0255FA962548B5D27146EC63EA3152E5B1EF84DEE92CBB07E34DD855CB7B7EF88CF1B038A4B0CF7B9F60175E3FEE96FCF5
bin\Paket.Core.dll
md5: 14B0833706EFC4DA52CB329934FBFCD7 | sha1: 875A63CD3F3887A8C9ABD1F7CE5BF4F8C0FDA3E0 | sha256: 27F1CD50D8CFB349A8AC5DF4477F0727A558237278A7B0EA3041DC5E71E960DA | sha512: 54B6D72368F4F4785395446B71D4F4209B39DB72E2FBFA05F6215B8916AE6EB9B05772AF0EA69E05F249830ED2E83AC877AE2E50FB269E4538A57078DD510BD4
bin\pl\FSharp.Compiler.Service.resources.dll
md5: 2C2A781539A03FF964D1B929F2058BBC | sha1: 04D85F2DABA2A88C624AA03C6CE0A9A58D7E0D44 | sha256: ADA6F61DAB24ED3F08971A8D5FF2A9149F4FC9721D5D00805443971A2F7F3C44 | sha512: 72B6E967FE563A565D24F8D433378E0A4102CF12C79D352F8EF643DB8E962E15CD3E50BB31DC5BD4769F5B021225E55AE611B18A2D768E37878D54B87D3A9761
bin\pl\FSharp.Core.resources.dll
md5: 20E04426AF10114BFB759F1F55442E44 | sha1: BE3F009964FD6075FAB8852FA482E8D5C18AE021 | sha256: 8FD6F1EA6BBEEE7DCC5C593BF0BB7A7F56580070BC9ABCBB18BB7DD0E80A398B | sha512: 9A9AEE7034D2C58133BC114249C53DADADD6703219F0D919E7AD5BE160ECF58FA3FD9D849CA4B432B60113D1FC21E1A3AFD8B059636092273771DFA09246AC9D
bin\pl\FSharp.DependencyManager.Nuget.resources.dll
md5: 8C2E30D7EED9E78E8BB9563078B24AA4 | sha1: 003D527530F7386974EF9A71F07A8C75F6D53835 | sha256: B84D12F42BEB85D116EE318BAA827BE1A1E0D1149F071C2F935EF6C269F6F526 | sha512: F0560C1641B364A43EB8090FA9E8E1EFB3BE21B1FCA95C7FBF95F9629138442F521A71C088AB1473DCAA424569582EF862BF8C22B9CA595A42DBC1D4FD0B4EF7
bin\pl\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 4E6E4457F26770E03C6A22A0D5068951 | sha1: 9F400670C7ADB46A85E75C6185B2C568EB74FF20 | sha256: 273A296174EDEF54A539AE75A8D515FCEFC9BC3AFC9E293EE9F3EBA1C3184D82 | sha512: 2A72155D4EA6872F7DD3A10E00B462C1C47D6AE77A8B6791CEF7612410C5807EE6A007EEE5B53D01C2D4CBDB74BAF06CF1BB916FD08E1DC9678CD33BFBA480FA
bin\pt-BR\FSharp.Compiler.Service.resources.dll
md5: CB68FD52B58A6320C108163B6CE19C94 | sha1: 5A1A389086B326ECFADEA4B8788E2A3E7564A32D | sha256: 9FDF42B51C3C573F95A9A231A9A3D767FA11FBBF6BE381C49889CF8C88188234 | sha512: D3FAA4B2B145EB1C8D5306055FF4B43659842A525E4E87FC642EB7256405F92228C71E1A11E9E44F4D8EC7E0474E87A5A9AC684D06C3B6E07824A3E446B49567
bin\pt-BR\FSharp.Core.resources.dll
md5: 54837732C0B6D515A37F48E4B8CE8A9B | sha1: 3AFA8C38B31A892454A65397BBCED1FB186D23B0 | sha256: DE9A8C64EF38C5B2AEEBDA9FA67BA4D494341A231AEF930376B990BCE23D0933 | sha512: 21DBEE37210CA906EA63BCC958B548B187BAC9978DC2617716EBBA0C36556E47A6792BEB49DDF5D0FB24F5BDB22570FA15A5711FDA856C0F13D3F4505A128C69
bin\pt-BR\FSharp.DependencyManager.Nuget.resources.dll
md5: 8B581656370BAE8771D19BDBF5BE01B7 | sha1: BDA051232D6C2D9F4A166D03B6436681469FCBD5 | sha256: BD7A3464F53880C56CE3CE34FFFBA0A90EE7B1773A244C6EEC3FFFFE25665CB6 | sha512: 6DB462072D493119CB4AF203C74F6CA270EDDB2C837E8F78FF6DB330AAA2654123120FE07359550BC0ABC318677DFD70239EE7357C7843FEA1AF6E42F5DA2DA7
bin\pt-BR\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 4E295D17E796B75B6E9F29D1188D9CCC | sha1: 504E83587E862ABF6BFEC1978825AE09A7572BBA | sha256: D167653C20D57B692BBBDF90E9BFF0E5F2F2AF8DD8F568A3F97FBD48E954F1BA | sha512: 8E0BA1E5067AEBDEB6AB42916F94702583F8B5BE362B644D5C7D303734FCC20E1C6D04E49D6826EAAF114FB4DD83A33ADF8A1D50D23B9604F43281B1BC35A72E
bin\ru\FSharp.Compiler.Service.resources.dll
md5: D5DE1B856E05B94F38C0BF56F4BD7D63 | sha1: C3F5343FB5199F30685D7874514DF17ED0E29778 | sha256: 1413F9F476E25FD6166A46BD13F77D23DB1C093A51307205C1075E709AD32BB1 | sha512: 986F60337DEECDFA340D7713DC073A24CD66A4C9C4AFB9F6BB547412DB75BFAD7FD28ECD5EB4E3DF6D65390F772124A7F85BE24C6F8AD2981B930FC4F3387ED5
bin\ru\FSharp.Core.resources.dll
md5: B9414B11243A01E22DA255916C77493F | sha1: D7961FB1037F509D3490C700E32D84E099DF5DA5 | sha256: F0A19A76233F8E7DF65E7F4A096DAC6B4AE5B3659FDCD7F29098F7C2439C6CB6 | sha512: 51E0396971C148A765B978583BE9869CDA21669F3AEE12449949E6ABF7DC2E00CBA6927EA9EA79D5997C049ABB30A3E90E366F2174242B28AECCE4A951753A7B
bin\ru\FSharp.DependencyManager.Nuget.resources.dll
md5: C8B3C17D3CA0A44A090358C1EE56EC0C | sha1: 900C88A495BDDBEBB73B191E4EC2E38C5D71B0DC | sha256: CA86D05026D1CA8B61543F387C10AD3FC98F8A751A9191C3C32B6C1BBA080E55 | sha512: 6210B4EA68147EDB5B458995F732A38A30A5852273C8E3E0BD614C9DCE66600FB9F557756F830668F067F316D061BFFF0E6CFCCE139E95E121B320A390351BAD
bin\ru\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: E76579872D837C48DFE712B8C75F192B | sha1: B9D03AB72E8689FF095BD0DF90148ADC92B37AB1 | sha256: F08D2E7C8CD5355F8A5E6A9465762E670BC4AB58D3FF39F540B9B1E857326167 | sha512: 76D6C434DAA5CE28AD549BED93B71E343C5B22A1F1283D307AAF6B7A0D74C2FB626608EAA0A54F85BB08118BB02F40D627A8C14D88EA15D2F77803D03566D0A4
bin\StructuredLogger.dll
md5: D151FDE7040868100B005C1592E0E5B4 | sha1: C0DC79A23AD8FB1B6D589B375489AF3A11C40365 | sha256: ADECB5010B84AF57312E9B6B870E1B7E066D9A1943EE6CD98606D4E5E8D89046 | sha512: 84D9B47B4B1888EA184C7979D56BEEB803BBC2E881F211FE970FBBE26EB3152BAC63A68738004223CAF3D17CCAF30CB9189DCD4EC9E446CFF0D771A5A63C5639
bin\System.AppContext.dll
md5: CE1777E3E50DEAC25F7C6C67ABAA2900 | sha1: D9BB877A5C9DE8FF5666B14487DB382353EA5AF5 | sha256: 4E6E20FC8DAF80CC3548037443ED97A5A143A90949E467B46388A7068B82997C | sha512: FE2F63B0B9E5CF32AAF4F6C34EF3C7E4AB8AB0084C541E8F998EE7D3D3F51905117291F7FF90B2B786C9F3356153C60EB1D2FB270A24BA0ADC558542848BF0D0
bin\System.Buffers.dll
md5: 50FD57AF274C72E76468F8FDFB35BBB4 | sha1: D49BF1ED092C5D69A1C4CB5012B96F25C1204F26 | sha256: BF9789666E0EB0CF02B0FD079518BA096B81F95C8BE3E9D6D76CA4D895A57749 | sha512: 64723E9B89943734706C915466C2F235008EA26C13B7BB0F82966012F9F8B9266C6DC954B7B593A349F213541843B3A2616496A4904653CD56C2D00A0BECB0E9
bin\System.Collections.Concurrent.dll
md5: 2C2B847E9EACB5B7925D98BA65756193 | sha1: 2C3DDA26717CDC76D512DCCC63D5F7398C06C53A | sha256: CD6D64EA307CC0F483F87FCF51FD8BF01DD395D4AA64486D76B1EB2C61E73D1F | sha512: D05DC26B3CFB1524C11935C0548E823E2ADAACDAD42A7687D99C89C309220B495BB0D04D8721130F555B99B666EF7F5B945B1F180797CFC1A51E7780DB22FB1D
bin\System.Collections.dll
md5: 8ED7DC3D52A48AC83AC8F509DAE33B27 | sha1: 7D464A7F5D499F4BA10FFC3378B50FD0821E8440 | sha256: CA23EB8CA09EB302857D864D3286F751AD203FE1B898F0955C9F697826790D60 | sha512: EE17E4FF4FE32E718A29E8A42F3B3EB7F56BE6202AFFF716FDCBC1FE6EEB49FB689741F0CCF9EAFC68055BDCF3D3751C3CB72736156320937C5CDA43FA2514DE
bin\System.Collections.Immutable.dll
md5: 2FB8931E4930227170775EA0018C5EC7 | sha1: BA9A13CD7A7DCB0C626BA37F8A1EF8BA3B96FBBF | sha256: 4F11ED40C44360B53AE94B93DF3165277A3654AF0C6A6733A85303484671279C | sha512: 0FCC8B4123A94EB28FC77CDE72422CA4F00EF8D914547774CD656628F4B53D5B7571604FCBAFF5283DC6636B781BD45A47BA3726D9351AA6FCEACC72EDABFB4E
bin\System.Collections.NonGeneric.dll
md5: 79E9657BABEE887D62AE9C44198F29F9 | sha1: 17C6B6ADC4B4D20C32A7638CA9E85E3771CA5524 | sha256: 24FE635FF8D1E905A14BEF0CE046793F10ADF8C4B074A428072A96C1F86B53FB | sha512: 88A86C7A29153032E7D2DD918DBE7402FDFC923E6B26E4AF16730AB013F0869BDF814C96FF4590B06DE214D4893F16742F9D1A158D9E6F46837EE4145C3E7878
bin\System.Collections.Specialized.dll
md5: 9AF3408338D1D6A6FB23A68AD92BD6E0 | sha1: 253FD47FA32F7B15B82AA376CBAE3C2F67AA1104 | sha256: F22F6C4C3992F7BA5A0D23AB81C00EC9692851F9F4FE3249ED8D864B1D77FECC | sha512: 8E8598005FB74E6931B1F5AD4EC5F380FFD4B7858C21CFF35B1A99E21EB330394B7C6D0BC6698DBF55BA7A269423E6F3F67D6C64A13EA74221A6027069228A77
bin\System.ComponentModel.Annotations.dll
md5: AF605B21B56692ECCB4D8C698E25617C | sha1: DA4AEF61B29A7AC668B252765DC67D01BF3B494A | sha256: 979940AF83DDC1060E64F64281D8D9D2ACEF1A7A16DA59B7979808BA097BCBA5 | sha512: 9A25A17F4DCCB3FFF3BAB9CDDF51E80D145E4CA2E6DC3219BDD36DDBFE3278AD8BA06F94636CF6C938AE76EFEB1C8D720A169199E537316100F8A295BD0D166E
bin\System.ComponentModel.DataAnnotations.dll
md5: B63CC36E934BF452330514375C63B5E3 | sha1: 2E09018BF33DB01437AD03B22DAA6C3619C5B74F | sha256: 2B5BDEB29ACE4555137ED85CE7061836407EB49151985600E675CC1A38678060 | sha512: 8FFE2AACE64EE607DF011DCC730EC10D5511749D29503219BDDC5F6CA539D7F254932F0711DB51AC43D7430648723E256E1DB24937C95B06C11EE67A9A5D32E5
bin\System.ComponentModel.dll
md5: 6824955576BA2A04649D2F4F8DF491DE | sha1: 5D0273CF87CFD9D2AF502A1394670E9CF53A2D49 | sha256: FB0E928E5DC8849FA78305DACCDDEC02E7B7EE7230AA4F362B5E35EDF95F5B3B | sha512: 64F449718CFFDDE8C64DB3AE910B9505BABBC67F34CABC01849D5F890581A6795FB51B5C60FB3D43FF6B58741EC497B994430053AC6A15728BDEA5F8D096F393
bin\System.ComponentModel.EventBasedAsync.dll
md5: 44BF82DB188C7CF49A97F6E2AFA664ED | sha1: 4AA58167B5A00ED0CE35A7D0AA2EF189C074B77A | sha256: 65449139744B3F9B894009B19F0E1EF0D5A5FA89B3BEF987FCCCA7CF6464EA57 | sha512: 608D9D1A11413B5EA8B7B76D5A46F1109EFD11EE11E07F39112ADA76B169E58BFA9EFEFFDF95A8C913928C95F175A63B55B67B635716A3B1165D8159F212CDF6
bin\System.ComponentModel.Primitives.dll
md5: 0EDD2B240C3CB3E292CABCCEBC76B06C | sha1: 537F195C6AAA9ACFE20AD6656076C0F637D96E36 | sha256: A7B885B303A406DCBCED2F62C90778A554CE8C0EF852E8AA420ECC4CE9A12476 | sha512: EF3BB7CAEAE440A18B077315E06AB23065A53D6CEEE81CCA99D745904912DE87786A70186B467BF7C7BCB506C9FAC45FC63893AC3DDDF6604FEA956A6FA73327
bin\System.ComponentModel.TypeConverter.dll
md5: 4488A56AB44CCFE2287F98AEA044C3C5 | sha1: DF62224277C3E516E3B534C07281D40754D816B0 | sha256: 534AFE3854340991361885D73457653113465001AFD55F4DBB25171473607842 | sha512: 107E67F61B055CCF91EAEDBD32491F1BC4DEE7F0147A6945ED567A0B1CBCBFC9FE51C2A29A4937B04620ACCB33E344D75B9CAE17BAB07CD951395032F39726FC
bin\System.Configuration.ConfigurationManager.dll
md5: DDF59E9676DCC326FC09865F40A43568 | sha1: CDBA3AFD100F7E061FFC457215C4B1B78945BFB2 | sha256: 4B265C9FAF49BBCD7DE9B39677A8DB013560AB60760515AFCB969D34C4F01941 | sha512: 673ED4FEBFAAA8941DFD6E57712457E81429671E66C864B99006B7CC993192716615E2DD09A7C36D3B139604BDF016728BD0163337ECF804A8B9D2554B3561A2
bin\System.Configuration.dll
md5: D2062DD45B0CD74B0BD5796FE974D4BA | sha1: 05EA8F512F882FF472D29480999C15D34AA74A1F | sha256: 87F60654A11657F162B0BDF6AD5B5157A87A67F272AC72F09AECD752D889E1BE | sha512: 837C10967A2AEFEDC1E963E1030CCBD52551C6A74FF1A047788897444A35C1C7A484898BAD7B7475FC704B52A42DEBA5909A1B3076818A57B297A6C88F0C8914
bin\System.Console.dll
md5: 2A5766AE87A3A0AF3D2A709183D0E401 | sha1: DC3339A5A1A44750CCFAF2B5A508148A445E3A3B | sha256: A994A934FA58E339C011D39E1AFE7306A4D7772C3199097FA6465972E1D550FA | sha512: 04CBAB680C87C7783E34C20AB72400D5AA36EA5B33B4FED819A21A373D054F6CB3AEC5CC7C8FC4BF23E169073A1D06BA34F492C5A0FCDFF53F2521821A40CFCE
bin\System.Core.dll
md5: CA27DDBC1B0EB78E73BF42DD18DACBF3 | sha1: 57D9FD905C4917303BCB0ADB7BDB1538CE86883B | sha256: A16EDFEFA81351FA8A07A608C7558B1A0598834E96A86A9992101D224D185028 | sha512: DF4C4549CFF582F2F7525721B6B953B300A01E3E6C0E99A3FFDAC3F42A989BCF9D76D2C9B32FE7EA5F4CE93F9EAD28F806F09D1682DAE5C872495F77C370D0C2
bin\System.Data.Common.dll
md5: E8716ED2C360B09E7410F1CDBCF79C23 | sha1: D42AC7CB921AF06568428E8BB13294F5638E77CF | sha256: 5BC4C977BCD4B377B643CCC9A8EAE823B4AF47F77677840BC4E14E3AF90F754B | sha512: 3ECBDFB65E41B84B297D46A5AF2C20467C48E950C3F3E5E9FD6EDB395356B6982D4C04B14D4F0F203918F2AC69DDCAC5B7FB99267F5695AB2C6F13A5444CD15D
bin\System.Data.DataSetExtensions.dll
md5: 3D0C1D13878B81D90D5030DFFAAE6B9A | sha1: 916DDDAAF85310FB734341E84A7F5653B5332530 | sha256: 0826BCAD8B4B8B505C10B02842733921945AE0835A231FA3D7D9D568D53E186B | sha512: FA22F5593FEA07B6101F709014DAF88EA8AA8F8BF8D521ACDAEF4EEB0F2A524EC4D78D462D522DD17F121203EB250D96F09F99B72FBCA5B658277E13C1BB0FC5
bin\System.Data.dll
md5: 86075C49D773373DBE08D547430B6237 | sha1: FE7C430D9FAD6E3951DFA569C85A628C8DA25497 | sha256: 79EBD60CD39BA10B9917ED46003A90382D032FD3C507B6D37F24956FE546BF33 | sha512: 153949C98EE973E5FEA51FEF61CAF92870134A92B5249904062913C8C8A62C49AF9D22F227D7932AAAF31E4E02F22AF0092E3BCE8335E67D857B63681B34F6AF
bin\System.Diagnostics.Contracts.dll
md5: 3DBC1059DA7EC7E96EA5B4D56BB40E46 | sha1: 40D20E1806CD04A5A63C692E3F0AAF94C602DEA5 | sha256: E65234F220F1A3AA9F316021854F502DBF853CCB7BDB35EBFC870B8C1A2D5AFC | sha512: 400D46AFA8DB73C01A5C48F2CACD279D1432438A63B238B1DCA34757E2DA3CDD09148AC6E4F8D8D38CC63E9A455BBC281E54661DEC110CD67CA5A9A06DBE67A1
bin\System.Diagnostics.Debug.dll
md5: 33DB322D9DC2D1533B53D297CBFE525B | sha1: 56FA93A1E598D708E1C00B0FC4453B3CE22A0AAE | sha256: 592D5B4D74FA0C22D73A5F3BEB43914D163FFE0962F427C4889521CC8ED355C6 | sha512: E420F9A752856F7D2A13873B9C98D51D6F415F78F22FCB7DBD80005B4682EC9BA2DFE605EDE0BD0A7673FEC788E9BEC8A2D4E591BE5778B74290677BF724BA61
bin\System.Diagnostics.DiagnosticSource.dll
md5: 5A9C1832FEE395C7DBEAC9BE739F8FB0 | sha1: D3CB2771E9E6EB2784F402A490A57351AC02F236 | sha256: D6935E993B69F8ABD934F01B0D7DD8CA9616A7EA94C7AF59ED07B2FD3CF93A97 | sha512: C7187A32D6E6CFAF33992F3A68A0BF28E5DD4E1FD3E860ADBE83C5C6810CA8AFE12DD3F2551587ACF857AD8349C7CC54323A9B95781E3E134C377900ECB326A4
bin\System.Diagnostics.FileVersionInfo.dll
md5: 807B5FD4D4D4EEDD3763F8ED2CF1F236 | sha1: 9487057A328FBD1FE83BB7E8F5285BE5A27B1F72 | sha256: 62401E4FD9FC5E97C986796DBCB513DF36AAC96DD4EC14327922C78DFFEB4476 | sha512: E8FE9EC91F95ED762FB2B7CA1A23D867417A1BE239CA224CFA133CC286F0F4DC62DFB56F50A6E9561A0604EF0BB0EDAC6F8DE895517A0CE626217AA582F525BD
bin\System.Diagnostics.Process.dll
md5: DCAE9C54F0437E95EE9F7DEC070A679B | sha1: FE357F7A2AB8FCBAFCE3F64111F2E306365AD619 | sha256: 0D9543B91E7928C7F7ED6439B30B0F6B176DE6908E375E65EEAB327CFC3420B5 | sha512: 74322A43904813B7112E61EA6C91AB7EEBC2656BA7B8C48058E34130BA364901EF8B1EB05DC6621352E1D280C01FF1CCBA2C7C6F60C53AAAFF9F2EAE3D8534B9
bin\System.Diagnostics.StackTrace.dll
md5: 91EED391BB9F68B01440B025CC093EA9 | sha1: AD286315A1660F6BCFDFB004438E69D330F5F77A | sha256: 0B59F67E98FCB061218FA69D7D37F220C18F7C12832718F1A909868717474679 | sha512: 42688BCEA04C05748832903C5A1F6A7C6425E4557A7C5297C73A2C74B64A24FD2BFF69247AB322063792E590BE21D76A67834E01C940AE6560A68B0704172401
bin\System.Diagnostics.TextWriterTraceListener.dll
md5: 00FEEC12E79F0180AF1DC1AF0BECEA1A | sha1: D29E63C0E7396CC075ACA21D2018D9BF8BD37A27 | sha256: 7EF0C1C1B67E6F10883AE116C3C10ECA69EA75EF60FFC166D81A4D00A3D307AB | sha512: 3FCF94592B4D8960F7AD6C7E5EE89E94BB7D9AC412B853490D60F92BCDCFF5BD5EFC8239A51EC29C3E8290510E92360303C67E630199B027795E46C0066E8950
bin\System.Diagnostics.Tools.dll
md5: D7296BE1BB47432512825359C607E5E7 | sha1: F079104B3B60A3032CC06103E9F16F3717DC471F | sha256: 3D0ECF5316DA017FB955A7C17B76091877F0C390CFE5B06DD2FBACA44803D836 | sha512: EE1743B435F7B050394C462F575FAF1C4E540A376869912D1E105572F1AAD8C1869F53FD0AC0E43005973CFB34D3307EA1570D6BE8BD83DE3EE6A7AE0B68A2EC
bin\System.Diagnostics.TraceSource.dll
md5: C5F9E5F339CAF3E96774FBCDFD13B269 | sha1: 223ED7186F40091592D2E0E943340E04309ADD19 | sha256: 7B54934424C643FB05D994A31309BC6B5338B3F2B83E0B41351D1C1148054BC7 | sha512: 9F39C561798718441C82D80579973F7776C21F16F2F7850B67D793CBD2E518103ACC9FB9BDC166B3BB5667C1A4A507DBD53CCFB9050EBE18ED57525B3B25136D
bin\System.Diagnostics.Tracing.dll
md5: E9D7B0E4526FAADA331AC1EE9F112F52 | sha1: 3C89A3303AC35500CCFF0898F7D7B30315C5E913 | sha256: 88793BB6B9CB4058045B82D204C2D9AB6342108F5B7085E7B07A2B07383AC183 | sha512: 14590092AE6FB38FBE799F20BCB8C4D05EFB07E61B08F0347733B770B8A9C8D539173A070810E640162241C459227658C438D0471AE39C389355EDF7556045BB
bin\System.dll
md5: 19A938C698604E583C7B13C7E8DC8C14 | sha1: 5B0899812B5B98E8B0A6D9E532E505818E533BDA | sha256: B5C4A16A5A645042B0764F2B60CBCA7B3F76E19AC8D603013146D116F42744C7 | sha512: E24A7C6FDA8D8D5B70FBAE02ABCAD36222A38268702560A97D44B2C7817B921E34B47E893A4D412D29F2517B5030D205E1CFF6890B0786607A086BE7D38DE1DC
bin\System.Drawing.Common.dll
md5: 19FF37E998F5FB9F3F4F29B5F2E139DD | sha1: 49B8A72582DF281DB172D5E71F1DEBE9B7063829 | sha256: 4D3001697DF50CCA54F32ED2DBBD1F3F415B48D5D756B1BF9500A43AE9B68DA0 | sha512: 7A48DEA16B81DCCE797208F8ED543C85EFDE90C344E536E21D78F362EDE3B106B28EE80B40F8F61348DD3DB58F214200505F2DCF0CF0DE5448C1301CA9103003
bin\System.Drawing.dll
md5: F8D4BF4A8096E79569DE473DF3517009 | sha1: 1F510EB798F49B736385CB5298795368BAAB9A31 | sha256: B37F52FD03ECB44FD677ABAE0FF04E78B544291D084F6E5771A6BF86E61A1798 | sha512: A045D10199A3520E627699359D40BADB354B62F4BC5246D6B11C7ECBA0B274D448D14341EAAF4C3ABCF72C0AB5FE088C2EBE4FBFAF939B6C52004D7FD382C588
bin\System.Drawing.Primitives.dll
md5: 321F698D749F4FF3EDB7C113CE19006C | sha1: EF883750365C6FD756D05BC53116DBC0245A6711 | sha256: 66F71FA1532B0DE08696A36BBA99CE8268FC7BD440D1829834B09C010D43C3D8 | sha512: 93CC09985F2C30B4FB19603BBB7CEB6A95E7CBE0526CEB0EC0FDD7D742F0F5D00DE8ABA0CD68ED8C8C139841AC94AE21ACCEAD6AA6282C2931A12D73987C1289
bin\System.Dynamic.Runtime.dll
md5: 9DAF62C1C51B5C2E24451C31A3CF6430 | sha1: EE91CD5983C1896A6693708067875E425AC31BD4 | sha256: B7959D93D4B6DD2C2BB37C9ACC4C8E433E6195D097F0B193E6F1DE8266D5388F | sha512: 22B9D16112ECCB2A59C1ACE10AC2265D0BFD65128CD89A549BD5D8263641F16C57080C629A5577EA90E4BB31620788B51B0E6C9A46667C4AA4207254E90522F6
bin\System.Formats.Asn1.dll
md5: 78BD9860FC6BF46C15AE1B73F0DC9D20 | sha1: DAD6E42A938746140EE6EB48F52F062A6F9C04AD | sha256: 740FBD598DB88C8D72DF62D680672B4E33BE55C46780C57B3F821566128E7E63 | sha512: 1D730829CC0A2F1EFF74AE09A0CCF9E139690D2CC44C03467EF470E424CB8C9C0E232ACBC5BF6CF790D9B6475D4630500BA46F418E8C6EF88C1473D7EEEA3FD3
bin\System.Globalization.Calendars.dll
md5: F5DCE40EEE1393480670652952BDB2F2 | sha1: C477FC30A021E99053DEE8DF8346A48C38A3FC09 | sha256: 5285AC24702AEBFB1761EC4C21037CA8C4F461E3602A010BDED8E471F676D163 | sha512: 91ADE68682C77D454E164765F25157815C754B83C2AF7960D745A81C25437D2625CD19D784894188A157865697E2930EF185BF2DA13C5509FC118D26C4D60DE6
bin\System.Globalization.dll
md5: BD8BFC4DE82A2DC526B654D7071E3A9D | sha1: FE8FECDBF96207D8E2CE496BA0ADF274973B79A9 | sha256: 10908CD5EE6ABA84225D0BFDF5E6D8718DE07D61BA1C5FA39561107B10896EFD | sha512: 06E6325D65FEE62FBFB09797E70BF435A5C987877912BB40B9C99C5A8364B9D8B09856ACA7A12D7D135D6CBB9D3BD35414AE6A3C040E43B989C3C1909DD2A134
bin\System.Globalization.Extensions.dll
md5: 0B98BE866E769716F002DBC7A7F319B2 | sha1: 89BD84D4F208953421824A8C68DEED798FB8FCD8 | sha256: F201A3F1BC7C9D4430CE0D4C2417FDCC3BBEC456EEB75F8AF2248342F438FBD2 | sha512: 7D0A2169E5040DB622A871CADDB9CC0CAD1B2C4D4B7C79E1396B9E474FB0A72DE6DA7E9A0FEDF97DAA0CE269D28A4D2D1073EC924A72C3F4BCCD306CDA0E4759
bin\System.IO.Compression.Brotli.dll
md5: 7B3F19B0133F889920F0FDC26DC317EC | sha1: 87B54A3442C99673F3ABAFCB256EC2E134B22E88 | sha256: F32E619B8AF067AA894B05D6A66E0C65B797A18748D51FA8F1634E1010F13017 | sha512: 137A87C71E0A5110578E989AA65CA678844024D19C1D9F7DD31A55A48650BD5EECF5AAEFD41C86CDB597599468F434BA55D4FA42445CD285E3DDE220341C592D
bin\System.IO.Compression.dll
md5: D620F10FD67EDC8A9445F1DF3FE26C35 | sha1: 318BDCCAA99DF0E126EDB430EB4E35AD00088395 | sha256: CEB8A641E08A87526D2728D3EAFA750D9E7E3029BCD3B64A391B98EA26FF0BD2 | sha512: 64999CC3E9B54872C1B55AA33F76295D7469E3EDDEFA6B7CE13E8519C353EBD2C9173C6829CB2E83C9FAD30A38C5A533323776037ED6D66E94A4CF1445785684
bin\System.IO.Compression.FileSystem.dll
md5: B9D06F0DFBA5A6F20B7C126A8B34B406 | sha1: 9B02E8B177790352C5F0CDEB4B96891FD47CFE03 | sha256: 3AB434AE4D3EB72D93F52B989DF88EBD1DAB267F7C0A35F24215F41954791A52 | sha512: AF1096AB9820A09DA7D398A521C622AAC92437444D9CAF6CF6EC68D94B9B6D319AF22E81B655CC504238275EC4FCA4E2D779E97EDDA630E30B220E35C2BAD31E
bin\System.IO.Compression.Native.dll
md5: 11685F7D18EA51D807DA1FE72DB1ADC4 | sha1: 34F2EBA192AF327AE174502932CD22E0C4EC1192 | sha256: D814334BC828A804BB1F9219A9CDD48AE8710A1F6C221DBABD4BADE4AD1D70BE | sha512: 1DC321028CFBF1D0944A731230700746CF25A1B339842C6C15055253BDBF8BF968F37BDD66718EDD5EBC69B2D127DEA92B56D56C6EB6F929DA453098EB2641BD
bin\System.IO.Compression.ZipFile.dll
md5: E6BD55A6ED7CCCAED169B6CD0577BDE2 | sha1: A7B4736C134D1FE5CA467DA2D42A7BE3D661AB13 | sha256: ACF2D418040478D820C8B8175C8F644A52EF1EB2D61A76AF18053C4506BF9363 | sha512: 59B86052CD2AF8EDAA57E6939E4BB20B2AA7BD75737010887191A69B6EFA1AF106AF2924CFE213C11238393463E3DE58F386EEAEC7EB8528870401FA20AA9F8E
bin\System.IO.dll
md5: A81DB6B704BAF52069350A7E09731AEE | sha1: 5A8B25E5F71073989C3FA0A399D26A1465E1902B | sha256: DFAEE11E207E94970A571B7B6D0EB8CD151628827E800F69FB6146B17656B2CE | sha512: A81ECAC4B9C24DD2836046A0ADFFD93294CDDBAAB6F1E4939FC9891EF0BF1B3DF980C4F5A92156A2A077FED2001E07E82B49447FF7AF6442529E37DA498DD21F
bin\System.IO.FileSystem.AccessControl.dll
md5: 2EBC4D4ECF9F787B7A37339EE6818A2D | sha1: 38FBF345A3A9786FF696EA8A9691E47DAE8B34EF | sha256: F4922018847C2D9E108EE562AF7DBC3495A8EA8EA1BE6B3FEE35D74DBEB82C84 | sha512: EB601BC3F8F6D68FE82131FBD86D6B49BEDB9D2F3C6ECDD15386FBD3C6532954D7546DF0FEC5783785854DE54228F75FBCFFB09767E578AEDC67A445C705C13F
bin\System.IO.FileSystem.dll
md5: 84AF38B38E48DD75B2CAA175CEB60EB1 | sha1: ED08F54F8A9A51CFB41232ADEE5123A75B804475 | sha256: E312EF33BE8DE2BE97EBF1B1DC6FDFA9FD87090B6E41AF4FB37DA807045DDB56 | sha512: 1DA8F8E1AC2F0749E6E8198FA78C02D60AF2EC30EFBA931CF36172D9475A80E5BD4AFB96C5F68B5D152EC1440940023EE3FF9A4C0017CE0A53CAE4069D05FDD4
bin\System.IO.FileSystem.DriveInfo.dll
md5: 067884B670DDB086EF5C7E9240F331BB | sha1: 2E646FBBE22BC85738FC7B7E4D33B61EDD89B1CF | sha256: 66EA8B67CB3DC27FB1A48572AFD1903FF4220ED5A7099EA898CFABF13C15BBD4 | sha512: 3274E7DC17CE6CFFBF518B9D47C7D5F5BE5473CF30D9C47E3679936476127D4EB9B490F85ABE56AAD6ED01BF3960DD7B5F55078F0094D70203D6988A0D41F33B
bin\System.IO.FileSystem.Primitives.dll
md5: 406F9BC4D47A2195B6B756FD610ECB69 | sha1: 8C63C74992655F7FB2A4FF30C0962AA312AF3412 | sha256: C94B5DC8EFF5673BEEA189900A755DD28C74FC4D49F19B841F97AC20AA64C3A4 | sha512: 0D5A8E2CE836D6353F114D915530C21FAC78E97BE5A7D7E5BEA5DAEFAEBFFFAF9C1AF7FA9C61709D1F70EBDFD427CF1B9FA64E00D0B9924EE558B52F11A0D156
bin\System.IO.FileSystem.Watcher.dll
md5: 8AD06C934B0CDAE904B8CA35418561B8 | sha1: F366E827D9DBC757ADD1BEDF07F67121C597B429 | sha256: 63A2264DCCE8F0DCBA194197F367257EC221E6A0330EC4D77ADA3F77D65497A5 | sha512: A91AF81313C2D939F9EE1284D3C00F9D10512A8145A4205599CA9CA8F76C4D781022E1FE8C578D79AE3377BFC46A05B48A9D55553C0E359619D99F4F99DEE82D
bin\System.IO.IsolatedStorage.dll
md5: 048775B9DECF0F77FEF50814284AE064 | sha1: 1AA00310660751A8A53678273FCB4D0A0AF5650E | sha256: 9350F08D81444D2EAC252520560E5D70E75B8A045430F1B0AC287659167829EB | sha512: 0919E39FC919746F21C2746C2997E867104DF3468D73E13938014889815D7476DBC472876C209128DDD0CB43D81E0A68F4B0E9930F78D6DF71833B435DDC9D39
bin\System.IO.MemoryMappedFiles.dll
md5: 9385D54BF95D2E6A6892463D47CEEA56 | sha1: 9D069CAB06BDC72D6BE1B9B0BB21BF603159AFD8 | sha256: 3C88A0A627D3B53D4D9455C514E4E6E5D09B68706A4E6AD48837C6F55BDB234E | sha512: 488782D4F3518A71D61581E611E29BC87B3AE1FD36ABF2BA01DE6FD61B328DF84593674A0516DF6176B82008134358B4040821F9BB6505ED9506A1AD22AD562C
bin\System.IO.Pipes.AccessControl.dll
md5: 305CCEBC5BFB37C7436BFF10E808C9F8 | sha1: FB213880E73F9E732C31A3C95774CDE662581745 | sha256: 25A0A8E680E721D5D719A04D61F34CC5B6F78BE2F1E92D5CE03D428A7A61270D | sha512: 789DE55BF42CA2754835BC08B609A04C89421941B77C394A81E9600CAFF93D4FAC36740113B2020B701299714CEACC4EAEAB2EB07B95B530EEAA2526A7BFA50A
bin\System.IO.Pipes.dll
md5: 7C96CA2E19BFD63CDC88503C047DDCC5 | sha1: EA9F3D9E93A5592C5850B8C4B841D2BDA5F925C6 | sha256: 281E668A4921FFCED2083E3724D3BC3D0B0690750CB8E8146AFE0C76E76477B0 | sha512: 3693FF95EB3F3994FD0C469ACD6E02E776FB1F8B57C4E048A3BEC23036B01AC0C262B0376B726DF5DA427FDF2CFA9463DCE46088520447410A1B5CC1755823AB
bin\System.IO.UnmanagedMemoryStream.dll
md5: 95AD52476B19E9F55539C6F4EDF060BA | sha1: 71B22CB1C7060805C482697D2F46D081B06B5C8F | sha256: 656728A0BAFC8674D75B7E0898FE91D0DD4FEA999F4AFF8FD94B5816C4E77665 | sha512: F57769D1F052027B9511DC3988CA55ED63CEF0350C05D0BC6F08202D622913385169164C9C52BC83F5E88630E4DA527CB63C5BDE873DFD1390D474A21FCF26CC
bin\System.Linq.dll
md5: 7E27CB0168A200DC9ECB0D807971C660 | sha1: 515A5ED846AFF3C8E3D805F136E644D11A86E1EC | sha256: 423D43ED548EA8430A05C0CE69905B3E7342E415B9B58CFAC64A2D62080DC3BC | sha512: BDC2D7349923F0DC08442AF2B621210AFB8638850565BABA52D0FF05B8226576DE2132A2ABA81DD051B480F24A879BA292B9E8BCB18A1CA8DED8C58BC9889FD0
bin\System.Linq.Expressions.dll
md5: 95D02B2F94B5C8B76744912B39750C6C | sha1: 595FF1421F4675D017C597EE0087B8C776F684BE | sha256: 64B72FFE724559AAF7EEA5DADBC545F54BF5971B8C135E7AF1185A1DE847ACCC | sha512: 7B9F929BAF978980378B11BDADDC9313BBC8DBA0ECB1D455B625C40FDE388CA9F5DA0F0DD1819F24F547B01551F3C546D077FD509439D1435E06FB792E038614
bin\System.Linq.Parallel.dll
md5: FB8386F68B830C78289357FDE08BF650 | sha1: B59724441173CA07CD5C592BD488B8135654BC5A | sha256: 313A7C4028036E3A7B0961E70AD5B59985D2857194F68D7C1DF76EF746BB2E9E | sha512: F72C0994EE546EA530F0205F8A48315E592CE1AD2121D8FFC5E58A96946F846643FC99A406B53A7EF8AC387317CB2059B2E858DBF02492AD986F68679E2B043A
bin\System.Linq.Queryable.dll
md5: 79160DD46F4D3076504D9BFCCF1B9AFF | sha1: 7920F90F3F409548EE1FFC9059203DC1F5A7AF2F | sha256: 04C2B757DE3CBEE0B81394225F94EF6833C736A60782991C3CC84E92342D76FA | sha512: B6DAB75693FC131A2F71682C3C116BBA4C6051FC6D19FAE5D581C4E8430CBDB420312794F24FB41C0C01DFBC6352A5820D9B2E1056EA8B036AD14AC36AB4AF2D
bin\System.Memory.dll
md5: E0470EDF3F9F43D52C498DBBF30303D3 | sha1: D53209A46D1B6824360A907530C261BCEEF90E2C | sha256: 7751FED505108791665A09D527D8E8BE18455E399C661D102D374362FD4C9AE4 | sha512: C17678E26AF04FA931DEA95F3BA0F980FB103EF39925FA831364B7125B65DD9C40CAB1DFBC0FCA3D2649507551F5AF5199A109E20637CBEB4336E97DD281BDB1
bin\System.Net.dll
md5: 4DA575F206D616BB7C743D674BCCAF3E | sha1: FF26B1458CF942A3278C4F79921D057D375CD4DC | sha256: 2C6DE9AA6E2EE4E5A22C40CEC961E633228021D466C2DE5827366802CEBE2C5D | sha512: 6274BC62E3A08FF06F02B4DCD55386A253BEF934BBBA4691EBA0C064571A4AB6013247B609178158CA607ED931323CEBF2EE15F13839649BB80A1352826F64CE
bin\System.Net.Http.dll
md5: 6A3EC758E7E06162BEDB4E043B86FC31 | sha1: 2D0816701FBA3DED2F38222821260FC19E44264B | sha256: 1FA08716A67D3D6377AC5B57FE5BFFB4E6AC482C72ECFF3618EC22CA9CB66604 | sha512: 8779C9DF3E7018FF0595E4C499538F468AE9A9D0962FF29CAB036998A59AC5352EB3AB25123A05DF3568C46324FB23A45DAA6344EF6EEA11BFB0EFD04B3EE325
bin\System.Net.Http.Json.dll
md5: E3E0120F1C0333DB7454F368497805A2 | sha1: 60C8A11C9751FCAAD199D0F5ED24D2E251A4BA30 | sha256: 78276D2DBBB47C49EDF77F8893A5213A8F10D36F50EF04E26E75A77F4797F25D | sha512: D3A7F31DCFF918AD25C65C073BC49FE3014ACD4537013E1C8C2DF47465D829C636E24FA5333CCEDC85383FECB0AE0A3E51D42C339E0049B682A424C15BE80793
bin\System.Net.Http.WinHttpHandler.dll
md5: DDE010101357A58FF31BB4FB36C9D607 | sha1: 2AF9583FAAAE29D3BAF052F4E3BE0F849CFA605F | sha256: 2F3BDC72E86F8B2350AB517089CA965EF043EB2722DF4FD4A117CF67138E3B4B | sha512: FAFAF8E378ACE3F707FE28DB8489C7D50DBB3FDB5EC559C22CD6A8A789FAC4CB4B60784FF9F08AB1A2BB7D0E6EFC82D9C0617AAC4FD21EE32C04841752B580FE
bin\System.Net.HttpListener.dll
md5: 82AA15070BA08667DD2E0F7D5C62FF06 | sha1: 0E62379A5E1F6A0D07955812D33543E8FF035A0D | sha256: 08CD0ABC57D67D5334C1E3E5DD5EAF47D0A584D47BAE08109D9A8FE8431FCFD0 | sha512: B56FD764CFCA4758DB4BA2B6954225432EC66C9E992BF29BE2D83BB4F20FE4B7B09E08D7E3F73268AAA5D056F7B0CE0EB597351D25E607A48974E83F759A04A1
bin\System.Net.Mail.dll
md5: 9A81AAC8B8398D829F5F2F9E3A0C2206 | sha1: FE78DEB420DBEBF39C637E8F9C40AED42FB6F9B2 | sha256: E5C2DA169F2DB46FB93A319FB9643A61DEE28CD3E2E7659B56A8CF55B102921F | sha512: AF2573EECE1FD74B3FF7F52EC5A226BF661323EB0F2511BE8EFE0A4BA24AC3E99C1B0083EBFE02E79F165588C374F64CC7CC6A2B768C003691A3F6E2E9B32F3B
bin\System.Net.NameResolution.dll
md5: 1F45E2854FD72008DE928A173CDE141E | sha1: FFC841B86BA8FA1CED32C8CCF6377BF89FEA267E | sha256: D1BC8DCBA65D0AB01B7C61FCA17B697E58E4DCBD2FDDC6EB24A95CDBE2882768 | sha512: 72DB2D055D117E7E08ECB52F9621EDF6FA796E932DDCEBE5485A84951F4D565CED50D08205A98C89C93A4821AF748BADE97BBA61D33AE3FB4773C99C6BD92A02
bin\System.Net.NetworkInformation.dll
md5: 059305EB9F58A260128E37551E5F980F | sha1: 644AA6BCAF315159E29C0C8356E9FF6072779B07 | sha256: E9697B74C146F517730AFA83E8DDADAE54990305A8A0677786B78838B44A00E7 | sha512: E621613C3E73437F02C48E7A6157CEAACB6185C7E0BB77297865DDA940CE1A952088DC5C08020A0F54D4D341DECD8DBFE0FDF199FD8EEDDE3D5ED9573E8215E3
bin\System.Net.Ping.dll
md5: 1C09BC5294B2A88999F035DA78D4123E | sha1: AE2E7EB85EA21453BDD85E8685251B1F3A57C949 | sha256: E31BED391AED00D12D7C6BF34A0C1C1EED0932E4410E6E870DE6BF0FDEC0AB01 | sha512: 0D1CE7240444F3A071AE9D10389A1174704D83FEC703E99B6AF2ECC33178FF553825D81D235A7ED6F785A61F25BB66C9602C46A345450611C5EC8B52CE5EA651
bin\System.Net.Primitives.dll
md5: 511D171CDD3C94E4250B88677B56F5D1 | sha1: 1473B27C0B1A72E7F3DB781320AF6DD078336295 | sha256: D4A3AD0011DAFA042F815734BCACCE63B8152660F93C0B71CFEC469672AA1AD7 | sha512: 897E93E9FFD410CCFA32D08D08C844094D8455674F5956AD74FCF28BBE2E44403094ED25A6DC9256D96479F06F673D67CE5A5E9FB0B8943EC47AD3041BAAC195
bin\System.Net.Quic.dll
md5: 99AF4A7E53EF87A253ACDE4F234CC783 | sha1: 6D769416039D7D6F41A3774BE525AAC741ED03ED | sha256: B24458780D4F63DB17C039D4330F245E1903FCB0D047785F247C612D9D0B14BA | sha512: D254EFD8002A6374175A766D9594B5CEC90B5C203A0F16D08401C507530CBAF2F3B73D422D3F750CD8028F6B2F51B4C4544A40750767BB977E01EE4F2F558E42
bin\System.Net.Requests.dll
md5: 5718E92C5518EA8060B9257792A0B1FD | sha1: 9AF015F0F984886CB08A331D089D14B612A55DB1 | sha256: 557AA88C11C9E4FF7DA91F493C7A32AB3CCE4D4C85BFC40B2CABD5D39109ACD5 | sha512: 4C939A5DD52FE56BFFCEBBF4BECD97FF2F6F18FF66A8B72C54C7E610C970B68486A839E47813078A5633DFC8CF53B913CCF34FE02BD5B2899AB3EBF946A8C350
bin\System.Net.Security.dll
md5: CB66B5DC6A905CE611B7CB920783FC7A | sha1: 75A76CFC5702C51A19B2F138AE8059F73ADB49F0 | sha256: 26B744C051B0E1C90594B25749BD8DB6154015BC59A70A8C580D74F5DEDBF22A | sha512: 79CEDAAB010275D9601FFC45CAB298CE9CFB803570E3FF014D1112D45C8C4B350417B9A3001A515CDE204F2E09AC16B7B50E42E993FB8A2B35821ECD2E305C06
bin\System.Net.ServicePoint.dll
md5: 4D648F0CE6416756DB2AA6AAD37C4221 | sha1: FE658C4F66174E3672E1416F7CD46F71F81E2355 | sha256: 8DA9E2859AC2D93DC4083204DB895B4C27D9EE076C9F47162F0AFC4A3766EE27 | sha512: C7BE636093379A1A93A1DEFBFC3F2A5BC3B61B43A7C454A5521F16BA617C545404D806A7D4A0CF65C7B967AE4D6039CD3520AF7785DD20F623606220CB07CB9C
bin\System.Net.Sockets.dll
md5: 019F665481C45C23ACC9A15DC240EFC1 | sha1: E241477DB6E7A99B8DDAEB0B59385F7B6A91996F | sha256: 952F50097F7691F74FDDE9E9F9711E7FB9BB45E1973AD5C4F57DBE58EE30D335 | sha512: 6904D66F86CAE68218D9F580CAF8F10DB9B4344B6362244EE2C336DBACF3CE746C6643A2ABB6E5E25C9A6CF329081821AE61A4C83EBAC9BF58EB29AE4E5EE28C
bin\System.Net.WebClient.dll
md5: 2820065957E4FC9BC4EE364E6DE7759C | sha1: A64D3EE7B4A55BABD067F37E3E524F32C9C93BBB | sha256: 39AAD381312E18D9BC5CD34F7B60E76A5CF1C5E9198F8CF2B8A6FB764F7D88D0 | sha512: 63AE14A81A8E28F5B446BDE8273B6B49FFCD2555A19D19AC8A0F52A8D2C491C858261A6989646564B1D69C0CD6DB672C135C2390EBC09A13AF0EAEF70F9FF290
bin\System.Net.WebHeaderCollection.dll
md5: 96B57B42AADCE4B2304E7EB40B6BC3A6 | sha1: D3E7F62343892830D43072D94D7EA013F44DEA3B | sha256: 989C2A95A2914B95ABAA7229E782E94CE7B88DBDFE34D7677D3DEB1C2F8FF16B | sha512: 448A8CF733CB1B3DB3BFFDD13A7BDBA18BCA20614AB864A52E439FFC80B11BA5F2B556CD73D3D825FB68BF78BD220F1AEC9D9CEE0EB7C45908971F554782164E
bin\System.Net.WebProxy.dll
md5: FD242BC47479372C178C7A59B6805ACD | sha1: A96D445BE5F06585D2ACD540ADBF5159697CE725 | sha256: 27832CD7E1293381D105ECF938FAF4CD3C64EFC180AC528C9623A7723EC23B93 | sha512: D64A537B9C71C768BE5B229D5292766661DBA2B7D2A30DAE9BE5B0E682ABA971BCD7E97BF801906DD8C5ACDBF35A3E0F41575600D8383293E23347142DF2E942
bin\System.Net.WebSockets.Client.dll
md5: 18CE604C337C0DF70D1EFE2724635D4C | sha1: FE0C9EBD99A8F89C971D435A7DCE83C6810A5657 | sha256: E79A641FE1B216ECF917C62F1398A95C64DF6F47BD7D3BB9D816CEABAD106690 | sha512: 22F6CAFBEB350EFCA76DD66436E7AF59766AEA8B9CCABBB21EA61E6E8804CABAAC33B144030356A0565B54CCF4D2A50773EEC07EC7760AB38312F1ED10B0DFF9
bin\System.Net.WebSockets.dll
md5: B451D96DFE69C934687E977AC41CE40C | sha1: 2F1D1EC759855F841BD8FA61836BE39CB158F7A8 | sha256: 58C80A6E60F8FE648A8A314C9E9D8CA82F04571BFA93D36B76D6E66F9438234B | sha512: CE32413B4C45640857893269440AD69CCA98D63B992B5A5AF115DD6ABB7AC6F9A1420524473943FE99035B0369A53F709D65CA42A496DA18CA7F80C22BF38B9E
bin\System.Numerics.dll
md5: EB4141C0857B52DBCB2F0602F1447014 | sha1: 7D179921CFB55A96E883571314464B2662B73C2E | sha256: 2C2AE7390DF055450EAD48C51BB80F67017BA26C90975557DC513D0DFA46B79A | sha512: E2DA21109FF517DF00C76B9E147F0F710A3CC88FAA1FA9D37094D4C354CBC2B953F1083C2B1BC7FDCFA3867F2CB3B4D48FD3B5CA4C2F17C1B8113D9715A73CFC
bin\System.Numerics.Vectors.dll
md5: F56E15AD72F167C73CEC0BB25A42D60C | sha1: 7456CE97B916F0481E0FDA7E40E90DBEEEB76422 | sha256: FE1B9B58CE7A1D9E690EA07C72937FE7E4D4396F4405A5D3DCE59C1A122E911A | sha512: B8098C1085083F6877B08B437EE9EAE91017F3D3CBE7BDC0EC82E9584AC785B30FAA09A56DA88F5A9DDF9FB186A1BB5922365FB2FD95636252C90ABEB5621398
bin\System.ObjectModel.dll
md5: 769507C6BD081521C20004C5D3F62F22 | sha1: A61725CDF8386964FE409570F0B28B5D19242E81 | sha256: 7360D500F7BF3804E0C649A2808823C5E61DC6C1D074F9A08FE35ACF7E5D17F8 | sha512: B30E155E0C44D9D7F0337092DBEA2217B127D51A3DBA3CE4EFB3517C636BDDED88F8129F22657CBD7BB9158109E1A294946A2B0AC3C9C7A390ACD11578A41D1F
bin\System.Private.CoreLib.dll
md5: D22283DB90634DD1DDBFF67ADAD801D9 | sha1: A3FD7C6ABCFE4D76AB0BB3332B0CD37DCB3CE854 | sha256: 6424EAE67671329BDC680C7E88D09B1CE427DE1D38B6E884B9E8A402376F3857 | sha512: F857AF7A9D80C961BF8711FD3F5A49DA6E1EC4632A8EE8A07DF86E3A4EC6E471C10F72D1DA3AD02FD8A580A8AEA43C83D3B9B502AA4B63233FA64089B149670B
bin\System.Private.DataContractSerialization.dll
md5: 91660A9A769F27941E7A5699CAAF833B | sha1: 74CA3E75E87BFBC9B4E4445DD4F0057719453537 | sha256: AD038DC133AAC257CACD4B189C377E168BE1FE0605C302A6A835A25F9B2C7206 | sha512: 4F3EA3435D36CDDA3F8355F58A464EC69FC350D6F925C5D7AB11B36175F4578AA503A08178D0475590CD1DACAFAFEAB78B2BD7BEBC692B5DBB7372A09A5FE214
bin\System.Private.Uri.dll
md5: 85C8CDF1060FCF027E3C1DFE32B3D88A | sha1: 307BC2FB2CBEF8A4ED5BD48FB136F5FC968E7B46 | sha256: 0DD85D0273EC0F1A5598DE915D5BADA48391490DDA73F2D00043CA79C9DB91FD | sha512: C69568FF6E65A1A537E7A6425D524C9F62B100AD2B40B025F2AD438A76D0352D107A0786D6C769C3389A1A3F41EFC5F205723C146F5D4653CDCCA44398344A6F
bin\System.Private.Xml.dll
md5: B4633197715769FB78E8D3F3B6991472 | sha1: 290C3A614A4885CC76F1498E4944C7C83A6A6F02 | sha256: 40E620C6D79E452F29D446A1B6E7AABFFB8E28616D6EA594C9281D45BA17BEA3 | sha512: 1DC9AC1D49277DE3DF709E57BDBB10E37EF979F44B07D1BFCB351C6AFBB09D1BCAD6DEC52F6AA2A3E86AD3ED92E37BA6F901125133E62BD22E754F0C8D5D2742
bin\System.Private.Xml.Linq.dll
md5: 15C3F0FF40BBDACC75098586E3DADF3B | sha1: 20A7A2800F030ABD929E80667692F8DF9AB8675E | sha256: 0DD9015DC2EBD2F2F5F9041F780AFE233340018BF99C88EB1F69411FA034843D | sha512: 98ADD30694642ABC1072005382BB82FA932AF8BE222D85BB65DF28FD790F4FA9EE8518765E36D31974FA58A28C31E92CF332B557737DC604EC5221A930C6692B
bin\System.Reflection.DispatchProxy.dll
md5: 64EC83295B9DD84A89FD796DE685901A | sha1: BC1D9A980B137C1273C889BBC9A3098260296A3C | sha256: 1375135E77B6EE35035CB2B70C6EB68256E22B230711CB31ACDFDFEC400D198B | sha512: F76E9957438FCA88C424A80F26959DE5467620232E1F5A10685153498F7F46A1728FC35ED9C3D9A4AC92937E7533CCE82D0DF3F88D4DC15BB717CA7D633E282B
bin\System.Reflection.dll
md5: 3F62BD5CA08E6F0CD778EF01355DE14E | sha1: C14738CBEEFFA743380984C24EFC57181087B543 | sha256: 31C2E8C37D7B551347124D57FA381D3F070BE55BAD202AAA963CB97138CC63E0 | sha512: 62D95BD4A32D28ADCDC5DB5BF2CDE1D517086F28F8D168BD70E90A73E3561871FED98825B73C1003491DFC7C64DCCFDBF24B387BDA2A2EFC903CBAB775FC4E86
bin\System.Reflection.Emit.dll
md5: 373E62EA78413BF9B892D1755505C61C | sha1: 240DAD4B3DC9805B1B31134266A34C9455B14F72 | sha256: B5DB073728A8B935CE37EBC09B44EDDF9DDA6349CBBBE4CF6CB6EC39FFDCA87D | sha512: C45FEDE51173EB3300B429848FC14015C62676D5A420BC0AB4FD87785CF0BC37B55381762E3259CD4D40C257D5B5D7F5F7FF2D9B0C16ECDAC226BC61C26A4766
bin\System.Reflection.Emit.ILGeneration.dll
md5: 16F3A4CEF313480506C6186475C01264 | sha1: 89C467E46690FEA81F547FA70EB2E4DBE1F3E2FA | sha256: 268E25D00D15F0A48E252F45A093FC618D26F2F9498510FC231FF283639C7118 | sha512: E54E3A6CA8EC2D5869B8D80D6B28E05C0F4C4F720F71F2D86062E4666A66CF0B406E875B78E7123931B7E1C2CBDE1E060A4C63C7FD29C868A4A383B4B018671D
bin\System.Reflection.Emit.Lightweight.dll
md5: B79CC3F6ADF6C318CA1EF801192762D4 | sha1: 0F4FAD2A4BDBC0DC8B7CBCBBD3A185E45D61C390 | sha256: 5CB532791409884FE5995A09BD91376979A2C04EFA229ED88189B5D6DEBB6A58 | sha512: 2002A1CB21022429C4588DA8EED7835B40988D263BD7B9E6B0FE0D585DBFEB38FD759203AF69DE9219C532099B1FBFBBF263E12471F63392E2BDCBAE2DC3CB89
bin\System.Reflection.Extensions.dll
md5: 7E627FCD58345E930DEFDF7BC6560C3D | sha1: 8E45361C6CB2D41E1A3F65E51A288E0CAA3C7A23 | sha256: 07CFA26F25794FF0B529F53A11E15BFF2617842B6D0CE6C7A1B5A85646A787A6 | sha512: 59A71F93A29F7CB36B0CE11148F6EDB810CC7BB704D3A5E1D99051F8AC342AFABB4BEB92655DC44055CEFA3CD21FF67098191829441C304739AF108C8890AAA2
bin\System.Reflection.Metadata.dll
bin\System.Reflection.Primitives.dll
md5: 2523299F738F241877DC8ADC3CA6848E | sha1: 1BA4D56DB3DECA5CA59F47A8BDDE33BFEA1AA315 | sha256: 08051879056458080ED1A0F407E0A0FB4E0E36F3FF897B7B8A7EA7AC0504F759 | sha512: 20D59B705BAD5F8082D0D1146D961607526886A906A3E569467510045493ADD751E54C9BA567952CEEE438D2ABD56C99B29CB853A2FC1732E45B51EC5DF3CB2E
bin\System.Reflection.TypeExtensions.dll
md5: EF55DFCBA55E35286B503AF9F63179DB | sha1: 7F6D1EC9744191C2767170B0AC64B6997A3CDBA4 | sha256: 4580C1CCD2BB5AE52EA640DEB0114F5BCF4C49E8E16156087FBB5027875FBCC4 | sha512: 784AC636AC64B113D41BC835098C295DFBE4C5E0F28DD63162C9399C4AD73BCDE60B14155217C4E251CE9DB27855430E7EE3BBBC956CC7051C40CD3CE2C4EA84
bin\System.Resources.Reader.dll
md5: D2734DE3A968F29C475E04DD17510093 | sha1: 012F9D46F6A545ED9780FCE28DD919818828EC32 | sha256: EFF2EF6BF0855933668B1FAA7B17FF5222ECFB3FDEE3108E2F8371B7DF124EEE | sha512: 25E710E8B262136AB01CD24A70B062910A6FBCA1277AF77E3B531BA7EBA4B3B335E54FDFB51A822B1637435BDBBB0F9DB3A876A3415CDD851DA185442C3D8AAC
bin\System.Resources.ResourceManager.dll
md5: 1AD9D383E1EF213E0FE805EB694D7A66 | sha1: B6C1F538D5198404095345644EEABB10457B4164 | sha256: 048B4A2B3E621CFD7F62B56612DEB64670C4BD02968A481D06011F8D9428D274 | sha512: B0332298DFCA987D2174EB04DBE6F1AB65D997BB1ADD5238D85694DFC04CB07FA0F8F41861880B8DB0A247C41548611FBFF11EF8FA92AF48CFC3FAC19827D072
bin\System.Resources.Writer.dll
md5: 2CDE8DA58695FE204C94DEC1B9A99555 | sha1: 0B4B1A155436878E5231836C69710BEA3C814A37 | sha256: 9D54A2DA2B7A820DDF8599FF758915CE5D63EAD424B5B2AAD7C0C6387036A8AD | sha512: 7861983DE1B68D0FE9CC79B551234C4113F5BBD1ABD29AC947F1EDF31A23F1A0F91AE8AE2ACD6A95B9C3BAD89ACABFF566AAACEAF160F96E1C6234769BF34ADC
bin\System.Runtime.CompilerServices.Unsafe.dll
md5: 805180F16B020A34C76B92356FA46B67 | sha1: D57DBE1D768C9712B54F16B6BD41830DFD4FDB9E | sha256: 3DC74A91BD8D1BD619D06A8C9CDA271B2B7A708DB7CEE89E2EFF6F059E8CB705 | sha512: E5CA67983E120230F683AF1F01EE25BB95DECE758BC276EEE8BB9A79ED054E315A368A611AAE1682D17A224C316C596A1BCDBD38B23C3880BDEE153483370AB5
bin\System.Runtime.CompilerServices.VisualC.dll
md5: B5BDFC48CB00712CC4FDFD0B06807CBF | sha1: 6DBA2AAE1515F218F997CA7F6F438E4D4437BBB3 | sha256: ABA608E57B8C5BF82B52DB4FB04302C29580E872C29731F41A9F18BDE71B633A | sha512: 0A887DC55B89BBF3E6BD19FA4229CC1BE4BA95258BE2DEABD25654DE4A083010F3164183DF3F2C0173F5F111B83878A0257F57BF38E3B49DFB28F902DF5E7F15
bin\System.Runtime.dll
md5: 7762AED99D5F783862B71F1855DA2653 | sha1: 24A603BB513479617997553F3D2E672E8594228D | sha256: DF44FFE9A56D13D8D6FC3C70DED4BEAAFA69F4F29A3EE1518D3EC17E4699DF93 | sha512: 39A0BF11761EFA6A7117A0C18FF86BDC0000CD2AF23A40780AF85D955B0B0A8B54E73AA543533F2695DE3E939F0A13062379E1C745F08EEB907179D75D5D8177
bin\System.Runtime.Extensions.dll
md5: 658EA779CD19C2BA6E65F1C79793D72C | sha1: FA6C0F53A60BF457D31842426E5DACE34CE27809 | sha256: F00B63582805112E6B0E444D76FA91E836F532D67BE6A457CD7CAFDEC7870D4E | sha512: C75AF64DCE124E18A623D84DF75E1892FAF496E19318152AC3EED80E79B8146E55825B4184B05CF8171C592E9A9E2B1D156CC6EA62695DF69DF5560939D8E6A6
bin\System.Runtime.Handles.dll
md5: 26F34B9722DE20165660AB80E8127115 | sha1: EBA47F36C6B360D2064058E7A3A482902236E67A | sha256: C9ED91BB9725E9836BC690E4BDA2F914998D73FFFCE2C9DB37DA84447C71E34C | sha512: 961B13E53E6604591E259F28F8C7EDE8A6D2881B3928382096EABEB50D52FFD20C135C8518D52D14F6DD10C21C27B2FD75ADBD44364E5777773629639D20B49C
bin\System.Runtime.InteropServices.dll
md5: B86FA37517CAA610E3C844E33C3F0340 | sha1: B26DA61AB7351430162D48BC32D5EC23344303B6 | sha256: C91B7F744A85AF95EDC5FD9C0D1DCB222CC712E184574DEBF24A4EC2464DBF4D | sha512: 0FB0F7C135043813A22E049EB8DE047660233E49678E5FD4F019B646E455DB18D065C09C81F3B3998FA40AFBF985B85966CF79BE30500EA513BBA71872B16065
bin\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 0D6528230C8070B6590E955315BAD027 | sha1: 039C5A1E624D99E2D0FFC43E6F2DA19DE2BC6A41 | sha256: 7A33FB5E2937FD2735EE8D3511A315513CD481BCE83D81AD3E0498DB519490F4 | sha512: 1A986B9A6810C2199C26E4C1D269DA7A4A83DB003CC26DC8108CFBDEFEAC989DDFFD7436C915BC88663AFECC7215BAF6C6BF5AFDAD6C3B824350E98A9021719C
bin\System.Runtime.Intrinsics.dll
md5: 3642DA947ABB3FC9F501DE4F73E2BC22 | sha1: 2F3EB95E3B1F21C2B5193311A6403AF8441D9BCD | sha256: 3D8736D69711FEC482A3A96418C9C1B9507567E9C4EDA33AE785BD3CC2A9A41B | sha512: 18937B2574A396DD74A0B0D8365A27D2DE0E940D8584DE5691CBE371BE2FA6E3D3A873BCF8AA391B1F355A316B7D6E38CBD1F6D537CB2365C808CB07DB67656B
bin\System.Runtime.Loader.dll
md5: F03C24ECD767E038408F9E36ECEC8DF4 | sha1: 35127AFBF9619F1343D06A5A4256E8CD1C9E856F | sha256: 08BCC116C94F9FF3733E3166D58CD8D1F5214D31A5F52CEF9BF58AFEEB939CDF | sha512: 5B9CC10D3292A84135FB606E3DC27A65AD01F79D84C150B903BAD1B3C607F3AA35112CB679AD79EF5F896C18C3E1806CCC10DDFCFD186C4E98A777129402BEA6
bin\System.Runtime.Numerics.dll
md5: 250817FACA5AD6B9BA0D2C42AFCE884C | sha1: 233B11E60D04B55F3ACF62EDBC09BD555F1336EA | sha256: 5651064F1E65D1B0258E7123FEA735785D91DEB2E4A20C0889DB890623408C3A | sha512: FE9F0366270AF110D33D2BC08DFB12FC94C9C04B391BC590F676DD61F266EE1711D9514C97AB82137C5995695A2F98DDC0FB6F1EFB8DD89C66D3962705D3D4A0
bin\System.Runtime.Serialization.dll
md5: AD5D5B53F520783A538199A951E9F27E | sha1: A8D2141EE97249F5FEAD29C674703D65C657D980 | sha256: 26A9191238E5C07C5B39E8367D9E3231E90C39F95DCDCB696C4DFF1169A110F1 | sha512: 50916D06A137024CEDC0D1B296B7987C2A40FEC585E228136730BA3363AAB64694F62D2E2614A68B67FEB1345E013F957ECF44E80D648A69048B5F77A1D6374C
bin\System.Runtime.Serialization.Formatters.dll
md5: 9A0CBEEE47E43931E4341C699124E74A | sha1: F32FC28861CA8F133DF8AA2D4E94652C577217AA | sha256: B1C2838F7548E89EB907D27BF102B60B23C233479C619FC04E26128ED0D47A75 | sha512: 00EA9EE515BFCCC560D11DC597510535C6BE99BD891BA0A7B798C18650825A018A59775BB869B8D901F2229BBD9B53C89007A2F99F106C93C76931E78D599103
bin\System.Runtime.Serialization.Json.dll
md5: 8DA52D161CE99BA6A40DD74B87FA2429 | sha1: BAAC6592F3FC930A7BA5A764D9F30461E980A8DA | sha256: 67EC2C2CD6B8504CBAD6AA81B70CB91D039156AC4353E1D885348D867B1CEF14 | sha512: 0651C0CCB75C515DE9A4D55F797871929F758D08A42E968EC97AA71E517EC04C0E67524AA6335541066286828274975B2EDA47D25C5E055E33EAA399CEE5F732
bin\System.Runtime.Serialization.Primitives.dll
md5: D61280493F43C640C7BB2D6D0BF0FDF6 | sha1: 93BCF23CC4A7C5DF391AF42574D9CAB592A52AF2 | sha256: DBD5E1F1D6FF6A29792794FBA0F578C2DD3CE17F1DB4BDB48A8CF2BDA7715606 | sha512: DFAF9D2B6FB1103FB82ED16DB4C57DAD43944FDF7AE6160FB678FA80B6AE0C86CB7B1614B91A89EFAC5F77EDD2FF74051FE02964804B5F480B7C5C5F09875C3E
bin\System.Runtime.Serialization.Xml.dll
md5: C9F72303ED1E1E3D70571EF77DCB4060 | sha1: FA2F14F862AC6193DE89366A1713A43444008173 | sha256: B7A23A1117644DA3C5423BD81C78237BD37FCCF44B2DD44140C80A4F135BE79D | sha512: 687E090B43A122EA28A67B36C1B78D155E122DC38CC41300FC73DF5F3CCDE732BA8155D00021C64B57F904545796C463C2EF292717C9F1AAA6C8BB57DDBDDBC7
bin\System.Security.AccessControl.dll
md5: BD61B399D7FB2DDF3E77B66702A988D3 | sha1: A4AD4C8B7C98FC156891BD01CDD750D9A308F7BF | sha256: AB1FCBF7B51C5BF1EEDFF1E2BFD32E5948E601637E0A7352A1FD5166B80C3633 | sha512: FE5B611E40E81F4069744819811F6A9B38BE4752BEEE58B13A3D95454471ADEC98C150DB58F8493AAE0621F554BE844CB540C488C0E50B44016D2C7BEE0974B1
bin\System.Security.Claims.dll
md5: 66FC9100FBA8368FC33662E4E3E546F8 | sha1: A5E45505C1394804281127F068AAA889EAF5C445 | sha256: 2F6AA50AE2190E9A83DBB1346BD41076B25E9CD0E2D5898410E1823896E4E2B2 | sha512: FDBA4AC3B368CC64EBDBA4D9F5356C0485A61F2F427F9C18138531C1A1F4C0440B0ABABD80C244F40C5B3BD4B670EF7A65AA2DA57F2936D524A20C36712C36C2
bin\System.Security.Cryptography.Algorithms.dll
md5: A0FF386A9841D9E8C11126E8BE341711 | sha1: 6CA97F86D78100BFBE4A47E0A093423867F186DA | sha256: 613E51CA8D0AE8B1F72E7D20A3EBCFC598385037015DBFC84D90092FD462D23E | sha512: 4D774686A7EE98355C3B26E10DC3FD9AEC83DF8E863352E5BA7F195B26FEEFECC1CFF4F915806F9EFB96657B4CC33145D8AD40B16B8A55359320C101A28BD9D8
bin\System.Security.Cryptography.Cng.dll
md5: 23FB24B16ACC1C3DD0A572C42CD97602 | sha1: 71F0D582BD90D2B1B180A939E8D30256339EA287 | sha256: 660391200CB00FCD09ADEFE6D3FAC3D323A08F5D672E54252D88AD945CCE5B60 | sha512: C5E35ECAA307306443DADE896312F2C0BD5E445C9C3FBE36E0EFC540EC5CE061E6070282C77D6E0EA937BB4CCE460F1E6CB1EDBCF52E5AEDDCC0F55A9119ED77
bin\System.Security.Cryptography.Csp.dll
md5: 1981D29C8AB81FFF6B0D6F8AB606ED18 | sha1: 104A0C3943948F1473E0DE92171CC66249BCE30B | sha256: 9729386E6EE764AB5D36B87A1B4D2CA61A7EA4377D7973D9477E073EB72FBEA5 | sha512: 835BC93063FF8573B6143DCCABC126495C000504413106A6DA2CC327DC732698DD44F48C8F3F88FB7EC91BD25417E7BA65518FA29E5CF1BE4F3A8983E10F2438
bin\System.Security.Cryptography.Encoding.dll
md5: E6A525B910561B2E7F9B6477E761A97E | sha1: F4E8D46F5DF3969DEC68E9E9080F29984FCB49AB | sha256: A72348DDE0DB923A5EDA680D15825E6BEA3ED2518C2B6F9D56D5EE92EE5029A2 | sha512: 4F4FC6BBBC21B7BD8E0EB4FAA1328F17334F60D7E73D0054367F207AE664A2D7EA4F4E84D3ECE35F81866A479901CB699EBB1684EA4BC39B169E9B12E00D6E40
bin\System.Security.Cryptography.OpenSsl.dll
md5: 363C5615B92833BD2C588E172EFD9807 | sha1: 9121B7B1B20690434C3C8CFE18BADFD0308ADD2F | sha256: 9D7B59E268DD357C9DA82242C7F0938C31B06A5A12CD5DDAC51C79693F8C58E6 | sha512: A9F06CF67A01B067F3F3B3609CCF9DF669F6C2ECF2296ED9AC79C687A81CD04B580E94CC8AF2F7D701552FEB4C63CF4CF4390A8BE4A67C88917F70D44B893BB6
bin\System.Security.Cryptography.Pkcs.dll
md5: 0B54D3045D53BFADBFDBDC02DD94D8C1 | sha1: 8038F0960EE51976FDF15B69809F1D20C2B95D28 | sha256: CD4547973B8CC334E61B7892C6AD51F1635EC41F15B7B75551F2AE6795C14F08 | sha512: 3B870A62413CEB1AFBD82DE1D2568A5FE841AB1FA6F1014664171C430C0FD9E68494116D73BDB65B48BA066E4D82B7AC54E1735D2119CE15CBA4F40AC7F90F66
bin\System.Security.Cryptography.Primitives.dll
md5: E18E0343D4B65D6D0D526E80A1CA10CD | sha1: 5AA7F82BEB6B51C39467D03C88E9F4AA46A9F2F3 | sha256: 7E9A8E12A12CD0A262392DBFC8FC91F3B6A4DDEE40DB9221D56C5A85AB6C7437 | sha512: 1FBB6E50DDFD338633FF7D77ED57B9F628F9A377A998BE0EAA37A08DA723DDE10CCDE4D1D5C11947946976AF1A1C25ADE9894496F64E1869AE1E2D25E3538458
bin\System.Security.Cryptography.ProtectedData.dll
md5: 2389EBCDAF8DF5E5BD20BFEE43FFBADD | sha1: C492E20F25C5AB79A3659918DD0B1DD073ECB752 | sha256: 104CDC6D20406A144ABD373ED297EF803217C15012A0F22CACF6C676421D53EE | sha512: CA54A50711973F98DE6FAE43F9F296196C82A5D2DA133556BADA04A09D66CC6F420D1082BA95D70009074C66828D455D561E6C8CA66319C92DF6604D86F94690
bin\System.Security.Cryptography.X509Certificates.dll
md5: 99FCCDCAB646D2A9113FFD835B268E01 | sha1: 9FEDFB1F46C8BF00895587FC2DE6C20791D3F585 | sha256: D1352014013879ECFA87FFDCD907F9BAA82B4532AB6B283179BA3B9A274B7796 | sha512: 5BA6BD10397E4B20878D7C60EF2F2BD2E08F26A202B68F0E82AF8829E53E77060C53D284C698D07DE5FC12A56F1DF874AC0400731BE69A63BA9CC8BA13ED8D52
bin\System.Security.dll
md5: BBDA7BE464412191AC9B9030BDD30E55 | sha1: 2BD848B005AF3B0ADF455AFA5EE1A0DA012B01B5 | sha256: D4D5C58B6DA26CA58E1C8E99AC0592BD60441A97272131896313F96AD5B9E64E | sha512: 490E69AC02F9ABDC214CFAFF935876E2FC55D051508F5D84CE76E362171001DC0BE00586697F731132D336C79CAF54765907B6080BEA5CD28E6E18D7B1C0A3A2
bin\System.Security.Permissions.dll
md5: 3E045924190B6BD04A0F416D901D8D37 | sha1: 51D43043863785AEF85DC3A967B4B6967EA29A7D | sha256: 62068C0F6BFFB0EB4EC1C6A45A16784CAEE7565F6C5404D8342089F4FF4B3712 | sha512: 4814B276597986D3C838C85C5E5D1666D362A2A4A3BCDDC767C31E11B8182ADEAC5355B52E3921DC96C07E6540FF0BFDF465FB6158B080378BFFD387890C4F1C
bin\System.Security.Principal.dll
md5: 75B8D0D0B093A02B4601C32F0B2C83E2 | sha1: AEE50886D5FF697BAD79B39B815F889C42A9BCB2 | sha256: DE435C5AF2BA9658D9A39F437B31F93A9FE47EC4CADB04E3160C15958AFE8B38 | sha512: 09E923A9CF6839690D820CDE4A4FD0278C10A5C75B6251B475A0BCEC36A9A4BF21DAAB6817101269081C84F56F5906A0BD4361CA4993952CFF41DC583518C903
bin\System.Security.Principal.Windows.dll
md5: 3CE5E46D5A8E03662A9F34C590DB3325 | sha1: 385122244618032CF0AADE793F3AAF484BEF2A2B | sha256: 93BD633AC5D03C02CAEA402FC9FE617353873A1C39A2164E338E1873B13B240F | sha512: DEF7DB37AA626B38F9BEE830A09D09A7282CF41134C248B04913D8D61A7E9E1B143A43E0F3DB543181B8D5B10B6313888CDA9B757F6A3F481EE1A5F554CB467A
bin\System.Security.SecureString.dll
md5: 8C98167EDB99F3653C6512F0FA8A1C9A | sha1: AFB2255C4F35B42B485C131AF7BD5F2DC6C85F3C | sha256: 84A043A29E3F6E3E6F482EE442597EF17D742AB2099A16A1E1435956CC7781B3 | sha512: AF61E2158E31AA7249F4AA05C9CFCFD2BF92FF30BBBA7A8D521171931E673E6B107A52D43483ABC817B23C1DA88452152A3753DA393B451D517B05BDD7CD8C95
bin\System.ServiceModel.Web.dll
md5: 55C9ABD4EBF01EBDAAA7697479538C0A | sha1: 519DEEADC315EB1F7448ECDF298038F1C5ABD71B | sha256: 8823CE4668584AC92B22D40FB11B40563D650444256C624647F0B90BF3A54610 | sha512: 403E996138EA2D7197171BB74943C384F340187AD98CFCB30A654B837AC922526616349AF1520C8D06831B4F79A30EAF35D4AEEADB3572B7AEA2E6F5059E2F9C
bin\System.ServiceProcess.dll
md5: 99FAD672AB6D6C10E5FB37B3E5B20974 | sha1: C72AD3DB07A9D6CB4C65DEF15D56766838DB3318 | sha256: CDC6B2725B6EED995C9615773C7BE5A11A68117D082D2973B614F300DA790178 | sha512: BF702829F72426C7ECDC52DFECB2D4F09C171B9081F28807F2DA69A0D7B13842E02E9621A119898A2FDE8964C52D1C0267BD8D334134E2352DB1B9021F0CCA39
bin\System.Text.Encoding.CodePages.dll
md5: 8B1E7BA2D140CDBD0A3A80602C671636 | sha1: 2DCA3175C71E2EC643C9C64A1B55822027FCA5DB | sha256: EE1B43D95DD1F28B6E748D62204061D7A5A2654C6F847CE73E7295EAE7B9A002 | sha512: E5BC14D0275F9FCD727A25F659E9446EB587D77FD832DD1F88842A2BC28A5B3F30BD3224A9ED26885774FAB6708CBC4ADDED0B81ED9F2435F5683F944D5D9EDE
bin\System.Text.Encoding.dll
md5: B0BD9D7F0A47294E1286B2FF75D16A22 | sha1: 1B7CF9EEFCE86AEC097A8469A8E7CE1A67FA3225 | sha256: FAE550743E0D7DC1EA0B056501174D3AC50993DE175ABCDE648A061B482EB328 | sha512: A5E1C0F195E9A28867B66BAC97B21C9431B24630D08B560D2B798E211FB4AD3E68F4F647D0D02A632A04736A7A3DB4F232D823D6373FAFB7552A1CD7194D43B1
bin\System.Text.Encoding.Extensions.dll
md5: 3D5700D2E6494338F7964936B5E651ED | sha1: 85E9FEBE8E8BDBF6E9DC5695960C9967465C5781 | sha256: 81550695CA74CBDA07838C6ADFA80F81CDA1E03D1B9FFE5B28AB98D1B9940DDB | sha512: B079C7452E5BE9F0157D4991AE7A36D7B581ACC9E794364DCFA0687FA8F48CFBA261204766E5B9308EE4DE576D5C267B2E1BA6DAC7A4C7214B70CC5F0189C54F
bin\System.Text.Encodings.Web.dll
md5: 7DD9AE427BE644501ED8DEA4204CE45B | sha1: 4C0874D5DCEC93568957C5693A1AFAF320D9CDE4 | sha256: D2AF18FA9CEC4F826B75649B1AD7FC88A07138ADFDAD986481F11DB11817754E | sha512: FE6BD1439143190CE0E100FAC26588434A14ADDD882760B148AB4F469DB08A75F6E9264D92F63BE1C86688A521A2E1C586FA1B0D7E966FF552934AEEAD263FC6
bin\System.Text.Json.dll
md5: 63AF9488F1C3FF670F49CBE2ECDBEB06 | sha1: D1ADB7A6B701140C0A351CDA086DDA6B4D1A96E6 | sha256: 297661595EEB88FA7EA0E6B6B4F12BD3DF04FB36876B82D83F1E0DC278676414 | sha512: 21E5ABDDB703F57D2533F473E590A3E675539A6D8F862132DFC39546B4A6B98D3D2E64AC3541DA33E5CBFC053228DABA68AFA328D37213B22E9F2BB647682C3E
bin\System.Text.RegularExpressions.dll
md5: 808FBAF8724283048AB0C6727ADE6B91 | sha1: 556567B18A1CBC2E96975F6B56796AD019F122FB | sha256: CD26E538FF301D2C7CDB0D16907E15BAC425A8BB4D413707E23B1F64BA020CE7 | sha512: ADED9C93ABF9CBD098429622C76EA5D700140689F34EC3F5AFBA334AF78ED4695DB35C74BE5169153D5AF3EEEC4E18EC112AA5DD2F3B0B6A744914CA50DC3285
bin\System.Threading.Channels.dll
md5: BB7F04D5E9C487C7A7F2A95BE9C41869 | sha1: C1B9FA8934242360A37CDF98258777498D8336DB | sha256: CBACF1766BC59EB8ABA3A7CEF9CC40FBAAA8364CC37D788084D8A062C05EBF47 | sha512: D6762DAAA90B6ED3BFFB7236E74EA3AE8B00DF65F6FE8DE5145391D843F2D9D9FADDAB5D5853E7D4A693B38504C2A39123BDB1158712E07D409D5674697D19C3
bin\System.Threading.dll
md5: 94A1A6A5A0FFC66F860F78D076DE5FB3 | sha1: 593893EDDA64B63CB90E8EF5B778A97EEE3E6EA8 | sha256: 409884FFD47F53EFB57C3D0DF2E77A0FF30058C2751966B8F02A36C55B6C3741 | sha512: 8D75DBDFE1C419E3ED56C0F2798118DF18F1173B4BC3073FA9FA460BEA1DA4E2161776813F830CFA1E01601475D269CE844A739E57C4F5D5F17F8F3F5F304EEE
bin\System.Threading.Overlapped.dll
md5: CC9099E232C3C06767423DC378C249FC | sha1: 96896763BFB2E12985E59A8BC5AC63785AA0339C | sha256: 7A179D429DC77CC08CAA44A6BDD5CFF90534450CDE62E7C13C13D00238E721C4 | sha512: 8EA1AA5E0F91D3D523BDDB154AA6136A4ADF5EE1809B5C8C0569C91A08ACA177B74C5D55149B21AD6354221E4764B15194E42FB31F980BE3917D0DBA6518D850
bin\System.Threading.Tasks.Dataflow.dll
md5: 0C54D5C0C3CF30C30DDA83C267569313 | sha1: 3E9B69DE6659B3C72C1A0BBE3948B83008B2B2E8 | sha256: 307547744AB366E4E07A38517FCFA71B431991842E03865F5704B9F0836CF4B1 | sha512: DDC643DD1121B48FA41162FE5F413067322B6C779CC3006E210E419256BA0A91F7A951437F40F8A98EE90332B6422D92545EF0D305420BABC85152ABD74627DA
bin\System.Threading.Tasks.dll
md5: 5A0274A3FCEE071052A990F079281E48 | sha1: CEC253CFABD60AB50E5AB93882657D00256F1D5D | sha256: 03BB919D8653454E7AC127F7C609FAFE6266C9A52DD119454C95F4DFDD19AE8B | sha512: 3D419928214CCC5CA54F50E22363F73D1CB3099C477850FC52F13FEB8EECE88461DD35A493D62CBD31908B5711AD44558A49FA4585DCDB496DF6310DA44540E6
bin\System.Threading.Tasks.Extensions.dll
md5: B5D535F1927733242163CD1D1DDEB464 | sha1: 1527BE9BF5923A371CD9708A34A2D11E6D2447D1 | sha256: 98CC9CB575D6870F37077AA11F7A8E6D0B0567214C7A5203FAA82D119A679D1A | sha512: A21B70E730B42505FC67E7FA5A5BFD4F06CA0645174D48ACE7A62FC316994275F484914FEF192E21D4215F8F2043B3CA81B6A27E8DFD3ECA3C683F415C7C63A9
bin\System.Threading.Tasks.Parallel.dll
md5: 6B716CEC2B098EF288E07D85AE4F26F0 | sha1: 5A49AE9661E156820F6D07E2345DB47344D4475F | sha256: 5D29629E00795D5B40DDF17339F176B6E540418EEB1E671E03F7A94058352609 | sha512: 30D2EE47C5C33E0AFABAD9C8EA1F5ED96C347DD3FB86E6299BC039E5208E3F4E7D36D9AD437893C786F387007C7DB4120DA2C004BED5D024077BAA069CA7F18F
bin\System.Threading.Thread.dll
md5: 58597876ACB81E60E07E0EA3949C96AE | sha1: E55D83806D5DB3E11F165C82B48FF51B4971B7A4 | sha256: 48651FAE2BBB243EE55B2A320639B96C3E08F7B62D6601951FAEAE0B01D9B959 | sha512: B02A029494D0C1A8E6890AC45DBF92C9D3DC5F23CBCD48381864C7897A6B49515C0327F87C1FA09C3A05B77BEB582C6E1D48E847C5F364BC6EE629A5C3539B5E
bin\System.Threading.ThreadPool.dll
md5: F0C4B6ABDBAB1FC2D8202444776EE050 | sha1: E1DBE42383E12134A3A15012D5A8406D39F9DC60 | sha256: 7EA231FA41C047769D769D9FEB8EB3573545FB1C4BEADD03C46E336E9F975CF1 | sha512: 7E961B2B7C209510524C09A91C6BF4738280E49AC503ED02F96B307C41C760AFE740311A746A0C7CFDCDDA974AFFA13A913B5603B7844148141999101BA52BDD
bin\System.Threading.Timer.dll
md5: 9D320F33520F5A9EA052BF0F9787018A | sha1: 777544F66E01C4CC3118E1AC1D8AADF9BD69B06B | sha256: 0B8690D2A11201AC67A03DCCEAC8C95D140F5C77774E17C7D4C59AC297DD5A8F | sha512: EE5ED2CB080C25D704EE8D1D75A8DCCCD5CF406FFC833FC8DE055B9A25EDC5551A9C90A42CDBA8B27E01FDA0C7D5C884A89135101E8519F5323977CE743F65F0
bin\System.Transactions.dll
md5: 5A65A340D1F78C5EC537E961C1C3935C | sha1: FF4ADEB9784C093ED22D4C17EF10F7667B6B7502 | sha256: 7A2A35F84FAADD9C0BC1C86C86AC4A986D7308D6C1915E0933C2DFCEF6121945 | sha512: 8A5CF68E8AB78649D4E997C19FF9E27B8C26AD1981BAD547CBDE1F119B3539E27B870BC1A2EE0E34A9AD310A8FBEB4E50FD47461C318669A216647BC96A00C42
bin\System.Transactions.Local.dll
md5: 98F674F434B77CDEE446EEE385055E18 | sha1: 929ACF37B4C7610309B807F9F6F8DB9AFDD27D97 | sha256: 8BAE995CF14E1E842EAF227F11CF53760DD9C53C369E4DD62F2D3BE5F757911F | sha512: 08CCB8848513BCB6BACE61768F2E5FC14B3BDB668EADC8A26FE94C22B3E567F130F6D728849676959E37389FD10A0645C2C9F83FB342675ACB1A8D93EE8078CD
bin\System.ValueTuple.dll
md5: 06009FBD702ADCEDA65721E3A8B1FAF6 | sha1: 8D29F0AEEFB47B389620264F7257680AE50B8A99 | sha256: BE5D58E012405923A22557435AAA3DB05D915B7473FF253A63695357A5EEC926 | sha512: 8F4FE64611C51785BFE0BC6FF6AC2CE3C210432E4D0B5A51E3B8F3095147C04AC9BF9148860E54874620569CAD375F0F8069B726431A6AFEFEA3E7B5567E15A7
bin\System.Web.dll
md5: B09964331C402BF3FEC6560BA5BA9F4A | sha1: 42A9E17F4B23060EF16DE8BEB2FA4C1A93CBDB09 | sha256: EF7EDCE0420255D10EB486BF5CC74799C4BF5229C7BFCF50B902B64DD2D18AC7 | sha512: D68BEF77C1336F47EB413520ADD7C895A18A674CC7062496B384CEAC5B57E281654ABF4693458EE476CA95DA81F4AAC6C09E8ADACB702CB26A4E49A36D0EDB2C
bin\System.Web.HttpUtility.dll
md5: B4EF6E678738630C7CD4B5B271DB9570 | sha1: 91202500CBCE8BCA01BDB89A3C10F547C7166F72 | sha256: A77FBC76660F9D8CE1140D48CEED36E0A223719CE3C30E379677BB9FAD2A96AB | sha512: 88BDAFFE346FA80DA9511400D549C8CEDC4F0A0A8BA84F1059C9CA2735A1D0CFD5416EB77717953B1A03A716CBD01F25433C8A32CE879D1167FB666739B41366
bin\System.Windows.dll
md5: 9D33311DD7F3A6E11424C0B941EF9CA4 | sha1: 06066DFD09C0564B3662CBB3C97E6F8AF174053A | sha256: CD65DBEB5EE1AC726CBA6204BAB6D3A4A26D003934E78EBD4D6E45A25FE618A1 | sha512: 57B74A0D0317F7F82D5B4225E661D1E87DE7CE3A8936694306A7C8EF1D222CF277D0BEE6334C9F0B3AC42EE9AF481CB36CDE4AA9F9AC939A865F0D05F151A9C6
bin\System.Windows.Extensions.dll
md5: 323302EB6B8AACB91C3AA2DD918CC0FD | sha1: 717A8DA6B47D8C7F07A6EEE7E5D5B82EDE1DA522 | sha256: E72863F75A5ADB5697158F16B00369AD3A95710235647626675A5C070F10ECD9 | sha512: 95537F452EF170200014EAF5AA3A534077645416335A8B17AD13B15CE55E88E3D13DA642FD9D721A988D0A094217957B0DC8FC537B42C7564F3050CBEA3ED2F9
bin\System.Xml.dll
md5: 4234CED4527BABCD11F7ED9BF38E777F | sha1: BA2F95ADA61E216C4EADF49C586367B052AC0EA8 | sha256: 5C70B63696036797766E5D9634E8FC470402DE0F27AD2344A182B739F5F3C4CD | sha512: 44860FC38A60C6A19537E0CDEFBB96CD5441F2CE26E59E79F1616B32977B69C3C4CED388EDCD2D60A16ED60368C124841D78635BC349C57C53E27B32433AF62F
bin\System.Xml.Linq.dll
md5: 6DAD5FFAFC42A13AF3AEF0E29F3CD3DF | sha1: 5CEB18F8341EC44AF49A806C3BEF8D06A871E3A2 | sha256: CF8E6CC34305CDE6386C603A32D556A2106976629FB7C7775A195D3250FE896F | sha512: 4914AD2A7A376DF1217FFDD13F26697563888D1A2B3C529CD8A47B18C515EF7A4246574E3EBB68A826FFB897C3C63E362A600D592E6FC1BE95DBC156B7E7947B
bin\System.Xml.ReaderWriter.dll
md5: FF69D72212D6D37FC3E9E2F8175C8592 | sha1: AC8BDD4DC0EFC1274E3E534F7EFD8E2A9A44B2C6 | sha256: CD2607B8A605F8E68820FDD576752CE50791974C8F4A979633FF5512136A4CB8 | sha512: 989A9D8957B8D306835AC966142672B9024C98CD93406719C6FA4AC5B909114B29FA51398C7088B51CF1E587AF53D8A8210AA3A27AA6AFF0E061F7664F42A7BB
bin\System.Xml.Serialization.dll
md5: 1AF1B89910A3733A660F0452F2D91337 | sha1: 0E50E72DE6F98DB19AEF84DD6D684262BC43F2D6 | sha256: EA4173CA7BCF7750305601862173A4E1BDC121A815A6DC7E610D6B1D61BE0E68 | sha512: 4E179B91D0B76A9E1C5B2B0131A022391037522053751E7F4D9B8B3117F500591410BAFD88C0CD3BD8C5A08D10A6D279682157B8EA48403711AAEF6A12321B27
bin\System.Xml.XDocument.dll
md5: FBCAFA70D365EC33F84A41D645F2658C | sha1: F3736F38FAFFF99A9ED6B494730E3728EAE3D4D3 | sha256: E2C183AE82FD8EC70E18FE9FECB4B2BF9EF6F57E1C78104950FDBD96555B30ED | sha512: 89C62E724F17BF13598AEA1E8B0DF911191786C7CBA5574CF558CE0ED604E945ED91C68852707E065A86D92EB9BD47CE1A9908DC7D6B1F9E00C71048846C2F8E
bin\System.Xml.XmlDocument.dll
md5: 64FDDAEDCCC1B1E12A1673088EC63A14 | sha1: 827583B34798FB2C804B7DEB7758EE5C39E85B0A | sha256: 5D87EC73779FDE2E3816E27E1396E8BF598AF561716A631F179E22314A5F0CAB | sha512: 9E69F25EC6612B3E44E9FD9410B73207BE573275D5F815A84A29489E3D85636D6531BDC69CED741F43BF1A5194A786E02051DD277BFE1270D77008B2335FB3AC
bin\System.Xml.XmlSerializer.dll
md5: DB930C41B83EE646411BE3A4DC89F7A9 | sha1: 624C313519362ECF969E1A92C6B7C8A8213D8789 | sha256: 10C5510B330E20F78DB5BE03DF94664894ED82D961199BFE8CA61D46E56A1871 | sha512: CACF1C9A7B73760CCA4F212FF8DB40ACE5F04FCA9D221D8C33A87F734FC63BD21D64047B6CFCC534B990972155DD51DC247CC4A4B86D6DE12541F422D310047E
bin\System.Xml.XPath.dll
md5: 1F786E9BF79698C4D4FBC965156740DC | sha1: 0FFFB96D1759CD491EFD99943BC9A85F9580F4E9 | sha256: F055674FC9F4D684340577775BBD10B852499736D82550824DA77390C0583FF2 | sha512: 5A39C62AB9DDE086ABB1DE9902C656B7F68BDB1EACC3F5FBF85229B964BF290E4D4E451CCF6F4236779CF2E4E523389B5EB69B8E50D857413C8EFDD287319661
bin\System.Xml.XPath.XDocument.dll
md5: 8DE0FE01D37B40B5DDC73B54A387BC12 | sha1: A385782B6934A662CDA400319C18587D44B6543C | sha256: 1C548A81E6F18C982A1140C870D32FD42B6A75FDC34F23C54BDB99046362636D | sha512: 51C737BB05A654516AC3421FABFF69E40639EEB6A473B470759830669EADECFAC85FFAEC995AE8EAFED030F033846B5EF6D7EED82E36CDE5787284B527D4AD6B
bin\tr\FSharp.Compiler.Service.resources.dll
md5: AA636AB851FC28440B93F43B400D828C | sha1: 6D6FD6281C735DD5F4F0593E65443951BCDDACCC | sha256: DFCED0133A27538535E1E9745BB3B77704CD633C7FD985D417605D8F6889EA8B | sha512: 79993B53279DF290B4ED123951287A63AAEABDFCCEA6AA50244090D6BDE2D2D7611AEA2EA9DAE43A86A8F8B266691793F4975B34C245ED2A279B551D6DA71148
bin\tr\FSharp.Core.resources.dll
md5: AA7889E492CBFB277A95486B44ED0F0B | sha1: 10F49C114A96653073D2A130021B5E19010CE5AF | sha256: F18F4203E4A4208BE26C4B6BA670665CE57B78FF2B06CB7DEB08ADFE59AA6142 | sha512: 8BEC2DA2DFD988F57889200899C38610F663FA03013644E52B0176F09946920724E544B5D2E7254BF0EA649D528C3808D7BC16744C91D588130839DB05AD6244
bin\tr\FSharp.DependencyManager.Nuget.resources.dll
md5: 2551212EF0373FCF708A11667CD51C81 | sha1: 6A01B3A74CED514949EFACDB69E65EFB3A42C19B | sha256: 95BD7B22567D52FC7A1FC5A3CF5F0A91E3045C38A678BDEFEE5C9FA548C2591E | sha512: F22D32156F597119A53231F269EEE9E0888FEEC83A806974E6FDF212AAAC21E5D3076DC5F57A30512A6A1ADCCD84584525ACD7A88755322B7A4FCF50073D1C03
bin\tr\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: E306F1E7280C77F52417EBD703D71B96 | sha1: 956B8594208C15DBEA6AAB8C2EF7819FBC7CECDA | sha256: 289CE2AFD594ED74B12FCAC09661956940E6E2007AB70021FAB29A408D588303 | sha512: F1E694565551653C741BD78BB9AC67B88C6E6176220CCBC46C80148E232576265A56ACFF34EE6DA2686E948087D4D27226A3FD82D51DA58FC96014854CC4929E
bin\ucrtbase.dll
md5: 5FEF2FD676D7A1AC1BBF2CC9BA5C1A29 | sha1: 3716DEEF1BA1915E06111199B1B6AB9E1D0649A4 | sha256: 1F1CE96469C20279003CF9EC59F452FEBED2DD7F6E6C055AE8019216105C8F3B | sha512: D6EBD0A633075040237BD30447AF9D88672163F40F2ECD4197C9B4FB191225212B789CD514CE2F81F695CC485173705582E4DBF6B8F9FC40C03936A31919E064
bin\WindowsBase.dll
md5: E0FC6FB2B3A289910D1429673AE354CF | sha1: 16CBC707857C2644293765A8680D424C6A1D5233 | sha256: E879A19ECE21D122C8D780A9D0B7907AB022CC13933548136FE7A5FFE861E3FA | sha512: F8129144F02E61C89002B353A6909F6B777BA0C21F56F8FBDCBD2932B730670EBA2994C6B48AD46F06B8E91BD248312B31337FE3DEF9A4FB0A0D7257AC6A4B42
bin\zh-Hans\FSharp.Compiler.Service.resources.dll
md5: 26A56BE04EDCBA950BD23FFBC5AC7F52 | sha1: CFE56C116A5449DDF669EE264D78A978F4B15AFC | sha256: AF0BC9B9F34FCC4AFD69F848D97F854F0EE901036DC8F810B045B7419B1DABB2 | sha512: DFA0AE70E65D770F6DCDC6F095364CB375BCCC4407001079CC4A9F618333B18C0FDB0839EB3D8DEC6B0572A399FFFB786E03E26640B60302D8B12E29E8E2C377
bin\zh-Hans\FSharp.Core.resources.dll
md5: DEB30F66EB2AE5C8145BC2329F6E3D7F | sha1: 9EC32C49F92D2B204B9ABA6C0E269F13921C829C | sha256: 3B9535A0B987D8D482EFD0A8511B05D82FBF0F975C436CCFA201AD59DDE43CA3 | sha512: 3DA5A325FFEF87CD80D55A60DE6723431836B3FB03A016CE7C31A96FA2A61D06799E1B1181831E37BA2F099DF52AF2659377641575BE7B2FFD1658D4DED2481A
bin\zh-Hans\FSharp.DependencyManager.Nuget.resources.dll
md5: B3931011612B23EA7C65E97A136B65E9 | sha1: F2353EF4527BFC98626C13B1FCF89363E4DC5FA9 | sha256: 8C2969FCB08BE74121F97F3DF7D7586619616C34B98F89EDE90928206884FCE9 | sha512: 3F6BEA8C8A94ED56002D160EEB88573425AFFE646CC81C863F6C4327C8D5827A1BD2E443CB7B34E01E853F06E1C7663EBF57EE6567DCF177FAB8A5529B4A763E
bin\zh-Hans\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: 0371EA36E5D8CC9C51EFF2EF11AB4BA3 | sha1: 95AF3BAF9A94ED609843FA02A7C26B3B0B2C0162 | sha256: 48F3FBA08FF945B48A3A890407C47A362B885B3FC9C2F08C12A3210DDAC20EA9 | sha512: CD38CB364EA7ACE6A0563E4D9B496F8266F1F264D36F5E2AA767BA20E8E1AFF4DEDC81127B1DF106ED8B6D1BAF55EE3183BC71EE599B952B3C0A994233FCCCFE
bin\zh-Hant\FSharp.Compiler.Service.resources.dll
md5: 0121CF0BB68A1A6CA85D41D66C9B9D89 | sha1: D07DE77B834DD2E4F5EB48F8FAF42C8AD468F284 | sha256: 4DE2EC9D57DB81A3F52DFEBA5EDDE70B83E266FC3F276E6CA2C6026721DB8FD8 | sha512: 10E9E62C02695A51731420069B1E8F53C308D8695E0C303F1FD4085F12131349D190EC1F1B7F3BBD1AE05CA93301569EC0FC4E69CA4E41316589808823BD4E63
bin\zh-Hant\FSharp.Core.resources.dll
md5: B8418C0172AE93937C717607EC5E8A40 | sha1: 973D2D0EBDCFAC133379D4ECD80758E0F2D4F2DE | sha256: 125023B575AC61886743672E2730BB207A81AC3F67F6AC76D0CAC746DDF5BA12 | sha512: 87E698C0943AB740426D1CE8DED20699CCA4373E6A1E8B75EB017076EEF422F3D175FC239DC8DCB395060285CDCE021B85936F6D3689FBACAE1EE9D0108209B8
bin\zh-Hant\FSharp.DependencyManager.Nuget.resources.dll
md5: D5FAB63CD854A50C1703DD2BE8F76CC1 | sha1: 7E929EDBF5B6935983BB5894E4D0B20BB566BD34 | sha256: 5E088CDE38907240B00FAC0036A52D1AEFD0C049D975A445E186E5C2B981C181 | sha512: EFBBEEB324C3A824C8832A41A20FA2DC8DB658AF769E8BFAF58E191DD936C3F5064BF38C17ED7E6BC9A2A6297434771F26F50DCE2343281638DAA038F15FEAF2
bin\zh-Hant\Microsoft.Deployment.DotNet.Releases.resources.dll
md5: E35B6FC5A81F881D958FBBC3EEB0FBC4 | sha1: BEC327AD33BF5B7EC206F30EF423C79A4E59193B | sha256: 626AB99C56B0E2391B8E49321630D7DA14155B7FF6F6C27403D503BE1A448364 | sha512: CC55E00C3B03778DF2F69E6B030B6DD9016469E3A5E0329D4836EC79A191B68CD74F444AD08511E0221C5449D2AD6BC76C1757C715F399518AE5D1841579F3DC
LICENSE.txt
Copyright 2008 "FAKE - F# Make" Project
Copyright 2010 Steffen Forkmann

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

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

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


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

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



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

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

   END OF TERMS AND CONDITIONS

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

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

   Copyright [yyyy] [name of copyright owner]

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

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

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


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

Microsoft Public License (MS-PL)

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

1. Definitions

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

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

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

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

2. Grant of Rights

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

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

3. Conditions and Limitations

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

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

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

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

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


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

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

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

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
FAKE - F# Make 6.0.0 878 Tuesday, February 21, 2023 Approved
FAKE - F# Make 6.0.0-beta001 68 Wednesday, December 21, 2022 Approved
FAKE - F# Make 6.0.0-alpha004 57 Thursday, November 17, 2022 Exempted
FAKE - F# Make 6.0.0-alpha003 55 Friday, November 11, 2022 Exempted
FAKE - F# Make 6.0.0-alpha002 63 Tuesday, November 1, 2022 Exempted
FAKE - F# Make 6.0.0-alpha001 46 Tuesday, November 1, 2022 Exempted
FAKE - F# Make 5.23.1 346 Friday, October 21, 2022 Approved
FAKE - F# Make 5.23.0 194 Monday, August 1, 2022 Approved
FAKE - F# Make 5.23.0-alpha002 74 Friday, July 22, 2022 Approved
FAKE - F# Make 5.23.0-alpha001 63 Friday, July 15, 2022 Approved
FAKE - F# Make 5.22.0 366 Monday, February 14, 2022 Approved
FAKE - F# Make 5.21.1 172 Sunday, January 30, 2022 Approved
FAKE - F# Make 5.21.0 150 Monday, January 24, 2022 Approved
FAKE - F# Make 5.21.0-alpha004 94 Thursday, January 6, 2022 Approved
FAKE - F# Make 5.21.0-alpha003 143 Thursday, November 11, 2021 Approved
FAKE - F# Make 5.20.4 563 Wednesday, March 31, 2021 Approved
FAKE - F# Make 5.20.4-alpha-1658 140 Tuesday, March 30, 2021 Approved
FAKE - F# Make 5.20.4-alpha-1642 300 Friday, October 23, 2020 Approved
FAKE - F# Make 5.20.3 738 Wednesday, August 5, 2020 Approved
FAKE - F# Make 5.20.2 568 Saturday, June 27, 2020 Approved
FAKE - F# Make 5.20.1 300 Saturday, June 13, 2020 Approved
FAKE - F# Make 5.20.1-alpha-1590 258 Thursday, May 7, 2020 Approved
FAKE - F# Make 5.20.0 473 Tuesday, May 5, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1584 224 Tuesday, May 5, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1583 238 Tuesday, May 5, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1580 201 Monday, May 4, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1566 259 Monday, April 13, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1545 281 Saturday, March 7, 2020 Pending Automated Review
FAKE - F# Make 5.20.0-alpha-1535 274 Friday, March 6, 2020 Pending Automated Review
FAKE - F# Make 5.19.2-alpha-1526 196 Thursday, March 5, 2020 Approved
FAKE - F# Make 5.19.1 607 Sunday, February 9, 2020 Approved
FAKE - F# Make 5.19.0 418 Thursday, December 19, 2019 Approved
FAKE - F# Make 5.19.0-alpha-1473 223 Wednesday, December 18, 2019 Approved
FAKE - F# Make 5.19.0-alpha-1439 251 Monday, December 16, 2019 Approved
FAKE - F# Make 5.18.3 556 Monday, November 4, 2019 Approved
FAKE - F# Make 5.18.2 434 Saturday, October 26, 2019 Approved
FAKE - F# Make 5.18.0 403 Sunday, October 20, 2019 Approved
FAKE - F# Make 5.17.0 378 Saturday, October 12, 2019 Approved
FAKE - F# Make 5.16.2-alpha-1304 320 Tuesday, October 8, 2019 Approved
FAKE - F# Make 5.16.1 754 Sunday, August 25, 2019 Approved
FAKE - F# Make 5.16.0 575 Saturday, August 17, 2019 Approved
FAKE - F# Make 5.16.0-alpha-1228 260 Saturday, August 17, 2019 Approved
FAKE - F# Make 5.15.4 600 Tuesday, July 16, 2019 Approved
FAKE - F# Make 5.15.3 421 Wednesday, July 3, 2019 Approved
FAKE - F# Make 5.15.2 369 Wednesday, July 3, 2019 Approved
FAKE - F# Make 5.15.1 383 Monday, July 1, 2019 Approved
FAKE - F# Make 5.15.1-alpha-1104 368 Friday, June 21, 2019 Approved
FAKE - F# Make 5.15.0 536 Monday, June 17, 2019 Approved
FAKE - F# Make 5.14.1 384 Thursday, June 13, 2019 Approved
FAKE - F# Make 5.14.0 395 Wednesday, June 12, 2019 Approved
FAKE - F# Make 5.14.0-alpha-1085 332 Monday, June 10, 2019 Approved
FAKE - F# Make 5.13.7 563 Sunday, May 12, 2019 Approved
FAKE - F# Make 5.13.5 468 Wednesday, May 1, 2019 Approved
FAKE - F# Make 5.13.3 408 Tuesday, April 30, 2019 Approved
FAKE - F# Make 5.13.2 527 Tuesday, April 23, 2019 Approved
FAKE - F# Make 5.13.1 358 Monday, April 22, 2019 Approved
FAKE - F# Make 5.13.0 470 Sunday, April 14, 2019 Approved
FAKE - F# Make 5.13.0-alpha-987 334 Sunday, April 14, 2019 Approved
FAKE - F# Make 5.13.0-alpha-975 393 Sunday, April 14, 2019 Approved
FAKE - F# Make 5.12.6 715 Sunday, March 17, 2019 Approved
FAKE - F# Make 5.12.4 621 Wednesday, February 27, 2019 Approved
FAKE - F# Make 5.12.2 372 Tuesday, February 26, 2019 Approved
FAKE - F# Make 5.12.1 555 Friday, February 15, 2019 Approved
FAKE - F# Make 5.12.0 1039 Saturday, January 12, 2019 Approved
FAKE - F# Make 5.11.1 660 Thursday, December 6, 2018 Approved
FAKE - F# Make 5.11.0 419 Tuesday, December 4, 2018 Approved
FAKE - F# Make 5.10.1 697 Sunday, November 11, 2018 Approved
FAKE - F# Make 5.9.3 664 Monday, October 15, 2018 Approved
FAKE - F# Make 5.9.2 434 Sunday, October 14, 2018 Approved
FAKE - F# Make 5.9.1 369 Saturday, October 13, 2018 Approved
FAKE - F# Make 5.9.0 460 Saturday, October 13, 2018 Approved
FAKE - F# Make 5.8.4 593 Monday, October 8, 2018 Approved
FAKE - F# Make 5.7.2 624 Monday, September 24, 2018 Approved
FAKE - F# Make 5.7.0 395 Sunday, September 23, 2018 Approved
FAKE - F# Make 5.6.2-alpha-494 355 Sunday, September 23, 2018 Approved
FAKE - F# Make 5.6.2-alpha-491 341 Saturday, September 22, 2018 Approved
FAKE - F# Make 5.6.1 558 Sunday, September 9, 2018 Approved
FAKE - F# Make 5.5.1-alpha-403 390 Sunday, August 26, 2018 Approved
FAKE - F# Make 5.5.0 446 Sunday, August 26, 2018 Approved
FAKE - F# Make 5.4.1 499 Thursday, August 16, 2018 Approved
FAKE - F# Make 5.4.0 401 Saturday, August 11, 2018 Approved
FAKE - F# Make 5.3.1 500 Sunday, August 5, 2018 Approved
FAKE - F# Make 5.3.0 512 Monday, July 30, 2018 Approved
FAKE - F# Make 5.2.0 642 Monday, July 9, 2018 Approved
FAKE - F# Make 5.1.0 594 Sunday, June 17, 2018 Approved
FAKE - F# Make 5.0.0 682 Wednesday, June 6, 2018 Approved
FAKE - F# Make 5.0.0-rc018-248 465 Tuesday, June 5, 2018 Exempted
FAKE - F# Make 5.0.0-rc018-244 465 Saturday, June 2, 2018 Exempted
FAKE - F# Make 5.0.0-rc017-237 387 Sunday, May 27, 2018 Exempted
FAKE - F# Make 5.0.0-rc016-225 427 Monday, May 21, 2018 Exempted
FAKE - F# Make 5.0.0-rc015-196 422 Sunday, May 20, 2018 Exempted
FAKE - F# Make 5.0.0-rc014-167 404 Saturday, May 19, 2018 Exempted
FAKE - F# Make 5.0.0-rc013-141 358 Friday, May 18, 2018 Exempted
FAKE - F# Make 5.0.0-rc012-95 431 Saturday, May 12, 2018 Exempted
FAKE - F# Make 5.0.0-rc012-93 363 Saturday, May 12, 2018 Exempted
FAKE - F# Make 5.0.0-rc011 514 Sunday, May 6, 2018 Exempted
FAKE - F# Make 5.0.0-rc010 382 Tuesday, May 1, 2018 Exempted
FAKE - F# Make 5.0.0-rc009 340 Tuesday, May 1, 2018 Exempted
FAKE - F# Make 5.0.0-rc008 438 Thursday, April 26, 2018 Exempted
FAKE - F# Make 5.0.0-rc007 436 Sunday, April 22, 2018 Exempted
FAKE - F# Make 5.0.0-rc006 376 Sunday, April 22, 2018 Exempted
FAKE - F# Make 5.0.0-rc005 437 Sunday, April 15, 2018 Exempted
FAKE - F# Make 5.0.0-rc004 414 Monday, April 9, 2018 Exempted
FAKE - F# Make 5.0.0-rc002 348 Monday, April 9, 2018 Exempted
FAKE - F# Make 5.0.0-rc001 384 Saturday, April 7, 2018 Exempted
FAKE - F# Make 5.0.0-beta029 528 Sunday, March 25, 2018 Exempted
FAKE - F# Make 5.0.0-beta028 350 Saturday, March 24, 2018 Exempted
FAKE - F# Make 5.0.0-beta027 412 Saturday, March 24, 2018 Exempted
FAKE - F# Make 5.0.0-beta026 378 Saturday, March 24, 2018 Exempted
FAKE - F# Make 5.0.0-beta025 463 Monday, March 19, 2018 Exempted
FAKE - F# Make 5.0.0-beta024 637 Friday, March 9, 2018 Exempted
FAKE - F# Make 5.0.0-beta023 518 Sunday, March 4, 2018 Exempted
FAKE - F# Make 5.0.0-beta022 386 Sunday, March 4, 2018 Exempted
FAKE - F# Make 5.0.0-beta021 380 Friday, March 2, 2018 Exempted
FAKE - F# Make 5.0.0-beta020 484 Monday, February 26, 2018 Exempted
FAKE - F# Make 5.0.0-beta019 465 Sunday, February 25, 2018 Exempted
FAKE - F# Make 5.0.0-beta018 439 Monday, February 19, 2018 Exempted
FAKE - F# Make 5.0.0-beta017 385 Sunday, February 18, 2018 Exempted
FAKE - F# Make 5.0.0-beta016 381 Saturday, February 17, 2018 Exempted
FAKE - F# Make 5.0.0-beta015 336 Friday, February 16, 2018 Exempted
FAKE - F# Make 5.0.0-beta014 414 Saturday, February 10, 2018 Exempted
FAKE - F# Make 5.0.0-beta013 470 Saturday, February 3, 2018 Exempted
FAKE - F# Make 5.0.0-beta012 427 Sunday, January 28, 2018 Exempted
FAKE - F# Make 5.0.0-beta011 381 Saturday, January 27, 2018 Exempted
FAKE - F# Make 5.0.0-beta010 670 Saturday, October 28, 2017 Exempted
FAKE - F# Make 5.0.0-beta009 381 Saturday, October 28, 2017 Exempted
FAKE - F# Make 5.0.0-beta008 465 Monday, October 23, 2017 Exempted
FAKE - F# Make 5.0.0-beta007 410 Monday, October 23, 2017 Exempted
FAKE - F# Make 5.0.0-beta006 404 Sunday, October 22, 2017 Exempted
FAKE - F# Make 5.0.0-beta005 522 Monday, October 2, 2017 Exempted
FAKE - F# Make 5.0.0-beta004 417 Monday, October 2, 2017 Exempted
FAKE - F# Make 5.0.0-beta003 498 Tuesday, September 26, 2017 Exempted
FAKE - F# Make 5.0.0-beta002 397 Monday, September 25, 2017 Exempted
FAKE - F# Make 5.0.0-beta001 395 Monday, September 25, 2017 Exempted
FAKE - F# Make 5.0.0-alpha018 376 Sunday, September 24, 2017 Exempted
FAKE - F# Make 5.0.0-alpha017 375 Saturday, September 23, 2017 Exempted
FAKE - F# Make 5.0.0-alpha016 383 Saturday, September 23, 2017 Exempted
FAKE - F# Make 5.0.0-alpha015 656 Sunday, August 27, 2017 Exempted
FAKE - F# Make 5.0.0-alpha014 498 Friday, July 28, 2017 Exempted
FAKE - F# Make 5.0.0-alpha013 462 Wednesday, July 26, 2017 Exempted
FAKE - F# Make 5.0.0-alpha012 425 Tuesday, July 25, 2017 Exempted
FAKE - F# Make 5.0.0-alpha011 438 Monday, July 24, 2017 Exempted
FAKE - F# Make 5.0.0-alpha010 590 Monday, June 12, 2017 Exempted
FAKE - F# Make 5.0.0-alpha009 551 Saturday, May 27, 2017 Exempted
FAKE - F# Make 5.0.0-alpha004 646 Saturday, April 22, 2017 Exempted
FAKE - F# Make 5.0.0-alpha003 524 Friday, April 21, 2017 Exempted

BUGFIX: MSBuild.build adds a bad string at the end of properties, thanks @0x53A - https://github.com/fsprojects/FAKE/issues/2738
BUGFIX: Allow setting Msbuild max cpu on Linux, thanks @TheAngryByrd - https://github.com/fsprojects/FAKE/pull/2772
ENHANCEMENT: Added shorthash to git functions, thanks @voronoipotato - https://github.com/fsprojects/FAKE/pull/2752
ENHANCEMENT: Support for /tl:[auto:on:off] msbuild flag, thanks @smoothdeveloper - https://github.com/fsprojects/FAKE/pull/2768
ENHANCEMENT: Fixes for usage in .NET 8.0 enviroment projects.
ENHANCEMENT: Add Context.setExecutionContextFromCommandLineArgs, thanks @cataggar - https://github.com/fsprojects/FAKE/pull/2750


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