1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/appboxfuture-appbox.deploy.win

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
appbox.AppContainer.deps.json 90 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
enjoycode Отправлено 24.04.2020 09:35 288273b
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214
{
"compilationOptions": {},
"libraries": {
"CassandraCSharpDriver/3.14.0": {
"hashPath": "cassandracsharpdriver.3.14.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-sSXAxtpmBVvGIdhzSMYzrTFNxqzHMO55s3nThlEkjlYam7nLUFy5s2vO5EUiNwmNuGgUPOoxB9FNJKKAiFCGaA==",
"type": "package"
},
"FastExpressionCompiler/1.10.1": {
"hashPath": "fastexpressioncompiler.1.10.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-eKx6sgmLKAdA4bKWXY8azLTxQz9MStDsbPBHY3wJ8ABNxpLG7w8eWBuITumJK3mI8c/9cdFod06RliDYuGLzzg==",
"type": "package"
},
"Google.Protobuf/3.9.1": {
"hashPath": "google.protobuf.3.9.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-MV9xJkpm2Jbe30XGwyPH4Xn0LwutWn6UEoLo2djfG2ouK2cBVrlcP4sJPfLrRVFzRutmGHoWUHdHFsq1qiRV5A==",
"type": "package"
},
"Microsoft.Extensions.Configuration.Abstractions/3.1.1": {
"hashPath": "microsoft.extensions.configuration.abstractions.3.1.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-Msu6IzxV486nNmsasJQXB/c44DiVz7FqXCjIBnvmG2M8NGaVDIQra1qff9cEEkhqa+dGH+jf3mdggm8w9eX7BQ==",
"type": "package"
},
"Microsoft.Extensions.Configuration.Binder/3.1.1": {
"hashPath": "microsoft.extensions.configuration.binder.3.1.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-4J+01OANCMbFEF0bu9hID3m61emMwU2m13WXYrZDCIoxneMPWdWFzpLmsMqT8kIPgCgb2+SQ/1UAQcGCH/ASIQ==",
"type": "package"
},
"Microsoft.Extensions.Configuration/3.1.1": {
"hashPath": "microsoft.extensions.configuration.3.1.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-LHbdc7ZBzKOqmvGpK1EkEqpFllPa3IOrEI7dIu+BZwr6A10zBpe2XpZHeNh87DGjEfHcAItwvh/Slah8tbnr7Q==",
"type": "package"
},
"Microsoft.Extensions.DependencyInjection.Abstractions/3.1.1": {
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.3.1.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-uKZr5b4w9nQE6UAXS4PqBFbg2qe6kS+pdsCbDG2kHjUaWT/B7EOcDraoR52H/4BoBIEH3By5co6Wioru7+v9Zg==",
"type": "package"
},
"Microsoft.Extensions.DependencyInjection/3.1.1": {
"hashPath": "microsoft.extensions.dependencyinjection.3.1.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-Jg48cM12C8iqjpFMNXWEmJR/2jnmScV8Y8txVOayycLqHatLV2Cn4wuwj56KSOc/xVWwlWmq9Y5ebDH6awnexw==",
"type": "package"
},
"Microsoft.Extensions.Logging.Abstractions/3.1.1": {
"hashPath": "microsoft.extensions.logging.abstractions.3.1.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-4/1BLjd9Zvc87xlhfkIsAlHOgMnGJBQFIEmO3CUKLrf38nIFp3W7X+JoFiRmn20WAi5+l2sgUWS4ixaIuB3S0g==",
"type": "package"
},
"Microsoft.Extensions.Logging/3.1.1": {
"hashPath": "microsoft.extensions.logging.3.1.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-SykGku44CIQJRM+eUzB61bGVNv0Lmgx70UAmhu1XLFXhP4I0rBSNJusfOlEpDN8T5JQsykIuM2lOd8J8nTnfAg==",
"type": "package"
},
"Microsoft.Extensions.Options/3.1.1": {
"hashPath": "microsoft.extensions.options.3.1.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-p2faCNhzXyG5oLLOV8n8dwg2rfqS4aRpIWu4qgwZMq+al3133mAQ+Hb822iwRoj3qnKM8zY4A6Jz/Vm/xWHvrA==",
"type": "package"
},
"Microsoft.Extensions.Primitives/3.1.1": {
"hashPath": "microsoft.extensions.primitives.3.1.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-tC5Eo5DbJA+NgiIw26R5c97N02tFvtfqstUxqb/4qXPLXI2IAIWSMUkh/1c9Gw59TT9hNkLwlmLErSPlHgyJVQ==",
"type": "package"
},
"Microsoft.NETCore.Platforms/2.0.0": {
"hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
"type": "package"
},
"Microsoft.NETCore.Targets/1.1.3": {
"hashPath": "microsoft.netcore.targets.1.1.3.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==",
"type": "package"
},
"Microsoft.Win32.Primitives/4.3.0": {
"hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
"type": "package"
},
"Microsoft.Win32.Registry/4.5.0": {
"hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==",
"type": "package"
},
"NETStandard.Library/1.6.1": {
"hashPath": "netstandard.library.1.6.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
"type": "package"
},
"Newtonsoft.Json/11.0.2": {
"hashPath": "newtonsoft.json.11.0.2.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
"type": "package"
},
"Npgsql/4.1.2": {
"hashPath": "npgsql.4.1.2.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-41Nht/GnC/cRCA/2T9vq5NAv8m24RDp3paRhJCMc8ipOURH6zDZAQFe8mcLq1hAgMkK1Wy8VoRYL/8Op+L6OCg==",
"type": "package"
},
"System.AppContext/4.3.0": {
"hashPath": "system.appcontext.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
"type": "package"
},
"System.Buffers/4.3.0": {
"hashPath": "system.buffers.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
"type": "package"
},
"System.CodeDom/4.5.0": {
"hashPath": "system.codedom.4.5.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-gqpR1EeXOuzNQWL7rOzmtdIz3CaXVjSQCiaGOs2ivjPwynKSJYm39X81fdlp7WuojZs/Z5t1k5ni7HtKQurhjw==",
"type": "package"
},
"System.Collections.Concurrent/4.3.0": {
"hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
"type": "package"
},
"System.Collections/4.3.0": {
"hashPath": "system.collections.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
"type": "package"
},
"System.Console/4.3.0": {
"hashPath": "system.console.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
"type": "package"
},
"System.Diagnostics.Debug/4.3.0": {
"hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
"type": "package"
},
"System.Diagnostics.DiagnosticSource/4.3.0": {
"hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
"type": "package"
},
"System.Diagnostics.Tools/4.3.0": {
"hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
"type": "package"
},
"System.Diagnostics.Tracing/4.3.0": {
"hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
"type": "package"
},
"System.Dynamic.Runtime/4.0.11": {
"hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==",
"type": "package"
},
"System.Globalization.Calendars/4.3.0": {
"hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
"type": "package"
},
"System.Globalization.Extensions/4.3.0": {
"hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
"type": "package"
},
"System.Globalization/4.3.0": {
"hashPath": "system.globalization.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
"type": "package"
},
"System.IO.Compression.ZipFile/4.3.0": {
"hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
"type": "package"
},
"System.IO.Compression/4.3.0": {
"hashPath": "system.io.compression.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
"type": "package"
},
"System.IO.FileSystem.Primitives/4.3.0": {
"hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
"type": "package"
},
"System.IO.FileSystem/4.3.0": {
"hashPath": "system.io.filesystem.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
"type": "package"
},
"System.IO/4.3.0": {
"hashPath": "system.io.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
"type": "package"
},
"System.Linq.Expressions/4.3.0": {
"hashPath": "system.linq.expressions.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
"type": "package"
},
"System.Linq/4.3.0": {
"hashPath": "system.linq.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
"type": "package"
},
"System.Management/4.5.0": {
"hashPath": "system.management.4.5.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-Z6ac0qPGr3yJtwZEX1SRkhwWa0Kf5NJxx7smLboYsGrApQFECNFdqhGy252T4lrZ5Nwzhd9VQiaifndR3bfHdg==",
"type": "package"
},
"System.Memory/4.5.2": {
"hashPath": "system.memory.4.5.2.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-fvq1GNmUFwbKv+aLVYYdgu/+gc8Nu9oFujOxIjPrsf+meis9JBzTPDL6aP/eeGOz9yPj6rRLUbOjKMpsMEWpNg==",
"type": "package"
},
"System.Net.Http/4.3.2": {
"hashPath": "system.net.http.4.3.2.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-y7hv0o0weI0j0mvEcBOdt1F3CAADiWlcw3e54m8TfYiRmBPDIsHElx8QUPDlY4x6yWXKPGN0Z2TuXCTPgkm5WQ==",
"type": "package"
},
"System.Net.NameResolution/4.3.0": {
"hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==",
"type": "package"
},
"System.Net.Primitives/4.3.0": {
"hashPath": "system.net.primitives.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
"type": "package"
},
"System.Net.Sockets/4.3.0": {
"hashPath": "system.net.sockets.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
"type": "package"
},
"System.ObjectModel/4.3.0": {
"hashPath": "system.objectmodel.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
"type": "package"
},
"System.Private.Uri/4.3.0": {
"hashPath": "system.private.uri.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==",
"type": "package"
},
"System.Reflection.Emit.ILGeneration/4.3.0": {
"hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
"type": "package"
},
"System.Reflection.Emit.Lightweight/4.3.0": {
"hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
"type": "package"
},
"System.Reflection.Emit/4.3.0": {
"hashPath": "system.reflection.emit.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
"type": "package"
},
"System.Reflection.Extensions/4.3.0": {
"hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
"type": "package"
},
"System.Reflection.Primitives/4.3.0": {
"hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
"type": "package"
},
"System.Reflection.TypeExtensions/4.3.0": {
"hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
"type": "package"
},
"System.Reflection/4.3.0": {
"hashPath": "system.reflection.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
"type": "package"
},
"System.Resources.ResourceManager/4.3.0": {
"hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
"type": "package"
},
"System.Runtime.CompilerServices.Unsafe/4.6.0": {
"hashPath": "system.runtime.compilerservices.unsafe.4.6.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-HxozeSlipUK7dAroTYwIcGwKDeOVpQnJlpVaOkBz7CM4TsE5b/tKlQBZecTjh6FzcSbxndYaxxpsBMz+wMJeyw==",
"type": "package"
},
"System.Runtime.Extensions/4.3.1": {
"hashPath": "system.runtime.extensions.4.3.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-qAtKMcHOAq9/zKkl0dwvF0T0pmgCQxX1rC49rJXoU8jq+lw6MC3uXy7nLFmjEI20T3Aq069eWz4LcYR64vEmJw==",
"type": "package"
},
"System.Runtime.Handles/4.3.0": {
"hashPath": "system.runtime.handles.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
"type": "package"
},
"System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
"hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
"type": "package"
},
"System.Runtime.InteropServices/4.3.0": {
"hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
"type": "package"
},
"System.Runtime.Numerics/4.3.0": {
"hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
"type": "package"
},
"System.Runtime/4.3.1": {
"hashPath": "system.runtime.4.3.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-abhfv1dTK6NXOmu4bgHIONxHyEqFjW8HwXPmpY9gmll+ix9UNo4XDcmzJn6oLooftxNssVHdJC1pGT9jkSynQg==",
"type": "package"
},
"System.Security.AccessControl/4.5.0": {
"hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
"type": "package"
},
"System.Security.Cryptography.Algorithms/4.3.0": {
"hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
"type": "package"
},
"System.Security.Cryptography.Cng/4.3.0": {
"hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
"type": "package"
},
"System.Security.Cryptography.Csp/4.3.0": {
"hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
"type": "package"
},
"System.Security.Cryptography.Encoding/4.3.0": {
"hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
"type": "package"
},
"System.Security.Cryptography.OpenSsl/4.3.0": {
"hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
"type": "package"
},
"System.Security.Cryptography.Primitives/4.3.0": {
"hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
"type": "package"
},
"System.Security.Cryptography.X509Certificates/4.3.0": {
"hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
"type": "package"
},
"System.Security.Principal.Windows/4.5.0": {
"hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
"type": "package"
},
"System.Text.Encoding.Extensions/4.3.0": {
"hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
"type": "package"
},
"System.Text.Encoding/4.3.0": {
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
"type": "package"
},
"System.Text.Json/4.7.0": {
"hashPath": "system.text.json.4.7.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-IPq/x/d5nAcnD3vIyM3AbPOaTgcqrh0AqPSx7U53UFu3M6k1TH1u/eXc9/h4jm/3mpP1WRUpevlPY4PACd7AWw==",
"type": "package"
},
"System.Text.RegularExpressions/4.3.0": {
"hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
"type": "package"
},
"System.Threading.Overlapped/4.3.0": {
"hashPath": "system.threading.overlapped.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==",
"type": "package"
},
"System.Threading.Tasks.Dataflow/4.6.0": {
"hashPath": "system.threading.tasks.dataflow.4.6.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-2hRjGu2r2jxRZ55wmcHO/WbdX+YAOz9x6FE8xqkHZgPaoFMKQZRe9dk8xTZIas8fRjxRmzawnTEWIrhlM+Un7w==",
"type": "package"
},
"System.Threading.Tasks.Extensions/4.5.1": {
"hashPath": "system.threading.tasks.extensions.4.5.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-WSKUTtLhPR8gllzIWO2x6l4lmAIfbyMAiTlyXAis4QBDonXK4b4S6F8zGARX4/P8wH3DH+sLdhamCiHn+fTU1A==",
"type": "package"
},
"System.Threading.Tasks/4.3.0": {
"hashPath": "system.threading.tasks.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
"type": "package"
},
"System.Threading.Timer/4.3.0": {
"hashPath": "system.threading.timer.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
"type": "package"
},
"System.Threading/4.3.0": {
"hashPath": "system.threading.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
"type": "package"
},
"System.Xml.ReaderWriter/4.3.0": {
"hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
"type": "package"
},
"System.Xml.XDocument/4.3.0": {
"hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
"type": "package"
},
"appbox.AppContainer/1.0.0": {
"path": "./",
"serviceable": false,
"sha512": "",
"type": "project"
},
"appbox.Core/1.0.0": {
"path": "./",
"serviceable": false,
"sha512": "",
"type": "project"
},
"appbox.Server/1.0.0": {
"path": "./",
"serviceable": false,
"sha512": "",
"type": "project"
},
"appbox.Store.Cassandra/1.0.0": {
"path": "./",
"serviceable": false,
"sha512": "",
"type": "project"
},
"appbox.Store.PostgreSQL/1.0.0": {
"path": "./",
"serviceable": false,
"sha512": "",
"type": "project"
},
"appbox.Store/1.0.0": {
"path": "./",
"serviceable": false,
"sha512": "",
"type": "project"
},
"runtime.any.System.Collections/4.3.0": {
"hashPath": "runtime.any.system.collections.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==",
"type": "package"
},
"runtime.any.System.Diagnostics.Tools/4.3.0": {
"hashPath": "runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==",
"type": "package"
},
"runtime.any.System.Diagnostics.Tracing/4.3.0": {
"hashPath": "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==",
"type": "package"
},
"runtime.any.System.Globalization.Calendars/4.3.0": {
"hashPath": "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==",
"type": "package"
},
"runtime.any.System.Globalization/4.3.0": {
"hashPath": "runtime.any.system.globalization.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==",
"type": "package"
},
"runtime.any.System.IO/4.3.0": {
"hashPath": "runtime.any.system.io.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==",
"type": "package"
},
"runtime.any.System.Reflection.Extensions/4.3.0": {
"hashPath": "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==",
"type": "package"
},
"runtime.any.System.Reflection.Primitives/4.3.0": {
"hashPath": "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==",
"type": "package"
},
"runtime.any.System.Reflection/4.3.0": {
"hashPath": "runtime.any.system.reflection.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==",
"type": "package"
},
"runtime.any.System.Resources.ResourceManager/4.3.0": {
"hashPath": "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==",
"type": "package"
},
"runtime.any.System.Runtime.Handles/4.3.0": {
"hashPath": "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==",
"type": "package"
},
"runtime.any.System.Runtime.InteropServices/4.3.0": {
"hashPath": "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==",
"type": "package"
},
"runtime.any.System.Runtime/4.3.0": {
"hashPath": "runtime.any.system.runtime.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==",
"type": "package"
},
"runtime.any.System.Text.Encoding.Extensions/4.3.0": {
"hashPath": "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==",
"type": "package"
},
"runtime.any.System.Text.Encoding/4.3.0": {
"hashPath": "runtime.any.system.text.encoding.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==",
"type": "package"
},
"runtime.any.System.Threading.Tasks/4.3.0": {
"hashPath": "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==",
"type": "package"
},
"runtime.any.System.Threading.Timer/4.3.0": {
"hashPath": "runtime.any.system.threading.timer.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==",
"type": "package"
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
"type": "package"
},
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
"type": "package"
},
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
"type": "package"
},
"runtime.native.System.IO.Compression/4.3.0": {
"hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
"type": "package"
},
"runtime.native.System.Net.Http/4.3.0": {
"hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
"type": "package"
},
"runtime.native.System.Security.Cryptography.Apple/4.3.0": {
"hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-jwjwlEL0Elv6gwoyaokRn12nv/JE+UW/DXJEbzhjCPvGbef36StnHKc9XaZD/rGWqYicrphZ7eumR/jdmNcjRg==",
"type": "package"
},
"runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
"type": "package"
},
"runtime.native.System/4.3.0": {
"hashPath": "runtime.native.system.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
"type": "package"
},
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
"type": "package"
},
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-G2+96gYRbzp1JZCID6B+u2XJ0bs2wCubd6rE3+Tj436dKfnciF7YgsLi2VvLeJq6kxYyU4IJrVrpCvC8Yf6bhA==",
"type": "package"
},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
"hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-Kh9W4agE0r/hK8AX1LvyQI2NrKHBL8pO0gRoDTdDb0LL6Ta1Z2OtFx3lOaAE0ZpCUc/dt9Wzs3rA7a3IsKdOVA==",
"type": "package"
},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
"type": "package"
},
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-T5NvFgmHX0WH4c7lP72krsnk+IJI10vJf2j2twGE+5QBRA4RyRAgD+ZjEgdmpLOjW4B+nZGaadewTCUcR899OQ==",
"type": "package"
},
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-JGc0pAWRE8lB4Ucygk2pYSKbUPLlAIq6Bczf5/WF2D/VKJEPtYlVUMxk8fbl1zRfTWzSHi+VcFZlaPlWiNxeKg==",
"type": "package"
},
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
"type": "package"
},
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
"type": "package"
},
"runtime.win.Microsoft.Win32.Primitives/4.3.0": {
"hashPath": "runtime.win.microsoft.win32.primitives.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-NU51SEt/ZaD2MF48sJ17BIqx7rjeNNLXUevfMOjqQIetdndXwYjZfZsT6jD+rSWp/FYxjesdK4xUSl4OTEI0jw==",
"type": "package"
},
"runtime.win.System.Console/4.3.1": {
"hashPath": "runtime.win.system.console.4.3.1.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-vHPXC3B18dxhyipVce8xQT1MQv1o5srYZqBlCNu9p9MNjhgGOntdQh/Xh2X4o7M2F839YUcQiGwu8Q498FyDjg==",
"type": "package"
},
"runtime.win.System.Diagnostics.Debug/4.3.0": {
"hashPath": "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==",
"type": "package"
},
"runtime.win.System.IO.FileSystem/4.3.0": {
"hashPath": "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==",
"type": "package"
},
"runtime.win.System.Net.Primitives/4.3.0": {
"hashPath": "runtime.win.system.net.primitives.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-lkXXykakvXUU+Zq2j0pC6EO20lEhijjqMc01XXpp1CJN+DeCwl3nsj4t5Xbpz3kA7yQyTqw6d9SyIzsyLsV3zA==",
"type": "package"
},
"runtime.win.System.Net.Sockets/4.3.0": {
"hashPath": "runtime.win.system.net.sockets.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-FK/2gX6MmuLIKNCGsV59Fe4IYrLrI5n9pQ1jh477wiivEM/NCXDT2dRetH5FSfY0bQ+VgTLcS3zcmjQ8my3nxQ==",
"type": "package"
},
"runtime.win.System.Runtime.Extensions/4.3.0": {
"hashPath": "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512",
"path": "./",
"serviceable": true,
"sha512": "sha512-RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==",
"type": "package"
},
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.1": {
"path": "./",
"serviceable": false,
"sha512": "",
"type": "runtimepack"
}
},
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1/win-x64",
"signature": ""
},
"targets": {
".NETCoreApp,Version=v3.1": {},
".NETCoreApp,Version=v3.1/win-x64": {
"CassandraCSharpDriver/3.14.0": {
"dependencies": {
"Microsoft.Extensions.Logging": "3.1.1",
"Microsoft.Extensions.Logging.Abstractions": "3.1.1",
"Newtonsoft.Json": "11.0.2",
"System.Management": "4.5.0",
"System.Net.Http": "4.3.2",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
"System.Threading.Tasks.Dataflow": "4.6.0"
},
"runtime": {
"./Cassandra.dll": {}
}
},
"FastExpressionCompiler/1.10.1": {
"dependencies": {
"NETStandard.Library": "1.6.1",
"System.Reflection.Emit.Lightweight": "4.3.0"
},
"runtime": {
"./FastExpressionCompiler.dll": {}
}
},
"Google.Protobuf/3.9.1": {
"dependencies": {
"System.Memory": "4.5.2"
},
"runtime": {
"./Google.Protobuf.dll": {}
}
},
"Microsoft.Extensions.Configuration.Abstractions/3.1.1": {
"dependencies": {
"Microsoft.Extensions.Primitives": "3.1.1"
},
"runtime": {
"./Microsoft.Extensions.Configuration.Abstractions.dll": {}
}
},
"Microsoft.Extensions.Configuration.Binder/3.1.1": {
"dependencies": {
"Microsoft.Extensions.Configuration": "3.1.1"
},
"runtime": {
"./Microsoft.Extensions.Configuration.Binder.dll": {}
}
},
"Microsoft.Extensions.Configuration/3.1.1": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "3.1.1"
},
"runtime": {
"./Microsoft.Extensions.Configuration.dll": {}
}
},
"Microsoft.Extensions.DependencyInjection.Abstractions/3.1.1": {
"runtime": {
"./Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
}
},
"Microsoft.Extensions.DependencyInjection/3.1.1": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.1"
},
"runtime": {
"./Microsoft.Extensions.DependencyInjection.dll": {}
}
},
"Microsoft.Extensions.Logging.Abstractions/3.1.1": {
"runtime": {
"./Microsoft.Extensions.Logging.Abstractions.dll": {}
}
},
"Microsoft.Extensions.Logging/3.1.1": {
"dependencies": {
"Microsoft.Extensions.Configuration.Binder": "3.1.1",
"Microsoft.Extensions.DependencyInjection": "3.1.1",
"Microsoft.Extensions.Logging.Abstractions": "3.1.1",
"Microsoft.Extensions.Options": "3.1.1"
},
"runtime": {
"./Microsoft.Extensions.Logging.dll": {}
}
},
"Microsoft.Extensions.Options/3.1.1": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.1",
"Microsoft.Extensions.Primitives": "3.1.1"
},
"runtime": {
"./Microsoft.Extensions.Options.dll": {}
}
},
"Microsoft.Extensions.Primitives/3.1.1": {
"runtime": {
"./Microsoft.Extensions.Primitives.dll": {}
}
},
"Microsoft.NETCore.Platforms/2.0.0": {},
"Microsoft.NETCore.Targets/1.1.3": {},
"Microsoft.Win32.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"runtime.win.Microsoft.Win32.Primitives": "4.3.0"
}
},
"Microsoft.Win32.Registry/4.5.0": {
"dependencies": {
"System.Security.AccessControl": "4.5.0",
"System.Security.Principal.Windows": "4.5.0"
}
},
"NETStandard.Library/1.6.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.Win32.Primitives": "4.3.0",
"System.AppContext": "4.3.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Console": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"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.3.0",
"System.IO.Compression.ZipFile": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.Net.Http": "4.3.2",
"System.Net.Primitives": "4.3.0",
"System.Net.Sockets": "4.3.0",
"System.ObjectModel": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"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.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Text.RegularExpressions": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"System.Threading.Timer": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0",
"System.Xml.XDocument": "4.3.0"
}
},
"Newtonsoft.Json/11.0.2": {
"runtime": {
"./Newtonsoft.Json.dll": {}
}
},
"Npgsql/4.1.2": {
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "4.6.0"
},
"runtime": {
"./Npgsql.dll": {}
}
},
"System.AppContext/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.1"
}
},
"System.Buffers/4.3.0": {
"dependencies": {
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Threading": "4.3.0"
}
},
"System.CodeDom/4.5.0": {
"runtime": {
"./System.CodeDom.dll": {}
}
},
"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/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"runtime.any.System.Collections": "4.3.0"
}
},
"System.Console/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.IO": "4.3.0",
"System.Runtime": "4.3.1",
"System.Text.Encoding": "4.3.0",
"runtime.win.System.Console": "4.3.1"
}
},
"System.Diagnostics.Debug/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"runtime.win.System.Diagnostics.Debug": "4.3.0"
}
},
"System.Diagnostics.DiagnosticSource/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.1",
"System.Threading": "4.3.0"
}
},
"System.Diagnostics.Tools/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"runtime.any.System.Diagnostics.Tools": "4.3.0"
}
},
"System.Diagnostics.Tracing/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"runtime.any.System.Diagnostics.Tracing": "4.3.0"
}
},
"System.Dynamic.Runtime/4.0.11": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.ObjectModel": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Emit": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "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.Globalization.Calendars/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Globalization": "4.3.0",
"System.Runtime": "4.3.1",
"runtime.any.System.Globalization.Calendars": "4.3.0"
}
},
"System.Globalization.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Globalization": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.InteropServices": "4.3.0"
}
},
"System.Globalization/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"runtime.any.System.Globalization": "4.3.0"
}
},
"System.IO.Compression.ZipFile/4.3.0": {
"dependencies": {
"System.Buffers": "4.3.0",
"System.IO": "4.3.0",
"System.IO.Compression": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Text.Encoding": "4.3.0"
}
},
"System.IO.Compression/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Buffers": "4.3.0",
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.IO.Compression": "4.3.0"
}
},
"System.IO.FileSystem.Primitives/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.1"
}
},
"System.IO.FileSystem/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"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",
"runtime.win.System.IO.FileSystem": "4.3.0"
}
},
"System.IO/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"runtime.any.System.IO": "4.3.0"
}
},
"System.Linq.Expressions/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Linq": "4.3.0",
"System.ObjectModel": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Emit": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Emit.Lightweight": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "4.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.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.Management/4.5.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.Win32.Registry": "4.5.0",
"System.CodeDom": "4.5.0"
},
"runtime": {
"./System.Management.dll": {}
}
},
"System.Memory/4.5.2": {},
"System.Net.Http/4.3.2": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.DiagnosticSource": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Globalization": "4.3.0",
"System.Globalization.Extensions": "4.3.0",
"System.IO": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.Net.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.OpenSsl": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.Net.Http": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
"System.Net.NameResolution/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Collections": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Globalization": "4.3.0",
"System.Net.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Principal.Windows": "4.5.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"runtime.native.System": "4.3.0"
}
},
"System.Net.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"runtime.win.System.Net.Primitives": "4.3.0"
}
},
"System.Net.Sockets/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.IO": "4.3.0",
"System.Net.Primitives": "4.3.0",
"System.Runtime": "4.3.1",
"System.Threading.Tasks": "4.3.0",
"runtime.win.System.Net.Sockets": "4.3.0"
}
},
"System.ObjectModel/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Threading": "4.3.0"
}
},
"System.Private.Uri/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3"
}
},
"System.Reflection.Emit.ILGeneration/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.1"
}
},
"System.Reflection.Emit.Lightweight/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.1"
}
},
"System.Reflection.Emit/4.3.0": {
"dependencies": {
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.1"
}
},
"System.Reflection.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.1",
"runtime.any.System.Reflection.Extensions": "4.3.0"
}
},
"System.Reflection.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"runtime.any.System.Reflection.Primitives": "4.3.0"
}
},
"System.Reflection.TypeExtensions/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.1"
}
},
"System.Reflection/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.IO": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.1",
"runtime.any.System.Reflection": "4.3.0"
}
},
"System.Resources.ResourceManager/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Globalization": "4.3.0",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.1",
"runtime.any.System.Resources.ResourceManager": "4.3.0"
}
},
"System.Runtime.CompilerServices.Unsafe/4.6.0": {},
"System.Runtime.Extensions/4.3.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"runtime.win.System.Runtime.Extensions": "4.3.0"
}
},
"System.Runtime.Handles/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"runtime.any.System.Runtime.Handles": "4.3.0"
}
},
"System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.InteropServices": "4.3.0",
"System.Threading": "4.3.0",
"runtime.native.System": "4.3.0"
}
},
"System.Runtime.InteropServices/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"runtime.any.System.Runtime.InteropServices": "4.3.0"
}
},
"System.Runtime.Numerics/4.3.0": {
"dependencies": {
"System.Globalization": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1"
}
},
"System.Runtime/4.3.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"runtime.any.System.Runtime": "4.3.0"
}
},
"System.Security.AccessControl/4.5.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Security.Principal.Windows": "4.5.0"
}
},
"System.Security.Cryptography.Algorithms/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Collections": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"runtime.native.System.Security.Cryptography.Apple": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
"System.Security.Cryptography.Cng/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0"
}
},
"System.Security.Cryptography.Csp/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Security.Cryptography.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Linq": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
"System.Security.Cryptography.OpenSsl/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.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.OpenSsl": "4.3.0"
}
},
"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.X509Certificates/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.Globalization.Calendars": "4.3.0",
"System.IO": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Cng": "4.3.0",
"System.Security.Cryptography.Csp": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.OpenSsl": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.Net.Http": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
"System.Security.Principal.Windows/4.5.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0"
}
},
"System.Text.Encoding.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"System.Text.Encoding": "4.3.0",
"runtime.any.System.Text.Encoding.Extensions": "4.3.0"
}
},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"runtime.any.System.Text.Encoding": "4.3.0"
}
},
"System.Text.Json/4.7.0": {},
"System.Text.RegularExpressions/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.1"
}
},
"System.Threading.Overlapped/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Handles": "4.3.0"
}
},
"System.Threading.Tasks.Dataflow/4.6.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Dynamic.Runtime": "4.0.11",
"System.Linq": "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.Threading.Tasks.Extensions/4.5.1": {},
"System.Threading.Tasks/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"runtime.any.System.Threading.Tasks": "4.3.0"
}
},
"System.Threading.Timer/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.1",
"runtime.any.System.Threading.Timer": "4.3.0"
}
},
"System.Threading/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.1",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Xml.ReaderWriter/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.InteropServices": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Text.RegularExpressions": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"System.Threading.Tasks.Extensions": "4.5.1"
}
},
"System.Xml.XDocument/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0"
}
},
"appbox.AppContainer/1.0.0": {
"dependencies": {
"Microsoft.Extensions.Logging": "3.1.1",
"appbox.Core": "1.0.0",
"appbox.Server": "1.0.0",
"appbox.Store": "1.0.0",
"appbox.Store.Cassandra": "1.0.0",
"appbox.Store.PostgreSQL": "1.0.0",
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "3.1.1"
},
"runtime": {
"./appbox.AppContainer.dll": {}
}
},
"appbox.Core/1.0.0": {
"dependencies": {
"Newtonsoft.Json": "11.0.2",
"System.Memory": "4.5.2",
"System.Text.Json": "4.7.0",
"System.Threading.Tasks.Extensions": "4.5.1"
},
"runtime": {
"./appbox.Core.dll": {}
}
},
"appbox.Server/1.0.0": {
"dependencies": {
"appbox.Core": "1.0.0"
},
"runtime": {
"./appbox.Server.dll": {}
}
},
"appbox.Store.Cassandra/1.0.0": {
"dependencies": {
"CassandraCSharpDriver": "3.14.0",
"appbox.Store": "1.0.0"
},
"runtime": {
"./appbox.Store.Cassandra.dll": {}
}
},
"appbox.Store.PostgreSQL/1.0.0": {
"dependencies": {
"Npgsql": "4.1.2",
"appbox.Store": "1.0.0"
},
"runtime": {
"./appbox.Store.PostgreSQL.dll": {}
}
},
"appbox.Store/1.0.0": {
"dependencies": {
"FastExpressionCompiler": "1.10.1",
"Google.Protobuf": "3.9.1",
"System.Runtime.Extensions": "4.3.1",
"appbox.Core": "1.0.0",
"appbox.Server": "1.0.0"
},
"runtime": {
"./appbox.Store.dll": {}
}
},
"runtime.any.System.Collections/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.1"
}
},
"runtime.any.System.Diagnostics.Tools/4.3.0": {},
"runtime.any.System.Diagnostics.Tracing/4.3.0": {},
"runtime.any.System.Globalization.Calendars/4.3.0": {},
"runtime.any.System.Globalization/4.3.0": {},
"runtime.any.System.IO/4.3.0": {},
"runtime.any.System.Reflection.Extensions/4.3.0": {},
"runtime.any.System.Reflection.Primitives/4.3.0": {},
"runtime.any.System.Reflection/4.3.0": {},
"runtime.any.System.Resources.ResourceManager/4.3.0": {},
"runtime.any.System.Runtime.Handles/4.3.0": {},
"runtime.any.System.Runtime.InteropServices/4.3.0": {},
"runtime.any.System.Runtime/4.3.0": {
"dependencies": {
"System.Private.Uri": "4.3.0"
}
},
"runtime.any.System.Text.Encoding.Extensions/4.3.0": {},
"runtime.any.System.Text.Encoding/4.3.0": {},
"runtime.any.System.Threading.Tasks/4.3.0": {},
"runtime.any.System.Threading.Timer/4.3.0": {},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.native.System.IO.Compression/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3"
}
},
"runtime.native.System.Net.Http/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3"
}
},
"runtime.native.System.Security.Cryptography.Apple/4.3.0": {
"dependencies": {
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
}
},
"runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"dependencies": {
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
"runtime.native.System/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3"
}
},
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.win.Microsoft.Win32.Primitives/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.1",
"System.Runtime.InteropServices": "4.3.0"
}
},
"runtime.win.System.Console/4.3.1": {
"dependencies": {
"System.IO": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.InteropServices": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"runtime.win.System.Diagnostics.Debug/4.3.0": {},
"runtime.win.System.IO.FileSystem/4.3.0": {
"dependencies": {
"System.Buffers": "4.3.0",
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.IO": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Overlapped": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"runtime.win.System.Net.Primitives/4.3.0": {
"dependencies": {
"Microsoft.Win32.Primitives": "4.3.0",
"System.Collections": "4.3.0",
"System.Diagnostics.Tracing": "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.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Threading": "4.3.0"
}
},
"runtime.win.System.Net.Sockets/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.IO": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Net.NameResolution": "4.3.0",
"System.Net.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.1",
"System.Runtime.Extensions": "4.3.1",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Principal.Windows": "4.5.0",
"System.Threading": "4.3.0",
"System.Threading.Overlapped": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"runtime.win.System.Runtime.Extensions/4.3.0": {
"dependencies": {
"System.Private.Uri": "4.3.0"
}
},
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.1": {
"native": {
"./Microsoft.DiaSymReader.Native.amd64.dll": {},
"./SOS_README.md": {},
"./System.Private.CoreLib.dll": {},
"./api-ms-win-core-console-l1-1-0.dll": {},
"./api-ms-win-core-datetime-l1-1-0.dll": {},
"./api-ms-win-core-debug-l1-1-0.dll": {},
"./api-ms-win-core-errorhandling-l1-1-0.dll": {},
"./api-ms-win-core-file-l1-1-0.dll": {},
"./api-ms-win-core-file-l1-2-0.dll": {},
"./api-ms-win-core-file-l2-1-0.dll": {},
"./api-ms-win-core-handle-l1-1-0.dll": {},
"./api-ms-win-core-heap-l1-1-0.dll": {},
"./api-ms-win-core-interlocked-l1-1-0.dll": {},
"./api-ms-win-core-libraryloader-l1-1-0.dll": {},
"./api-ms-win-core-localization-l1-2-0.dll": {},
"./api-ms-win-core-memory-l1-1-0.dll": {},
"./api-ms-win-core-namedpipe-l1-1-0.dll": {},
"./api-ms-win-core-processenvironment-l1-1-0.dll": {},
"./api-ms-win-core-processthreads-l1-1-0.dll": {},
"./api-ms-win-core-processthreads-l1-1-1.dll": {},
"./api-ms-win-core-profile-l1-1-0.dll": {},
"./api-ms-win-core-rtlsupport-l1-1-0.dll": {},
"./api-ms-win-core-string-l1-1-0.dll": {},
"./api-ms-win-core-synch-l1-1-0.dll": {},
"./api-ms-win-core-synch-l1-2-0.dll": {},
"./api-ms-win-core-sysinfo-l1-1-0.dll": {},
"./api-ms-win-core-timezone-l1-1-0.dll": {},
"./api-ms-win-core-util-l1-1-0.dll": {},
"./api-ms-win-crt-conio-l1-1-0.dll": {},
"./api-ms-win-crt-convert-l1-1-0.dll": {},
"./api-ms-win-crt-environment-l1-1-0.dll": {},
"./api-ms-win-crt-filesystem-l1-1-0.dll": {},
"./api-ms-win-crt-heap-l1-1-0.dll": {},
"./api-ms-win-crt-locale-l1-1-0.dll": {},
"./api-ms-win-crt-math-l1-1-0.dll": {},
"./api-ms-win-crt-multibyte-l1-1-0.dll": {},
"./api-ms-win-crt-private-l1-1-0.dll": {},
"./api-ms-win-crt-process-l1-1-0.dll": {},
"./api-ms-win-crt-runtime-l1-1-0.dll": {},
"./api-ms-win-crt-stdio-l1-1-0.dll": {},
"./api-ms-win-crt-string-l1-1-0.dll": {},
"./api-ms-win-crt-time-l1-1-0.dll": {},
"./api-ms-win-crt-utility-l1-1-0.dll": {},
"./clrcompression.dll": {},
"./clretwrc.dll": {},
"./clrjit.dll": {},
"./coreclr.dll": {},
"./dbgshim.dll": {},
"./hostfxr.dll": {},
"./hostpolicy.dll": {},
"./mscordaccore.dll": {},
"./mscordaccore_amd64_amd64_4.700.19.60701.dll": {},
"./mscordbi.dll": {},
"./mscorrc.debug.dll": {},
"./mscorrc.dll": {},
"./ucrtbase.dll": {}
},
"runtime": {
"./Microsoft.CSharp.dll": {},
"./Microsoft.VisualBasic.Core.dll": {},
"./Microsoft.VisualBasic.dll": {},
"./Microsoft.Win32.Primitives.dll": {},
"./Microsoft.Win32.Registry.dll": {},
"./System.AppContext.dll": {},
"./System.Buffers.dll": {},
"./System.Collections.Concurrent.dll": {},
"./System.Collections.Immutable.dll": {},
"./System.Collections.NonGeneric.dll": {},
"./System.Collections.Specialized.dll": {},
"./System.Collections.dll": {},
"./System.ComponentModel.Annotations.dll": {},
"./System.ComponentModel.DataAnnotations.dll": {},
"./System.ComponentModel.EventBasedAsync.dll": {},
"./System.ComponentModel.Primitives.dll": {},
"./System.ComponentModel.TypeConverter.dll": {},
"./System.ComponentModel.dll": {},
"./System.Configuration.dll": {},
"./System.Console.dll": {},
"./System.Core.dll": {},
"./System.Data.Common.dll": {},
"./System.Data.DataSetExtensions.dll": {},
"./System.Data.dll": {},
"./System.Diagnostics.Contracts.dll": {},
"./System.Diagnostics.Debug.dll": {},
"./System.Diagnostics.DiagnosticSource.dll": {},
"./System.Diagnostics.FileVersionInfo.dll": {},
"./System.Diagnostics.Process.dll": {},
"./System.Diagnostics.StackTrace.dll": {},
"./System.Diagnostics.TextWriterTraceListener.dll": {},
"./System.Diagnostics.Tools.dll": {},
"./System.Diagnostics.TraceSource.dll": {},
"./System.Diagnostics.Tracing.dll": {},
"./System.Drawing.Primitives.dll": {},
"./System.Drawing.dll": {},
"./System.Dynamic.Runtime.dll": {},
"./System.Globalization.Calendars.dll": {},
"./System.Globalization.Extensions.dll": {},
"./System.Globalization.dll": {},
"./System.IO.Compression.Brotli.dll": {},
"./System.IO.Compression.FileSystem.dll": {},
"./System.IO.Compression.ZipFile.dll": {},
"./System.IO.Compression.dll": {},
"./System.IO.FileSystem.AccessControl.dll": {},
"./System.IO.FileSystem.DriveInfo.dll": {},
"./System.IO.FileSystem.Primitives.dll": {},
"./System.IO.FileSystem.Watcher.dll": {},
"./System.IO.FileSystem.dll": {},
"./System.IO.IsolatedStorage.dll": {},
"./System.IO.MemoryMappedFiles.dll": {},
"./System.IO.Pipes.AccessControl.dll": {},
"./System.IO.Pipes.dll": {},
"./System.IO.UnmanagedMemoryStream.dll": {},
"./System.IO.dll": {},
"./System.Linq.Expressions.dll": {},
"./System.Linq.Parallel.dll": {},
"./System.Linq.Queryable.dll": {},
"./System.Linq.dll": {},
"./System.Memory.dll": {},
"./System.Net.Http.dll": {},
"./System.Net.HttpListener.dll": {},
"./System.Net.Mail.dll": {},
"./System.Net.NameResolution.dll": {},
"./System.Net.NetworkInformation.dll": {},
"./System.Net.Ping.dll": {},
"./System.Net.Primitives.dll": {},
"./System.Net.Requests.dll": {},
"./System.Net.Security.dll": {},
"./System.Net.ServicePoint.dll": {},
"./System.Net.Sockets.dll": {},
"./System.Net.WebClient.dll": {},
"./System.Net.WebHeaderCollection.dll": {},
"./System.Net.WebProxy.dll": {},
"./System.Net.WebSockets.Client.dll": {},
"./System.Net.WebSockets.dll": {},
"./System.Net.dll": {},
"./System.Numerics.Vectors.dll": {},
"./System.Numerics.dll": {},
"./System.ObjectModel.dll": {},
"./System.Private.DataContractSerialization.dll": {},
"./System.Private.Uri.dll": {},
"./System.Private.Xml.Linq.dll": {},
"./System.Private.Xml.dll": {},
"./System.Reflection.DispatchProxy.dll": {},
"./System.Reflection.Emit.ILGeneration.dll": {},
"./System.Reflection.Emit.Lightweight.dll": {},
"./System.Reflection.Emit.dll": {},
"./System.Reflection.Extensions.dll": {},
"./System.Reflection.Metadata.dll": {},
"./System.Reflection.Primitives.dll": {},
"./System.Reflection.TypeExtensions.dll": {},
"./System.Reflection.dll": {},
"./System.Resources.Reader.dll": {},
"./System.Resources.ResourceManager.dll": {},
"./System.Resources.Writer.dll": {},
"./System.Runtime.CompilerServices.Unsafe.dll": {},
"./System.Runtime.CompilerServices.VisualC.dll": {},
"./System.Runtime.Extensions.dll": {},
"./System.Runtime.Handles.dll": {},
"./System.Runtime.InteropServices.RuntimeInformation.dll": {},
"./System.Runtime.InteropServices.WindowsRuntime.dll": {},
"./System.Runtime.InteropServices.dll": {},
"./System.Runtime.Intrinsics.dll": {},
"./System.Runtime.Loader.dll": {},
"./System.Runtime.Numerics.dll": {},
"./System.Runtime.Serialization.Formatters.dll": {},
"./System.Runtime.Serialization.Json.dll": {},
"./System.Runtime.Serialization.Primitives.dll": {},
"./System.Runtime.Serialization.Xml.dll": {},
"./System.Runtime.Serialization.dll": {},
"./System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
"./System.Runtime.WindowsRuntime.dll": {},
"./System.Runtime.dll": {},
"./System.Security.AccessControl.dll": {},
"./System.Security.Claims.dll": {},
"./System.Security.Cryptography.Algorithms.dll": {},
"./System.Security.Cryptography.Cng.dll": {},
"./System.Security.Cryptography.Csp.dll": {},
"./System.Security.Cryptography.Encoding.dll": {},
"./System.Security.Cryptography.OpenSsl.dll": {},
"./System.Security.Cryptography.Primitives.dll": {},
"./System.Security.Cryptography.X509Certificates.dll": {},
"./System.Security.Principal.Windows.dll": {},
"./System.Security.Principal.dll": {},
"./System.Security.SecureString.dll": {},
"./System.Security.dll": {},
"./System.ServiceModel.Web.dll": {},
"./System.ServiceProcess.dll": {},
"./System.Text.Encoding.CodePages.dll": {},
"./System.Text.Encoding.Extensions.dll": {},
"./System.Text.Encoding.dll": {},
"./System.Text.Encodings.Web.dll": {},
"./System.Text.Json.dll": {},
"./System.Text.RegularExpressions.dll": {},
"./System.Threading.Channels.dll": {},
"./System.Threading.Overlapped.dll": {},
"./System.Threading.Tasks.Dataflow.dll": {},
"./System.Threading.Tasks.Extensions.dll": {},
"./System.Threading.Tasks.Parallel.dll": {},
"./System.Threading.Tasks.dll": {},
"./System.Threading.Thread.dll": {},
"./System.Threading.ThreadPool.dll": {},
"./System.Threading.Timer.dll": {},
"./System.Threading.dll": {},
"./System.Transactions.Local.dll": {},
"./System.Transactions.dll": {},
"./System.ValueTuple.dll": {},
"./System.Web.HttpUtility.dll": {},
"./System.Web.dll": {},
"./System.Windows.dll": {},
"./System.Xml.Linq.dll": {},
"./System.Xml.ReaderWriter.dll": {},
"./System.Xml.Serialization.dll": {},
"./System.Xml.XDocument.dll": {},
"./System.Xml.XPath.XDocument.dll": {},
"./System.Xml.XPath.dll": {},
"./System.Xml.XmlDocument.dll": {},
"./System.Xml.XmlSerializer.dll": {},
"./System.Xml.dll": {},
"./System.dll": {},
"./WindowsBase.dll": {},
"./mscorlib.dll": {},
"./netstandard.dll": {}
}
}
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/appboxfuture-appbox.deploy.win.git
git@api.gitlife.ru:oschina-mirror/appboxfuture-appbox.deploy.win.git
oschina-mirror
appboxfuture-appbox.deploy.win
appboxfuture-appbox.deploy.win
master