project.assets.json 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416
  1. {
  2. "version": 3,
  3. "targets": {
  4. "net6.0": {
  5. "Microsoft.NETCore.Platforms/2.0.0": {
  6. "type": "package",
  7. "compile": {
  8. "lib/netstandard1.0/_._": {}
  9. },
  10. "runtime": {
  11. "lib/netstandard1.0/_._": {}
  12. }
  13. },
  14. "Microsoft.NETCore.Targets/1.1.0": {
  15. "type": "package",
  16. "compile": {
  17. "lib/netstandard1.0/_._": {}
  18. },
  19. "runtime": {
  20. "lib/netstandard1.0/_._": {}
  21. }
  22. },
  23. "Microsoft.Win32.SystemEvents/4.5.0": {
  24. "type": "package",
  25. "dependencies": {
  26. "Microsoft.NETCore.Platforms": "2.0.0"
  27. },
  28. "compile": {
  29. "ref/netstandard2.0/_._": {}
  30. },
  31. "runtime": {
  32. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {}
  33. },
  34. "runtimeTargets": {
  35. "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll": {
  36. "assetType": "runtime",
  37. "rid": "win"
  38. }
  39. }
  40. },
  41. "Newtonsoft.Json/13.0.3": {
  42. "type": "package",
  43. "compile": {
  44. "lib/net6.0/Newtonsoft.Json.dll": {}
  45. },
  46. "runtime": {
  47. "lib/net6.0/Newtonsoft.Json.dll": {}
  48. }
  49. },
  50. "NPOI/2.5.6": {
  51. "type": "package",
  52. "dependencies": {
  53. "Portable.BouncyCastle": "1.8.9",
  54. "SharpZipLib": "1.3.3",
  55. "System.Configuration.ConfigurationManager": "4.5.0",
  56. "System.Drawing.Common": "4.5.0"
  57. },
  58. "compile": {
  59. "lib/netstandard2.1/NPOI.OOXML.dll": {},
  60. "lib/netstandard2.1/NPOI.OpenXml4Net.dll": {},
  61. "lib/netstandard2.1/NPOI.OpenXmlFormats.dll": {},
  62. "lib/netstandard2.1/NPOI.dll": {}
  63. },
  64. "runtime": {
  65. "lib/netstandard2.1/NPOI.OOXML.dll": {},
  66. "lib/netstandard2.1/NPOI.OpenXml4Net.dll": {},
  67. "lib/netstandard2.1/NPOI.OpenXmlFormats.dll": {},
  68. "lib/netstandard2.1/NPOI.dll": {}
  69. }
  70. },
  71. "Npoi.Mapper/4.1.0": {
  72. "type": "package",
  73. "dependencies": {
  74. "NPOI": "2.5.6",
  75. "System.ComponentModel.Annotations": "4.5.0",
  76. "System.Reflection.Emit": "4.3.0"
  77. },
  78. "compile": {
  79. "lib/netstandard2.0/Npoi.Mapper.dll": {}
  80. },
  81. "runtime": {
  82. "lib/netstandard2.0/Npoi.Mapper.dll": {}
  83. }
  84. },
  85. "Portable.BouncyCastle/1.8.9": {
  86. "type": "package",
  87. "compile": {
  88. "lib/netstandard2.0/BouncyCastle.Crypto.dll": {}
  89. },
  90. "runtime": {
  91. "lib/netstandard2.0/BouncyCastle.Crypto.dll": {}
  92. }
  93. },
  94. "SharpZipLib/1.3.3": {
  95. "type": "package",
  96. "compile": {
  97. "lib/netstandard2.1/ICSharpCode.SharpZipLib.dll": {}
  98. },
  99. "runtime": {
  100. "lib/netstandard2.1/ICSharpCode.SharpZipLib.dll": {}
  101. }
  102. },
  103. "System.ComponentModel.Annotations/4.5.0": {
  104. "type": "package",
  105. "compile": {
  106. "ref/netcoreapp2.0/_._": {}
  107. },
  108. "runtime": {
  109. "lib/netcoreapp2.0/_._": {}
  110. }
  111. },
  112. "System.Configuration.ConfigurationManager/4.5.0": {
  113. "type": "package",
  114. "dependencies": {
  115. "System.Security.Cryptography.ProtectedData": "4.5.0",
  116. "System.Security.Permissions": "4.5.0"
  117. },
  118. "compile": {
  119. "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
  120. },
  121. "runtime": {
  122. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
  123. }
  124. },
  125. "System.Drawing.Common/4.5.0": {
  126. "type": "package",
  127. "dependencies": {
  128. "Microsoft.NETCore.Platforms": "2.0.0",
  129. "Microsoft.Win32.SystemEvents": "4.5.0"
  130. },
  131. "compile": {
  132. "ref/netstandard2.0/System.Drawing.Common.dll": {}
  133. },
  134. "runtime": {
  135. "lib/netstandard2.0/System.Drawing.Common.dll": {}
  136. },
  137. "runtimeTargets": {
  138. "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll": {
  139. "assetType": "runtime",
  140. "rid": "unix"
  141. },
  142. "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll": {
  143. "assetType": "runtime",
  144. "rid": "win"
  145. }
  146. }
  147. },
  148. "System.IO/4.3.0": {
  149. "type": "package",
  150. "dependencies": {
  151. "Microsoft.NETCore.Platforms": "1.1.0",
  152. "Microsoft.NETCore.Targets": "1.1.0",
  153. "System.Runtime": "4.3.0",
  154. "System.Text.Encoding": "4.3.0",
  155. "System.Threading.Tasks": "4.3.0"
  156. },
  157. "compile": {
  158. "ref/netstandard1.5/System.IO.dll": {}
  159. }
  160. },
  161. "System.Reflection/4.3.0": {
  162. "type": "package",
  163. "dependencies": {
  164. "Microsoft.NETCore.Platforms": "1.1.0",
  165. "Microsoft.NETCore.Targets": "1.1.0",
  166. "System.IO": "4.3.0",
  167. "System.Reflection.Primitives": "4.3.0",
  168. "System.Runtime": "4.3.0"
  169. },
  170. "compile": {
  171. "ref/netstandard1.5/System.Reflection.dll": {}
  172. }
  173. },
  174. "System.Reflection.Emit/4.3.0": {
  175. "type": "package",
  176. "dependencies": {
  177. "System.IO": "4.3.0",
  178. "System.Reflection": "4.3.0",
  179. "System.Reflection.Emit.ILGeneration": "4.3.0",
  180. "System.Reflection.Primitives": "4.3.0",
  181. "System.Runtime": "4.3.0"
  182. },
  183. "compile": {
  184. "ref/netstandard1.1/System.Reflection.Emit.dll": {}
  185. },
  186. "runtime": {
  187. "lib/netstandard1.3/System.Reflection.Emit.dll": {}
  188. }
  189. },
  190. "System.Reflection.Emit.ILGeneration/4.3.0": {
  191. "type": "package",
  192. "dependencies": {
  193. "System.Reflection": "4.3.0",
  194. "System.Reflection.Primitives": "4.3.0",
  195. "System.Runtime": "4.3.0"
  196. },
  197. "compile": {
  198. "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll": {}
  199. },
  200. "runtime": {
  201. "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {}
  202. }
  203. },
  204. "System.Reflection.Primitives/4.3.0": {
  205. "type": "package",
  206. "dependencies": {
  207. "Microsoft.NETCore.Platforms": "1.1.0",
  208. "Microsoft.NETCore.Targets": "1.1.0",
  209. "System.Runtime": "4.3.0"
  210. },
  211. "compile": {
  212. "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
  213. }
  214. },
  215. "System.Runtime/4.3.0": {
  216. "type": "package",
  217. "dependencies": {
  218. "Microsoft.NETCore.Platforms": "1.1.0",
  219. "Microsoft.NETCore.Targets": "1.1.0"
  220. },
  221. "compile": {
  222. "ref/netstandard1.5/System.Runtime.dll": {}
  223. }
  224. },
  225. "System.Security.AccessControl/4.5.0": {
  226. "type": "package",
  227. "dependencies": {
  228. "Microsoft.NETCore.Platforms": "2.0.0",
  229. "System.Security.Principal.Windows": "4.5.0"
  230. },
  231. "compile": {
  232. "ref/netstandard2.0/System.Security.AccessControl.dll": {}
  233. },
  234. "runtime": {
  235. "lib/netstandard2.0/System.Security.AccessControl.dll": {}
  236. },
  237. "runtimeTargets": {
  238. "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
  239. "assetType": "runtime",
  240. "rid": "win"
  241. }
  242. }
  243. },
  244. "System.Security.Cryptography.ProtectedData/4.5.0": {
  245. "type": "package",
  246. "compile": {
  247. "ref/netstandard2.0/_._": {}
  248. },
  249. "runtime": {
  250. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {}
  251. },
  252. "runtimeTargets": {
  253. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  254. "assetType": "runtime",
  255. "rid": "win"
  256. }
  257. }
  258. },
  259. "System.Security.Permissions/4.5.0": {
  260. "type": "package",
  261. "dependencies": {
  262. "System.Security.AccessControl": "4.5.0"
  263. },
  264. "compile": {
  265. "ref/netstandard2.0/System.Security.Permissions.dll": {}
  266. },
  267. "runtime": {
  268. "lib/netstandard2.0/System.Security.Permissions.dll": {}
  269. }
  270. },
  271. "System.Security.Principal.Windows/4.5.0": {
  272. "type": "package",
  273. "dependencies": {
  274. "Microsoft.NETCore.Platforms": "2.0.0"
  275. },
  276. "compile": {
  277. "ref/netstandard2.0/System.Security.Principal.Windows.dll": {}
  278. },
  279. "runtime": {
  280. "lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
  281. },
  282. "runtimeTargets": {
  283. "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
  284. "assetType": "runtime",
  285. "rid": "unix"
  286. },
  287. "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
  288. "assetType": "runtime",
  289. "rid": "win"
  290. }
  291. }
  292. },
  293. "System.Text.Encoding/4.3.0": {
  294. "type": "package",
  295. "dependencies": {
  296. "Microsoft.NETCore.Platforms": "1.1.0",
  297. "Microsoft.NETCore.Targets": "1.1.0",
  298. "System.Runtime": "4.3.0"
  299. },
  300. "compile": {
  301. "ref/netstandard1.3/System.Text.Encoding.dll": {}
  302. }
  303. },
  304. "System.Threading.Tasks/4.3.0": {
  305. "type": "package",
  306. "dependencies": {
  307. "Microsoft.NETCore.Platforms": "1.1.0",
  308. "Microsoft.NETCore.Targets": "1.1.0",
  309. "System.Runtime": "4.3.0"
  310. },
  311. "compile": {
  312. "ref/netstandard1.3/System.Threading.Tasks.dll": {}
  313. }
  314. },
  315. "Fine.Util/1.0.0": {
  316. "type": "project",
  317. "compile": {
  318. "bin/placeholder/Fine.Util.dll": {}
  319. },
  320. "runtime": {
  321. "bin/placeholder/Fine.Util.dll": {}
  322. }
  323. }
  324. }
  325. },
  326. "libraries": {
  327. "Microsoft.NETCore.Platforms/2.0.0": {
  328. "sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
  329. "type": "package",
  330. "path": "microsoft.netcore.platforms/2.0.0",
  331. "files": [
  332. ".nupkg.metadata",
  333. ".signature.p7s",
  334. "LICENSE.TXT",
  335. "THIRD-PARTY-NOTICES.TXT",
  336. "lib/netstandard1.0/_._",
  337. "microsoft.netcore.platforms.2.0.0.nupkg.sha512",
  338. "microsoft.netcore.platforms.nuspec",
  339. "runtime.json",
  340. "useSharedDesignerContext.txt",
  341. "version.txt"
  342. ]
  343. },
  344. "Microsoft.NETCore.Targets/1.1.0": {
  345. "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  346. "type": "package",
  347. "path": "microsoft.netcore.targets/1.1.0",
  348. "files": [
  349. ".nupkg.metadata",
  350. ".signature.p7s",
  351. "ThirdPartyNotices.txt",
  352. "dotnet_library_license.txt",
  353. "lib/netstandard1.0/_._",
  354. "microsoft.netcore.targets.1.1.0.nupkg.sha512",
  355. "microsoft.netcore.targets.nuspec",
  356. "runtime.json"
  357. ]
  358. },
  359. "Microsoft.Win32.SystemEvents/4.5.0": {
  360. "sha512": "LuI1oG+24TUj1ZRQQjM5Ew73BKnZE5NZ/7eAdh1o8ST5dPhUnJvIkiIn2re3MwnkRy6ELRnvEbBxHP8uALKhJw==",
  361. "type": "package",
  362. "path": "microsoft.win32.systemevents/4.5.0",
  363. "files": [
  364. ".nupkg.metadata",
  365. ".signature.p7s",
  366. "LICENSE.TXT",
  367. "THIRD-PARTY-NOTICES.TXT",
  368. "lib/net461/Microsoft.Win32.SystemEvents.dll",
  369. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
  370. "microsoft.win32.systemevents.4.5.0.nupkg.sha512",
  371. "microsoft.win32.systemevents.nuspec",
  372. "ref/net461/Microsoft.Win32.SystemEvents.dll",
  373. "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
  374. "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll",
  375. "useSharedDesignerContext.txt",
  376. "version.txt"
  377. ]
  378. },
  379. "Newtonsoft.Json/13.0.3": {
  380. "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  381. "type": "package",
  382. "path": "newtonsoft.json/13.0.3",
  383. "files": [
  384. ".nupkg.metadata",
  385. ".signature.p7s",
  386. "LICENSE.md",
  387. "README.md",
  388. "lib/net20/Newtonsoft.Json.dll",
  389. "lib/net20/Newtonsoft.Json.xml",
  390. "lib/net35/Newtonsoft.Json.dll",
  391. "lib/net35/Newtonsoft.Json.xml",
  392. "lib/net40/Newtonsoft.Json.dll",
  393. "lib/net40/Newtonsoft.Json.xml",
  394. "lib/net45/Newtonsoft.Json.dll",
  395. "lib/net45/Newtonsoft.Json.xml",
  396. "lib/net6.0/Newtonsoft.Json.dll",
  397. "lib/net6.0/Newtonsoft.Json.xml",
  398. "lib/netstandard1.0/Newtonsoft.Json.dll",
  399. "lib/netstandard1.0/Newtonsoft.Json.xml",
  400. "lib/netstandard1.3/Newtonsoft.Json.dll",
  401. "lib/netstandard1.3/Newtonsoft.Json.xml",
  402. "lib/netstandard2.0/Newtonsoft.Json.dll",
  403. "lib/netstandard2.0/Newtonsoft.Json.xml",
  404. "newtonsoft.json.13.0.3.nupkg.sha512",
  405. "newtonsoft.json.nuspec",
  406. "packageIcon.png"
  407. ]
  408. },
  409. "NPOI/2.5.6": {
  410. "sha512": "xQfr09LZN3fr4rjSuV3li+WJUo2LiSg00IUtnomzrKO51zhhavyIgvbZ1f8c8zwHXvRbFc1JB4PNZpxqyxizWw==",
  411. "type": "package",
  412. "path": "npoi/2.5.6",
  413. "files": [
  414. ".nupkg.metadata",
  415. ".signature.p7s",
  416. "LICENSE",
  417. "Read Me.txt",
  418. "lib/net45/NPOI.OOXML.XML",
  419. "lib/net45/NPOI.OOXML.dll",
  420. "lib/net45/NPOI.OOXML.pdb",
  421. "lib/net45/NPOI.OpenXml4Net.XML",
  422. "lib/net45/NPOI.OpenXml4Net.dll",
  423. "lib/net45/NPOI.OpenXml4Net.pdb",
  424. "lib/net45/NPOI.OpenXmlFormats.dll",
  425. "lib/net45/NPOI.OpenXmlFormats.pdb",
  426. "lib/net45/NPOI.XML",
  427. "lib/net45/NPOI.dll",
  428. "lib/net45/NPOI.pdb",
  429. "lib/netstandard2.0/NPOI.OOXML.dll",
  430. "lib/netstandard2.0/NPOI.OOXML.pdb",
  431. "lib/netstandard2.0/NPOI.OOXML.xml",
  432. "lib/netstandard2.0/NPOI.OpenXml4Net.dll",
  433. "lib/netstandard2.0/NPOI.OpenXml4Net.pdb",
  434. "lib/netstandard2.0/NPOI.OpenXmlFormats.dll",
  435. "lib/netstandard2.0/NPOI.OpenXmlFormats.pdb",
  436. "lib/netstandard2.0/NPOI.dll",
  437. "lib/netstandard2.0/NPOI.pdb",
  438. "lib/netstandard2.0/NPOI.xml",
  439. "lib/netstandard2.1/NPOI.OOXML.dll",
  440. "lib/netstandard2.1/NPOI.OOXML.pdb",
  441. "lib/netstandard2.1/NPOI.OOXML.xml",
  442. "lib/netstandard2.1/NPOI.OpenXml4Net.dll",
  443. "lib/netstandard2.1/NPOI.OpenXml4Net.pdb",
  444. "lib/netstandard2.1/NPOI.OpenXmlFormats.dll",
  445. "lib/netstandard2.1/NPOI.OpenXmlFormats.pdb",
  446. "lib/netstandard2.1/NPOI.dll",
  447. "lib/netstandard2.1/NPOI.pdb",
  448. "lib/netstandard2.1/NPOI.xml",
  449. "logo/120_120.jpg",
  450. "logo/240_240.png",
  451. "logo/32_32.jpg",
  452. "logo/60_60.jpg",
  453. "npoi.2.5.6.nupkg.sha512",
  454. "npoi.nuspec"
  455. ]
  456. },
  457. "Npoi.Mapper/4.1.0": {
  458. "sha512": "MAyNwDDRVJvKG2+PL+9vridpfY+RjBTE1grCPHemneUEy98B1w9qc4TSfiT3XZzwn3h2FiLOa/nqUtKhdDfUlA==",
  459. "type": "package",
  460. "path": "npoi.mapper/4.1.0",
  461. "files": [
  462. ".nupkg.metadata",
  463. ".signature.p7s",
  464. "lib/net45/Npoi.Mapper.dll",
  465. "lib/netstandard2.0/Npoi.Mapper.dll",
  466. "npoi.mapper.4.1.0.nupkg.sha512",
  467. "npoi.mapper.nuspec"
  468. ]
  469. },
  470. "Portable.BouncyCastle/1.8.9": {
  471. "sha512": "wlJo8aFoeyl+W93iFXTK5ShzDYk5WBqoUPjTNEM0Xv9kn1H+4hmuCjF0/n8HLm9Nnp1aY6KNndWqQTNk+NGgRQ==",
  472. "type": "package",
  473. "path": "portable.bouncycastle/1.8.9",
  474. "files": [
  475. ".nupkg.metadata",
  476. ".signature.p7s",
  477. "lib/net40/BouncyCastle.Crypto.dll",
  478. "lib/net40/BouncyCastle.Crypto.xml",
  479. "lib/netstandard2.0/BouncyCastle.Crypto.dll",
  480. "lib/netstandard2.0/BouncyCastle.Crypto.xml",
  481. "portable.bouncycastle.1.8.9.nupkg.sha512",
  482. "portable.bouncycastle.nuspec"
  483. ]
  484. },
  485. "SharpZipLib/1.3.3": {
  486. "sha512": "N8+hwhsKZm25tDJfWpBSW7EGhH/R7EMuiX+KJ4C4u+fCWVc1lJ5zg1u3S1RPPVYgTqhx/C3hxrqUpi6RwK5+Tg==",
  487. "type": "package",
  488. "path": "sharpziplib/1.3.3",
  489. "files": [
  490. ".nupkg.metadata",
  491. ".signature.p7s",
  492. "images/sharpziplib-nuget-256x256.png",
  493. "lib/net45/ICSharpCode.SharpZipLib.dll",
  494. "lib/net45/ICSharpCode.SharpZipLib.pdb",
  495. "lib/net45/ICSharpCode.SharpZipLib.xml",
  496. "lib/netstandard2.0/ICSharpCode.SharpZipLib.dll",
  497. "lib/netstandard2.0/ICSharpCode.SharpZipLib.pdb",
  498. "lib/netstandard2.0/ICSharpCode.SharpZipLib.xml",
  499. "lib/netstandard2.1/ICSharpCode.SharpZipLib.dll",
  500. "lib/netstandard2.1/ICSharpCode.SharpZipLib.pdb",
  501. "lib/netstandard2.1/ICSharpCode.SharpZipLib.xml",
  502. "sharpziplib.1.3.3.nupkg.sha512",
  503. "sharpziplib.nuspec"
  504. ]
  505. },
  506. "System.ComponentModel.Annotations/4.5.0": {
  507. "sha512": "UxYQ3FGUOtzJ7LfSdnYSFd7+oEv6M8NgUatatIN2HxNtDdlcvFAf+VIq4Of9cDMJEJC0aSRv/x898RYhB4Yppg==",
  508. "type": "package",
  509. "path": "system.componentmodel.annotations/4.5.0",
  510. "files": [
  511. ".nupkg.metadata",
  512. ".signature.p7s",
  513. "LICENSE.TXT",
  514. "THIRD-PARTY-NOTICES.TXT",
  515. "lib/MonoAndroid10/_._",
  516. "lib/MonoTouch10/_._",
  517. "lib/net45/_._",
  518. "lib/net461/System.ComponentModel.Annotations.dll",
  519. "lib/netcore50/System.ComponentModel.Annotations.dll",
  520. "lib/netcoreapp2.0/_._",
  521. "lib/netstandard1.4/System.ComponentModel.Annotations.dll",
  522. "lib/netstandard2.0/System.ComponentModel.Annotations.dll",
  523. "lib/portable-net45+win8/_._",
  524. "lib/uap10.0.16299/_._",
  525. "lib/win8/_._",
  526. "lib/xamarinios10/_._",
  527. "lib/xamarinmac20/_._",
  528. "lib/xamarintvos10/_._",
  529. "lib/xamarinwatchos10/_._",
  530. "ref/MonoAndroid10/_._",
  531. "ref/MonoTouch10/_._",
  532. "ref/net45/_._",
  533. "ref/net461/System.ComponentModel.Annotations.dll",
  534. "ref/net461/System.ComponentModel.Annotations.xml",
  535. "ref/netcore50/System.ComponentModel.Annotations.dll",
  536. "ref/netcore50/System.ComponentModel.Annotations.xml",
  537. "ref/netcore50/de/System.ComponentModel.Annotations.xml",
  538. "ref/netcore50/es/System.ComponentModel.Annotations.xml",
  539. "ref/netcore50/fr/System.ComponentModel.Annotations.xml",
  540. "ref/netcore50/it/System.ComponentModel.Annotations.xml",
  541. "ref/netcore50/ja/System.ComponentModel.Annotations.xml",
  542. "ref/netcore50/ko/System.ComponentModel.Annotations.xml",
  543. "ref/netcore50/ru/System.ComponentModel.Annotations.xml",
  544. "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml",
  545. "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml",
  546. "ref/netcoreapp2.0/_._",
  547. "ref/netstandard1.1/System.ComponentModel.Annotations.dll",
  548. "ref/netstandard1.1/System.ComponentModel.Annotations.xml",
  549. "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml",
  550. "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml",
  551. "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml",
  552. "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml",
  553. "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml",
  554. "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml",
  555. "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml",
  556. "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml",
  557. "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml",
  558. "ref/netstandard1.3/System.ComponentModel.Annotations.dll",
  559. "ref/netstandard1.3/System.ComponentModel.Annotations.xml",
  560. "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml",
  561. "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml",
  562. "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml",
  563. "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml",
  564. "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml",
  565. "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml",
  566. "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml",
  567. "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml",
  568. "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml",
  569. "ref/netstandard1.4/System.ComponentModel.Annotations.dll",
  570. "ref/netstandard1.4/System.ComponentModel.Annotations.xml",
  571. "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml",
  572. "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml",
  573. "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml",
  574. "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml",
  575. "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml",
  576. "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml",
  577. "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml",
  578. "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml",
  579. "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml",
  580. "ref/netstandard2.0/System.ComponentModel.Annotations.dll",
  581. "ref/netstandard2.0/System.ComponentModel.Annotations.xml",
  582. "ref/portable-net45+win8/_._",
  583. "ref/uap10.0.16299/_._",
  584. "ref/win8/_._",
  585. "ref/xamarinios10/_._",
  586. "ref/xamarinmac20/_._",
  587. "ref/xamarintvos10/_._",
  588. "ref/xamarinwatchos10/_._",
  589. "system.componentmodel.annotations.4.5.0.nupkg.sha512",
  590. "system.componentmodel.annotations.nuspec",
  591. "useSharedDesignerContext.txt",
  592. "version.txt"
  593. ]
  594. },
  595. "System.Configuration.ConfigurationManager/4.5.0": {
  596. "sha512": "UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==",
  597. "type": "package",
  598. "path": "system.configuration.configurationmanager/4.5.0",
  599. "files": [
  600. ".nupkg.metadata",
  601. ".signature.p7s",
  602. "LICENSE.TXT",
  603. "THIRD-PARTY-NOTICES.TXT",
  604. "lib/net461/System.Configuration.ConfigurationManager.dll",
  605. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
  606. "ref/net461/System.Configuration.ConfigurationManager.dll",
  607. "ref/net461/System.Configuration.ConfigurationManager.xml",
  608. "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll",
  609. "ref/netstandard2.0/System.Configuration.ConfigurationManager.xml",
  610. "system.configuration.configurationmanager.4.5.0.nupkg.sha512",
  611. "system.configuration.configurationmanager.nuspec",
  612. "useSharedDesignerContext.txt",
  613. "version.txt"
  614. ]
  615. },
  616. "System.Drawing.Common/4.5.0": {
  617. "sha512": "AiJFxxVPdeITstiRS5aAu8+8Dpf5NawTMoapZ53Gfirml24p7HIfhjmCRxdXnmmf3IUA3AX3CcW7G73CjWxW/Q==",
  618. "type": "package",
  619. "path": "system.drawing.common/4.5.0",
  620. "files": [
  621. ".nupkg.metadata",
  622. ".signature.p7s",
  623. "LICENSE.TXT",
  624. "THIRD-PARTY-NOTICES.TXT",
  625. "lib/MonoAndroid10/_._",
  626. "lib/MonoTouch10/_._",
  627. "lib/net461/System.Drawing.Common.dll",
  628. "lib/netstandard2.0/System.Drawing.Common.dll",
  629. "lib/xamarinios10/_._",
  630. "lib/xamarinmac20/_._",
  631. "lib/xamarintvos10/_._",
  632. "lib/xamarinwatchos10/_._",
  633. "ref/MonoAndroid10/_._",
  634. "ref/MonoTouch10/_._",
  635. "ref/net461/System.Drawing.Common.dll",
  636. "ref/netstandard2.0/System.Drawing.Common.dll",
  637. "ref/xamarinios10/_._",
  638. "ref/xamarinmac20/_._",
  639. "ref/xamarintvos10/_._",
  640. "ref/xamarinwatchos10/_._",
  641. "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll",
  642. "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll",
  643. "system.drawing.common.4.5.0.nupkg.sha512",
  644. "system.drawing.common.nuspec",
  645. "useSharedDesignerContext.txt",
  646. "version.txt"
  647. ]
  648. },
  649. "System.IO/4.3.0": {
  650. "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  651. "type": "package",
  652. "path": "system.io/4.3.0",
  653. "files": [
  654. ".nupkg.metadata",
  655. ".signature.p7s",
  656. "ThirdPartyNotices.txt",
  657. "dotnet_library_license.txt",
  658. "lib/MonoAndroid10/_._",
  659. "lib/MonoTouch10/_._",
  660. "lib/net45/_._",
  661. "lib/net462/System.IO.dll",
  662. "lib/portable-net45+win8+wp8+wpa81/_._",
  663. "lib/win8/_._",
  664. "lib/wp80/_._",
  665. "lib/wpa81/_._",
  666. "lib/xamarinios10/_._",
  667. "lib/xamarinmac20/_._",
  668. "lib/xamarintvos10/_._",
  669. "lib/xamarinwatchos10/_._",
  670. "ref/MonoAndroid10/_._",
  671. "ref/MonoTouch10/_._",
  672. "ref/net45/_._",
  673. "ref/net462/System.IO.dll",
  674. "ref/netcore50/System.IO.dll",
  675. "ref/netcore50/System.IO.xml",
  676. "ref/netcore50/de/System.IO.xml",
  677. "ref/netcore50/es/System.IO.xml",
  678. "ref/netcore50/fr/System.IO.xml",
  679. "ref/netcore50/it/System.IO.xml",
  680. "ref/netcore50/ja/System.IO.xml",
  681. "ref/netcore50/ko/System.IO.xml",
  682. "ref/netcore50/ru/System.IO.xml",
  683. "ref/netcore50/zh-hans/System.IO.xml",
  684. "ref/netcore50/zh-hant/System.IO.xml",
  685. "ref/netstandard1.0/System.IO.dll",
  686. "ref/netstandard1.0/System.IO.xml",
  687. "ref/netstandard1.0/de/System.IO.xml",
  688. "ref/netstandard1.0/es/System.IO.xml",
  689. "ref/netstandard1.0/fr/System.IO.xml",
  690. "ref/netstandard1.0/it/System.IO.xml",
  691. "ref/netstandard1.0/ja/System.IO.xml",
  692. "ref/netstandard1.0/ko/System.IO.xml",
  693. "ref/netstandard1.0/ru/System.IO.xml",
  694. "ref/netstandard1.0/zh-hans/System.IO.xml",
  695. "ref/netstandard1.0/zh-hant/System.IO.xml",
  696. "ref/netstandard1.3/System.IO.dll",
  697. "ref/netstandard1.3/System.IO.xml",
  698. "ref/netstandard1.3/de/System.IO.xml",
  699. "ref/netstandard1.3/es/System.IO.xml",
  700. "ref/netstandard1.3/fr/System.IO.xml",
  701. "ref/netstandard1.3/it/System.IO.xml",
  702. "ref/netstandard1.3/ja/System.IO.xml",
  703. "ref/netstandard1.3/ko/System.IO.xml",
  704. "ref/netstandard1.3/ru/System.IO.xml",
  705. "ref/netstandard1.3/zh-hans/System.IO.xml",
  706. "ref/netstandard1.3/zh-hant/System.IO.xml",
  707. "ref/netstandard1.5/System.IO.dll",
  708. "ref/netstandard1.5/System.IO.xml",
  709. "ref/netstandard1.5/de/System.IO.xml",
  710. "ref/netstandard1.5/es/System.IO.xml",
  711. "ref/netstandard1.5/fr/System.IO.xml",
  712. "ref/netstandard1.5/it/System.IO.xml",
  713. "ref/netstandard1.5/ja/System.IO.xml",
  714. "ref/netstandard1.5/ko/System.IO.xml",
  715. "ref/netstandard1.5/ru/System.IO.xml",
  716. "ref/netstandard1.5/zh-hans/System.IO.xml",
  717. "ref/netstandard1.5/zh-hant/System.IO.xml",
  718. "ref/portable-net45+win8+wp8+wpa81/_._",
  719. "ref/win8/_._",
  720. "ref/wp80/_._",
  721. "ref/wpa81/_._",
  722. "ref/xamarinios10/_._",
  723. "ref/xamarinmac20/_._",
  724. "ref/xamarintvos10/_._",
  725. "ref/xamarinwatchos10/_._",
  726. "system.io.4.3.0.nupkg.sha512",
  727. "system.io.nuspec"
  728. ]
  729. },
  730. "System.Reflection/4.3.0": {
  731. "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  732. "type": "package",
  733. "path": "system.reflection/4.3.0",
  734. "files": [
  735. ".nupkg.metadata",
  736. ".signature.p7s",
  737. "ThirdPartyNotices.txt",
  738. "dotnet_library_license.txt",
  739. "lib/MonoAndroid10/_._",
  740. "lib/MonoTouch10/_._",
  741. "lib/net45/_._",
  742. "lib/net462/System.Reflection.dll",
  743. "lib/portable-net45+win8+wp8+wpa81/_._",
  744. "lib/win8/_._",
  745. "lib/wp80/_._",
  746. "lib/wpa81/_._",
  747. "lib/xamarinios10/_._",
  748. "lib/xamarinmac20/_._",
  749. "lib/xamarintvos10/_._",
  750. "lib/xamarinwatchos10/_._",
  751. "ref/MonoAndroid10/_._",
  752. "ref/MonoTouch10/_._",
  753. "ref/net45/_._",
  754. "ref/net462/System.Reflection.dll",
  755. "ref/netcore50/System.Reflection.dll",
  756. "ref/netcore50/System.Reflection.xml",
  757. "ref/netcore50/de/System.Reflection.xml",
  758. "ref/netcore50/es/System.Reflection.xml",
  759. "ref/netcore50/fr/System.Reflection.xml",
  760. "ref/netcore50/it/System.Reflection.xml",
  761. "ref/netcore50/ja/System.Reflection.xml",
  762. "ref/netcore50/ko/System.Reflection.xml",
  763. "ref/netcore50/ru/System.Reflection.xml",
  764. "ref/netcore50/zh-hans/System.Reflection.xml",
  765. "ref/netcore50/zh-hant/System.Reflection.xml",
  766. "ref/netstandard1.0/System.Reflection.dll",
  767. "ref/netstandard1.0/System.Reflection.xml",
  768. "ref/netstandard1.0/de/System.Reflection.xml",
  769. "ref/netstandard1.0/es/System.Reflection.xml",
  770. "ref/netstandard1.0/fr/System.Reflection.xml",
  771. "ref/netstandard1.0/it/System.Reflection.xml",
  772. "ref/netstandard1.0/ja/System.Reflection.xml",
  773. "ref/netstandard1.0/ko/System.Reflection.xml",
  774. "ref/netstandard1.0/ru/System.Reflection.xml",
  775. "ref/netstandard1.0/zh-hans/System.Reflection.xml",
  776. "ref/netstandard1.0/zh-hant/System.Reflection.xml",
  777. "ref/netstandard1.3/System.Reflection.dll",
  778. "ref/netstandard1.3/System.Reflection.xml",
  779. "ref/netstandard1.3/de/System.Reflection.xml",
  780. "ref/netstandard1.3/es/System.Reflection.xml",
  781. "ref/netstandard1.3/fr/System.Reflection.xml",
  782. "ref/netstandard1.3/it/System.Reflection.xml",
  783. "ref/netstandard1.3/ja/System.Reflection.xml",
  784. "ref/netstandard1.3/ko/System.Reflection.xml",
  785. "ref/netstandard1.3/ru/System.Reflection.xml",
  786. "ref/netstandard1.3/zh-hans/System.Reflection.xml",
  787. "ref/netstandard1.3/zh-hant/System.Reflection.xml",
  788. "ref/netstandard1.5/System.Reflection.dll",
  789. "ref/netstandard1.5/System.Reflection.xml",
  790. "ref/netstandard1.5/de/System.Reflection.xml",
  791. "ref/netstandard1.5/es/System.Reflection.xml",
  792. "ref/netstandard1.5/fr/System.Reflection.xml",
  793. "ref/netstandard1.5/it/System.Reflection.xml",
  794. "ref/netstandard1.5/ja/System.Reflection.xml",
  795. "ref/netstandard1.5/ko/System.Reflection.xml",
  796. "ref/netstandard1.5/ru/System.Reflection.xml",
  797. "ref/netstandard1.5/zh-hans/System.Reflection.xml",
  798. "ref/netstandard1.5/zh-hant/System.Reflection.xml",
  799. "ref/portable-net45+win8+wp8+wpa81/_._",
  800. "ref/win8/_._",
  801. "ref/wp80/_._",
  802. "ref/wpa81/_._",
  803. "ref/xamarinios10/_._",
  804. "ref/xamarinmac20/_._",
  805. "ref/xamarintvos10/_._",
  806. "ref/xamarinwatchos10/_._",
  807. "system.reflection.4.3.0.nupkg.sha512",
  808. "system.reflection.nuspec"
  809. ]
  810. },
  811. "System.Reflection.Emit/4.3.0": {
  812. "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
  813. "type": "package",
  814. "path": "system.reflection.emit/4.3.0",
  815. "files": [
  816. ".nupkg.metadata",
  817. ".signature.p7s",
  818. "ThirdPartyNotices.txt",
  819. "dotnet_library_license.txt",
  820. "lib/MonoAndroid10/_._",
  821. "lib/monotouch10/_._",
  822. "lib/net45/_._",
  823. "lib/netcore50/System.Reflection.Emit.dll",
  824. "lib/netstandard1.3/System.Reflection.Emit.dll",
  825. "lib/xamarinios10/_._",
  826. "lib/xamarinmac20/_._",
  827. "lib/xamarintvos10/_._",
  828. "lib/xamarinwatchos10/_._",
  829. "ref/MonoAndroid10/_._",
  830. "ref/net45/_._",
  831. "ref/netstandard1.1/System.Reflection.Emit.dll",
  832. "ref/netstandard1.1/System.Reflection.Emit.xml",
  833. "ref/netstandard1.1/de/System.Reflection.Emit.xml",
  834. "ref/netstandard1.1/es/System.Reflection.Emit.xml",
  835. "ref/netstandard1.1/fr/System.Reflection.Emit.xml",
  836. "ref/netstandard1.1/it/System.Reflection.Emit.xml",
  837. "ref/netstandard1.1/ja/System.Reflection.Emit.xml",
  838. "ref/netstandard1.1/ko/System.Reflection.Emit.xml",
  839. "ref/netstandard1.1/ru/System.Reflection.Emit.xml",
  840. "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml",
  841. "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml",
  842. "ref/xamarinmac20/_._",
  843. "system.reflection.emit.4.3.0.nupkg.sha512",
  844. "system.reflection.emit.nuspec"
  845. ]
  846. },
  847. "System.Reflection.Emit.ILGeneration/4.3.0": {
  848. "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
  849. "type": "package",
  850. "path": "system.reflection.emit.ilgeneration/4.3.0",
  851. "files": [
  852. ".nupkg.metadata",
  853. ".signature.p7s",
  854. "ThirdPartyNotices.txt",
  855. "dotnet_library_license.txt",
  856. "lib/MonoAndroid10/_._",
  857. "lib/MonoTouch10/_._",
  858. "lib/net45/_._",
  859. "lib/netcore50/System.Reflection.Emit.ILGeneration.dll",
  860. "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll",
  861. "lib/portable-net45+wp8/_._",
  862. "lib/wp80/_._",
  863. "lib/xamarinios10/_._",
  864. "lib/xamarinmac20/_._",
  865. "lib/xamarintvos10/_._",
  866. "lib/xamarinwatchos10/_._",
  867. "ref/MonoAndroid10/_._",
  868. "ref/MonoTouch10/_._",
  869. "ref/net45/_._",
  870. "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll",
  871. "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml",
  872. "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml",
  873. "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml",
  874. "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml",
  875. "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml",
  876. "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml",
  877. "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml",
  878. "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml",
  879. "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml",
  880. "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml",
  881. "ref/portable-net45+wp8/_._",
  882. "ref/wp80/_._",
  883. "ref/xamarinios10/_._",
  884. "ref/xamarinmac20/_._",
  885. "ref/xamarintvos10/_._",
  886. "ref/xamarinwatchos10/_._",
  887. "runtimes/aot/lib/netcore50/_._",
  888. "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512",
  889. "system.reflection.emit.ilgeneration.nuspec"
  890. ]
  891. },
  892. "System.Reflection.Primitives/4.3.0": {
  893. "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  894. "type": "package",
  895. "path": "system.reflection.primitives/4.3.0",
  896. "files": [
  897. ".nupkg.metadata",
  898. ".signature.p7s",
  899. "ThirdPartyNotices.txt",
  900. "dotnet_library_license.txt",
  901. "lib/MonoAndroid10/_._",
  902. "lib/MonoTouch10/_._",
  903. "lib/net45/_._",
  904. "lib/portable-net45+win8+wp8+wpa81/_._",
  905. "lib/win8/_._",
  906. "lib/wp80/_._",
  907. "lib/wpa81/_._",
  908. "lib/xamarinios10/_._",
  909. "lib/xamarinmac20/_._",
  910. "lib/xamarintvos10/_._",
  911. "lib/xamarinwatchos10/_._",
  912. "ref/MonoAndroid10/_._",
  913. "ref/MonoTouch10/_._",
  914. "ref/net45/_._",
  915. "ref/netcore50/System.Reflection.Primitives.dll",
  916. "ref/netcore50/System.Reflection.Primitives.xml",
  917. "ref/netcore50/de/System.Reflection.Primitives.xml",
  918. "ref/netcore50/es/System.Reflection.Primitives.xml",
  919. "ref/netcore50/fr/System.Reflection.Primitives.xml",
  920. "ref/netcore50/it/System.Reflection.Primitives.xml",
  921. "ref/netcore50/ja/System.Reflection.Primitives.xml",
  922. "ref/netcore50/ko/System.Reflection.Primitives.xml",
  923. "ref/netcore50/ru/System.Reflection.Primitives.xml",
  924. "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
  925. "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
  926. "ref/netstandard1.0/System.Reflection.Primitives.dll",
  927. "ref/netstandard1.0/System.Reflection.Primitives.xml",
  928. "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
  929. "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
  930. "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
  931. "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
  932. "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
  933. "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
  934. "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
  935. "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
  936. "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
  937. "ref/portable-net45+win8+wp8+wpa81/_._",
  938. "ref/win8/_._",
  939. "ref/wp80/_._",
  940. "ref/wpa81/_._",
  941. "ref/xamarinios10/_._",
  942. "ref/xamarinmac20/_._",
  943. "ref/xamarintvos10/_._",
  944. "ref/xamarinwatchos10/_._",
  945. "system.reflection.primitives.4.3.0.nupkg.sha512",
  946. "system.reflection.primitives.nuspec"
  947. ]
  948. },
  949. "System.Runtime/4.3.0": {
  950. "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  951. "type": "package",
  952. "path": "system.runtime/4.3.0",
  953. "files": [
  954. ".nupkg.metadata",
  955. ".signature.p7s",
  956. "ThirdPartyNotices.txt",
  957. "dotnet_library_license.txt",
  958. "lib/MonoAndroid10/_._",
  959. "lib/MonoTouch10/_._",
  960. "lib/net45/_._",
  961. "lib/net462/System.Runtime.dll",
  962. "lib/portable-net45+win8+wp80+wpa81/_._",
  963. "lib/win8/_._",
  964. "lib/wp80/_._",
  965. "lib/wpa81/_._",
  966. "lib/xamarinios10/_._",
  967. "lib/xamarinmac20/_._",
  968. "lib/xamarintvos10/_._",
  969. "lib/xamarinwatchos10/_._",
  970. "ref/MonoAndroid10/_._",
  971. "ref/MonoTouch10/_._",
  972. "ref/net45/_._",
  973. "ref/net462/System.Runtime.dll",
  974. "ref/netcore50/System.Runtime.dll",
  975. "ref/netcore50/System.Runtime.xml",
  976. "ref/netcore50/de/System.Runtime.xml",
  977. "ref/netcore50/es/System.Runtime.xml",
  978. "ref/netcore50/fr/System.Runtime.xml",
  979. "ref/netcore50/it/System.Runtime.xml",
  980. "ref/netcore50/ja/System.Runtime.xml",
  981. "ref/netcore50/ko/System.Runtime.xml",
  982. "ref/netcore50/ru/System.Runtime.xml",
  983. "ref/netcore50/zh-hans/System.Runtime.xml",
  984. "ref/netcore50/zh-hant/System.Runtime.xml",
  985. "ref/netstandard1.0/System.Runtime.dll",
  986. "ref/netstandard1.0/System.Runtime.xml",
  987. "ref/netstandard1.0/de/System.Runtime.xml",
  988. "ref/netstandard1.0/es/System.Runtime.xml",
  989. "ref/netstandard1.0/fr/System.Runtime.xml",
  990. "ref/netstandard1.0/it/System.Runtime.xml",
  991. "ref/netstandard1.0/ja/System.Runtime.xml",
  992. "ref/netstandard1.0/ko/System.Runtime.xml",
  993. "ref/netstandard1.0/ru/System.Runtime.xml",
  994. "ref/netstandard1.0/zh-hans/System.Runtime.xml",
  995. "ref/netstandard1.0/zh-hant/System.Runtime.xml",
  996. "ref/netstandard1.2/System.Runtime.dll",
  997. "ref/netstandard1.2/System.Runtime.xml",
  998. "ref/netstandard1.2/de/System.Runtime.xml",
  999. "ref/netstandard1.2/es/System.Runtime.xml",
  1000. "ref/netstandard1.2/fr/System.Runtime.xml",
  1001. "ref/netstandard1.2/it/System.Runtime.xml",
  1002. "ref/netstandard1.2/ja/System.Runtime.xml",
  1003. "ref/netstandard1.2/ko/System.Runtime.xml",
  1004. "ref/netstandard1.2/ru/System.Runtime.xml",
  1005. "ref/netstandard1.2/zh-hans/System.Runtime.xml",
  1006. "ref/netstandard1.2/zh-hant/System.Runtime.xml",
  1007. "ref/netstandard1.3/System.Runtime.dll",
  1008. "ref/netstandard1.3/System.Runtime.xml",
  1009. "ref/netstandard1.3/de/System.Runtime.xml",
  1010. "ref/netstandard1.3/es/System.Runtime.xml",
  1011. "ref/netstandard1.3/fr/System.Runtime.xml",
  1012. "ref/netstandard1.3/it/System.Runtime.xml",
  1013. "ref/netstandard1.3/ja/System.Runtime.xml",
  1014. "ref/netstandard1.3/ko/System.Runtime.xml",
  1015. "ref/netstandard1.3/ru/System.Runtime.xml",
  1016. "ref/netstandard1.3/zh-hans/System.Runtime.xml",
  1017. "ref/netstandard1.3/zh-hant/System.Runtime.xml",
  1018. "ref/netstandard1.5/System.Runtime.dll",
  1019. "ref/netstandard1.5/System.Runtime.xml",
  1020. "ref/netstandard1.5/de/System.Runtime.xml",
  1021. "ref/netstandard1.5/es/System.Runtime.xml",
  1022. "ref/netstandard1.5/fr/System.Runtime.xml",
  1023. "ref/netstandard1.5/it/System.Runtime.xml",
  1024. "ref/netstandard1.5/ja/System.Runtime.xml",
  1025. "ref/netstandard1.5/ko/System.Runtime.xml",
  1026. "ref/netstandard1.5/ru/System.Runtime.xml",
  1027. "ref/netstandard1.5/zh-hans/System.Runtime.xml",
  1028. "ref/netstandard1.5/zh-hant/System.Runtime.xml",
  1029. "ref/portable-net45+win8+wp80+wpa81/_._",
  1030. "ref/win8/_._",
  1031. "ref/wp80/_._",
  1032. "ref/wpa81/_._",
  1033. "ref/xamarinios10/_._",
  1034. "ref/xamarinmac20/_._",
  1035. "ref/xamarintvos10/_._",
  1036. "ref/xamarinwatchos10/_._",
  1037. "system.runtime.4.3.0.nupkg.sha512",
  1038. "system.runtime.nuspec"
  1039. ]
  1040. },
  1041. "System.Security.AccessControl/4.5.0": {
  1042. "sha512": "vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
  1043. "type": "package",
  1044. "path": "system.security.accesscontrol/4.5.0",
  1045. "files": [
  1046. ".nupkg.metadata",
  1047. ".signature.p7s",
  1048. "LICENSE.TXT",
  1049. "THIRD-PARTY-NOTICES.TXT",
  1050. "lib/net46/System.Security.AccessControl.dll",
  1051. "lib/net461/System.Security.AccessControl.dll",
  1052. "lib/netstandard1.3/System.Security.AccessControl.dll",
  1053. "lib/netstandard2.0/System.Security.AccessControl.dll",
  1054. "lib/uap10.0.16299/_._",
  1055. "ref/net46/System.Security.AccessControl.dll",
  1056. "ref/net461/System.Security.AccessControl.dll",
  1057. "ref/net461/System.Security.AccessControl.xml",
  1058. "ref/netstandard1.3/System.Security.AccessControl.dll",
  1059. "ref/netstandard1.3/System.Security.AccessControl.xml",
  1060. "ref/netstandard1.3/de/System.Security.AccessControl.xml",
  1061. "ref/netstandard1.3/es/System.Security.AccessControl.xml",
  1062. "ref/netstandard1.3/fr/System.Security.AccessControl.xml",
  1063. "ref/netstandard1.3/it/System.Security.AccessControl.xml",
  1064. "ref/netstandard1.3/ja/System.Security.AccessControl.xml",
  1065. "ref/netstandard1.3/ko/System.Security.AccessControl.xml",
  1066. "ref/netstandard1.3/ru/System.Security.AccessControl.xml",
  1067. "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
  1068. "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
  1069. "ref/netstandard2.0/System.Security.AccessControl.dll",
  1070. "ref/netstandard2.0/System.Security.AccessControl.xml",
  1071. "ref/uap10.0.16299/_._",
  1072. "runtimes/win/lib/net46/System.Security.AccessControl.dll",
  1073. "runtimes/win/lib/net461/System.Security.AccessControl.dll",
  1074. "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
  1075. "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
  1076. "runtimes/win/lib/uap10.0.16299/_._",
  1077. "system.security.accesscontrol.4.5.0.nupkg.sha512",
  1078. "system.security.accesscontrol.nuspec",
  1079. "useSharedDesignerContext.txt",
  1080. "version.txt"
  1081. ]
  1082. },
  1083. "System.Security.Cryptography.ProtectedData/4.5.0": {
  1084. "sha512": "wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
  1085. "type": "package",
  1086. "path": "system.security.cryptography.protecteddata/4.5.0",
  1087. "files": [
  1088. ".nupkg.metadata",
  1089. ".signature.p7s",
  1090. "LICENSE.TXT",
  1091. "THIRD-PARTY-NOTICES.TXT",
  1092. "lib/MonoAndroid10/_._",
  1093. "lib/MonoTouch10/_._",
  1094. "lib/net46/System.Security.Cryptography.ProtectedData.dll",
  1095. "lib/net461/System.Security.Cryptography.ProtectedData.dll",
  1096. "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
  1097. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
  1098. "lib/xamarinios10/_._",
  1099. "lib/xamarinmac20/_._",
  1100. "lib/xamarintvos10/_._",
  1101. "lib/xamarinwatchos10/_._",
  1102. "ref/MonoAndroid10/_._",
  1103. "ref/MonoTouch10/_._",
  1104. "ref/net46/System.Security.Cryptography.ProtectedData.dll",
  1105. "ref/net461/System.Security.Cryptography.ProtectedData.dll",
  1106. "ref/net461/System.Security.Cryptography.ProtectedData.xml",
  1107. "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
  1108. "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
  1109. "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
  1110. "ref/xamarinios10/_._",
  1111. "ref/xamarinmac20/_._",
  1112. "ref/xamarintvos10/_._",
  1113. "ref/xamarinwatchos10/_._",
  1114. "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll",
  1115. "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll",
  1116. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
  1117. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
  1118. "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512",
  1119. "system.security.cryptography.protecteddata.nuspec",
  1120. "useSharedDesignerContext.txt",
  1121. "version.txt"
  1122. ]
  1123. },
  1124. "System.Security.Permissions/4.5.0": {
  1125. "sha512": "9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==",
  1126. "type": "package",
  1127. "path": "system.security.permissions/4.5.0",
  1128. "files": [
  1129. ".nupkg.metadata",
  1130. ".signature.p7s",
  1131. "LICENSE.TXT",
  1132. "THIRD-PARTY-NOTICES.TXT",
  1133. "lib/net461/System.Security.Permissions.dll",
  1134. "lib/netstandard2.0/System.Security.Permissions.dll",
  1135. "ref/net461/System.Security.Permissions.dll",
  1136. "ref/net461/System.Security.Permissions.xml",
  1137. "ref/netstandard2.0/System.Security.Permissions.dll",
  1138. "ref/netstandard2.0/System.Security.Permissions.xml",
  1139. "system.security.permissions.4.5.0.nupkg.sha512",
  1140. "system.security.permissions.nuspec",
  1141. "useSharedDesignerContext.txt",
  1142. "version.txt"
  1143. ]
  1144. },
  1145. "System.Security.Principal.Windows/4.5.0": {
  1146. "sha512": "U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
  1147. "type": "package",
  1148. "path": "system.security.principal.windows/4.5.0",
  1149. "files": [
  1150. ".nupkg.metadata",
  1151. ".signature.p7s",
  1152. "LICENSE.TXT",
  1153. "THIRD-PARTY-NOTICES.TXT",
  1154. "lib/net46/System.Security.Principal.Windows.dll",
  1155. "lib/net461/System.Security.Principal.Windows.dll",
  1156. "lib/netstandard1.3/System.Security.Principal.Windows.dll",
  1157. "lib/netstandard2.0/System.Security.Principal.Windows.dll",
  1158. "lib/uap10.0.16299/_._",
  1159. "ref/net46/System.Security.Principal.Windows.dll",
  1160. "ref/net461/System.Security.Principal.Windows.dll",
  1161. "ref/net461/System.Security.Principal.Windows.xml",
  1162. "ref/netstandard1.3/System.Security.Principal.Windows.dll",
  1163. "ref/netstandard1.3/System.Security.Principal.Windows.xml",
  1164. "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
  1165. "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
  1166. "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
  1167. "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
  1168. "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
  1169. "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
  1170. "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
  1171. "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
  1172. "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
  1173. "ref/netstandard2.0/System.Security.Principal.Windows.dll",
  1174. "ref/netstandard2.0/System.Security.Principal.Windows.xml",
  1175. "ref/uap10.0.16299/_._",
  1176. "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
  1177. "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
  1178. "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
  1179. "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
  1180. "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
  1181. "runtimes/win/lib/uap10.0.16299/_._",
  1182. "system.security.principal.windows.4.5.0.nupkg.sha512",
  1183. "system.security.principal.windows.nuspec",
  1184. "useSharedDesignerContext.txt",
  1185. "version.txt"
  1186. ]
  1187. },
  1188. "System.Text.Encoding/4.3.0": {
  1189. "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1190. "type": "package",
  1191. "path": "system.text.encoding/4.3.0",
  1192. "files": [
  1193. ".nupkg.metadata",
  1194. ".signature.p7s",
  1195. "ThirdPartyNotices.txt",
  1196. "dotnet_library_license.txt",
  1197. "lib/MonoAndroid10/_._",
  1198. "lib/MonoTouch10/_._",
  1199. "lib/net45/_._",
  1200. "lib/portable-net45+win8+wp8+wpa81/_._",
  1201. "lib/win8/_._",
  1202. "lib/wp80/_._",
  1203. "lib/wpa81/_._",
  1204. "lib/xamarinios10/_._",
  1205. "lib/xamarinmac20/_._",
  1206. "lib/xamarintvos10/_._",
  1207. "lib/xamarinwatchos10/_._",
  1208. "ref/MonoAndroid10/_._",
  1209. "ref/MonoTouch10/_._",
  1210. "ref/net45/_._",
  1211. "ref/netcore50/System.Text.Encoding.dll",
  1212. "ref/netcore50/System.Text.Encoding.xml",
  1213. "ref/netcore50/de/System.Text.Encoding.xml",
  1214. "ref/netcore50/es/System.Text.Encoding.xml",
  1215. "ref/netcore50/fr/System.Text.Encoding.xml",
  1216. "ref/netcore50/it/System.Text.Encoding.xml",
  1217. "ref/netcore50/ja/System.Text.Encoding.xml",
  1218. "ref/netcore50/ko/System.Text.Encoding.xml",
  1219. "ref/netcore50/ru/System.Text.Encoding.xml",
  1220. "ref/netcore50/zh-hans/System.Text.Encoding.xml",
  1221. "ref/netcore50/zh-hant/System.Text.Encoding.xml",
  1222. "ref/netstandard1.0/System.Text.Encoding.dll",
  1223. "ref/netstandard1.0/System.Text.Encoding.xml",
  1224. "ref/netstandard1.0/de/System.Text.Encoding.xml",
  1225. "ref/netstandard1.0/es/System.Text.Encoding.xml",
  1226. "ref/netstandard1.0/fr/System.Text.Encoding.xml",
  1227. "ref/netstandard1.0/it/System.Text.Encoding.xml",
  1228. "ref/netstandard1.0/ja/System.Text.Encoding.xml",
  1229. "ref/netstandard1.0/ko/System.Text.Encoding.xml",
  1230. "ref/netstandard1.0/ru/System.Text.Encoding.xml",
  1231. "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
  1232. "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
  1233. "ref/netstandard1.3/System.Text.Encoding.dll",
  1234. "ref/netstandard1.3/System.Text.Encoding.xml",
  1235. "ref/netstandard1.3/de/System.Text.Encoding.xml",
  1236. "ref/netstandard1.3/es/System.Text.Encoding.xml",
  1237. "ref/netstandard1.3/fr/System.Text.Encoding.xml",
  1238. "ref/netstandard1.3/it/System.Text.Encoding.xml",
  1239. "ref/netstandard1.3/ja/System.Text.Encoding.xml",
  1240. "ref/netstandard1.3/ko/System.Text.Encoding.xml",
  1241. "ref/netstandard1.3/ru/System.Text.Encoding.xml",
  1242. "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
  1243. "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
  1244. "ref/portable-net45+win8+wp8+wpa81/_._",
  1245. "ref/win8/_._",
  1246. "ref/wp80/_._",
  1247. "ref/wpa81/_._",
  1248. "ref/xamarinios10/_._",
  1249. "ref/xamarinmac20/_._",
  1250. "ref/xamarintvos10/_._",
  1251. "ref/xamarinwatchos10/_._",
  1252. "system.text.encoding.4.3.0.nupkg.sha512",
  1253. "system.text.encoding.nuspec"
  1254. ]
  1255. },
  1256. "System.Threading.Tasks/4.3.0": {
  1257. "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1258. "type": "package",
  1259. "path": "system.threading.tasks/4.3.0",
  1260. "files": [
  1261. ".nupkg.metadata",
  1262. ".signature.p7s",
  1263. "ThirdPartyNotices.txt",
  1264. "dotnet_library_license.txt",
  1265. "lib/MonoAndroid10/_._",
  1266. "lib/MonoTouch10/_._",
  1267. "lib/net45/_._",
  1268. "lib/portable-net45+win8+wp8+wpa81/_._",
  1269. "lib/win8/_._",
  1270. "lib/wp80/_._",
  1271. "lib/wpa81/_._",
  1272. "lib/xamarinios10/_._",
  1273. "lib/xamarinmac20/_._",
  1274. "lib/xamarintvos10/_._",
  1275. "lib/xamarinwatchos10/_._",
  1276. "ref/MonoAndroid10/_._",
  1277. "ref/MonoTouch10/_._",
  1278. "ref/net45/_._",
  1279. "ref/netcore50/System.Threading.Tasks.dll",
  1280. "ref/netcore50/System.Threading.Tasks.xml",
  1281. "ref/netcore50/de/System.Threading.Tasks.xml",
  1282. "ref/netcore50/es/System.Threading.Tasks.xml",
  1283. "ref/netcore50/fr/System.Threading.Tasks.xml",
  1284. "ref/netcore50/it/System.Threading.Tasks.xml",
  1285. "ref/netcore50/ja/System.Threading.Tasks.xml",
  1286. "ref/netcore50/ko/System.Threading.Tasks.xml",
  1287. "ref/netcore50/ru/System.Threading.Tasks.xml",
  1288. "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
  1289. "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
  1290. "ref/netstandard1.0/System.Threading.Tasks.dll",
  1291. "ref/netstandard1.0/System.Threading.Tasks.xml",
  1292. "ref/netstandard1.0/de/System.Threading.Tasks.xml",
  1293. "ref/netstandard1.0/es/System.Threading.Tasks.xml",
  1294. "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
  1295. "ref/netstandard1.0/it/System.Threading.Tasks.xml",
  1296. "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
  1297. "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
  1298. "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
  1299. "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
  1300. "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
  1301. "ref/netstandard1.3/System.Threading.Tasks.dll",
  1302. "ref/netstandard1.3/System.Threading.Tasks.xml",
  1303. "ref/netstandard1.3/de/System.Threading.Tasks.xml",
  1304. "ref/netstandard1.3/es/System.Threading.Tasks.xml",
  1305. "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
  1306. "ref/netstandard1.3/it/System.Threading.Tasks.xml",
  1307. "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
  1308. "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
  1309. "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
  1310. "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
  1311. "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
  1312. "ref/portable-net45+win8+wp8+wpa81/_._",
  1313. "ref/win8/_._",
  1314. "ref/wp80/_._",
  1315. "ref/wpa81/_._",
  1316. "ref/xamarinios10/_._",
  1317. "ref/xamarinmac20/_._",
  1318. "ref/xamarintvos10/_._",
  1319. "ref/xamarinwatchos10/_._",
  1320. "system.threading.tasks.4.3.0.nupkg.sha512",
  1321. "system.threading.tasks.nuspec"
  1322. ]
  1323. },
  1324. "Fine.Util/1.0.0": {
  1325. "type": "project",
  1326. "path": "../Fine.Util/Fine.Util.csproj",
  1327. "msbuildProject": "../Fine.Util/Fine.Util.csproj"
  1328. }
  1329. },
  1330. "projectFileDependencyGroups": {
  1331. "net6.0": [
  1332. "Fine.Util >= 1.0.0",
  1333. "Newtonsoft.Json >= 13.0.3",
  1334. "Npoi.Mapper >= 4.1.0"
  1335. ]
  1336. },
  1337. "packageFolders": {
  1338. "D:\\ProgramData\\NugetPackage": {},
  1339. "d:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
  1340. },
  1341. "project": {
  1342. "version": "1.0.0",
  1343. "restore": {
  1344. "projectUniqueName": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\YS.Start.AdminLine\\YS.Start.AdminLine.csproj",
  1345. "projectName": "YS.Start.AdminLine",
  1346. "projectPath": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\YS.Start.AdminLine\\YS.Start.AdminLine.csproj",
  1347. "packagesPath": "D:\\ProgramData\\NugetPackage",
  1348. "outputPath": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\YS.Start.AdminLine\\obj\\",
  1349. "projectStyle": "PackageReference",
  1350. "fallbackFolders": [
  1351. "d:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  1352. ],
  1353. "configFilePaths": [
  1354. "C:\\Users\\朱雄\\AppData\\Roaming\\NuGet\\NuGet.Config",
  1355. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  1356. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  1357. ],
  1358. "originalTargetFrameworks": [
  1359. "net6.0"
  1360. ],
  1361. "sources": {
  1362. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  1363. "https://api.nuget.org/v3/index.json": {}
  1364. },
  1365. "frameworks": {
  1366. "net6.0": {
  1367. "targetAlias": "net6.0",
  1368. "projectReferences": {
  1369. "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\Fine.Util\\Fine.Util.csproj": {
  1370. "projectPath": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\Fine.Util\\Fine.Util.csproj"
  1371. }
  1372. }
  1373. }
  1374. },
  1375. "warningProperties": {
  1376. "warnAsError": [
  1377. "NU1605"
  1378. ]
  1379. }
  1380. },
  1381. "frameworks": {
  1382. "net6.0": {
  1383. "targetAlias": "net6.0",
  1384. "dependencies": {
  1385. "Newtonsoft.Json": {
  1386. "target": "Package",
  1387. "version": "[13.0.3, )"
  1388. },
  1389. "Npoi.Mapper": {
  1390. "target": "Package",
  1391. "version": "[4.1.0, )"
  1392. }
  1393. },
  1394. "imports": [
  1395. "net461",
  1396. "net462",
  1397. "net47",
  1398. "net471",
  1399. "net472",
  1400. "net48"
  1401. ],
  1402. "assetTargetFallback": true,
  1403. "warn": true,
  1404. "frameworkReferences": {
  1405. "Microsoft.AspNetCore.App": {
  1406. "privateAssets": "none"
  1407. },
  1408. "Microsoft.NETCore.App": {
  1409. "privateAssets": "all"
  1410. }
  1411. },
  1412. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.301\\RuntimeIdentifierGraph.json"
  1413. }
  1414. }
  1415. }
  1416. }