project.assets.json 57 KB

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