JetBrains.Annotations.deps.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETStandard,Version=v1.0/",
  4. "signature": "565aed16350b933f04d436aef3829fe519082874"
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETStandard,Version=v1.0": {},
  9. ".NETStandard,Version=v1.0/": {
  10. "JetBrains.Annotations/2019.1.1": {
  11. "dependencies": {
  12. "NETStandard.Library": "1.6.0"
  13. },
  14. "runtime": {
  15. "JetBrains.Annotations.dll": {}
  16. }
  17. },
  18. "Microsoft.NETCore.Platforms/1.0.1": {},
  19. "Microsoft.NETCore.Targets/1.0.1": {},
  20. "NETStandard.Library/1.6.0": {
  21. "dependencies": {
  22. "Microsoft.NETCore.Platforms": "1.0.1",
  23. "System.Collections": "4.0.11",
  24. "System.Diagnostics.Debug": "4.0.11",
  25. "System.Diagnostics.Tools": "4.0.1",
  26. "System.Globalization": "4.0.11",
  27. "System.IO": "4.1.0",
  28. "System.Linq": "4.1.0",
  29. "System.Linq.Expressions": "4.1.0",
  30. "System.Net.Primitives": "4.0.11",
  31. "System.ObjectModel": "4.0.12",
  32. "System.Reflection": "4.1.0",
  33. "System.Reflection.Extensions": "4.0.1",
  34. "System.Reflection.Primitives": "4.0.1",
  35. "System.Resources.ResourceManager": "4.0.1",
  36. "System.Runtime": "4.1.0",
  37. "System.Runtime.Extensions": "4.1.0",
  38. "System.Text.Encoding": "4.0.11",
  39. "System.Text.Encoding.Extensions": "4.0.11",
  40. "System.Text.RegularExpressions": "4.1.0",
  41. "System.Threading": "4.0.11",
  42. "System.Threading.Tasks": "4.0.11",
  43. "System.Xml.ReaderWriter": "4.0.11",
  44. "System.Xml.XDocument": "4.0.11"
  45. }
  46. },
  47. "System.Collections/4.0.11": {
  48. "dependencies": {
  49. "Microsoft.NETCore.Platforms": "1.0.1",
  50. "Microsoft.NETCore.Targets": "1.0.1",
  51. "System.Runtime": "4.1.0"
  52. }
  53. },
  54. "System.Diagnostics.Debug/4.0.11": {
  55. "dependencies": {
  56. "Microsoft.NETCore.Platforms": "1.0.1",
  57. "Microsoft.NETCore.Targets": "1.0.1",
  58. "System.Runtime": "4.1.0"
  59. }
  60. },
  61. "System.Diagnostics.Tools/4.0.1": {
  62. "dependencies": {
  63. "Microsoft.NETCore.Platforms": "1.0.1",
  64. "Microsoft.NETCore.Targets": "1.0.1",
  65. "System.Runtime": "4.1.0"
  66. }
  67. },
  68. "System.Globalization/4.0.11": {
  69. "dependencies": {
  70. "Microsoft.NETCore.Platforms": "1.0.1",
  71. "Microsoft.NETCore.Targets": "1.0.1",
  72. "System.Runtime": "4.1.0"
  73. }
  74. },
  75. "System.IO/4.1.0": {
  76. "dependencies": {
  77. "Microsoft.NETCore.Platforms": "1.0.1",
  78. "Microsoft.NETCore.Targets": "1.0.1",
  79. "System.Runtime": "4.1.0",
  80. "System.Text.Encoding": "4.0.11",
  81. "System.Threading.Tasks": "4.0.11"
  82. }
  83. },
  84. "System.Linq/4.1.0": {
  85. "dependencies": {
  86. "System.Collections": "4.0.11",
  87. "System.Runtime": "4.1.0"
  88. }
  89. },
  90. "System.Linq.Expressions/4.1.0": {
  91. "dependencies": {
  92. "System.Reflection": "4.1.0",
  93. "System.Runtime": "4.1.0"
  94. }
  95. },
  96. "System.Net.Primitives/4.0.11": {
  97. "dependencies": {
  98. "Microsoft.NETCore.Platforms": "1.0.1",
  99. "Microsoft.NETCore.Targets": "1.0.1",
  100. "System.Runtime": "4.1.0"
  101. }
  102. },
  103. "System.ObjectModel/4.0.12": {
  104. "dependencies": {
  105. "System.Runtime": "4.1.0"
  106. }
  107. },
  108. "System.Reflection/4.1.0": {
  109. "dependencies": {
  110. "Microsoft.NETCore.Platforms": "1.0.1",
  111. "Microsoft.NETCore.Targets": "1.0.1",
  112. "System.IO": "4.1.0",
  113. "System.Reflection.Primitives": "4.0.1",
  114. "System.Runtime": "4.1.0"
  115. }
  116. },
  117. "System.Reflection.Extensions/4.0.1": {
  118. "dependencies": {
  119. "Microsoft.NETCore.Platforms": "1.0.1",
  120. "Microsoft.NETCore.Targets": "1.0.1",
  121. "System.Reflection": "4.1.0",
  122. "System.Runtime": "4.1.0"
  123. }
  124. },
  125. "System.Reflection.Primitives/4.0.1": {
  126. "dependencies": {
  127. "Microsoft.NETCore.Platforms": "1.0.1",
  128. "Microsoft.NETCore.Targets": "1.0.1",
  129. "System.Runtime": "4.1.0"
  130. }
  131. },
  132. "System.Resources.ResourceManager/4.0.1": {
  133. "dependencies": {
  134. "Microsoft.NETCore.Platforms": "1.0.1",
  135. "Microsoft.NETCore.Targets": "1.0.1",
  136. "System.Globalization": "4.0.11",
  137. "System.Reflection": "4.1.0",
  138. "System.Runtime": "4.1.0"
  139. }
  140. },
  141. "System.Runtime/4.1.0": {
  142. "dependencies": {
  143. "Microsoft.NETCore.Platforms": "1.0.1",
  144. "Microsoft.NETCore.Targets": "1.0.1"
  145. }
  146. },
  147. "System.Runtime.Extensions/4.1.0": {
  148. "dependencies": {
  149. "Microsoft.NETCore.Platforms": "1.0.1",
  150. "Microsoft.NETCore.Targets": "1.0.1",
  151. "System.Runtime": "4.1.0"
  152. }
  153. },
  154. "System.Text.Encoding/4.0.11": {
  155. "dependencies": {
  156. "Microsoft.NETCore.Platforms": "1.0.1",
  157. "Microsoft.NETCore.Targets": "1.0.1",
  158. "System.Runtime": "4.1.0"
  159. }
  160. },
  161. "System.Text.Encoding.Extensions/4.0.11": {
  162. "dependencies": {
  163. "Microsoft.NETCore.Platforms": "1.0.1",
  164. "Microsoft.NETCore.Targets": "1.0.1",
  165. "System.Runtime": "4.1.0",
  166. "System.Text.Encoding": "4.0.11"
  167. }
  168. },
  169. "System.Text.RegularExpressions/4.1.0": {
  170. "dependencies": {
  171. "System.Runtime": "4.1.0"
  172. }
  173. },
  174. "System.Threading/4.0.11": {
  175. "dependencies": {
  176. "System.Runtime": "4.1.0",
  177. "System.Threading.Tasks": "4.0.11"
  178. }
  179. },
  180. "System.Threading.Tasks/4.0.11": {
  181. "dependencies": {
  182. "Microsoft.NETCore.Platforms": "1.0.1",
  183. "Microsoft.NETCore.Targets": "1.0.1",
  184. "System.Runtime": "4.1.0"
  185. }
  186. },
  187. "System.Xml.ReaderWriter/4.0.11": {
  188. "dependencies": {
  189. "System.IO": "4.1.0",
  190. "System.Runtime": "4.1.0",
  191. "System.Text.Encoding": "4.0.11",
  192. "System.Threading.Tasks": "4.0.11"
  193. }
  194. },
  195. "System.Xml.XDocument/4.0.11": {
  196. "dependencies": {
  197. "System.IO": "4.1.0",
  198. "System.Runtime": "4.1.0",
  199. "System.Xml.ReaderWriter": "4.0.11"
  200. }
  201. }
  202. }
  203. },
  204. "libraries": {
  205. "JetBrains.Annotations/2019.1.1": {
  206. "type": "project",
  207. "serviceable": false,
  208. "sha512": ""
  209. },
  210. "Microsoft.NETCore.Platforms/1.0.1": {
  211. "type": "package",
  212. "serviceable": true,
  213. "sha512": "sha512-2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==",
  214. "path": "microsoft.netcore.platforms/1.0.1",
  215. "hashPath": "microsoft.netcore.platforms.1.0.1.nupkg.sha512"
  216. },
  217. "Microsoft.NETCore.Targets/1.0.1": {
  218. "type": "package",
  219. "serviceable": true,
  220. "sha512": "sha512-rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
  221. "path": "microsoft.netcore.targets/1.0.1",
  222. "hashPath": "microsoft.netcore.targets.1.0.1.nupkg.sha512"
  223. },
  224. "NETStandard.Library/1.6.0": {
  225. "type": "package",
  226. "serviceable": true,
  227. "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==",
  228. "path": "netstandard.library/1.6.0",
  229. "hashPath": "netstandard.library.1.6.0.nupkg.sha512"
  230. },
  231. "System.Collections/4.0.11": {
  232. "type": "package",
  233. "serviceable": true,
  234. "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
  235. "path": "system.collections/4.0.11",
  236. "hashPath": "system.collections.4.0.11.nupkg.sha512"
  237. },
  238. "System.Diagnostics.Debug/4.0.11": {
  239. "type": "package",
  240. "serviceable": true,
  241. "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
  242. "path": "system.diagnostics.debug/4.0.11",
  243. "hashPath": "system.diagnostics.debug.4.0.11.nupkg.sha512"
  244. },
  245. "System.Diagnostics.Tools/4.0.1": {
  246. "type": "package",
  247. "serviceable": true,
  248. "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
  249. "path": "system.diagnostics.tools/4.0.1",
  250. "hashPath": "system.diagnostics.tools.4.0.1.nupkg.sha512"
  251. },
  252. "System.Globalization/4.0.11": {
  253. "type": "package",
  254. "serviceable": true,
  255. "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
  256. "path": "system.globalization/4.0.11",
  257. "hashPath": "system.globalization.4.0.11.nupkg.sha512"
  258. },
  259. "System.IO/4.1.0": {
  260. "type": "package",
  261. "serviceable": true,
  262. "sha512": "sha512-3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
  263. "path": "system.io/4.1.0",
  264. "hashPath": "system.io.4.1.0.nupkg.sha512"
  265. },
  266. "System.Linq/4.1.0": {
  267. "type": "package",
  268. "serviceable": true,
  269. "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
  270. "path": "system.linq/4.1.0",
  271. "hashPath": "system.linq.4.1.0.nupkg.sha512"
  272. },
  273. "System.Linq.Expressions/4.1.0": {
  274. "type": "package",
  275. "serviceable": true,
  276. "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
  277. "path": "system.linq.expressions/4.1.0",
  278. "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
  279. },
  280. "System.Net.Primitives/4.0.11": {
  281. "type": "package",
  282. "serviceable": true,
  283. "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==",
  284. "path": "system.net.primitives/4.0.11",
  285. "hashPath": "system.net.primitives.4.0.11.nupkg.sha512"
  286. },
  287. "System.ObjectModel/4.0.12": {
  288. "type": "package",
  289. "serviceable": true,
  290. "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
  291. "path": "system.objectmodel/4.0.12",
  292. "hashPath": "system.objectmodel.4.0.12.nupkg.sha512"
  293. },
  294. "System.Reflection/4.1.0": {
  295. "type": "package",
  296. "serviceable": true,
  297. "sha512": "sha512-JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
  298. "path": "system.reflection/4.1.0",
  299. "hashPath": "system.reflection.4.1.0.nupkg.sha512"
  300. },
  301. "System.Reflection.Extensions/4.0.1": {
  302. "type": "package",
  303. "serviceable": true,
  304. "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
  305. "path": "system.reflection.extensions/4.0.1",
  306. "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512"
  307. },
  308. "System.Reflection.Primitives/4.0.1": {
  309. "type": "package",
  310. "serviceable": true,
  311. "sha512": "sha512-4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
  312. "path": "system.reflection.primitives/4.0.1",
  313. "hashPath": "system.reflection.primitives.4.0.1.nupkg.sha512"
  314. },
  315. "System.Resources.ResourceManager/4.0.1": {
  316. "type": "package",
  317. "serviceable": true,
  318. "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
  319. "path": "system.resources.resourcemanager/4.0.1",
  320. "hashPath": "system.resources.resourcemanager.4.0.1.nupkg.sha512"
  321. },
  322. "System.Runtime/4.1.0": {
  323. "type": "package",
  324. "serviceable": true,
  325. "sha512": "sha512-v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
  326. "path": "system.runtime/4.1.0",
  327. "hashPath": "system.runtime.4.1.0.nupkg.sha512"
  328. },
  329. "System.Runtime.Extensions/4.1.0": {
  330. "type": "package",
  331. "serviceable": true,
  332. "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
  333. "path": "system.runtime.extensions/4.1.0",
  334. "hashPath": "system.runtime.extensions.4.1.0.nupkg.sha512"
  335. },
  336. "System.Text.Encoding/4.0.11": {
  337. "type": "package",
  338. "serviceable": true,
  339. "sha512": "sha512-U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
  340. "path": "system.text.encoding/4.0.11",
  341. "hashPath": "system.text.encoding.4.0.11.nupkg.sha512"
  342. },
  343. "System.Text.Encoding.Extensions/4.0.11": {
  344. "type": "package",
  345. "serviceable": true,
  346. "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
  347. "path": "system.text.encoding.extensions/4.0.11",
  348. "hashPath": "system.text.encoding.extensions.4.0.11.nupkg.sha512"
  349. },
  350. "System.Text.RegularExpressions/4.1.0": {
  351. "type": "package",
  352. "serviceable": true,
  353. "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
  354. "path": "system.text.regularexpressions/4.1.0",
  355. "hashPath": "system.text.regularexpressions.4.1.0.nupkg.sha512"
  356. },
  357. "System.Threading/4.0.11": {
  358. "type": "package",
  359. "serviceable": true,
  360. "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
  361. "path": "system.threading/4.0.11",
  362. "hashPath": "system.threading.4.0.11.nupkg.sha512"
  363. },
  364. "System.Threading.Tasks/4.0.11": {
  365. "type": "package",
  366. "serviceable": true,
  367. "sha512": "sha512-k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
  368. "path": "system.threading.tasks/4.0.11",
  369. "hashPath": "system.threading.tasks.4.0.11.nupkg.sha512"
  370. },
  371. "System.Xml.ReaderWriter/4.0.11": {
  372. "type": "package",
  373. "serviceable": true,
  374. "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",
  375. "path": "system.xml.readerwriter/4.0.11",
  376. "hashPath": "system.xml.readerwriter.4.0.11.nupkg.sha512"
  377. },
  378. "System.Xml.XDocument/4.0.11": {
  379. "type": "package",
  380. "serviceable": true,
  381. "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",
  382. "path": "system.xml.xdocument/4.0.11",
  383. "hashPath": "system.xml.xdocument.4.0.11.nupkg.sha512"
  384. }
  385. }
  386. }