PageRenderTime 437ms CodeModel.GetById 32ms RepoModel.GetById 1ms app.codeStats 1ms

/UnitTestProject1/project.lock.json

https://bitbucket.org/ferpega/gameoflife.net
JSON | 12949 lines | 12948 code | 1 blank | 0 comment | 0 complexity | 07a74de05fa6d0fb017c3e958ec35698 MD5 | raw file
  1. {
  2. "locked": false,
  3. "version": 1,
  4. "targets": {
  5. "UAP,Version=v10.0": {
  6. "FluentAssertions/4.0.1": {
  7. "compile": {
  8. "lib/dotnet/FluentAssertions.Core.dll": {},
  9. "lib/dotnet/FluentAssertions.dll": {}
  10. },
  11. "runtime": {
  12. "lib/dotnet/FluentAssertions.Core.dll": {},
  13. "lib/dotnet/FluentAssertions.dll": {}
  14. }
  15. },
  16. "Microsoft.CSharp/4.0.0": {
  17. "dependencies": {
  18. "System.Collections": "[4.0.10, )",
  19. "System.Diagnostics.Debug": "[4.0.10, )",
  20. "System.Dynamic.Runtime": "[4.0.0, )",
  21. "System.Globalization": "[4.0.10, )",
  22. "System.Linq": "[4.0.0, )",
  23. "System.Linq.Expressions": "[4.0.0, )",
  24. "System.ObjectModel": "[4.0.10, )",
  25. "System.Reflection": "[4.0.10, )",
  26. "System.Reflection.Extensions": "[4.0.0, )",
  27. "System.Reflection.Primitives": "[4.0.0, )",
  28. "System.Reflection.TypeExtensions": "[4.0.0, )",
  29. "System.Resources.ResourceManager": "[4.0.0, )",
  30. "System.Runtime": "[4.0.20, )",
  31. "System.Runtime.Extensions": "[4.0.10, )",
  32. "System.Runtime.InteropServices": "[4.0.20, )",
  33. "System.Threading": "[4.0.10, )"
  34. },
  35. "compile": {
  36. "ref/netcore50/Microsoft.CSharp.dll": {}
  37. },
  38. "runtime": {
  39. "lib/netcore50/Microsoft.CSharp.dll": {}
  40. }
  41. },
  42. "Microsoft.NETCore/5.0.0": {
  43. "dependencies": {
  44. "Microsoft.CSharp": "[4.0.0, )",
  45. "Microsoft.NETCore.Targets": "[1.0.0, )",
  46. "Microsoft.VisualBasic": "[10.0.0, )",
  47. "System.AppContext": "[4.0.0, )",
  48. "System.Collections": "[4.0.10, )",
  49. "System.Collections.Concurrent": "[4.0.10, )",
  50. "System.Collections.Immutable": "[1.1.37, )",
  51. "System.ComponentModel": "[4.0.0, )",
  52. "System.ComponentModel.Annotations": "[4.0.10, )",
  53. "System.Diagnostics.Debug": "[4.0.10, )",
  54. "System.Diagnostics.Tools": "[4.0.0, )",
  55. "System.Diagnostics.Tracing": "[4.0.20, )",
  56. "System.Dynamic.Runtime": "[4.0.10, )",
  57. "System.Globalization": "[4.0.10, )",
  58. "System.Globalization.Calendars": "[4.0.0, )",
  59. "System.Globalization.Extensions": "[4.0.0, )",
  60. "System.IO": "[4.0.10, )",
  61. "System.IO.Compression": "[4.0.0, )",
  62. "System.IO.Compression.ZipFile": "[4.0.0, )",
  63. "System.IO.FileSystem": "[4.0.0, )",
  64. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  65. "System.IO.UnmanagedMemoryStream": "[4.0.0, )",
  66. "System.Linq": "[4.0.0, )",
  67. "System.Linq.Expressions": "[4.0.10, )",
  68. "System.Linq.Parallel": "[4.0.0, )",
  69. "System.Linq.Queryable": "[4.0.0, )",
  70. "System.Net.Http": "[4.0.0, )",
  71. "System.Net.NetworkInformation": "[4.0.0, )",
  72. "System.Net.Primitives": "[4.0.10, )",
  73. "System.Numerics.Vectors": "[4.1.0, )",
  74. "System.ObjectModel": "[4.0.10, )",
  75. "System.Reflection": "[4.0.10, )",
  76. "System.Reflection.DispatchProxy": "[4.0.0, )",
  77. "System.Reflection.Extensions": "[4.0.0, )",
  78. "System.Reflection.Metadata": "[1.0.22, )",
  79. "System.Reflection.Primitives": "[4.0.0, )",
  80. "System.Reflection.TypeExtensions": "[4.0.0, )",
  81. "System.Resources.ResourceManager": "[4.0.0, )",
  82. "System.Runtime": "[4.0.20, )",
  83. "System.Runtime.Extensions": "[4.0.10, )",
  84. "System.Runtime.Handles": "[4.0.0, )",
  85. "System.Runtime.InteropServices": "[4.0.20, )",
  86. "System.Runtime.Numerics": "[4.0.0, )",
  87. "System.Security.Claims": "[4.0.0, )",
  88. "System.Security.Principal": "[4.0.0, )",
  89. "System.Text.Encoding": "[4.0.10, )",
  90. "System.Text.Encoding.Extensions": "[4.0.10, )",
  91. "System.Text.RegularExpressions": "[4.0.10, )",
  92. "System.Threading": "[4.0.10, )",
  93. "System.Threading.Tasks": "[4.0.10, )",
  94. "System.Threading.Tasks.Dataflow": "[4.5.25, )",
  95. "System.Threading.Tasks.Parallel": "[4.0.0, )",
  96. "System.Threading.Timer": "[4.0.0, )",
  97. "System.Xml.ReaderWriter": "[4.0.10, )",
  98. "System.Xml.XDocument": "[4.0.10, )"
  99. }
  100. },
  101. "Microsoft.NETCore.Platforms/1.0.0": {},
  102. "Microsoft.NETCore.Portable.Compatibility/1.0.0": {
  103. "dependencies": {
  104. "Microsoft.NETCore.Runtime": "[1.0.0, )"
  105. },
  106. "compile": {
  107. "ref/netcore50/mscorlib.dll": {},
  108. "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  109. "ref/netcore50/System.Core.dll": {},
  110. "ref/netcore50/System.dll": {},
  111. "ref/netcore50/System.Net.dll": {},
  112. "ref/netcore50/System.Numerics.dll": {},
  113. "ref/netcore50/System.Runtime.Serialization.dll": {},
  114. "ref/netcore50/System.ServiceModel.dll": {},
  115. "ref/netcore50/System.ServiceModel.Web.dll": {},
  116. "ref/netcore50/System.Windows.dll": {},
  117. "ref/netcore50/System.Xml.dll": {},
  118. "ref/netcore50/System.Xml.Linq.dll": {},
  119. "ref/netcore50/System.Xml.Serialization.dll": {}
  120. },
  121. "runtime": {
  122. "lib/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  123. "lib/netcore50/System.Core.dll": {},
  124. "lib/netcore50/System.dll": {},
  125. "lib/netcore50/System.Net.dll": {},
  126. "lib/netcore50/System.Numerics.dll": {},
  127. "lib/netcore50/System.Runtime.Serialization.dll": {},
  128. "lib/netcore50/System.ServiceModel.dll": {},
  129. "lib/netcore50/System.ServiceModel.Web.dll": {},
  130. "lib/netcore50/System.Windows.dll": {},
  131. "lib/netcore50/System.Xml.dll": {},
  132. "lib/netcore50/System.Xml.Linq.dll": {},
  133. "lib/netcore50/System.Xml.Serialization.dll": {}
  134. }
  135. },
  136. "Microsoft.NETCore.Runtime/1.0.0": {},
  137. "Microsoft.NETCore.Targets/1.0.0": {
  138. "dependencies": {
  139. "Microsoft.NETCore.Platforms": "[1.0.0, )",
  140. "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )"
  141. }
  142. },
  143. "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {},
  144. "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": {
  145. "dependencies": {
  146. "Microsoft.NETCore": "[5.0.0, )",
  147. "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )",
  148. "Microsoft.NETCore.Runtime": "[1.0.0, )",
  149. "Microsoft.Win32.Primitives": "[4.0.0, )",
  150. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  151. "System.Data.Common": "[4.0.0, )",
  152. "System.Diagnostics.Contracts": "[4.0.0, )",
  153. "System.Diagnostics.StackTrace": "[4.0.0, )",
  154. "System.IO.IsolatedStorage": "[4.0.0, )",
  155. "System.Net.Http.Rtc": "[4.0.0, )",
  156. "System.Net.Requests": "[4.0.10, )",
  157. "System.Net.Sockets": "[4.0.0, )",
  158. "System.Net.WebHeaderCollection": "[4.0.0, )",
  159. "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )",
  160. "System.Reflection.Context": "[4.0.0, )",
  161. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  162. "System.Runtime.Serialization.Json": "[4.0.0, )",
  163. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  164. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  165. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  166. "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )",
  167. "System.ServiceModel.Duplex": "[4.0.0, )",
  168. "System.ServiceModel.Http": "[4.0.10, )",
  169. "System.ServiceModel.NetTcp": "[4.0.0, )",
  170. "System.ServiceModel.Primitives": "[4.0.0, )",
  171. "System.ServiceModel.Security": "[4.0.0, )",
  172. "System.Text.Encoding.CodePages": "[4.0.0, )",
  173. "System.Xml.XmlSerializer": "[4.0.10, )"
  174. }
  175. },
  176. "Microsoft.VisualBasic/10.0.0": {
  177. "dependencies": {
  178. "System.Collections": "[4.0.10, )",
  179. "System.Diagnostics.Debug": "[4.0.10, )",
  180. "System.Dynamic.Runtime": "[4.0.10, )",
  181. "System.Globalization": "[4.0.10, )",
  182. "System.Linq": "[4.0.0, )",
  183. "System.Linq.Expressions": "[4.0.10, )",
  184. "System.ObjectModel": "[4.0.10, )",
  185. "System.Reflection": "[4.0.10, )",
  186. "System.Reflection.Extensions": "[4.0.0, )",
  187. "System.Reflection.Primitives": "[4.0.0, )",
  188. "System.Reflection.TypeExtensions": "[4.0.0, )",
  189. "System.Resources.ResourceManager": "[4.0.0, )",
  190. "System.Runtime": "[4.0.20, )",
  191. "System.Runtime.Extensions": "[4.0.10, )",
  192. "System.Runtime.InteropServices": "[4.0.20, )",
  193. "System.Threading": "[4.0.10, )"
  194. },
  195. "compile": {
  196. "ref/netcore50/Microsoft.VisualBasic.dll": {}
  197. },
  198. "runtime": {
  199. "lib/netcore50/Microsoft.VisualBasic.dll": {}
  200. }
  201. },
  202. "Microsoft.Win32.Primitives/4.0.0": {
  203. "dependencies": {
  204. "System.Runtime": "[4.0.20, )",
  205. "System.Runtime.InteropServices": "[4.0.20, )"
  206. },
  207. "compile": {
  208. "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
  209. },
  210. "runtime": {
  211. "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
  212. }
  213. },
  214. "System.AppContext/4.0.0": {
  215. "dependencies": {
  216. "System.Collections": "[4.0.0, )",
  217. "System.Resources.ResourceManager": "[4.0.0, )",
  218. "System.Runtime": "[4.0.20, )",
  219. "System.Threading": "[4.0.0, )"
  220. },
  221. "compile": {
  222. "ref/dotnet/System.AppContext.dll": {}
  223. },
  224. "runtime": {
  225. "lib/netcore50/System.AppContext.dll": {}
  226. }
  227. },
  228. "System.Collections/4.0.10": {
  229. "dependencies": {
  230. "System.Diagnostics.Debug": "[4.0.0, )",
  231. "System.Resources.ResourceManager": "[4.0.0, )",
  232. "System.Runtime": "[4.0.20, )",
  233. "System.Runtime.Extensions": "[4.0.0, )",
  234. "System.Threading": "[4.0.0, )"
  235. },
  236. "compile": {
  237. "ref/dotnet/System.Collections.dll": {}
  238. },
  239. "runtime": {
  240. "lib/netcore50/System.Collections.dll": {}
  241. }
  242. },
  243. "System.Collections.Concurrent/4.0.10": {
  244. "dependencies": {
  245. "System.Collections": "[4.0.10, )",
  246. "System.Diagnostics.Debug": "[4.0.10, )",
  247. "System.Diagnostics.Tracing": "[4.0.20, )",
  248. "System.Globalization": "[4.0.10, )",
  249. "System.Resources.ResourceManager": "[4.0.0, )",
  250. "System.Runtime": "[4.0.20, )",
  251. "System.Runtime.Extensions": "[4.0.10, )",
  252. "System.Threading": "[4.0.10, )",
  253. "System.Threading.Tasks": "[4.0.10, )"
  254. },
  255. "compile": {
  256. "ref/dotnet/System.Collections.Concurrent.dll": {}
  257. },
  258. "runtime": {
  259. "lib/dotnet/System.Collections.Concurrent.dll": {}
  260. }
  261. },
  262. "System.Collections.Immutable/1.1.37": {
  263. "dependencies": {
  264. "System.Collections": "[4.0.0, )",
  265. "System.Diagnostics.Debug": "[4.0.0, )",
  266. "System.Globalization": "[4.0.0, )",
  267. "System.Linq": "[4.0.0, )",
  268. "System.Resources.ResourceManager": "[4.0.0, )",
  269. "System.Runtime": "[4.0.0, )",
  270. "System.Runtime.Extensions": "[4.0.0, )",
  271. "System.Threading": "[4.0.0, )"
  272. },
  273. "compile": {
  274. "lib/dotnet/System.Collections.Immutable.dll": {}
  275. },
  276. "runtime": {
  277. "lib/dotnet/System.Collections.Immutable.dll": {}
  278. }
  279. },
  280. "System.Collections.NonGeneric/4.0.0": {
  281. "dependencies": {
  282. "System.Diagnostics.Debug": "[4.0.10, )",
  283. "System.Globalization": "[4.0.10, )",
  284. "System.Resources.ResourceManager": "[4.0.0, )",
  285. "System.Runtime": "[4.0.20, )",
  286. "System.Runtime.Extensions": "[4.0.10, )",
  287. "System.Threading": "[4.0.10, )"
  288. },
  289. "compile": {
  290. "ref/dotnet/System.Collections.NonGeneric.dll": {}
  291. },
  292. "runtime": {
  293. "lib/dotnet/System.Collections.NonGeneric.dll": {}
  294. }
  295. },
  296. "System.Collections.Specialized/4.0.0": {
  297. "dependencies": {
  298. "System.Collections.NonGeneric": "[4.0.0, )",
  299. "System.Globalization": "[4.0.10, )",
  300. "System.Globalization.Extensions": "[4.0.0, )",
  301. "System.Resources.ResourceManager": "[4.0.0, )",
  302. "System.Runtime": "[4.0.20, )",
  303. "System.Runtime.Extensions": "[4.0.10, )",
  304. "System.Threading": "[4.0.10, )"
  305. },
  306. "compile": {
  307. "ref/dotnet/System.Collections.Specialized.dll": {}
  308. },
  309. "runtime": {
  310. "lib/dotnet/System.Collections.Specialized.dll": {}
  311. }
  312. },
  313. "System.ComponentModel/4.0.0": {
  314. "dependencies": {
  315. "System.Runtime": "[4.0.20, )"
  316. },
  317. "compile": {
  318. "ref/netcore50/System.ComponentModel.dll": {}
  319. },
  320. "runtime": {
  321. "lib/netcore50/System.ComponentModel.dll": {}
  322. }
  323. },
  324. "System.ComponentModel.Annotations/4.0.10": {
  325. "dependencies": {
  326. "System.Collections": "[4.0.10, )",
  327. "System.ComponentModel": "[4.0.0, )",
  328. "System.Globalization": "[4.0.10, )",
  329. "System.Linq": "[4.0.0, )",
  330. "System.Reflection": "[4.0.10, )",
  331. "System.Reflection.Extensions": "[4.0.0, )",
  332. "System.Resources.ResourceManager": "[4.0.0, )",
  333. "System.Runtime": "[4.0.20, )",
  334. "System.Runtime.Extensions": "[4.0.10, )",
  335. "System.Text.RegularExpressions": "[4.0.10, )",
  336. "System.Threading": "[4.0.10, )"
  337. },
  338. "compile": {
  339. "ref/dotnet/System.ComponentModel.Annotations.dll": {}
  340. },
  341. "runtime": {
  342. "lib/dotnet/System.ComponentModel.Annotations.dll": {}
  343. }
  344. },
  345. "System.ComponentModel.EventBasedAsync/4.0.10": {
  346. "dependencies": {
  347. "System.Resources.ResourceManager": "[4.0.0, )",
  348. "System.Runtime": "[4.0.20, )",
  349. "System.Threading": "[4.0.10, )",
  350. "System.Threading.Tasks": "[4.0.10, )"
  351. },
  352. "compile": {
  353. "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  354. },
  355. "runtime": {
  356. "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  357. }
  358. },
  359. "System.Data.Common/4.0.0": {
  360. "dependencies": {
  361. "System.Collections": "[4.0.10, )",
  362. "System.Collections.NonGeneric": "[4.0.0, )",
  363. "System.Globalization": "[4.0.10, )",
  364. "System.IO": "[4.0.0, )",
  365. "System.Resources.ResourceManager": "[4.0.0, )",
  366. "System.Runtime": "[4.0.20, )",
  367. "System.Runtime.Extensions": "[4.0.10, )",
  368. "System.Text.RegularExpressions": "[4.0.0, )",
  369. "System.Threading.Tasks": "[4.0.0, )"
  370. },
  371. "compile": {
  372. "ref/dotnet/System.Data.Common.dll": {}
  373. },
  374. "runtime": {
  375. "lib/dotnet/System.Data.Common.dll": {}
  376. }
  377. },
  378. "System.Diagnostics.Contracts/4.0.0": {
  379. "compile": {
  380. "ref/netcore50/System.Diagnostics.Contracts.dll": {}
  381. },
  382. "runtime": {
  383. "lib/netcore50/System.Diagnostics.Contracts.dll": {}
  384. }
  385. },
  386. "System.Diagnostics.Debug/4.0.10": {
  387. "dependencies": {
  388. "System.Runtime": "[4.0.0, )"
  389. },
  390. "compile": {
  391. "ref/dotnet/System.Diagnostics.Debug.dll": {}
  392. },
  393. "runtime": {
  394. "lib/netcore50/System.Diagnostics.Debug.dll": {}
  395. }
  396. },
  397. "System.Diagnostics.StackTrace/4.0.0": {
  398. "dependencies": {
  399. "System.Runtime": "[4.0.20, )"
  400. },
  401. "compile": {
  402. "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
  403. },
  404. "runtime": {
  405. "lib/netcore50/System.Diagnostics.StackTrace.dll": {}
  406. }
  407. },
  408. "System.Diagnostics.Tools/4.0.0": {
  409. "compile": {
  410. "ref/netcore50/System.Diagnostics.Tools.dll": {}
  411. },
  412. "runtime": {
  413. "lib/netcore50/System.Diagnostics.Tools.dll": {}
  414. }
  415. },
  416. "System.Diagnostics.Tracing/4.0.20": {
  417. "dependencies": {
  418. "System.Collections": "[4.0.10, )",
  419. "System.Globalization": "[4.0.0, )",
  420. "System.Reflection": "[4.0.10, )",
  421. "System.Reflection.Extensions": "[4.0.0, )",
  422. "System.Resources.ResourceManager": "[4.0.0, )",
  423. "System.Runtime": "[4.0.20, )",
  424. "System.Runtime.Extensions": "[4.0.10, )",
  425. "System.Runtime.InteropServices": "[4.0.0, )",
  426. "System.Text.Encoding": "[4.0.0, )",
  427. "System.Threading": "[4.0.10, )"
  428. },
  429. "compile": {
  430. "ref/dotnet/System.Diagnostics.Tracing.dll": {}
  431. },
  432. "runtime": {
  433. "lib/netcore50/System.Diagnostics.Tracing.dll": {}
  434. }
  435. },
  436. "System.Dynamic.Runtime/4.0.10": {
  437. "dependencies": {
  438. "System.Collections": "[4.0.0, )",
  439. "System.Diagnostics.Debug": "[4.0.0, )",
  440. "System.Globalization": "[4.0.0, )",
  441. "System.Linq": "[4.0.0, )",
  442. "System.Linq.Expressions": "[4.0.10, )",
  443. "System.ObjectModel": "[4.0.0, )",
  444. "System.Reflection": "[4.0.0, )",
  445. "System.Reflection.TypeExtensions": "[4.0.0, )",
  446. "System.Resources.ResourceManager": "[4.0.0, )",
  447. "System.Runtime": "[4.0.20, )",
  448. "System.Runtime.Extensions": "[4.0.0, )",
  449. "System.Threading": "[4.0.0, )"
  450. },
  451. "compile": {
  452. "ref/dotnet/System.Dynamic.Runtime.dll": {}
  453. },
  454. "runtime": {
  455. "lib/netcore50/System.Dynamic.Runtime.dll": {}
  456. }
  457. },
  458. "System.Globalization/4.0.10": {
  459. "dependencies": {
  460. "System.Runtime": "[4.0.0, )"
  461. },
  462. "compile": {
  463. "ref/dotnet/System.Globalization.dll": {}
  464. },
  465. "runtime": {
  466. "lib/netcore50/System.Globalization.dll": {}
  467. }
  468. },
  469. "System.Globalization.Calendars/4.0.0": {
  470. "dependencies": {
  471. "System.Globalization": "[4.0.0, )",
  472. "System.Runtime": "[4.0.0, )"
  473. },
  474. "compile": {
  475. "ref/dotnet/System.Globalization.Calendars.dll": {}
  476. },
  477. "runtime": {
  478. "lib/netcore50/System.Globalization.Calendars.dll": {}
  479. }
  480. },
  481. "System.Globalization.Extensions/4.0.0": {
  482. "dependencies": {
  483. "System.Globalization": "[4.0.10, )",
  484. "System.Resources.ResourceManager": "[4.0.0, )",
  485. "System.Runtime": "[4.0.20, )",
  486. "System.Runtime.Extensions": "[4.0.10, )",
  487. "System.Runtime.InteropServices": "[4.0.20, )"
  488. },
  489. "compile": {
  490. "ref/dotnet/System.Globalization.Extensions.dll": {}
  491. },
  492. "runtime": {
  493. "lib/dotnet/System.Globalization.Extensions.dll": {}
  494. }
  495. },
  496. "System.IO/4.0.10": {
  497. "dependencies": {
  498. "System.Globalization": "[4.0.0, )",
  499. "System.Runtime": "[4.0.20, )",
  500. "System.Text.Encoding": "[4.0.10, )",
  501. "System.Text.Encoding.Extensions": "[4.0.0, )",
  502. "System.Threading": "[4.0.0, )",
  503. "System.Threading.Tasks": "[4.0.0, )"
  504. },
  505. "compile": {
  506. "ref/dotnet/System.IO.dll": {}
  507. },
  508. "runtime": {
  509. "lib/netcore50/System.IO.dll": {}
  510. }
  511. },
  512. "System.IO.Compression/4.0.0": {
  513. "dependencies": {
  514. "System.Collections": "[4.0.0, )",
  515. "System.IO": "[4.0.0, )",
  516. "System.Resources.ResourceManager": "[4.0.0, )",
  517. "System.Runtime": "[4.0.0, )",
  518. "System.Runtime.Extensions": "[4.0.0, )",
  519. "System.Runtime.InteropServices": "[4.0.0, )",
  520. "System.Text.Encoding": "[4.0.0, )",
  521. "System.Threading": "[4.0.0, )",
  522. "System.Threading.Tasks": "[4.0.0, )"
  523. },
  524. "compile": {
  525. "ref/netcore50/System.IO.Compression.dll": {}
  526. },
  527. "runtime": {
  528. "lib/netcore50/System.IO.Compression.dll": {}
  529. }
  530. },
  531. "System.IO.Compression.ZipFile/4.0.0": {
  532. "dependencies": {
  533. "System.IO": "[4.0.10, )",
  534. "System.IO.Compression": "[4.0.0, )",
  535. "System.IO.FileSystem": "[4.0.0, )",
  536. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  537. "System.Resources.ResourceManager": "[4.0.0, )",
  538. "System.Runtime": "[4.0.20, )",
  539. "System.Runtime.Extensions": "[4.0.10, )",
  540. "System.Text.Encoding": "[4.0.10, )"
  541. },
  542. "compile": {
  543. "ref/dotnet/System.IO.Compression.ZipFile.dll": {}
  544. },
  545. "runtime": {
  546. "lib/dotnet/System.IO.Compression.ZipFile.dll": {}
  547. }
  548. },
  549. "System.IO.FileSystem/4.0.0": {
  550. "dependencies": {
  551. "System.Collections": "[4.0.10, )",
  552. "System.Diagnostics.Debug": "[4.0.10, )",
  553. "System.IO": "[4.0.10, )",
  554. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  555. "System.Resources.ResourceManager": "[4.0.0, )",
  556. "System.Runtime": "[4.0.20, )",
  557. "System.Runtime.Extensions": "[4.0.10, )",
  558. "System.Runtime.Handles": "[4.0.0, )",
  559. "System.Runtime.InteropServices": "[4.0.20, )",
  560. "System.Runtime.WindowsRuntime": "[4.0.0, )",
  561. "System.Text.Encoding": "[4.0.10, )",
  562. "System.Text.Encoding.Extensions": "[4.0.10, )",
  563. "System.Threading": "[4.0.10, )",
  564. "System.Threading.Overlapped": "[4.0.0, )",
  565. "System.Threading.Tasks": "[4.0.10, )"
  566. },
  567. "compile": {
  568. "ref/dotnet/System.IO.FileSystem.dll": {}
  569. },
  570. "runtime": {
  571. "lib/netcore50/System.IO.FileSystem.dll": {}
  572. }
  573. },
  574. "System.IO.FileSystem.Primitives/4.0.0": {
  575. "dependencies": {
  576. "System.Runtime": "[4.0.20, )"
  577. },
  578. "compile": {
  579. "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
  580. },
  581. "runtime": {
  582. "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
  583. }
  584. },
  585. "System.IO.IsolatedStorage/4.0.0": {
  586. "dependencies": {
  587. "System.IO": "[4.0.10, )",
  588. "System.IO.FileSystem": "[4.0.0, )",
  589. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  590. "System.Linq": "[4.0.0, )",
  591. "System.Resources.ResourceManager": "[4.0.0, )",
  592. "System.Runtime": "[4.0.20, )",
  593. "System.Runtime.Extensions": "[4.0.10, )",
  594. "System.Threading": "[4.0.10, )",
  595. "System.Threading.Tasks": "[4.0.10, )"
  596. },
  597. "compile": {
  598. "ref/dotnet/System.IO.IsolatedStorage.dll": {}
  599. },
  600. "runtime": {
  601. "lib/netcore50/System.IO.IsolatedStorage.dll": {}
  602. }
  603. },
  604. "System.IO.UnmanagedMemoryStream/4.0.0": {
  605. "dependencies": {
  606. "System.IO": "[4.0.10, )",
  607. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  608. "System.Resources.ResourceManager": "[4.0.0, )",
  609. "System.Runtime": "[4.0.20, )",
  610. "System.Runtime.InteropServices": "[4.0.20, )",
  611. "System.Threading": "[4.0.10, )",
  612. "System.Threading.Tasks": "[4.0.10, )"
  613. },
  614. "compile": {
  615. "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  616. },
  617. "runtime": {
  618. "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  619. }
  620. },
  621. "System.Linq/4.0.0": {
  622. "dependencies": {
  623. "System.Collections": "[4.0.10, )",
  624. "System.Diagnostics.Debug": "[4.0.10, )",
  625. "System.Resources.ResourceManager": "[4.0.0, )",
  626. "System.Runtime": "[4.0.20, )",
  627. "System.Runtime.Extensions": "[4.0.10, )"
  628. },
  629. "compile": {
  630. "ref/netcore50/System.Linq.dll": {}
  631. },
  632. "runtime": {
  633. "lib/netcore50/System.Linq.dll": {}
  634. }
  635. },
  636. "System.Linq.Expressions/4.0.10": {
  637. "dependencies": {
  638. "System.Collections": "[4.0.0, )",
  639. "System.Diagnostics.Debug": "[4.0.0, )",
  640. "System.Globalization": "[4.0.0, )",
  641. "System.IO": "[4.0.0, )",
  642. "System.Linq": "[4.0.0, )",
  643. "System.Reflection": "[4.0.0, )",
  644. "System.Reflection.Extensions": "[4.0.0, )",
  645. "System.Reflection.Primitives": "[4.0.0, )",
  646. "System.Reflection.TypeExtensions": "[4.0.0, )",
  647. "System.Resources.ResourceManager": "[4.0.0, )",
  648. "System.Runtime": "[4.0.20, )",
  649. "System.Runtime.Extensions": "[4.0.0, )",
  650. "System.Threading": "[4.0.0, )"
  651. },
  652. "compile": {
  653. "ref/dotnet/System.Linq.Expressions.dll": {}
  654. },
  655. "runtime": {
  656. "lib/netcore50/System.Linq.Expressions.dll": {}
  657. }
  658. },
  659. "System.Linq.Parallel/4.0.0": {
  660. "dependencies": {
  661. "System.Collections": "[4.0.10, )",
  662. "System.Collections.Concurrent": "[4.0.10, )",
  663. "System.Diagnostics.Debug": "[4.0.10, )",
  664. "System.Diagnostics.Tracing": "[4.0.20, )",
  665. "System.Linq": "[4.0.0, )",
  666. "System.Resources.ResourceManager": "[4.0.0, )",
  667. "System.Runtime": "[4.0.20, )",
  668. "System.Runtime.Extensions": "[4.0.10, )",
  669. "System.Threading": "[4.0.10, )",
  670. "System.Threading.Tasks": "[4.0.10, )"
  671. },
  672. "compile": {
  673. "ref/netcore50/System.Linq.Parallel.dll": {}
  674. },
  675. "runtime": {
  676. "lib/netcore50/System.Linq.Parallel.dll": {}
  677. }
  678. },
  679. "System.Linq.Queryable/4.0.0": {
  680. "dependencies": {
  681. "System.Collections": "[4.0.10, )",
  682. "System.Linq": "[4.0.0, )",
  683. "System.Linq.Expressions": "[4.0.10, )",
  684. "System.Reflection": "[4.0.10, )",
  685. "System.Reflection.Extensions": "[4.0.0, )",
  686. "System.Resources.ResourceManager": "[4.0.0, )",
  687. "System.Runtime": "[4.0.20, )"
  688. },
  689. "compile": {
  690. "ref/netcore50/System.Linq.Queryable.dll": {}
  691. },
  692. "runtime": {
  693. "lib/netcore50/System.Linq.Queryable.dll": {}
  694. }
  695. },
  696. "System.Net.Http/4.0.0": {
  697. "dependencies": {
  698. "System.Collections": "[4.0.10, )",
  699. "System.Diagnostics.Debug": "[4.0.10, )",
  700. "System.Globalization": "[4.0.10, )",
  701. "System.IO": "[4.0.10, )",
  702. "System.Net.Primitives": "[4.0.0, )",
  703. "System.Resources.ResourceManager": "[4.0.0, )",
  704. "System.Runtime": "[4.0.20, )",
  705. "System.Runtime.Extensions": "[4.0.10, )",
  706. "System.Runtime.InteropServices": "[4.0.20, )",
  707. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  708. "System.Text.Encoding": "[4.0.10, )",
  709. "System.Text.Encoding.Extensions": "[4.0.10, )",
  710. "System.Threading": "[4.0.10, )",
  711. "System.Threading.Tasks": "[4.0.10, )"
  712. },
  713. "compile": {
  714. "ref/netcore50/System.Net.Http.dll": {}
  715. },
  716. "runtime": {
  717. "lib/netcore50/System.Net.Http.dll": {}
  718. }
  719. },
  720. "System.Net.Http.Rtc/4.0.0": {
  721. "dependencies": {
  722. "System.Net.Http": "[4.0.0, )",
  723. "System.Runtime": "[4.0.20, )"
  724. },
  725. "compile": {
  726. "ref/netcore50/System.Net.Http.Rtc.dll": {}
  727. },
  728. "runtime": {
  729. "lib/netcore50/System.Net.Http.Rtc.dll": {}
  730. }
  731. },
  732. "System.Net.NetworkInformation/4.0.0": {
  733. "dependencies": {
  734. "System.Runtime": "[4.0.0, )",
  735. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  736. "System.Threading": "[4.0.0, )"
  737. },
  738. "compile": {
  739. "ref/netcore50/System.Net.NetworkInformation.dll": {}
  740. },
  741. "runtime": {
  742. "lib/netcore50/System.Net.NetworkInformation.dll": {}
  743. }
  744. },
  745. "System.Net.Primitives/4.0.10": {
  746. "dependencies": {
  747. "System.Private.Networking": "[4.0.0, )",
  748. "System.Runtime": "[4.0.20, )"
  749. },
  750. "compile": {
  751. "ref/dotnet/System.Net.Primitives.dll": {}
  752. },
  753. "runtime": {
  754. "lib/netcore50/System.Net.Primitives.dll": {}
  755. }
  756. },
  757. "System.Net.Requests/4.0.10": {
  758. "dependencies": {
  759. "System.Collections": "[4.0.10, )",
  760. "System.Diagnostics.Debug": "[4.0.10, )",
  761. "System.IO": "[4.0.10, )",
  762. "System.Net.Http": "[4.0.0, )",
  763. "System.Net.Primitives": "[4.0.10, )",
  764. "System.Net.WebHeaderCollection": "[4.0.0, )",
  765. "System.Resources.ResourceManager": "[4.0.0, )",
  766. "System.Runtime": "[4.0.20, )",
  767. "System.Threading": "[4.0.10, )",
  768. "System.Threading.Tasks": "[4.0.10, )"
  769. },
  770. "compile": {
  771. "ref/dotnet/System.Net.Requests.dll": {}
  772. },
  773. "runtime": {
  774. "lib/dotnet/System.Net.Requests.dll": {}
  775. }
  776. },
  777. "System.Net.Sockets/4.0.0": {
  778. "dependencies": {
  779. "System.Private.Networking": "[4.0.0, )",
  780. "System.Runtime": "[4.0.20, )"
  781. },
  782. "compile": {
  783. "ref/dotnet/System.Net.Sockets.dll": {}
  784. },
  785. "runtime": {
  786. "lib/netcore50/System.Net.Sockets.dll": {}
  787. }
  788. },
  789. "System.Net.WebHeaderCollection/4.0.0": {
  790. "dependencies": {
  791. "System.Collections.NonGeneric": "[4.0.0, )",
  792. "System.Collections.Specialized": "[4.0.0, )",
  793. "System.Resources.ResourceManager": "[4.0.0, )",
  794. "System.Runtime": "[4.0.20, )"
  795. },
  796. "compile": {
  797. "ref/dotnet/System.Net.WebHeaderCollection.dll": {}
  798. },
  799. "runtime": {
  800. "lib/dotnet/System.Net.WebHeaderCollection.dll": {}
  801. }
  802. },
  803. "System.Numerics.Vectors/4.1.0": {
  804. "dependencies": {
  805. "System.Globalization": "[4.0.10, )",
  806. "System.Resources.ResourceManager": "[4.0.0, )",
  807. "System.Runtime": "[4.0.20, )",
  808. "System.Runtime.Extensions": "[4.0.10, )"
  809. },
  810. "compile": {
  811. "ref/dotnet/System.Numerics.Vectors.dll": {}
  812. },
  813. "runtime": {
  814. "lib/dotnet/System.Numerics.Vectors.dll": {}
  815. }
  816. },
  817. "System.Numerics.Vectors.WindowsRuntime/4.0.0": {
  818. "dependencies": {
  819. "System.Numerics.Vectors": "[4.1.0, )",
  820. "System.Runtime": "[4.0.20, )",
  821. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  822. },
  823. "compile": {
  824. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  825. },
  826. "runtime": {
  827. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  828. }
  829. },
  830. "System.ObjectModel/4.0.10": {
  831. "dependencies": {
  832. "System.Collections": "[4.0.10, )",
  833. "System.Diagnostics.Debug": "[4.0.10, )",
  834. "System.Resources.ResourceManager": "[4.0.0, )",
  835. "System.Runtime": "[4.0.20, )",
  836. "System.Threading": "[4.0.10, )"
  837. },
  838. "compile": {
  839. "ref/dotnet/System.ObjectModel.dll": {}
  840. },
  841. "runtime": {
  842. "lib/dotnet/System.ObjectModel.dll": {}
  843. }
  844. },
  845. "System.Private.DataContractSerialization/4.0.0": {
  846. "dependencies": {
  847. "System.Collections": "[4.0.10, )",
  848. "System.Globalization": "[4.0.10, )",
  849. "System.IO": "[4.0.10, )",
  850. "System.Linq": "[4.0.0, )",
  851. "System.Reflection": "[4.0.10, )",
  852. "System.Reflection.Extensions": "[4.0.0, )",
  853. "System.Reflection.Primitives": "[4.0.0, )",
  854. "System.Reflection.TypeExtensions": "[4.0.0, )",
  855. "System.Resources.ResourceManager": "[4.0.0, )",
  856. "System.Runtime": "[4.0.20, )",
  857. "System.Runtime.Extensions": "[4.0.10, )",
  858. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  859. "System.Text.Encoding": "[4.0.10, )",
  860. "System.Text.Encoding.Extensions": "[4.0.10, )",
  861. "System.Text.RegularExpressions": "[4.0.10, )",
  862. "System.Threading": "[4.0.10, )",
  863. "System.Xml.ReaderWriter": "[4.0.10, )",
  864. "System.Xml.XmlSerializer": "[4.0.10, )"
  865. },
  866. "compile": {
  867. "ref/netcore50/_._": {}
  868. },
  869. "runtime": {
  870. "lib/netcore50/System.Private.DataContractSerialization.dll": {}
  871. }
  872. },
  873. "System.Private.Networking/4.0.0": {
  874. "dependencies": {
  875. "Microsoft.Win32.Primitives": "[4.0.0, )",
  876. "System.Collections": "[4.0.10, )",
  877. "System.Collections.NonGeneric": "[4.0.0, )",
  878. "System.Diagnostics.Debug": "[4.0.10, )",
  879. "System.Diagnostics.Tracing": "[4.0.20, )",
  880. "System.Globalization": "[4.0.10, )",
  881. "System.IO": "[4.0.10, )",
  882. "System.IO.FileSystem": "[4.0.0, )",
  883. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  884. "System.Resources.ResourceManager": "[4.0.0, )",
  885. "System.Runtime": "[4.0.20, )",
  886. "System.Runtime.Extensions": "[4.0.10, )",
  887. "System.Runtime.Handles": "[4.0.0, )",
  888. "System.Runtime.InteropServices": "[4.0.20, )",
  889. "System.Threading": "[4.0.10, )",
  890. "System.Threading.Overlapped": "[4.0.0, )",
  891. "System.Threading.Tasks": "[4.0.10, )"
  892. },
  893. "compile": {
  894. "ref/netcore50/_._": {}
  895. },
  896. "runtime": {
  897. "lib/netcore50/System.Private.Networking.dll": {}
  898. }
  899. },
  900. "System.Private.ServiceModel/4.0.0": {
  901. "dependencies": {
  902. "System.Collections": "[4.0.10, )",
  903. "System.Collections.Concurrent": "[4.0.10, )",
  904. "System.Collections.NonGeneric": "[4.0.0, )",
  905. "System.Collections.Specialized": "[4.0.0, )",
  906. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  907. "System.Diagnostics.Contracts": "[4.0.0, )",
  908. "System.Diagnostics.Debug": "[4.0.10, )",
  909. "System.Globalization": "[4.0.10, )",
  910. "System.IO": "[4.0.10, )",
  911. "System.IO.Compression": "[4.0.0, )",
  912. "System.Linq": "[4.0.0, )",
  913. "System.Linq.Expressions": "[4.0.10, )",
  914. "System.Linq.Queryable": "[4.0.0, )",
  915. "System.Net.Http": "[4.0.0, )",
  916. "System.Net.Primitives": "[4.0.10, )",
  917. "System.Net.WebHeaderCollection": "[4.0.0, )",
  918. "System.ObjectModel": "[4.0.10, )",
  919. "System.Reflection": "[4.0.10, )",
  920. "System.Reflection.DispatchProxy": "[4.0.0, )",
  921. "System.Reflection.Extensions": "[4.0.0, )",
  922. "System.Reflection.Primitives": "[4.0.0, )",
  923. "System.Reflection.TypeExtensions": "[4.0.0, )",
  924. "System.Resources.ResourceManager": "[4.0.0, )",
  925. "System.Runtime": "[4.0.20, )",
  926. "System.Runtime.Extensions": "[4.0.10, )",
  927. "System.Runtime.InteropServices": "[4.0.20, )",
  928. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  929. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  930. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  931. "System.Security.Claims": "[4.0.0, )",
  932. "System.Security.Principal": "[4.0.0, )",
  933. "System.Text.Encoding": "[4.0.10, )",
  934. "System.Threading": "[4.0.10, )",
  935. "System.Threading.Tasks": "[4.0.10, )",
  936. "System.Threading.Timer": "[4.0.0, )",
  937. "System.Xml.ReaderWriter": "[4.0.10, )",
  938. "System.Xml.XmlDocument": "[4.0.0, )",
  939. "System.Xml.XmlSerializer": "[4.0.10, )"
  940. },
  941. "compile": {
  942. "ref/netcore50/_._": {}
  943. },
  944. "runtime": {
  945. "lib/netcore50/System.Private.ServiceModel.dll": {}
  946. }
  947. },
  948. "System.Private.Uri/4.0.0": {
  949. "compile": {
  950. "ref/netcore50/_._": {}
  951. },
  952. "runtime": {
  953. "lib/netcore50/System.Private.Uri.dll": {}
  954. }
  955. },
  956. "System.Reflection/4.0.10": {
  957. "dependencies": {
  958. "System.IO": "[4.0.0, )",
  959. "System.Reflection.Primitives": "[4.0.0, )",
  960. "System.Runtime": "[4.0.20, )"
  961. },
  962. "compile": {
  963. "ref/dotnet/System.Reflection.dll": {}
  964. },
  965. "runtime": {
  966. "lib/netcore50/System.Reflection.dll": {}
  967. }
  968. },
  969. "System.Reflection.Context/4.0.0": {
  970. "dependencies": {
  971. "System.Reflection": "[4.0.10, )",
  972. "System.Resources.ResourceManager": "[4.0.0, )",
  973. "System.Runtime": "[4.0.20, )"
  974. },
  975. "compile": {
  976. "ref/netcore50/System.Reflection.Context.dll": {}
  977. },
  978. "runtime": {
  979. "lib/netcore50/System.Reflection.Context.dll": {}
  980. }
  981. },
  982. "System.Reflection.DispatchProxy/4.0.0": {
  983. "dependencies": {
  984. "System.Collections": "[4.0.10, )",
  985. "System.Linq": "[4.0.0, )",
  986. "System.Reflection": "[4.0.10, )",
  987. "System.Reflection.Extensions": "[4.0.0, )",
  988. "System.Reflection.Primitives": "[4.0.0, )",
  989. "System.Resources.ResourceManager": "[4.0.0, )",
  990. "System.Runtime": "[4.0.20, )",
  991. "System.Threading": "[4.0.10, )"
  992. },
  993. "compile": {
  994. "ref/dotnet/System.Reflection.DispatchProxy.dll": {}
  995. },
  996. "runtime": {
  997. "lib/netcore50/System.Reflection.DispatchProxy.dll": {}
  998. }
  999. },
  1000. "System.Reflection.Extensions/4.0.0": {
  1001. "dependencies": {
  1002. "System.Diagnostics.Debug": "[4.0.10, )",
  1003. "System.Reflection": "[4.0.10, )",
  1004. "System.Reflection.Primitives": "[4.0.0, )",
  1005. "System.Reflection.TypeExtensions": "[4.0.0, )",
  1006. "System.Resources.ResourceManager": "[4.0.0, )",
  1007. "System.Runtime": "[4.0.20, )",
  1008. "System.Runtime.Extensions": "[4.0.10, )"
  1009. },
  1010. "compile": {
  1011. "ref/netcore50/System.Reflection.Extensions.dll": {}
  1012. },
  1013. "runtime": {
  1014. "lib/netcore50/System.Reflection.Extensions.dll": {}
  1015. }
  1016. },
  1017. "System.Reflection.Metadata/1.0.22": {
  1018. "dependencies": {
  1019. "System.Collections": "[4.0.0, )",
  1020. "System.Collections.Immutable": "[1.1.37, )",
  1021. "System.Diagnostics.Debug": "[4.0.0, )",
  1022. "System.IO": "[4.0.0, )",
  1023. "System.Reflection": "[4.0.0, )",
  1024. "System.Reflection.Extensions": "[4.0.0, )",
  1025. "System.Reflection.Primitives": "[4.0.0, )",
  1026. "System.Resources.ResourceManager": "[4.0.0, )",
  1027. "System.Runtime": "[4.0.0, )",
  1028. "System.Runtime.Extensions": "[4.0.0, )",
  1029. "System.Runtime.InteropServices": "[4.0.0, )",
  1030. "System.Text.Encoding": "[4.0.0, )",
  1031. "System.Text.Encoding.Extensions": "[4.0.0, )",
  1032. "System.Threading": "[4.0.0, )"
  1033. },
  1034. "compile": {
  1035. "lib/dotnet/System.Reflection.Metadata.dll": {}
  1036. },
  1037. "runtime": {
  1038. "lib/dotnet/System.Reflection.Metadata.dll": {}
  1039. }
  1040. },
  1041. "System.Reflection.Primitives/4.0.0": {
  1042. "dependencies": {
  1043. "System.Runtime": "[4.0.0, )",
  1044. "System.Threading": "[4.0.0, )"
  1045. },
  1046. "compile": {
  1047. "ref/netcore50/System.Reflection.Primitives.dll": {}
  1048. },
  1049. "runtime": {
  1050. "lib/netcore50/System.Reflection.Primitives.dll": {}
  1051. }
  1052. },
  1053. "System.Reflection.TypeExtensions/4.0.0": {
  1054. "dependencies": {
  1055. "System.Diagnostics.Contracts": "[4.0.0, )",
  1056. "System.Diagnostics.Debug": "[4.0.10, )",
  1057. "System.Linq": "[4.0.0, )",
  1058. "System.Reflection": "[4.0.10, )",
  1059. "System.Reflection.Primitives": "[4.0.0, )",
  1060. "System.Resources.ResourceManager": "[4.0.0, )",
  1061. "System.Runtime": "[4.0.20, )",
  1062. "System.Runtime.Extensions": "[4.0.10, )"
  1063. },
  1064. "compile": {
  1065. "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
  1066. },
  1067. "runtime": {
  1068. "lib/netcore50/System.Reflection.TypeExtensions.dll": {}
  1069. }
  1070. },
  1071. "System.Resources.ResourceManager/4.0.0": {
  1072. "dependencies": {
  1073. "System.Globalization": "[4.0.0, )",
  1074. "System.Reflection": "[4.0.10, )",
  1075. "System.Runtime": "[4.0.20, )"
  1076. },
  1077. "compile": {
  1078. "ref/netcore50/System.Resources.ResourceManager.dll": {}
  1079. },
  1080. "runtime": {
  1081. "lib/netcore50/System.Resources.ResourceManager.dll": {}
  1082. }
  1083. },
  1084. "System.Runtime/4.0.20": {
  1085. "dependencies": {
  1086. "System.Private.Uri": "[4.0.0, )"
  1087. },
  1088. "compile": {
  1089. "ref/dotnet/System.Runtime.dll": {}
  1090. },
  1091. "runtime": {
  1092. "lib/netcore50/System.Runtime.dll": {}
  1093. }
  1094. },
  1095. "System.Runtime.Extensions/4.0.10": {
  1096. "dependencies": {
  1097. "System.Runtime": "[4.0.20, )"
  1098. },
  1099. "compile": {
  1100. "ref/dotnet/System.Runtime.Extensions.dll": {}
  1101. },
  1102. "runtime": {
  1103. "lib/netcore50/System.Runtime.Extensions.dll": {}
  1104. }
  1105. },
  1106. "System.Runtime.Handles/4.0.0": {
  1107. "dependencies": {
  1108. "System.Runtime": "[4.0.0, )"
  1109. },
  1110. "compile": {
  1111. "ref/dotnet/System.Runtime.Handles.dll": {}
  1112. },
  1113. "runtime": {
  1114. "lib/netcore50/System.Runtime.Handles.dll": {}
  1115. }
  1116. },
  1117. "System.Runtime.InteropServices/4.0.20": {
  1118. "dependencies": {
  1119. "System.Reflection": "[4.0.0, )",
  1120. "System.Reflection.Primitives": "[4.0.0, )",
  1121. "System.Runtime": "[4.0.0, )",
  1122. "System.Runtime.Handles": "[4.0.0, )"
  1123. },
  1124. "compile": {
  1125. "ref/dotnet/System.Runtime.InteropServices.dll": {}
  1126. },
  1127. "runtime": {
  1128. "lib/netcore50/System.Runtime.InteropServices.dll": {}
  1129. }
  1130. },
  1131. "System.Runtime.InteropServices.WindowsRuntime/4.0.0": {
  1132. "compile": {
  1133. "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  1134. },
  1135. "runtime": {
  1136. "lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  1137. }
  1138. },
  1139. "System.Runtime.Numerics/4.0.0": {
  1140. "dependencies": {
  1141. "System.Globalization": "[4.0.10, )",
  1142. "System.Resources.ResourceManager": "[4.0.0, )",
  1143. "System.Runtime": "[4.0.20, )",
  1144. "System.Runtime.Extensions": "[4.0.10, )"
  1145. },
  1146. "compile": {
  1147. "ref/netcore50/System.Runtime.Numerics.dll": {}
  1148. },
  1149. "runtime": {
  1150. "lib/netcore50/System.Runtime.Numerics.dll": {}
  1151. }
  1152. },
  1153. "System.Runtime.Serialization.Json/4.0.0": {
  1154. "dependencies": {
  1155. "System.Private.DataContractSerialization": "[4.0.0, )"
  1156. },
  1157. "compile": {
  1158. "ref/netcore50/System.Runtime.Serialization.Json.dll": {}
  1159. },
  1160. "runtime": {
  1161. "lib/netcore50/System.Runtime.Serialization.Json.dll": {}
  1162. }
  1163. },
  1164. "System.Runtime.Serialization.Primitives/4.0.10": {
  1165. "dependencies": {
  1166. "System.Resources.ResourceManager": "[4.0.0, )",
  1167. "System.Runtime": "[4.0.20, )"
  1168. },
  1169. "compile": {
  1170. "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  1171. },
  1172. "runtime": {
  1173. "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  1174. }
  1175. },
  1176. "System.Runtime.Serialization.Xml/4.0.10": {
  1177. "dependencies": {
  1178. "System.Private.DataContractSerialization": "[4.0.0, )",
  1179. "System.Runtime.Serialization.Primitives": "[4.0.10, )"
  1180. },
  1181. "compile": {
  1182. "ref/dotnet/System.Runtime.Serialization.Xml.dll": {}
  1183. },
  1184. "runtime": {
  1185. "lib/netcore50/System.Runtime.Serialization.Xml.dll": {}
  1186. }
  1187. },
  1188. "System.Runtime.WindowsRuntime/4.0.10": {
  1189. "dependencies": {
  1190. "System.Diagnostics.Debug": "[4.0.10, )",
  1191. "System.Globalization": "[4.0.0, )",
  1192. "System.IO": "[4.0.10, )",
  1193. "System.ObjectModel": "[4.0.0, )",
  1194. "System.Resources.ResourceManager": "[4.0.0, )",
  1195. "System.Runtime": "[4.0.20, )",
  1196. "System.Runtime.Extensions": "[4.0.0, )",
  1197. "System.Runtime.InteropServices": "[4.0.20, )",
  1198. "System.Threading": "[4.0.10, )",
  1199. "System.Threading.Tasks": "[4.0.10, )"
  1200. },
  1201. "compile": {
  1202. "ref/netcore50/System.Runtime.WindowsRuntime.dll": {}
  1203. },
  1204. "runtime": {
  1205. "lib/netcore50/System.Runtime.WindowsRuntime.dll": {}
  1206. }
  1207. },
  1208. "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": {
  1209. "dependencies": {
  1210. "System.Globalization": "[4.0.0, )",
  1211. "System.Resources.ResourceManager": "[4.0.0, )",
  1212. "System.Runtime": "[4.0.20, )",
  1213. "System.Runtime.Extensions": "[4.0.0, )",
  1214. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  1215. },
  1216. "compile": {
  1217. "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  1218. },
  1219. "runtime": {
  1220. "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  1221. }
  1222. },
  1223. "System.Security.Claims/4.0.0": {
  1224. "dependencies": {
  1225. "System.Collections": "[4.0.0, )",
  1226. "System.Diagnostics.Debug": "[4.0.0, )",
  1227. "System.Globalization": "[4.0.0, )",
  1228. "System.IO": "[4.0.0, )",
  1229. "System.Resources.ResourceManager": "[4.0.0, )",
  1230. "System.Runtime": "[4.0.20, )",
  1231. "System.Runtime.Extensions": "[4.0.0, )",
  1232. "System.Security.Principal": "[4.0.0, )"
  1233. },
  1234. "compile": {
  1235. "ref/dotnet/System.Security.Claims.dll": {}
  1236. },
  1237. "runtime": {
  1238. "lib/dotnet/System.Security.Claims.dll": {}
  1239. }
  1240. },
  1241. "System.Security.Principal/4.0.0": {
  1242. "dependencies": {
  1243. "System.Runtime": "[4.0.0, )"
  1244. },
  1245. "compile": {
  1246. "ref/netcore50/System.Security.Principal.dll": {}
  1247. },
  1248. "runtime": {
  1249. "lib/netcore50/System.Security.Principal.dll": {}
  1250. }
  1251. },
  1252. "System.ServiceModel.Duplex/4.0.0": {
  1253. "dependencies": {
  1254. "System.Private.ServiceModel": "[4.0.0, )",
  1255. "System.Runtime": "[4.0.20, )"
  1256. },
  1257. "compile": {
  1258. "ref/netcore50/System.ServiceModel.Duplex.dll": {}
  1259. },
  1260. "runtime": {
  1261. "lib/netcore50/System.ServiceModel.Duplex.dll": {}
  1262. }
  1263. },
  1264. "System.ServiceModel.Http/4.0.10": {
  1265. "dependencies": {
  1266. "System.Private.ServiceModel": "[4.0.0, )",
  1267. "System.Runtime": "[4.0.20, )"
  1268. },
  1269. "compile": {
  1270. "ref/dotnet/System.ServiceModel.Http.dll": {}
  1271. },
  1272. "runtime": {
  1273. "lib/netcore50/System.ServiceModel.Http.dll": {}
  1274. }
  1275. },
  1276. "System.ServiceModel.NetTcp/4.0.0": {
  1277. "dependencies": {
  1278. "System.Private.ServiceModel": "[4.0.0, )",
  1279. "System.Runtime": "[4.0.20, )"
  1280. },
  1281. "compile": {
  1282. "ref/netcore50/System.ServiceModel.NetTcp.dll": {}
  1283. },
  1284. "runtime": {
  1285. "lib/netcore50/System.ServiceModel.NetTcp.dll": {}
  1286. }
  1287. },
  1288. "System.ServiceModel.Primitives/4.0.0": {
  1289. "dependencies": {
  1290. "System.Private.ServiceModel": "[4.0.0, )",
  1291. "System.Runtime": "[4.0.20, )"
  1292. },
  1293. "compile": {
  1294. "ref/netcore50/System.ServiceModel.Primitives.dll": {}
  1295. },
  1296. "runtime": {
  1297. "lib/netcore50/System.ServiceModel.Primitives.dll": {}
  1298. }
  1299. },
  1300. "System.ServiceModel.Security/4.0.0": {
  1301. "dependencies": {
  1302. "System.Private.ServiceModel": "[4.0.0, )",
  1303. "System.Runtime": "[4.0.20, )"
  1304. },
  1305. "compile": {
  1306. "ref/netcore50/System.ServiceModel.Security.dll": {}
  1307. },
  1308. "runtime": {
  1309. "lib/netcore50/System.ServiceModel.Security.dll": {}
  1310. }
  1311. },
  1312. "System.Text.Encoding/4.0.10": {
  1313. "dependencies": {
  1314. "System.Runtime": "[4.0.0, )"
  1315. },
  1316. "compile": {
  1317. "ref/dotnet/System.Text.Encoding.dll": {}
  1318. },
  1319. "runtime": {
  1320. "lib/netcore50/System.Text.Encoding.dll": {}
  1321. }
  1322. },
  1323. "System.Text.Encoding.CodePages/4.0.0": {
  1324. "dependencies": {
  1325. "System.Collections": "[4.0.10, )",
  1326. "System.Globalization": "[4.0.10, )",
  1327. "System.IO": "[4.0.10, )",
  1328. "System.Reflection": "[4.0.10, )",
  1329. "System.Resources.ResourceManager": "[4.0.0, )",
  1330. "System.Runtime": "[4.0.20, )",
  1331. "System.Runtime.Extensions": "[4.0.10, )",
  1332. "System.Runtime.Handles": "[4.0.0, )",
  1333. "System.Runtime.InteropServices": "[4.0.20, )",
  1334. "System.Text.Encoding": "[4.0.10, )",
  1335. "System.Threading": "[4.0.10, )"
  1336. },
  1337. "compile": {
  1338. "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
  1339. },
  1340. "runtime": {
  1341. "lib/dotnet/System.Text.Encoding.CodePages.dll": {}
  1342. }
  1343. },
  1344. "System.Text.Encoding.Extensions/4.0.10": {
  1345. "dependencies": {
  1346. "System.Runtime": "[4.0.0, )",
  1347. "System.Text.Encoding": "[4.0.10, )"
  1348. },
  1349. "compile": {
  1350. "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
  1351. },
  1352. "runtime": {
  1353. "lib/netcore50/System.Text.Encoding.Extensions.dll": {}
  1354. }
  1355. },
  1356. "System.Text.RegularExpressions/4.0.10": {
  1357. "dependencies": {
  1358. "System.Collections": "[4.0.10, )",
  1359. "System.Globalization": "[4.0.10, )",
  1360. "System.Resources.ResourceManager": "[4.0.0, )",
  1361. "System.Runtime": "[4.0.20, )",
  1362. "System.Runtime.Extensions": "[4.0.10, )",
  1363. "System.Threading": "[4.0.10, )"
  1364. },
  1365. "compile": {
  1366. "ref/dotnet/System.Text.RegularExpressions.dll": {}
  1367. },
  1368. "runtime": {
  1369. "lib/dotnet/System.Text.RegularExpressions.dll": {}
  1370. }
  1371. },
  1372. "System.Threading/4.0.10": {
  1373. "dependencies": {
  1374. "System.Runtime": "[4.0.0, )",
  1375. "System.Threading.Tasks": "[4.0.0, )"
  1376. },
  1377. "compile": {
  1378. "ref/dotnet/System.Threading.dll": {}
  1379. },
  1380. "runtime": {
  1381. "lib/netcore50/System.Threading.dll": {}
  1382. }
  1383. },
  1384. "System.Threading.Overlapped/4.0.0": {
  1385. "dependencies": {
  1386. "System.Resources.ResourceManager": "[4.0.0, )",
  1387. "System.Runtime": "[4.0.20, )",
  1388. "System.Runtime.Extensions": "[4.0.0, )",
  1389. "System.Runtime.Handles": "[4.0.0, )",
  1390. "System.Runtime.InteropServices": "[4.0.20, )",
  1391. "System.Threading": "[4.0.10, )"
  1392. },
  1393. "compile": {
  1394. "ref/dotnet/System.Threading.Overlapped.dll": {}
  1395. },
  1396. "runtime": {
  1397. "lib/netcore50/System.Threading.Overlapped.dll": {}
  1398. }
  1399. },
  1400. "System.Threading.Tasks/4.0.10": {
  1401. "dependencies": {
  1402. "System.Runtime": "[4.0.0, )"
  1403. },
  1404. "compile": {
  1405. "ref/dotnet/System.Threading.Tasks.dll": {}
  1406. },
  1407. "runtime": {
  1408. "lib/netcore50/System.Threading.Tasks.dll": {}
  1409. }
  1410. },
  1411. "System.Threading.Tasks.Dataflow/4.5.25": {
  1412. "dependencies": {
  1413. "System.Collections": "[4.0.0, )",
  1414. "System.Collections.Concurrent": "[4.0.0, )",
  1415. "System.Diagnostics.Debug": "[4.0.0, )",
  1416. "System.Diagnostics.Tracing": "[4.0.0, )",
  1417. "System.Dynamic.Runtime": "[4.0.0, )",
  1418. "System.Linq": "[4.0.0, )",
  1419. "System.Resources.ResourceManager": "[4.0.0, )",
  1420. "System.Runtime": "[4.0.0, )",
  1421. "System.Runtime.Extensions": "[4.0.0, )",
  1422. "System.Threading": "[4.0.0, )",
  1423. "System.Threading.Tasks": "[4.0.0, )"
  1424. },
  1425. "compile": {
  1426. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  1427. },
  1428. "runtime": {
  1429. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  1430. }
  1431. },
  1432. "System.Threading.Tasks.Parallel/4.0.0": {
  1433. "dependencies": {
  1434. "System.Collections.Concurrent": "[4.0.10, )",
  1435. "System.Diagnostics.Debug": "[4.0.10, )",
  1436. "System.Diagnostics.Tracing": "[4.0.20, )",
  1437. "System.Resources.ResourceManager": "[4.0.0, )",
  1438. "System.Runtime": "[4.0.20, )",
  1439. "System.Runtime.Extensions": "[4.0.10, )",
  1440. "System.Threading": "[4.0.10, )",
  1441. "System.Threading.Tasks": "[4.0.10, )"
  1442. },
  1443. "compile": {
  1444. "ref/netcore50/System.Threading.Tasks.Parallel.dll": {}
  1445. },
  1446. "runtime": {
  1447. "lib/netcore50/System.Threading.Tasks.Parallel.dll": {}
  1448. }
  1449. },
  1450. "System.Threading.Timer/4.0.0": {
  1451. "compile": {
  1452. "ref/netcore50/System.Threading.Timer.dll": {}
  1453. },
  1454. "runtime": {
  1455. "lib/netcore50/System.Threading.Timer.dll": {}
  1456. }
  1457. },
  1458. "System.Xml.ReaderWriter/4.0.10": {
  1459. "dependencies": {
  1460. "System.Collections": "[4.0.10, )",
  1461. "System.Diagnostics.Debug": "[4.0.10, )",
  1462. "System.Globalization": "[4.0.10, )",
  1463. "System.IO": "[4.0.10, )",
  1464. "System.IO.FileSystem": "[4.0.0, )",
  1465. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  1466. "System.Resources.ResourceManager": "[4.0.0, )",
  1467. "System.Runtime": "[4.0.20, )",
  1468. "System.Runtime.Extensions": "[4.0.10, )",
  1469. "System.Runtime.InteropServices": "[4.0.20, )",
  1470. "System.Text.Encoding": "[4.0.10, )",
  1471. "System.Text.Encoding.Extensions": "[4.0.10, )",
  1472. "System.Text.RegularExpressions": "[4.0.10, )",
  1473. "System.Threading.Tasks": "[4.0.10, )"
  1474. },
  1475. "compile": {
  1476. "ref/dotnet/System.Xml.ReaderWriter.dll": {}
  1477. },
  1478. "runtime": {
  1479. "lib/dotnet/System.Xml.ReaderWriter.dll": {}
  1480. }
  1481. },
  1482. "System.Xml.XDocument/4.0.10": {
  1483. "dependencies": {
  1484. "System.Collections": "[4.0.10, )",
  1485. "System.Diagnostics.Debug": "[4.0.10, )",
  1486. "System.Globalization": "[4.0.10, )",
  1487. "System.IO": "[4.0.10, )",
  1488. "System.Reflection": "[4.0.10, )",
  1489. "System.Resources.ResourceManager": "[4.0.0, )",
  1490. "System.Runtime": "[4.0.20, )",
  1491. "System.Runtime.Extensions": "[4.0.10, )",
  1492. "System.Text.Encoding": "[4.0.10, )",
  1493. "System.Threading": "[4.0.10, )",
  1494. "System.Xml.ReaderWriter": "[4.0.10, )"
  1495. },
  1496. "compile": {
  1497. "ref/dotnet/System.Xml.XDocument.dll": {}
  1498. },
  1499. "runtime": {
  1500. "lib/dotnet/System.Xml.XDocument.dll": {}
  1501. }
  1502. },
  1503. "System.Xml.XmlDocument/4.0.0": {
  1504. "dependencies": {
  1505. "System.Collections": "[4.0.10, )",
  1506. "System.Diagnostics.Debug": "[4.0.10, )",
  1507. "System.Globalization": "[4.0.10, )",
  1508. "System.IO": "[4.0.10, )",
  1509. "System.Resources.ResourceManager": "[4.0.0, )",
  1510. "System.Runtime": "[4.0.20, )",
  1511. "System.Runtime.Extensions": "[4.0.10, )",
  1512. "System.Text.Encoding": "[4.0.10, )",
  1513. "System.Threading": "[4.0.10, )",
  1514. "System.Xml.ReaderWriter": "[4.0.10, )"
  1515. },
  1516. "compile": {
  1517. "ref/dotnet/System.Xml.XmlDocument.dll": {}
  1518. },
  1519. "runtime": {
  1520. "lib/dotnet/System.Xml.XmlDocument.dll": {}
  1521. }
  1522. },
  1523. "System.Xml.XmlSerializer/4.0.10": {
  1524. "dependencies": {
  1525. "System.Collections": "[4.0.10, )",
  1526. "System.Diagnostics.Debug": "[4.0.10, )",
  1527. "System.Globalization": "[4.0.10, )",
  1528. "System.IO": "[4.0.10, )",
  1529. "System.Linq": "[4.0.0, )",
  1530. "System.Reflection": "[4.0.10, )",
  1531. "System.Reflection.Extensions": "[4.0.0, )",
  1532. "System.Reflection.Primitives": "[4.0.0, )",
  1533. "System.Reflection.TypeExtensions": "[4.0.0, )",
  1534. "System.Resources.ResourceManager": "[4.0.0, )",
  1535. "System.Runtime": "[4.0.20, )",
  1536. "System.Runtime.Extensions": "[4.0.10, )",
  1537. "System.Text.RegularExpressions": "[4.0.10, )",
  1538. "System.Threading": "[4.0.10, )",
  1539. "System.Xml.ReaderWriter": "[4.0.10, )",
  1540. "System.Xml.XmlDocument": "[4.0.0, )"
  1541. },
  1542. "compile": {
  1543. "ref/dotnet/System.Xml.XmlSerializer.dll": {}
  1544. },
  1545. "runtime": {
  1546. "lib/netcore50/System.Xml.XmlSerializer.dll": {}
  1547. }
  1548. }
  1549. },
  1550. "UAP,Version=v10.0/win10-arm": {
  1551. "FluentAssertions/4.0.1": {
  1552. "compile": {
  1553. "lib/dotnet/FluentAssertions.Core.dll": {},
  1554. "lib/dotnet/FluentAssertions.dll": {}
  1555. },
  1556. "runtime": {
  1557. "lib/dotnet/FluentAssertions.Core.dll": {},
  1558. "lib/dotnet/FluentAssertions.dll": {}
  1559. }
  1560. },
  1561. "Microsoft.CSharp/4.0.0": {
  1562. "dependencies": {
  1563. "System.Collections": "[4.0.10, )",
  1564. "System.Diagnostics.Debug": "[4.0.10, )",
  1565. "System.Dynamic.Runtime": "[4.0.0, )",
  1566. "System.Globalization": "[4.0.10, )",
  1567. "System.Linq": "[4.0.0, )",
  1568. "System.Linq.Expressions": "[4.0.0, )",
  1569. "System.ObjectModel": "[4.0.10, )",
  1570. "System.Reflection": "[4.0.10, )",
  1571. "System.Reflection.Extensions": "[4.0.0, )",
  1572. "System.Reflection.Primitives": "[4.0.0, )",
  1573. "System.Reflection.TypeExtensions": "[4.0.0, )",
  1574. "System.Resources.ResourceManager": "[4.0.0, )",
  1575. "System.Runtime": "[4.0.20, )",
  1576. "System.Runtime.Extensions": "[4.0.10, )",
  1577. "System.Runtime.InteropServices": "[4.0.20, )",
  1578. "System.Threading": "[4.0.10, )"
  1579. },
  1580. "compile": {
  1581. "ref/netcore50/Microsoft.CSharp.dll": {}
  1582. },
  1583. "runtime": {
  1584. "lib/netcore50/Microsoft.CSharp.dll": {}
  1585. }
  1586. },
  1587. "Microsoft.NETCore/5.0.0": {
  1588. "dependencies": {
  1589. "Microsoft.CSharp": "[4.0.0, )",
  1590. "Microsoft.NETCore.Targets": "[1.0.0, )",
  1591. "Microsoft.VisualBasic": "[10.0.0, )",
  1592. "System.AppContext": "[4.0.0, )",
  1593. "System.Collections": "[4.0.10, )",
  1594. "System.Collections.Concurrent": "[4.0.10, )",
  1595. "System.Collections.Immutable": "[1.1.37, )",
  1596. "System.ComponentModel": "[4.0.0, )",
  1597. "System.ComponentModel.Annotations": "[4.0.10, )",
  1598. "System.Diagnostics.Debug": "[4.0.10, )",
  1599. "System.Diagnostics.Tools": "[4.0.0, )",
  1600. "System.Diagnostics.Tracing": "[4.0.20, )",
  1601. "System.Dynamic.Runtime": "[4.0.10, )",
  1602. "System.Globalization": "[4.0.10, )",
  1603. "System.Globalization.Calendars": "[4.0.0, )",
  1604. "System.Globalization.Extensions": "[4.0.0, )",
  1605. "System.IO": "[4.0.10, )",
  1606. "System.IO.Compression": "[4.0.0, )",
  1607. "System.IO.Compression.ZipFile": "[4.0.0, )",
  1608. "System.IO.FileSystem": "[4.0.0, )",
  1609. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  1610. "System.IO.UnmanagedMemoryStream": "[4.0.0, )",
  1611. "System.Linq": "[4.0.0, )",
  1612. "System.Linq.Expressions": "[4.0.10, )",
  1613. "System.Linq.Parallel": "[4.0.0, )",
  1614. "System.Linq.Queryable": "[4.0.0, )",
  1615. "System.Net.Http": "[4.0.0, )",
  1616. "System.Net.NetworkInformation": "[4.0.0, )",
  1617. "System.Net.Primitives": "[4.0.10, )",
  1618. "System.Numerics.Vectors": "[4.1.0, )",
  1619. "System.ObjectModel": "[4.0.10, )",
  1620. "System.Reflection": "[4.0.10, )",
  1621. "System.Reflection.DispatchProxy": "[4.0.0, )",
  1622. "System.Reflection.Extensions": "[4.0.0, )",
  1623. "System.Reflection.Metadata": "[1.0.22, )",
  1624. "System.Reflection.Primitives": "[4.0.0, )",
  1625. "System.Reflection.TypeExtensions": "[4.0.0, )",
  1626. "System.Resources.ResourceManager": "[4.0.0, )",
  1627. "System.Runtime": "[4.0.20, )",
  1628. "System.Runtime.Extensions": "[4.0.10, )",
  1629. "System.Runtime.Handles": "[4.0.0, )",
  1630. "System.Runtime.InteropServices": "[4.0.20, )",
  1631. "System.Runtime.Numerics": "[4.0.0, )",
  1632. "System.Security.Claims": "[4.0.0, )",
  1633. "System.Security.Principal": "[4.0.0, )",
  1634. "System.Text.Encoding": "[4.0.10, )",
  1635. "System.Text.Encoding.Extensions": "[4.0.10, )",
  1636. "System.Text.RegularExpressions": "[4.0.10, )",
  1637. "System.Threading": "[4.0.10, )",
  1638. "System.Threading.Tasks": "[4.0.10, )",
  1639. "System.Threading.Tasks.Dataflow": "[4.5.25, )",
  1640. "System.Threading.Tasks.Parallel": "[4.0.0, )",
  1641. "System.Threading.Timer": "[4.0.0, )",
  1642. "System.Xml.ReaderWriter": "[4.0.10, )",
  1643. "System.Xml.XDocument": "[4.0.10, )"
  1644. }
  1645. },
  1646. "Microsoft.NETCore.Platforms/1.0.0": {},
  1647. "Microsoft.NETCore.Portable.Compatibility/1.0.0": {
  1648. "dependencies": {
  1649. "Microsoft.NETCore.Runtime": "[1.0.0, )"
  1650. },
  1651. "compile": {
  1652. "ref/netcore50/mscorlib.dll": {},
  1653. "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  1654. "ref/netcore50/System.Core.dll": {},
  1655. "ref/netcore50/System.dll": {},
  1656. "ref/netcore50/System.Net.dll": {},
  1657. "ref/netcore50/System.Numerics.dll": {},
  1658. "ref/netcore50/System.Runtime.Serialization.dll": {},
  1659. "ref/netcore50/System.ServiceModel.dll": {},
  1660. "ref/netcore50/System.ServiceModel.Web.dll": {},
  1661. "ref/netcore50/System.Windows.dll": {},
  1662. "ref/netcore50/System.Xml.dll": {},
  1663. "ref/netcore50/System.Xml.Linq.dll": {},
  1664. "ref/netcore50/System.Xml.Serialization.dll": {}
  1665. },
  1666. "runtime": {
  1667. "lib/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  1668. "lib/netcore50/System.Core.dll": {},
  1669. "lib/netcore50/System.dll": {},
  1670. "lib/netcore50/System.Net.dll": {},
  1671. "lib/netcore50/System.Numerics.dll": {},
  1672. "lib/netcore50/System.Runtime.Serialization.dll": {},
  1673. "lib/netcore50/System.ServiceModel.dll": {},
  1674. "lib/netcore50/System.ServiceModel.Web.dll": {},
  1675. "lib/netcore50/System.Windows.dll": {},
  1676. "lib/netcore50/System.Xml.dll": {},
  1677. "lib/netcore50/System.Xml.Linq.dll": {},
  1678. "lib/netcore50/System.Xml.Serialization.dll": {}
  1679. }
  1680. },
  1681. "Microsoft.NETCore.Runtime/1.0.0": {},
  1682. "Microsoft.NETCore.Runtime.CoreCLR-arm/1.0.0": {
  1683. "dependencies": {
  1684. "System.Collections": "[4.0.10, 4.0.10]",
  1685. "System.Diagnostics.Contracts": "[4.0.0, 4.0.0]",
  1686. "System.Diagnostics.Debug": "[4.0.10, 4.0.10]",
  1687. "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]",
  1688. "System.Diagnostics.Tools": "[4.0.0, 4.0.0]",
  1689. "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]",
  1690. "System.Globalization": "[4.0.10, 4.0.10]",
  1691. "System.Globalization.Calendars": "[4.0.0, 4.0.0]",
  1692. "System.IO": "[4.0.10, 4.0.10]",
  1693. "System.ObjectModel": "[4.0.10, 4.0.10]",
  1694. "System.Private.Uri": "[4.0.0, 4.0.0]",
  1695. "System.Reflection": "[4.0.10, 4.0.10]",
  1696. "System.Reflection.Extensions": "[4.0.0, 4.0.0]",
  1697. "System.Reflection.Primitives": "[4.0.0, 4.0.0]",
  1698. "System.Resources.ResourceManager": "[4.0.0, 4.0.0]",
  1699. "System.Runtime": "[4.0.20, 4.0.20]",
  1700. "System.Runtime.Extensions": "[4.0.10, 4.0.10]",
  1701. "System.Runtime.Handles": "[4.0.0, 4.0.0]",
  1702. "System.Runtime.InteropServices": "[4.0.20, 4.0.20]",
  1703. "System.Text.Encoding": "[4.0.10, 4.0.10]",
  1704. "System.Text.Encoding.Extensions": "[4.0.10, 4.0.10]",
  1705. "System.Threading": "[4.0.10, 4.0.10]",
  1706. "System.Threading.Tasks": "[4.0.10, 4.0.10]",
  1707. "System.Threading.Timer": "[4.0.0, 4.0.0]"
  1708. },
  1709. "compile": {
  1710. "ref/dotnet/_._": {}
  1711. },
  1712. "runtime": {
  1713. "runtimes/win8-arm/lib/dotnet/mscorlib.ni.dll": {}
  1714. },
  1715. "native": {
  1716. "runtimes/win8-arm/native/clretwrc.dll": {},
  1717. "runtimes/win8-arm/native/coreclr.dll": {},
  1718. "runtimes/win8-arm/native/dbgshim.dll": {},
  1719. "runtimes/win8-arm/native/mscordaccore.dll": {},
  1720. "runtimes/win8-arm/native/mscordbi.dll": {},
  1721. "runtimes/win8-arm/native/mscorrc.debug.dll": {},
  1722. "runtimes/win8-arm/native/mscorrc.dll": {}
  1723. }
  1724. },
  1725. "Microsoft.NETCore.Targets/1.0.0": {
  1726. "dependencies": {
  1727. "Microsoft.NETCore.Platforms": "[1.0.0, )",
  1728. "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )"
  1729. }
  1730. },
  1731. "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {},
  1732. "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": {
  1733. "dependencies": {
  1734. "Microsoft.NETCore": "[5.0.0, )",
  1735. "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )",
  1736. "Microsoft.NETCore.Runtime": "[1.0.0, )",
  1737. "Microsoft.Win32.Primitives": "[4.0.0, )",
  1738. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  1739. "System.Data.Common": "[4.0.0, )",
  1740. "System.Diagnostics.Contracts": "[4.0.0, )",
  1741. "System.Diagnostics.StackTrace": "[4.0.0, )",
  1742. "System.IO.IsolatedStorage": "[4.0.0, )",
  1743. "System.Net.Http.Rtc": "[4.0.0, )",
  1744. "System.Net.Requests": "[4.0.10, )",
  1745. "System.Net.Sockets": "[4.0.0, )",
  1746. "System.Net.WebHeaderCollection": "[4.0.0, )",
  1747. "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )",
  1748. "System.Reflection.Context": "[4.0.0, )",
  1749. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  1750. "System.Runtime.Serialization.Json": "[4.0.0, )",
  1751. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  1752. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  1753. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  1754. "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )",
  1755. "System.ServiceModel.Duplex": "[4.0.0, )",
  1756. "System.ServiceModel.Http": "[4.0.10, )",
  1757. "System.ServiceModel.NetTcp": "[4.0.0, )",
  1758. "System.ServiceModel.Primitives": "[4.0.0, )",
  1759. "System.ServiceModel.Security": "[4.0.0, )",
  1760. "System.Text.Encoding.CodePages": "[4.0.0, )",
  1761. "System.Xml.XmlSerializer": "[4.0.10, )"
  1762. }
  1763. },
  1764. "Microsoft.VisualBasic/10.0.0": {
  1765. "dependencies": {
  1766. "System.Collections": "[4.0.10, )",
  1767. "System.Diagnostics.Debug": "[4.0.10, )",
  1768. "System.Dynamic.Runtime": "[4.0.10, )",
  1769. "System.Globalization": "[4.0.10, )",
  1770. "System.Linq": "[4.0.0, )",
  1771. "System.Linq.Expressions": "[4.0.10, )",
  1772. "System.ObjectModel": "[4.0.10, )",
  1773. "System.Reflection": "[4.0.10, )",
  1774. "System.Reflection.Extensions": "[4.0.0, )",
  1775. "System.Reflection.Primitives": "[4.0.0, )",
  1776. "System.Reflection.TypeExtensions": "[4.0.0, )",
  1777. "System.Resources.ResourceManager": "[4.0.0, )",
  1778. "System.Runtime": "[4.0.20, )",
  1779. "System.Runtime.Extensions": "[4.0.10, )",
  1780. "System.Runtime.InteropServices": "[4.0.20, )",
  1781. "System.Threading": "[4.0.10, )"
  1782. },
  1783. "compile": {
  1784. "ref/netcore50/Microsoft.VisualBasic.dll": {}
  1785. },
  1786. "runtime": {
  1787. "lib/netcore50/Microsoft.VisualBasic.dll": {}
  1788. }
  1789. },
  1790. "Microsoft.Win32.Primitives/4.0.0": {
  1791. "dependencies": {
  1792. "System.Runtime": "[4.0.20, )",
  1793. "System.Runtime.InteropServices": "[4.0.20, )"
  1794. },
  1795. "compile": {
  1796. "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
  1797. },
  1798. "runtime": {
  1799. "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
  1800. }
  1801. },
  1802. "System.AppContext/4.0.0": {
  1803. "dependencies": {
  1804. "System.Collections": "[4.0.0, )",
  1805. "System.Resources.ResourceManager": "[4.0.0, )",
  1806. "System.Runtime": "[4.0.20, )",
  1807. "System.Threading": "[4.0.0, )"
  1808. },
  1809. "compile": {
  1810. "ref/dotnet/System.AppContext.dll": {}
  1811. },
  1812. "runtime": {
  1813. "lib/netcore50/System.AppContext.dll": {}
  1814. }
  1815. },
  1816. "System.Collections/4.0.10": {
  1817. "dependencies": {
  1818. "System.Diagnostics.Debug": "[4.0.0, )",
  1819. "System.Resources.ResourceManager": "[4.0.0, )",
  1820. "System.Runtime": "[4.0.20, )",
  1821. "System.Runtime.Extensions": "[4.0.0, )",
  1822. "System.Threading": "[4.0.0, )"
  1823. },
  1824. "compile": {
  1825. "ref/dotnet/System.Collections.dll": {}
  1826. },
  1827. "runtime": {
  1828. "lib/netcore50/System.Collections.dll": {}
  1829. }
  1830. },
  1831. "System.Collections.Concurrent/4.0.10": {
  1832. "dependencies": {
  1833. "System.Collections": "[4.0.10, )",
  1834. "System.Diagnostics.Debug": "[4.0.10, )",
  1835. "System.Diagnostics.Tracing": "[4.0.20, )",
  1836. "System.Globalization": "[4.0.10, )",
  1837. "System.Resources.ResourceManager": "[4.0.0, )",
  1838. "System.Runtime": "[4.0.20, )",
  1839. "System.Runtime.Extensions": "[4.0.10, )",
  1840. "System.Threading": "[4.0.10, )",
  1841. "System.Threading.Tasks": "[4.0.10, )"
  1842. },
  1843. "compile": {
  1844. "ref/dotnet/System.Collections.Concurrent.dll": {}
  1845. },
  1846. "runtime": {
  1847. "lib/dotnet/System.Collections.Concurrent.dll": {}
  1848. }
  1849. },
  1850. "System.Collections.Immutable/1.1.37": {
  1851. "dependencies": {
  1852. "System.Collections": "[4.0.0, )",
  1853. "System.Diagnostics.Debug": "[4.0.0, )",
  1854. "System.Globalization": "[4.0.0, )",
  1855. "System.Linq": "[4.0.0, )",
  1856. "System.Resources.ResourceManager": "[4.0.0, )",
  1857. "System.Runtime": "[4.0.0, )",
  1858. "System.Runtime.Extensions": "[4.0.0, )",
  1859. "System.Threading": "[4.0.0, )"
  1860. },
  1861. "compile": {
  1862. "lib/dotnet/System.Collections.Immutable.dll": {}
  1863. },
  1864. "runtime": {
  1865. "lib/dotnet/System.Collections.Immutable.dll": {}
  1866. }
  1867. },
  1868. "System.Collections.NonGeneric/4.0.0": {
  1869. "dependencies": {
  1870. "System.Diagnostics.Debug": "[4.0.10, )",
  1871. "System.Globalization": "[4.0.10, )",
  1872. "System.Resources.ResourceManager": "[4.0.0, )",
  1873. "System.Runtime": "[4.0.20, )",
  1874. "System.Runtime.Extensions": "[4.0.10, )",
  1875. "System.Threading": "[4.0.10, )"
  1876. },
  1877. "compile": {
  1878. "ref/dotnet/System.Collections.NonGeneric.dll": {}
  1879. },
  1880. "runtime": {
  1881. "lib/dotnet/System.Collections.NonGeneric.dll": {}
  1882. }
  1883. },
  1884. "System.Collections.Specialized/4.0.0": {
  1885. "dependencies": {
  1886. "System.Collections.NonGeneric": "[4.0.0, )",
  1887. "System.Globalization": "[4.0.10, )",
  1888. "System.Globalization.Extensions": "[4.0.0, )",
  1889. "System.Resources.ResourceManager": "[4.0.0, )",
  1890. "System.Runtime": "[4.0.20, )",
  1891. "System.Runtime.Extensions": "[4.0.10, )",
  1892. "System.Threading": "[4.0.10, )"
  1893. },
  1894. "compile": {
  1895. "ref/dotnet/System.Collections.Specialized.dll": {}
  1896. },
  1897. "runtime": {
  1898. "lib/dotnet/System.Collections.Specialized.dll": {}
  1899. }
  1900. },
  1901. "System.ComponentModel/4.0.0": {
  1902. "dependencies": {
  1903. "System.Runtime": "[4.0.20, )"
  1904. },
  1905. "compile": {
  1906. "ref/netcore50/System.ComponentModel.dll": {}
  1907. },
  1908. "runtime": {
  1909. "lib/netcore50/System.ComponentModel.dll": {}
  1910. }
  1911. },
  1912. "System.ComponentModel.Annotations/4.0.10": {
  1913. "dependencies": {
  1914. "System.Collections": "[4.0.10, )",
  1915. "System.ComponentModel": "[4.0.0, )",
  1916. "System.Globalization": "[4.0.10, )",
  1917. "System.Linq": "[4.0.0, )",
  1918. "System.Reflection": "[4.0.10, )",
  1919. "System.Reflection.Extensions": "[4.0.0, )",
  1920. "System.Resources.ResourceManager": "[4.0.0, )",
  1921. "System.Runtime": "[4.0.20, )",
  1922. "System.Runtime.Extensions": "[4.0.10, )",
  1923. "System.Text.RegularExpressions": "[4.0.10, )",
  1924. "System.Threading": "[4.0.10, )"
  1925. },
  1926. "compile": {
  1927. "ref/dotnet/System.ComponentModel.Annotations.dll": {}
  1928. },
  1929. "runtime": {
  1930. "lib/dotnet/System.ComponentModel.Annotations.dll": {}
  1931. }
  1932. },
  1933. "System.ComponentModel.EventBasedAsync/4.0.10": {
  1934. "dependencies": {
  1935. "System.Resources.ResourceManager": "[4.0.0, )",
  1936. "System.Runtime": "[4.0.20, )",
  1937. "System.Threading": "[4.0.10, )",
  1938. "System.Threading.Tasks": "[4.0.10, )"
  1939. },
  1940. "compile": {
  1941. "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  1942. },
  1943. "runtime": {
  1944. "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  1945. }
  1946. },
  1947. "System.Data.Common/4.0.0": {
  1948. "dependencies": {
  1949. "System.Collections": "[4.0.10, )",
  1950. "System.Collections.NonGeneric": "[4.0.0, )",
  1951. "System.Globalization": "[4.0.10, )",
  1952. "System.IO": "[4.0.0, )",
  1953. "System.Resources.ResourceManager": "[4.0.0, )",
  1954. "System.Runtime": "[4.0.20, )",
  1955. "System.Runtime.Extensions": "[4.0.10, )",
  1956. "System.Text.RegularExpressions": "[4.0.0, )",
  1957. "System.Threading.Tasks": "[4.0.0, )"
  1958. },
  1959. "compile": {
  1960. "ref/dotnet/System.Data.Common.dll": {}
  1961. },
  1962. "runtime": {
  1963. "lib/dotnet/System.Data.Common.dll": {}
  1964. }
  1965. },
  1966. "System.Diagnostics.Contracts/4.0.0": {
  1967. "compile": {
  1968. "ref/netcore50/System.Diagnostics.Contracts.dll": {}
  1969. },
  1970. "runtime": {
  1971. "lib/netcore50/System.Diagnostics.Contracts.dll": {}
  1972. }
  1973. },
  1974. "System.Diagnostics.Debug/4.0.10": {
  1975. "dependencies": {
  1976. "System.Runtime": "[4.0.0, )"
  1977. },
  1978. "compile": {
  1979. "ref/dotnet/System.Diagnostics.Debug.dll": {}
  1980. },
  1981. "runtime": {
  1982. "lib/netcore50/System.Diagnostics.Debug.dll": {}
  1983. }
  1984. },
  1985. "System.Diagnostics.StackTrace/4.0.0": {
  1986. "dependencies": {
  1987. "System.Runtime": "[4.0.20, )"
  1988. },
  1989. "compile": {
  1990. "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
  1991. },
  1992. "runtime": {
  1993. "lib/netcore50/System.Diagnostics.StackTrace.dll": {}
  1994. }
  1995. },
  1996. "System.Diagnostics.Tools/4.0.0": {
  1997. "compile": {
  1998. "ref/netcore50/System.Diagnostics.Tools.dll": {}
  1999. },
  2000. "runtime": {
  2001. "lib/netcore50/System.Diagnostics.Tools.dll": {}
  2002. }
  2003. },
  2004. "System.Diagnostics.Tracing/4.0.20": {
  2005. "dependencies": {
  2006. "System.Collections": "[4.0.10, )",
  2007. "System.Globalization": "[4.0.0, )",
  2008. "System.Reflection": "[4.0.10, )",
  2009. "System.Reflection.Extensions": "[4.0.0, )",
  2010. "System.Resources.ResourceManager": "[4.0.0, )",
  2011. "System.Runtime": "[4.0.20, )",
  2012. "System.Runtime.Extensions": "[4.0.10, )",
  2013. "System.Runtime.InteropServices": "[4.0.0, )",
  2014. "System.Text.Encoding": "[4.0.0, )",
  2015. "System.Threading": "[4.0.10, )"
  2016. },
  2017. "compile": {
  2018. "ref/dotnet/System.Diagnostics.Tracing.dll": {}
  2019. },
  2020. "runtime": {
  2021. "lib/netcore50/System.Diagnostics.Tracing.dll": {}
  2022. }
  2023. },
  2024. "System.Dynamic.Runtime/4.0.10": {
  2025. "dependencies": {
  2026. "System.Collections": "[4.0.0, )",
  2027. "System.Diagnostics.Debug": "[4.0.0, )",
  2028. "System.Globalization": "[4.0.0, )",
  2029. "System.Linq": "[4.0.0, )",
  2030. "System.Linq.Expressions": "[4.0.10, )",
  2031. "System.ObjectModel": "[4.0.0, )",
  2032. "System.Reflection": "[4.0.0, )",
  2033. "System.Reflection.TypeExtensions": "[4.0.0, )",
  2034. "System.Resources.ResourceManager": "[4.0.0, )",
  2035. "System.Runtime": "[4.0.20, )",
  2036. "System.Runtime.Extensions": "[4.0.0, )",
  2037. "System.Threading": "[4.0.0, )"
  2038. },
  2039. "compile": {
  2040. "ref/dotnet/System.Dynamic.Runtime.dll": {}
  2041. },
  2042. "runtime": {
  2043. "lib/netcore50/System.Dynamic.Runtime.dll": {}
  2044. }
  2045. },
  2046. "System.Globalization/4.0.10": {
  2047. "dependencies": {
  2048. "System.Runtime": "[4.0.0, )"
  2049. },
  2050. "compile": {
  2051. "ref/dotnet/System.Globalization.dll": {}
  2052. },
  2053. "runtime": {
  2054. "lib/netcore50/System.Globalization.dll": {}
  2055. }
  2056. },
  2057. "System.Globalization.Calendars/4.0.0": {
  2058. "dependencies": {
  2059. "System.Globalization": "[4.0.0, )",
  2060. "System.Runtime": "[4.0.0, )"
  2061. },
  2062. "compile": {
  2063. "ref/dotnet/System.Globalization.Calendars.dll": {}
  2064. },
  2065. "runtime": {
  2066. "lib/netcore50/System.Globalization.Calendars.dll": {}
  2067. }
  2068. },
  2069. "System.Globalization.Extensions/4.0.0": {
  2070. "dependencies": {
  2071. "System.Globalization": "[4.0.10, )",
  2072. "System.Resources.ResourceManager": "[4.0.0, )",
  2073. "System.Runtime": "[4.0.20, )",
  2074. "System.Runtime.Extensions": "[4.0.10, )",
  2075. "System.Runtime.InteropServices": "[4.0.20, )"
  2076. },
  2077. "compile": {
  2078. "ref/dotnet/System.Globalization.Extensions.dll": {}
  2079. },
  2080. "runtime": {
  2081. "lib/dotnet/System.Globalization.Extensions.dll": {}
  2082. }
  2083. },
  2084. "System.IO/4.0.10": {
  2085. "dependencies": {
  2086. "System.Globalization": "[4.0.0, )",
  2087. "System.Runtime": "[4.0.20, )",
  2088. "System.Text.Encoding": "[4.0.10, )",
  2089. "System.Text.Encoding.Extensions": "[4.0.0, )",
  2090. "System.Threading": "[4.0.0, )",
  2091. "System.Threading.Tasks": "[4.0.0, )"
  2092. },
  2093. "compile": {
  2094. "ref/dotnet/System.IO.dll": {}
  2095. },
  2096. "runtime": {
  2097. "lib/netcore50/System.IO.dll": {}
  2098. }
  2099. },
  2100. "System.IO.Compression/4.0.0": {
  2101. "dependencies": {
  2102. "System.Collections": "[4.0.0, )",
  2103. "System.IO": "[4.0.0, )",
  2104. "System.Resources.ResourceManager": "[4.0.0, )",
  2105. "System.Runtime": "[4.0.0, )",
  2106. "System.Runtime.Extensions": "[4.0.0, )",
  2107. "System.Runtime.InteropServices": "[4.0.0, )",
  2108. "System.Text.Encoding": "[4.0.0, )",
  2109. "System.Threading": "[4.0.0, )",
  2110. "System.Threading.Tasks": "[4.0.0, )"
  2111. },
  2112. "compile": {
  2113. "ref/netcore50/System.IO.Compression.dll": {}
  2114. },
  2115. "runtime": {
  2116. "lib/netcore50/System.IO.Compression.dll": {}
  2117. }
  2118. },
  2119. "System.IO.Compression.clrcompression-arm/4.0.0": {
  2120. "native": {
  2121. "runtimes/win10-arm/native/ClrCompression.dll": {}
  2122. }
  2123. },
  2124. "System.IO.Compression.ZipFile/4.0.0": {
  2125. "dependencies": {
  2126. "System.IO": "[4.0.10, )",
  2127. "System.IO.Compression": "[4.0.0, )",
  2128. "System.IO.FileSystem": "[4.0.0, )",
  2129. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  2130. "System.Resources.ResourceManager": "[4.0.0, )",
  2131. "System.Runtime": "[4.0.20, )",
  2132. "System.Runtime.Extensions": "[4.0.10, )",
  2133. "System.Text.Encoding": "[4.0.10, )"
  2134. },
  2135. "compile": {
  2136. "ref/dotnet/System.IO.Compression.ZipFile.dll": {}
  2137. },
  2138. "runtime": {
  2139. "lib/dotnet/System.IO.Compression.ZipFile.dll": {}
  2140. }
  2141. },
  2142. "System.IO.FileSystem/4.0.0": {
  2143. "dependencies": {
  2144. "System.Collections": "[4.0.10, )",
  2145. "System.Diagnostics.Debug": "[4.0.10, )",
  2146. "System.IO": "[4.0.10, )",
  2147. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  2148. "System.Resources.ResourceManager": "[4.0.0, )",
  2149. "System.Runtime": "[4.0.20, )",
  2150. "System.Runtime.Extensions": "[4.0.10, )",
  2151. "System.Runtime.Handles": "[4.0.0, )",
  2152. "System.Runtime.InteropServices": "[4.0.20, )",
  2153. "System.Runtime.WindowsRuntime": "[4.0.0, )",
  2154. "System.Text.Encoding": "[4.0.10, )",
  2155. "System.Text.Encoding.Extensions": "[4.0.10, )",
  2156. "System.Threading": "[4.0.10, )",
  2157. "System.Threading.Overlapped": "[4.0.0, )",
  2158. "System.Threading.Tasks": "[4.0.10, )"
  2159. },
  2160. "compile": {
  2161. "ref/dotnet/System.IO.FileSystem.dll": {}
  2162. },
  2163. "runtime": {
  2164. "lib/netcore50/System.IO.FileSystem.dll": {}
  2165. }
  2166. },
  2167. "System.IO.FileSystem.Primitives/4.0.0": {
  2168. "dependencies": {
  2169. "System.Runtime": "[4.0.20, )"
  2170. },
  2171. "compile": {
  2172. "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
  2173. },
  2174. "runtime": {
  2175. "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
  2176. }
  2177. },
  2178. "System.IO.IsolatedStorage/4.0.0": {
  2179. "dependencies": {
  2180. "System.IO": "[4.0.10, )",
  2181. "System.IO.FileSystem": "[4.0.0, )",
  2182. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  2183. "System.Linq": "[4.0.0, )",
  2184. "System.Resources.ResourceManager": "[4.0.0, )",
  2185. "System.Runtime": "[4.0.20, )",
  2186. "System.Runtime.Extensions": "[4.0.10, )",
  2187. "System.Threading": "[4.0.10, )",
  2188. "System.Threading.Tasks": "[4.0.10, )"
  2189. },
  2190. "compile": {
  2191. "ref/dotnet/System.IO.IsolatedStorage.dll": {}
  2192. },
  2193. "runtime": {
  2194. "lib/netcore50/System.IO.IsolatedStorage.dll": {}
  2195. }
  2196. },
  2197. "System.IO.UnmanagedMemoryStream/4.0.0": {
  2198. "dependencies": {
  2199. "System.IO": "[4.0.10, )",
  2200. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  2201. "System.Resources.ResourceManager": "[4.0.0, )",
  2202. "System.Runtime": "[4.0.20, )",
  2203. "System.Runtime.InteropServices": "[4.0.20, )",
  2204. "System.Threading": "[4.0.10, )",
  2205. "System.Threading.Tasks": "[4.0.10, )"
  2206. },
  2207. "compile": {
  2208. "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  2209. },
  2210. "runtime": {
  2211. "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  2212. }
  2213. },
  2214. "System.Linq/4.0.0": {
  2215. "dependencies": {
  2216. "System.Collections": "[4.0.10, )",
  2217. "System.Diagnostics.Debug": "[4.0.10, )",
  2218. "System.Resources.ResourceManager": "[4.0.0, )",
  2219. "System.Runtime": "[4.0.20, )",
  2220. "System.Runtime.Extensions": "[4.0.10, )"
  2221. },
  2222. "compile": {
  2223. "ref/netcore50/System.Linq.dll": {}
  2224. },
  2225. "runtime": {
  2226. "lib/netcore50/System.Linq.dll": {}
  2227. }
  2228. },
  2229. "System.Linq.Expressions/4.0.10": {
  2230. "dependencies": {
  2231. "System.Collections": "[4.0.0, )",
  2232. "System.Diagnostics.Debug": "[4.0.0, )",
  2233. "System.Globalization": "[4.0.0, )",
  2234. "System.IO": "[4.0.0, )",
  2235. "System.Linq": "[4.0.0, )",
  2236. "System.Reflection": "[4.0.0, )",
  2237. "System.Reflection.Extensions": "[4.0.0, )",
  2238. "System.Reflection.Primitives": "[4.0.0, )",
  2239. "System.Reflection.TypeExtensions": "[4.0.0, )",
  2240. "System.Resources.ResourceManager": "[4.0.0, )",
  2241. "System.Runtime": "[4.0.20, )",
  2242. "System.Runtime.Extensions": "[4.0.0, )",
  2243. "System.Threading": "[4.0.0, )"
  2244. },
  2245. "compile": {
  2246. "ref/dotnet/System.Linq.Expressions.dll": {}
  2247. },
  2248. "runtime": {
  2249. "lib/netcore50/System.Linq.Expressions.dll": {}
  2250. }
  2251. },
  2252. "System.Linq.Parallel/4.0.0": {
  2253. "dependencies": {
  2254. "System.Collections": "[4.0.10, )",
  2255. "System.Collections.Concurrent": "[4.0.10, )",
  2256. "System.Diagnostics.Debug": "[4.0.10, )",
  2257. "System.Diagnostics.Tracing": "[4.0.20, )",
  2258. "System.Linq": "[4.0.0, )",
  2259. "System.Resources.ResourceManager": "[4.0.0, )",
  2260. "System.Runtime": "[4.0.20, )",
  2261. "System.Runtime.Extensions": "[4.0.10, )",
  2262. "System.Threading": "[4.0.10, )",
  2263. "System.Threading.Tasks": "[4.0.10, )"
  2264. },
  2265. "compile": {
  2266. "ref/netcore50/System.Linq.Parallel.dll": {}
  2267. },
  2268. "runtime": {
  2269. "lib/netcore50/System.Linq.Parallel.dll": {}
  2270. }
  2271. },
  2272. "System.Linq.Queryable/4.0.0": {
  2273. "dependencies": {
  2274. "System.Collections": "[4.0.10, )",
  2275. "System.Linq": "[4.0.0, )",
  2276. "System.Linq.Expressions": "[4.0.10, )",
  2277. "System.Reflection": "[4.0.10, )",
  2278. "System.Reflection.Extensions": "[4.0.0, )",
  2279. "System.Resources.ResourceManager": "[4.0.0, )",
  2280. "System.Runtime": "[4.0.20, )"
  2281. },
  2282. "compile": {
  2283. "ref/netcore50/System.Linq.Queryable.dll": {}
  2284. },
  2285. "runtime": {
  2286. "lib/netcore50/System.Linq.Queryable.dll": {}
  2287. }
  2288. },
  2289. "System.Net.Http/4.0.0": {
  2290. "dependencies": {
  2291. "System.Collections": "[4.0.10, )",
  2292. "System.Diagnostics.Debug": "[4.0.10, )",
  2293. "System.Globalization": "[4.0.10, )",
  2294. "System.IO": "[4.0.10, )",
  2295. "System.Net.Primitives": "[4.0.0, )",
  2296. "System.Resources.ResourceManager": "[4.0.0, )",
  2297. "System.Runtime": "[4.0.20, )",
  2298. "System.Runtime.Extensions": "[4.0.10, )",
  2299. "System.Runtime.InteropServices": "[4.0.20, )",
  2300. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  2301. "System.Text.Encoding": "[4.0.10, )",
  2302. "System.Text.Encoding.Extensions": "[4.0.10, )",
  2303. "System.Threading": "[4.0.10, )",
  2304. "System.Threading.Tasks": "[4.0.10, )"
  2305. },
  2306. "compile": {
  2307. "ref/netcore50/System.Net.Http.dll": {}
  2308. },
  2309. "runtime": {
  2310. "lib/netcore50/System.Net.Http.dll": {}
  2311. }
  2312. },
  2313. "System.Net.Http.Rtc/4.0.0": {
  2314. "dependencies": {
  2315. "System.Net.Http": "[4.0.0, )",
  2316. "System.Runtime": "[4.0.20, )"
  2317. },
  2318. "compile": {
  2319. "ref/netcore50/System.Net.Http.Rtc.dll": {}
  2320. },
  2321. "runtime": {
  2322. "lib/netcore50/System.Net.Http.Rtc.dll": {}
  2323. }
  2324. },
  2325. "System.Net.NetworkInformation/4.0.0": {
  2326. "dependencies": {
  2327. "System.Runtime": "[4.0.0, )",
  2328. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  2329. "System.Threading": "[4.0.0, )"
  2330. },
  2331. "compile": {
  2332. "ref/netcore50/System.Net.NetworkInformation.dll": {}
  2333. },
  2334. "runtime": {
  2335. "lib/netcore50/System.Net.NetworkInformation.dll": {}
  2336. }
  2337. },
  2338. "System.Net.Primitives/4.0.10": {
  2339. "dependencies": {
  2340. "System.Private.Networking": "[4.0.0, )",
  2341. "System.Runtime": "[4.0.20, )"
  2342. },
  2343. "compile": {
  2344. "ref/dotnet/System.Net.Primitives.dll": {}
  2345. },
  2346. "runtime": {
  2347. "lib/netcore50/System.Net.Primitives.dll": {}
  2348. }
  2349. },
  2350. "System.Net.Requests/4.0.10": {
  2351. "dependencies": {
  2352. "System.Collections": "[4.0.10, )",
  2353. "System.Diagnostics.Debug": "[4.0.10, )",
  2354. "System.IO": "[4.0.10, )",
  2355. "System.Net.Http": "[4.0.0, )",
  2356. "System.Net.Primitives": "[4.0.10, )",
  2357. "System.Net.WebHeaderCollection": "[4.0.0, )",
  2358. "System.Resources.ResourceManager": "[4.0.0, )",
  2359. "System.Runtime": "[4.0.20, )",
  2360. "System.Threading": "[4.0.10, )",
  2361. "System.Threading.Tasks": "[4.0.10, )"
  2362. },
  2363. "compile": {
  2364. "ref/dotnet/System.Net.Requests.dll": {}
  2365. },
  2366. "runtime": {
  2367. "lib/dotnet/System.Net.Requests.dll": {}
  2368. }
  2369. },
  2370. "System.Net.Sockets/4.0.0": {
  2371. "dependencies": {
  2372. "System.Private.Networking": "[4.0.0, )",
  2373. "System.Runtime": "[4.0.20, )"
  2374. },
  2375. "compile": {
  2376. "ref/dotnet/System.Net.Sockets.dll": {}
  2377. },
  2378. "runtime": {
  2379. "lib/netcore50/System.Net.Sockets.dll": {}
  2380. }
  2381. },
  2382. "System.Net.WebHeaderCollection/4.0.0": {
  2383. "dependencies": {
  2384. "System.Collections.NonGeneric": "[4.0.0, )",
  2385. "System.Collections.Specialized": "[4.0.0, )",
  2386. "System.Resources.ResourceManager": "[4.0.0, )",
  2387. "System.Runtime": "[4.0.20, )"
  2388. },
  2389. "compile": {
  2390. "ref/dotnet/System.Net.WebHeaderCollection.dll": {}
  2391. },
  2392. "runtime": {
  2393. "lib/dotnet/System.Net.WebHeaderCollection.dll": {}
  2394. }
  2395. },
  2396. "System.Numerics.Vectors/4.1.0": {
  2397. "dependencies": {
  2398. "System.Globalization": "[4.0.10, )",
  2399. "System.Resources.ResourceManager": "[4.0.0, )",
  2400. "System.Runtime": "[4.0.20, )",
  2401. "System.Runtime.Extensions": "[4.0.10, )"
  2402. },
  2403. "compile": {
  2404. "ref/dotnet/System.Numerics.Vectors.dll": {}
  2405. },
  2406. "runtime": {
  2407. "lib/dotnet/System.Numerics.Vectors.dll": {}
  2408. }
  2409. },
  2410. "System.Numerics.Vectors.WindowsRuntime/4.0.0": {
  2411. "dependencies": {
  2412. "System.Numerics.Vectors": "[4.1.0, )",
  2413. "System.Runtime": "[4.0.20, )",
  2414. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  2415. },
  2416. "compile": {
  2417. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  2418. },
  2419. "runtime": {
  2420. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  2421. }
  2422. },
  2423. "System.ObjectModel/4.0.10": {
  2424. "dependencies": {
  2425. "System.Collections": "[4.0.10, )",
  2426. "System.Diagnostics.Debug": "[4.0.10, )",
  2427. "System.Resources.ResourceManager": "[4.0.0, )",
  2428. "System.Runtime": "[4.0.20, )",
  2429. "System.Threading": "[4.0.10, )"
  2430. },
  2431. "compile": {
  2432. "ref/dotnet/System.ObjectModel.dll": {}
  2433. },
  2434. "runtime": {
  2435. "lib/dotnet/System.ObjectModel.dll": {}
  2436. }
  2437. },
  2438. "System.Private.DataContractSerialization/4.0.0": {
  2439. "dependencies": {
  2440. "System.Collections": "[4.0.10, )",
  2441. "System.Globalization": "[4.0.10, )",
  2442. "System.IO": "[4.0.10, )",
  2443. "System.Linq": "[4.0.0, )",
  2444. "System.Reflection": "[4.0.10, )",
  2445. "System.Reflection.Extensions": "[4.0.0, )",
  2446. "System.Reflection.Primitives": "[4.0.0, )",
  2447. "System.Reflection.TypeExtensions": "[4.0.0, )",
  2448. "System.Resources.ResourceManager": "[4.0.0, )",
  2449. "System.Runtime": "[4.0.20, )",
  2450. "System.Runtime.Extensions": "[4.0.10, )",
  2451. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  2452. "System.Text.Encoding": "[4.0.10, )",
  2453. "System.Text.Encoding.Extensions": "[4.0.10, )",
  2454. "System.Text.RegularExpressions": "[4.0.10, )",
  2455. "System.Threading": "[4.0.10, )",
  2456. "System.Xml.ReaderWriter": "[4.0.10, )",
  2457. "System.Xml.XmlSerializer": "[4.0.10, )"
  2458. },
  2459. "compile": {
  2460. "ref/netcore50/_._": {}
  2461. },
  2462. "runtime": {
  2463. "lib/netcore50/System.Private.DataContractSerialization.dll": {}
  2464. }
  2465. },
  2466. "System.Private.Networking/4.0.0": {
  2467. "dependencies": {
  2468. "Microsoft.Win32.Primitives": "[4.0.0, )",
  2469. "System.Collections": "[4.0.10, )",
  2470. "System.Collections.NonGeneric": "[4.0.0, )",
  2471. "System.Diagnostics.Debug": "[4.0.10, )",
  2472. "System.Diagnostics.Tracing": "[4.0.20, )",
  2473. "System.Globalization": "[4.0.10, )",
  2474. "System.IO": "[4.0.10, )",
  2475. "System.IO.FileSystem": "[4.0.0, )",
  2476. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  2477. "System.Resources.ResourceManager": "[4.0.0, )",
  2478. "System.Runtime": "[4.0.20, )",
  2479. "System.Runtime.Extensions": "[4.0.10, )",
  2480. "System.Runtime.Handles": "[4.0.0, )",
  2481. "System.Runtime.InteropServices": "[4.0.20, )",
  2482. "System.Threading": "[4.0.10, )",
  2483. "System.Threading.Overlapped": "[4.0.0, )",
  2484. "System.Threading.Tasks": "[4.0.10, )"
  2485. },
  2486. "compile": {
  2487. "ref/netcore50/_._": {}
  2488. },
  2489. "runtime": {
  2490. "lib/netcore50/System.Private.Networking.dll": {}
  2491. }
  2492. },
  2493. "System.Private.ServiceModel/4.0.0": {
  2494. "dependencies": {
  2495. "System.Collections": "[4.0.10, )",
  2496. "System.Collections.Concurrent": "[4.0.10, )",
  2497. "System.Collections.NonGeneric": "[4.0.0, )",
  2498. "System.Collections.Specialized": "[4.0.0, )",
  2499. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  2500. "System.Diagnostics.Contracts": "[4.0.0, )",
  2501. "System.Diagnostics.Debug": "[4.0.10, )",
  2502. "System.Globalization": "[4.0.10, )",
  2503. "System.IO": "[4.0.10, )",
  2504. "System.IO.Compression": "[4.0.0, )",
  2505. "System.Linq": "[4.0.0, )",
  2506. "System.Linq.Expressions": "[4.0.10, )",
  2507. "System.Linq.Queryable": "[4.0.0, )",
  2508. "System.Net.Http": "[4.0.0, )",
  2509. "System.Net.Primitives": "[4.0.10, )",
  2510. "System.Net.WebHeaderCollection": "[4.0.0, )",
  2511. "System.ObjectModel": "[4.0.10, )",
  2512. "System.Reflection": "[4.0.10, )",
  2513. "System.Reflection.DispatchProxy": "[4.0.0, )",
  2514. "System.Reflection.Extensions": "[4.0.0, )",
  2515. "System.Reflection.Primitives": "[4.0.0, )",
  2516. "System.Reflection.TypeExtensions": "[4.0.0, )",
  2517. "System.Resources.ResourceManager": "[4.0.0, )",
  2518. "System.Runtime": "[4.0.20, )",
  2519. "System.Runtime.Extensions": "[4.0.10, )",
  2520. "System.Runtime.InteropServices": "[4.0.20, )",
  2521. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  2522. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  2523. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  2524. "System.Security.Claims": "[4.0.0, )",
  2525. "System.Security.Principal": "[4.0.0, )",
  2526. "System.Text.Encoding": "[4.0.10, )",
  2527. "System.Threading": "[4.0.10, )",
  2528. "System.Threading.Tasks": "[4.0.10, )",
  2529. "System.Threading.Timer": "[4.0.0, )",
  2530. "System.Xml.ReaderWriter": "[4.0.10, )",
  2531. "System.Xml.XmlDocument": "[4.0.0, )",
  2532. "System.Xml.XmlSerializer": "[4.0.10, )"
  2533. },
  2534. "compile": {
  2535. "ref/netcore50/_._": {}
  2536. },
  2537. "runtime": {
  2538. "lib/netcore50/System.Private.ServiceModel.dll": {}
  2539. }
  2540. },
  2541. "System.Private.Uri/4.0.0": {
  2542. "compile": {
  2543. "ref/netcore50/_._": {}
  2544. },
  2545. "runtime": {
  2546. "lib/netcore50/System.Private.Uri.dll": {}
  2547. }
  2548. },
  2549. "System.Reflection/4.0.10": {
  2550. "dependencies": {
  2551. "System.IO": "[4.0.0, )",
  2552. "System.Reflection.Primitives": "[4.0.0, )",
  2553. "System.Runtime": "[4.0.20, )"
  2554. },
  2555. "compile": {
  2556. "ref/dotnet/System.Reflection.dll": {}
  2557. },
  2558. "runtime": {
  2559. "lib/netcore50/System.Reflection.dll": {}
  2560. }
  2561. },
  2562. "System.Reflection.Context/4.0.0": {
  2563. "dependencies": {
  2564. "System.Reflection": "[4.0.10, )",
  2565. "System.Resources.ResourceManager": "[4.0.0, )",
  2566. "System.Runtime": "[4.0.20, )"
  2567. },
  2568. "compile": {
  2569. "ref/netcore50/System.Reflection.Context.dll": {}
  2570. },
  2571. "runtime": {
  2572. "lib/netcore50/System.Reflection.Context.dll": {}
  2573. }
  2574. },
  2575. "System.Reflection.DispatchProxy/4.0.0": {
  2576. "dependencies": {
  2577. "System.Collections": "[4.0.10, )",
  2578. "System.Linq": "[4.0.0, )",
  2579. "System.Reflection": "[4.0.10, )",
  2580. "System.Reflection.Extensions": "[4.0.0, )",
  2581. "System.Reflection.Primitives": "[4.0.0, )",
  2582. "System.Resources.ResourceManager": "[4.0.0, )",
  2583. "System.Runtime": "[4.0.20, )",
  2584. "System.Threading": "[4.0.10, )"
  2585. },
  2586. "compile": {
  2587. "ref/dotnet/System.Reflection.DispatchProxy.dll": {}
  2588. },
  2589. "runtime": {
  2590. "lib/netcore50/System.Reflection.DispatchProxy.dll": {}
  2591. }
  2592. },
  2593. "System.Reflection.Emit/4.0.0": {
  2594. "dependencies": {
  2595. "System.IO": "[4.0.0, )",
  2596. "System.Reflection": "[4.0.0, )",
  2597. "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
  2598. "System.Reflection.Primitives": "[4.0.0, )",
  2599. "System.Runtime": "[4.0.0, )"
  2600. },
  2601. "compile": {
  2602. "ref/dotnet/System.Reflection.Emit.dll": {}
  2603. },
  2604. "runtime": {
  2605. "lib/netcore50/System.Reflection.Emit.dll": {}
  2606. }
  2607. },
  2608. "System.Reflection.Emit.ILGeneration/4.0.0": {
  2609. "dependencies": {
  2610. "System.Reflection": "[4.0.0, )",
  2611. "System.Reflection.Primitives": "[4.0.0, )",
  2612. "System.Runtime": "[4.0.0, )"
  2613. },
  2614. "compile": {
  2615. "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
  2616. },
  2617. "runtime": {
  2618. "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {}
  2619. }
  2620. },
  2621. "System.Reflection.Emit.Lightweight/4.0.0": {
  2622. "dependencies": {
  2623. "System.Reflection": "[4.0.0, )",
  2624. "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
  2625. "System.Reflection.Primitives": "[4.0.0, )",
  2626. "System.Runtime": "[4.0.0, )"
  2627. },
  2628. "compile": {
  2629. "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {}
  2630. },
  2631. "runtime": {
  2632. "lib/netcore50/System.Reflection.Emit.Lightweight.dll": {}
  2633. }
  2634. },
  2635. "System.Reflection.Extensions/4.0.0": {
  2636. "dependencies": {
  2637. "System.Diagnostics.Debug": "[4.0.10, )",
  2638. "System.Reflection": "[4.0.10, )",
  2639. "System.Reflection.Primitives": "[4.0.0, )",
  2640. "System.Reflection.TypeExtensions": "[4.0.0, )",
  2641. "System.Resources.ResourceManager": "[4.0.0, )",
  2642. "System.Runtime": "[4.0.20, )",
  2643. "System.Runtime.Extensions": "[4.0.10, )"
  2644. },
  2645. "compile": {
  2646. "ref/netcore50/System.Reflection.Extensions.dll": {}
  2647. },
  2648. "runtime": {
  2649. "lib/netcore50/System.Reflection.Extensions.dll": {}
  2650. }
  2651. },
  2652. "System.Reflection.Metadata/1.0.22": {
  2653. "dependencies": {
  2654. "System.Collections": "[4.0.0, )",
  2655. "System.Collections.Immutable": "[1.1.37, )",
  2656. "System.Diagnostics.Debug": "[4.0.0, )",
  2657. "System.IO": "[4.0.0, )",
  2658. "System.Reflection": "[4.0.0, )",
  2659. "System.Reflection.Extensions": "[4.0.0, )",
  2660. "System.Reflection.Primitives": "[4.0.0, )",
  2661. "System.Resources.ResourceManager": "[4.0.0, )",
  2662. "System.Runtime": "[4.0.0, )",
  2663. "System.Runtime.Extensions": "[4.0.0, )",
  2664. "System.Runtime.InteropServices": "[4.0.0, )",
  2665. "System.Text.Encoding": "[4.0.0, )",
  2666. "System.Text.Encoding.Extensions": "[4.0.0, )",
  2667. "System.Threading": "[4.0.0, )"
  2668. },
  2669. "compile": {
  2670. "lib/dotnet/System.Reflection.Metadata.dll": {}
  2671. },
  2672. "runtime": {
  2673. "lib/dotnet/System.Reflection.Metadata.dll": {}
  2674. }
  2675. },
  2676. "System.Reflection.Primitives/4.0.0": {
  2677. "dependencies": {
  2678. "System.Runtime": "[4.0.0, )",
  2679. "System.Threading": "[4.0.0, )"
  2680. },
  2681. "compile": {
  2682. "ref/netcore50/System.Reflection.Primitives.dll": {}
  2683. },
  2684. "runtime": {
  2685. "lib/netcore50/System.Reflection.Primitives.dll": {}
  2686. }
  2687. },
  2688. "System.Reflection.TypeExtensions/4.0.0": {
  2689. "dependencies": {
  2690. "System.Diagnostics.Contracts": "[4.0.0, )",
  2691. "System.Diagnostics.Debug": "[4.0.10, )",
  2692. "System.Linq": "[4.0.0, )",
  2693. "System.Reflection": "[4.0.10, )",
  2694. "System.Reflection.Primitives": "[4.0.0, )",
  2695. "System.Resources.ResourceManager": "[4.0.0, )",
  2696. "System.Runtime": "[4.0.20, )",
  2697. "System.Runtime.Extensions": "[4.0.10, )"
  2698. },
  2699. "compile": {
  2700. "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
  2701. },
  2702. "runtime": {
  2703. "lib/netcore50/System.Reflection.TypeExtensions.dll": {}
  2704. }
  2705. },
  2706. "System.Resources.ResourceManager/4.0.0": {
  2707. "dependencies": {
  2708. "System.Globalization": "[4.0.0, )",
  2709. "System.Reflection": "[4.0.10, )",
  2710. "System.Runtime": "[4.0.20, )"
  2711. },
  2712. "compile": {
  2713. "ref/netcore50/System.Resources.ResourceManager.dll": {}
  2714. },
  2715. "runtime": {
  2716. "lib/netcore50/System.Resources.ResourceManager.dll": {}
  2717. }
  2718. },
  2719. "System.Runtime/4.0.20": {
  2720. "dependencies": {
  2721. "System.Private.Uri": "[4.0.0, )"
  2722. },
  2723. "compile": {
  2724. "ref/dotnet/System.Runtime.dll": {}
  2725. },
  2726. "runtime": {
  2727. "lib/netcore50/System.Runtime.dll": {}
  2728. }
  2729. },
  2730. "System.Runtime.Extensions/4.0.10": {
  2731. "dependencies": {
  2732. "System.Runtime": "[4.0.20, )"
  2733. },
  2734. "compile": {
  2735. "ref/dotnet/System.Runtime.Extensions.dll": {}
  2736. },
  2737. "runtime": {
  2738. "lib/netcore50/System.Runtime.Extensions.dll": {}
  2739. }
  2740. },
  2741. "System.Runtime.Handles/4.0.0": {
  2742. "dependencies": {
  2743. "System.Runtime": "[4.0.0, )"
  2744. },
  2745. "compile": {
  2746. "ref/dotnet/System.Runtime.Handles.dll": {}
  2747. },
  2748. "runtime": {
  2749. "lib/netcore50/System.Runtime.Handles.dll": {}
  2750. }
  2751. },
  2752. "System.Runtime.InteropServices/4.0.20": {
  2753. "dependencies": {
  2754. "System.Reflection": "[4.0.0, )",
  2755. "System.Reflection.Primitives": "[4.0.0, )",
  2756. "System.Runtime": "[4.0.0, )",
  2757. "System.Runtime.Handles": "[4.0.0, )"
  2758. },
  2759. "compile": {
  2760. "ref/dotnet/System.Runtime.InteropServices.dll": {}
  2761. },
  2762. "runtime": {
  2763. "lib/netcore50/System.Runtime.InteropServices.dll": {}
  2764. }
  2765. },
  2766. "System.Runtime.InteropServices.WindowsRuntime/4.0.0": {
  2767. "compile": {
  2768. "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  2769. },
  2770. "runtime": {
  2771. "lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  2772. }
  2773. },
  2774. "System.Runtime.Numerics/4.0.0": {
  2775. "dependencies": {
  2776. "System.Globalization": "[4.0.10, )",
  2777. "System.Resources.ResourceManager": "[4.0.0, )",
  2778. "System.Runtime": "[4.0.20, )",
  2779. "System.Runtime.Extensions": "[4.0.10, )"
  2780. },
  2781. "compile": {
  2782. "ref/netcore50/System.Runtime.Numerics.dll": {}
  2783. },
  2784. "runtime": {
  2785. "lib/netcore50/System.Runtime.Numerics.dll": {}
  2786. }
  2787. },
  2788. "System.Runtime.Serialization.Json/4.0.0": {
  2789. "dependencies": {
  2790. "System.Private.DataContractSerialization": "[4.0.0, )"
  2791. },
  2792. "compile": {
  2793. "ref/netcore50/System.Runtime.Serialization.Json.dll": {}
  2794. },
  2795. "runtime": {
  2796. "lib/netcore50/System.Runtime.Serialization.Json.dll": {}
  2797. }
  2798. },
  2799. "System.Runtime.Serialization.Primitives/4.0.10": {
  2800. "dependencies": {
  2801. "System.Resources.ResourceManager": "[4.0.0, )",
  2802. "System.Runtime": "[4.0.20, )"
  2803. },
  2804. "compile": {
  2805. "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  2806. },
  2807. "runtime": {
  2808. "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  2809. }
  2810. },
  2811. "System.Runtime.Serialization.Xml/4.0.10": {
  2812. "dependencies": {
  2813. "System.Private.DataContractSerialization": "[4.0.0, )",
  2814. "System.Runtime.Serialization.Primitives": "[4.0.10, )"
  2815. },
  2816. "compile": {
  2817. "ref/dotnet/System.Runtime.Serialization.Xml.dll": {}
  2818. },
  2819. "runtime": {
  2820. "lib/netcore50/System.Runtime.Serialization.Xml.dll": {}
  2821. }
  2822. },
  2823. "System.Runtime.WindowsRuntime/4.0.10": {
  2824. "dependencies": {
  2825. "System.Diagnostics.Debug": "[4.0.10, )",
  2826. "System.Globalization": "[4.0.0, )",
  2827. "System.IO": "[4.0.10, )",
  2828. "System.ObjectModel": "[4.0.0, )",
  2829. "System.Resources.ResourceManager": "[4.0.0, )",
  2830. "System.Runtime": "[4.0.20, )",
  2831. "System.Runtime.Extensions": "[4.0.0, )",
  2832. "System.Runtime.InteropServices": "[4.0.20, )",
  2833. "System.Threading": "[4.0.10, )",
  2834. "System.Threading.Tasks": "[4.0.10, )"
  2835. },
  2836. "compile": {
  2837. "ref/netcore50/System.Runtime.WindowsRuntime.dll": {}
  2838. },
  2839. "runtime": {
  2840. "lib/netcore50/System.Runtime.WindowsRuntime.dll": {}
  2841. }
  2842. },
  2843. "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": {
  2844. "dependencies": {
  2845. "System.Globalization": "[4.0.0, )",
  2846. "System.Resources.ResourceManager": "[4.0.0, )",
  2847. "System.Runtime": "[4.0.20, )",
  2848. "System.Runtime.Extensions": "[4.0.0, )",
  2849. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  2850. },
  2851. "compile": {
  2852. "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  2853. },
  2854. "runtime": {
  2855. "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  2856. }
  2857. },
  2858. "System.Security.Claims/4.0.0": {
  2859. "dependencies": {
  2860. "System.Collections": "[4.0.0, )",
  2861. "System.Diagnostics.Debug": "[4.0.0, )",
  2862. "System.Globalization": "[4.0.0, )",
  2863. "System.IO": "[4.0.0, )",
  2864. "System.Resources.ResourceManager": "[4.0.0, )",
  2865. "System.Runtime": "[4.0.20, )",
  2866. "System.Runtime.Extensions": "[4.0.0, )",
  2867. "System.Security.Principal": "[4.0.0, )"
  2868. },
  2869. "compile": {
  2870. "ref/dotnet/System.Security.Claims.dll": {}
  2871. },
  2872. "runtime": {
  2873. "lib/dotnet/System.Security.Claims.dll": {}
  2874. }
  2875. },
  2876. "System.Security.Principal/4.0.0": {
  2877. "dependencies": {
  2878. "System.Runtime": "[4.0.0, )"
  2879. },
  2880. "compile": {
  2881. "ref/netcore50/System.Security.Principal.dll": {}
  2882. },
  2883. "runtime": {
  2884. "lib/netcore50/System.Security.Principal.dll": {}
  2885. }
  2886. },
  2887. "System.ServiceModel.Duplex/4.0.0": {
  2888. "dependencies": {
  2889. "System.Private.ServiceModel": "[4.0.0, )",
  2890. "System.Runtime": "[4.0.20, )"
  2891. },
  2892. "compile": {
  2893. "ref/netcore50/System.ServiceModel.Duplex.dll": {}
  2894. },
  2895. "runtime": {
  2896. "lib/netcore50/System.ServiceModel.Duplex.dll": {}
  2897. }
  2898. },
  2899. "System.ServiceModel.Http/4.0.10": {
  2900. "dependencies": {
  2901. "System.Private.ServiceModel": "[4.0.0, )",
  2902. "System.Runtime": "[4.0.20, )"
  2903. },
  2904. "compile": {
  2905. "ref/dotnet/System.ServiceModel.Http.dll": {}
  2906. },
  2907. "runtime": {
  2908. "lib/netcore50/System.ServiceModel.Http.dll": {}
  2909. }
  2910. },
  2911. "System.ServiceModel.NetTcp/4.0.0": {
  2912. "dependencies": {
  2913. "System.Private.ServiceModel": "[4.0.0, )",
  2914. "System.Runtime": "[4.0.20, )"
  2915. },
  2916. "compile": {
  2917. "ref/netcore50/System.ServiceModel.NetTcp.dll": {}
  2918. },
  2919. "runtime": {
  2920. "lib/netcore50/System.ServiceModel.NetTcp.dll": {}
  2921. }
  2922. },
  2923. "System.ServiceModel.Primitives/4.0.0": {
  2924. "dependencies": {
  2925. "System.Private.ServiceModel": "[4.0.0, )",
  2926. "System.Runtime": "[4.0.20, )"
  2927. },
  2928. "compile": {
  2929. "ref/netcore50/System.ServiceModel.Primitives.dll": {}
  2930. },
  2931. "runtime": {
  2932. "lib/netcore50/System.ServiceModel.Primitives.dll": {}
  2933. }
  2934. },
  2935. "System.ServiceModel.Security/4.0.0": {
  2936. "dependencies": {
  2937. "System.Private.ServiceModel": "[4.0.0, )",
  2938. "System.Runtime": "[4.0.20, )"
  2939. },
  2940. "compile": {
  2941. "ref/netcore50/System.ServiceModel.Security.dll": {}
  2942. },
  2943. "runtime": {
  2944. "lib/netcore50/System.ServiceModel.Security.dll": {}
  2945. }
  2946. },
  2947. "System.Text.Encoding/4.0.10": {
  2948. "dependencies": {
  2949. "System.Runtime": "[4.0.0, )"
  2950. },
  2951. "compile": {
  2952. "ref/dotnet/System.Text.Encoding.dll": {}
  2953. },
  2954. "runtime": {
  2955. "lib/netcore50/System.Text.Encoding.dll": {}
  2956. }
  2957. },
  2958. "System.Text.Encoding.CodePages/4.0.0": {
  2959. "dependencies": {
  2960. "System.Collections": "[4.0.10, )",
  2961. "System.Globalization": "[4.0.10, )",
  2962. "System.IO": "[4.0.10, )",
  2963. "System.Reflection": "[4.0.10, )",
  2964. "System.Resources.ResourceManager": "[4.0.0, )",
  2965. "System.Runtime": "[4.0.20, )",
  2966. "System.Runtime.Extensions": "[4.0.10, )",
  2967. "System.Runtime.Handles": "[4.0.0, )",
  2968. "System.Runtime.InteropServices": "[4.0.20, )",
  2969. "System.Text.Encoding": "[4.0.10, )",
  2970. "System.Threading": "[4.0.10, )"
  2971. },
  2972. "compile": {
  2973. "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
  2974. },
  2975. "runtime": {
  2976. "lib/dotnet/System.Text.Encoding.CodePages.dll": {}
  2977. }
  2978. },
  2979. "System.Text.Encoding.Extensions/4.0.10": {
  2980. "dependencies": {
  2981. "System.Runtime": "[4.0.0, )",
  2982. "System.Text.Encoding": "[4.0.10, )"
  2983. },
  2984. "compile": {
  2985. "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
  2986. },
  2987. "runtime": {
  2988. "lib/netcore50/System.Text.Encoding.Extensions.dll": {}
  2989. }
  2990. },
  2991. "System.Text.RegularExpressions/4.0.10": {
  2992. "dependencies": {
  2993. "System.Collections": "[4.0.10, )",
  2994. "System.Globalization": "[4.0.10, )",
  2995. "System.Resources.ResourceManager": "[4.0.0, )",
  2996. "System.Runtime": "[4.0.20, )",
  2997. "System.Runtime.Extensions": "[4.0.10, )",
  2998. "System.Threading": "[4.0.10, )"
  2999. },
  3000. "compile": {
  3001. "ref/dotnet/System.Text.RegularExpressions.dll": {}
  3002. },
  3003. "runtime": {
  3004. "lib/dotnet/System.Text.RegularExpressions.dll": {}
  3005. }
  3006. },
  3007. "System.Threading/4.0.10": {
  3008. "dependencies": {
  3009. "System.Runtime": "[4.0.0, )",
  3010. "System.Threading.Tasks": "[4.0.0, )"
  3011. },
  3012. "compile": {
  3013. "ref/dotnet/System.Threading.dll": {}
  3014. },
  3015. "runtime": {
  3016. "lib/netcore50/System.Threading.dll": {}
  3017. }
  3018. },
  3019. "System.Threading.Overlapped/4.0.0": {
  3020. "dependencies": {
  3021. "System.Resources.ResourceManager": "[4.0.0, )",
  3022. "System.Runtime": "[4.0.20, )",
  3023. "System.Runtime.Extensions": "[4.0.0, )",
  3024. "System.Runtime.Handles": "[4.0.0, )",
  3025. "System.Runtime.InteropServices": "[4.0.20, )",
  3026. "System.Threading": "[4.0.10, )"
  3027. },
  3028. "compile": {
  3029. "ref/dotnet/System.Threading.Overlapped.dll": {}
  3030. },
  3031. "runtime": {
  3032. "lib/netcore50/System.Threading.Overlapped.dll": {}
  3033. }
  3034. },
  3035. "System.Threading.Tasks/4.0.10": {
  3036. "dependencies": {
  3037. "System.Runtime": "[4.0.0, )"
  3038. },
  3039. "compile": {
  3040. "ref/dotnet/System.Threading.Tasks.dll": {}
  3041. },
  3042. "runtime": {
  3043. "lib/netcore50/System.Threading.Tasks.dll": {}
  3044. }
  3045. },
  3046. "System.Threading.Tasks.Dataflow/4.5.25": {
  3047. "dependencies": {
  3048. "System.Collections": "[4.0.0, )",
  3049. "System.Collections.Concurrent": "[4.0.0, )",
  3050. "System.Diagnostics.Debug": "[4.0.0, )",
  3051. "System.Diagnostics.Tracing": "[4.0.0, )",
  3052. "System.Dynamic.Runtime": "[4.0.0, )",
  3053. "System.Linq": "[4.0.0, )",
  3054. "System.Resources.ResourceManager": "[4.0.0, )",
  3055. "System.Runtime": "[4.0.0, )",
  3056. "System.Runtime.Extensions": "[4.0.0, )",
  3057. "System.Threading": "[4.0.0, )",
  3058. "System.Threading.Tasks": "[4.0.0, )"
  3059. },
  3060. "compile": {
  3061. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  3062. },
  3063. "runtime": {
  3064. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  3065. }
  3066. },
  3067. "System.Threading.Tasks.Parallel/4.0.0": {
  3068. "dependencies": {
  3069. "System.Collections.Concurrent": "[4.0.10, )",
  3070. "System.Diagnostics.Debug": "[4.0.10, )",
  3071. "System.Diagnostics.Tracing": "[4.0.20, )",
  3072. "System.Resources.ResourceManager": "[4.0.0, )",
  3073. "System.Runtime": "[4.0.20, )",
  3074. "System.Runtime.Extensions": "[4.0.10, )",
  3075. "System.Threading": "[4.0.10, )",
  3076. "System.Threading.Tasks": "[4.0.10, )"
  3077. },
  3078. "compile": {
  3079. "ref/netcore50/System.Threading.Tasks.Parallel.dll": {}
  3080. },
  3081. "runtime": {
  3082. "lib/netcore50/System.Threading.Tasks.Parallel.dll": {}
  3083. }
  3084. },
  3085. "System.Threading.Timer/4.0.0": {
  3086. "compile": {
  3087. "ref/netcore50/System.Threading.Timer.dll": {}
  3088. },
  3089. "runtime": {
  3090. "lib/netcore50/System.Threading.Timer.dll": {}
  3091. }
  3092. },
  3093. "System.Xml.ReaderWriter/4.0.10": {
  3094. "dependencies": {
  3095. "System.Collections": "[4.0.10, )",
  3096. "System.Diagnostics.Debug": "[4.0.10, )",
  3097. "System.Globalization": "[4.0.10, )",
  3098. "System.IO": "[4.0.10, )",
  3099. "System.IO.FileSystem": "[4.0.0, )",
  3100. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  3101. "System.Resources.ResourceManager": "[4.0.0, )",
  3102. "System.Runtime": "[4.0.20, )",
  3103. "System.Runtime.Extensions": "[4.0.10, )",
  3104. "System.Runtime.InteropServices": "[4.0.20, )",
  3105. "System.Text.Encoding": "[4.0.10, )",
  3106. "System.Text.Encoding.Extensions": "[4.0.10, )",
  3107. "System.Text.RegularExpressions": "[4.0.10, )",
  3108. "System.Threading.Tasks": "[4.0.10, )"
  3109. },
  3110. "compile": {
  3111. "ref/dotnet/System.Xml.ReaderWriter.dll": {}
  3112. },
  3113. "runtime": {
  3114. "lib/dotnet/System.Xml.ReaderWriter.dll": {}
  3115. }
  3116. },
  3117. "System.Xml.XDocument/4.0.10": {
  3118. "dependencies": {
  3119. "System.Collections": "[4.0.10, )",
  3120. "System.Diagnostics.Debug": "[4.0.10, )",
  3121. "System.Globalization": "[4.0.10, )",
  3122. "System.IO": "[4.0.10, )",
  3123. "System.Reflection": "[4.0.10, )",
  3124. "System.Resources.ResourceManager": "[4.0.0, )",
  3125. "System.Runtime": "[4.0.20, )",
  3126. "System.Runtime.Extensions": "[4.0.10, )",
  3127. "System.Text.Encoding": "[4.0.10, )",
  3128. "System.Threading": "[4.0.10, )",
  3129. "System.Xml.ReaderWriter": "[4.0.10, )"
  3130. },
  3131. "compile": {
  3132. "ref/dotnet/System.Xml.XDocument.dll": {}
  3133. },
  3134. "runtime": {
  3135. "lib/dotnet/System.Xml.XDocument.dll": {}
  3136. }
  3137. },
  3138. "System.Xml.XmlDocument/4.0.0": {
  3139. "dependencies": {
  3140. "System.Collections": "[4.0.10, )",
  3141. "System.Diagnostics.Debug": "[4.0.10, )",
  3142. "System.Globalization": "[4.0.10, )",
  3143. "System.IO": "[4.0.10, )",
  3144. "System.Resources.ResourceManager": "[4.0.0, )",
  3145. "System.Runtime": "[4.0.20, )",
  3146. "System.Runtime.Extensions": "[4.0.10, )",
  3147. "System.Text.Encoding": "[4.0.10, )",
  3148. "System.Threading": "[4.0.10, )",
  3149. "System.Xml.ReaderWriter": "[4.0.10, )"
  3150. },
  3151. "compile": {
  3152. "ref/dotnet/System.Xml.XmlDocument.dll": {}
  3153. },
  3154. "runtime": {
  3155. "lib/dotnet/System.Xml.XmlDocument.dll": {}
  3156. }
  3157. },
  3158. "System.Xml.XmlSerializer/4.0.10": {
  3159. "dependencies": {
  3160. "System.Collections": "[4.0.10, )",
  3161. "System.Diagnostics.Debug": "[4.0.10, )",
  3162. "System.Globalization": "[4.0.10, )",
  3163. "System.IO": "[4.0.10, )",
  3164. "System.Linq": "[4.0.0, )",
  3165. "System.Reflection": "[4.0.10, )",
  3166. "System.Reflection.Extensions": "[4.0.0, )",
  3167. "System.Reflection.Primitives": "[4.0.0, )",
  3168. "System.Reflection.TypeExtensions": "[4.0.0, )",
  3169. "System.Resources.ResourceManager": "[4.0.0, )",
  3170. "System.Runtime": "[4.0.20, )",
  3171. "System.Runtime.Extensions": "[4.0.10, )",
  3172. "System.Text.RegularExpressions": "[4.0.10, )",
  3173. "System.Threading": "[4.0.10, )",
  3174. "System.Xml.ReaderWriter": "[4.0.10, )",
  3175. "System.Xml.XmlDocument": "[4.0.0, )"
  3176. },
  3177. "compile": {
  3178. "ref/dotnet/System.Xml.XmlSerializer.dll": {}
  3179. },
  3180. "runtime": {
  3181. "lib/netcore50/System.Xml.XmlSerializer.dll": {}
  3182. }
  3183. }
  3184. },
  3185. "UAP,Version=v10.0/win10-arm-aot": {
  3186. "FluentAssertions/4.0.1": {
  3187. "compile": {
  3188. "lib/dotnet/FluentAssertions.Core.dll": {},
  3189. "lib/dotnet/FluentAssertions.dll": {}
  3190. },
  3191. "runtime": {
  3192. "lib/dotnet/FluentAssertions.Core.dll": {},
  3193. "lib/dotnet/FluentAssertions.dll": {}
  3194. }
  3195. },
  3196. "Microsoft.CSharp/4.0.0": {
  3197. "dependencies": {
  3198. "System.Collections": "[4.0.10, )",
  3199. "System.Diagnostics.Debug": "[4.0.10, )",
  3200. "System.Dynamic.Runtime": "[4.0.0, )",
  3201. "System.Globalization": "[4.0.10, )",
  3202. "System.Linq": "[4.0.0, )",
  3203. "System.Linq.Expressions": "[4.0.0, )",
  3204. "System.ObjectModel": "[4.0.10, )",
  3205. "System.Reflection": "[4.0.10, )",
  3206. "System.Reflection.Extensions": "[4.0.0, )",
  3207. "System.Reflection.Primitives": "[4.0.0, )",
  3208. "System.Reflection.TypeExtensions": "[4.0.0, )",
  3209. "System.Resources.ResourceManager": "[4.0.0, )",
  3210. "System.Runtime": "[4.0.20, )",
  3211. "System.Runtime.Extensions": "[4.0.10, )",
  3212. "System.Runtime.InteropServices": "[4.0.20, )",
  3213. "System.Threading": "[4.0.10, )"
  3214. },
  3215. "compile": {
  3216. "ref/netcore50/Microsoft.CSharp.dll": {}
  3217. },
  3218. "runtime": {
  3219. "lib/netcore50/Microsoft.CSharp.dll": {}
  3220. }
  3221. },
  3222. "Microsoft.NETCore/5.0.0": {
  3223. "dependencies": {
  3224. "Microsoft.CSharp": "[4.0.0, )",
  3225. "Microsoft.NETCore.Targets": "[1.0.0, )",
  3226. "Microsoft.VisualBasic": "[10.0.0, )",
  3227. "System.AppContext": "[4.0.0, )",
  3228. "System.Collections": "[4.0.10, )",
  3229. "System.Collections.Concurrent": "[4.0.10, )",
  3230. "System.Collections.Immutable": "[1.1.37, )",
  3231. "System.ComponentModel": "[4.0.0, )",
  3232. "System.ComponentModel.Annotations": "[4.0.10, )",
  3233. "System.Diagnostics.Debug": "[4.0.10, )",
  3234. "System.Diagnostics.Tools": "[4.0.0, )",
  3235. "System.Diagnostics.Tracing": "[4.0.20, )",
  3236. "System.Dynamic.Runtime": "[4.0.10, )",
  3237. "System.Globalization": "[4.0.10, )",
  3238. "System.Globalization.Calendars": "[4.0.0, )",
  3239. "System.Globalization.Extensions": "[4.0.0, )",
  3240. "System.IO": "[4.0.10, )",
  3241. "System.IO.Compression": "[4.0.0, )",
  3242. "System.IO.Compression.ZipFile": "[4.0.0, )",
  3243. "System.IO.FileSystem": "[4.0.0, )",
  3244. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  3245. "System.IO.UnmanagedMemoryStream": "[4.0.0, )",
  3246. "System.Linq": "[4.0.0, )",
  3247. "System.Linq.Expressions": "[4.0.10, )",
  3248. "System.Linq.Parallel": "[4.0.0, )",
  3249. "System.Linq.Queryable": "[4.0.0, )",
  3250. "System.Net.Http": "[4.0.0, )",
  3251. "System.Net.NetworkInformation": "[4.0.0, )",
  3252. "System.Net.Primitives": "[4.0.10, )",
  3253. "System.Numerics.Vectors": "[4.1.0, )",
  3254. "System.ObjectModel": "[4.0.10, )",
  3255. "System.Reflection": "[4.0.10, )",
  3256. "System.Reflection.DispatchProxy": "[4.0.0, )",
  3257. "System.Reflection.Extensions": "[4.0.0, )",
  3258. "System.Reflection.Metadata": "[1.0.22, )",
  3259. "System.Reflection.Primitives": "[4.0.0, )",
  3260. "System.Reflection.TypeExtensions": "[4.0.0, )",
  3261. "System.Resources.ResourceManager": "[4.0.0, )",
  3262. "System.Runtime": "[4.0.20, )",
  3263. "System.Runtime.Extensions": "[4.0.10, )",
  3264. "System.Runtime.Handles": "[4.0.0, )",
  3265. "System.Runtime.InteropServices": "[4.0.20, )",
  3266. "System.Runtime.Numerics": "[4.0.0, )",
  3267. "System.Security.Claims": "[4.0.0, )",
  3268. "System.Security.Principal": "[4.0.0, )",
  3269. "System.Text.Encoding": "[4.0.10, )",
  3270. "System.Text.Encoding.Extensions": "[4.0.10, )",
  3271. "System.Text.RegularExpressions": "[4.0.10, )",
  3272. "System.Threading": "[4.0.10, )",
  3273. "System.Threading.Tasks": "[4.0.10, )",
  3274. "System.Threading.Tasks.Dataflow": "[4.5.25, )",
  3275. "System.Threading.Tasks.Parallel": "[4.0.0, )",
  3276. "System.Threading.Timer": "[4.0.0, )",
  3277. "System.Xml.ReaderWriter": "[4.0.10, )",
  3278. "System.Xml.XDocument": "[4.0.10, )"
  3279. }
  3280. },
  3281. "Microsoft.NETCore.Platforms/1.0.0": {},
  3282. "Microsoft.NETCore.Portable.Compatibility/1.0.0": {
  3283. "dependencies": {
  3284. "Microsoft.NETCore.Runtime": "[1.0.0, )"
  3285. },
  3286. "compile": {
  3287. "ref/netcore50/mscorlib.dll": {},
  3288. "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  3289. "ref/netcore50/System.Core.dll": {},
  3290. "ref/netcore50/System.dll": {},
  3291. "ref/netcore50/System.Net.dll": {},
  3292. "ref/netcore50/System.Numerics.dll": {},
  3293. "ref/netcore50/System.Runtime.Serialization.dll": {},
  3294. "ref/netcore50/System.ServiceModel.dll": {},
  3295. "ref/netcore50/System.ServiceModel.Web.dll": {},
  3296. "ref/netcore50/System.Windows.dll": {},
  3297. "ref/netcore50/System.Xml.dll": {},
  3298. "ref/netcore50/System.Xml.Linq.dll": {},
  3299. "ref/netcore50/System.Xml.Serialization.dll": {}
  3300. },
  3301. "runtime": {
  3302. "runtimes/aot/lib/netcore50/mscorlib.dll": {},
  3303. "runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  3304. "runtimes/aot/lib/netcore50/System.Core.dll": {},
  3305. "runtimes/aot/lib/netcore50/System.dll": {},
  3306. "runtimes/aot/lib/netcore50/System.Net.dll": {},
  3307. "runtimes/aot/lib/netcore50/System.Numerics.dll": {},
  3308. "runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll": {},
  3309. "runtimes/aot/lib/netcore50/System.ServiceModel.dll": {},
  3310. "runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll": {},
  3311. "runtimes/aot/lib/netcore50/System.Windows.dll": {},
  3312. "runtimes/aot/lib/netcore50/System.Xml.dll": {},
  3313. "runtimes/aot/lib/netcore50/System.Xml.Linq.dll": {},
  3314. "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll": {}
  3315. }
  3316. },
  3317. "Microsoft.NETCore.Runtime/1.0.0": {},
  3318. "Microsoft.NETCore.Runtime.Native/1.0.0": {
  3319. "dependencies": {
  3320. "System.Collections": "[4.0.10, 4.0.10]",
  3321. "System.Diagnostics.Contracts": "[4.0.0, 4.0.0]",
  3322. "System.Diagnostics.Debug": "[4.0.10, 4.0.10]",
  3323. "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]",
  3324. "System.Diagnostics.Tools": "[4.0.0, 4.0.0]",
  3325. "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]",
  3326. "System.Globalization": "[4.0.10, 4.0.10]",
  3327. "System.Globalization.Calendars": "[4.0.0, 4.0.0]",
  3328. "System.IO": "[4.0.10, 4.0.10]",
  3329. "System.ObjectModel": "[4.0.10, 4.0.10]",
  3330. "System.Private.Uri": "[4.0.0, 4.0.0]",
  3331. "System.Reflection": "[4.0.10, 4.0.10]",
  3332. "System.Reflection.Extensions": "[4.0.0, 4.0.0]",
  3333. "System.Reflection.Primitives": "[4.0.0, 4.0.0]",
  3334. "System.Resources.ResourceManager": "[4.0.0, 4.0.0]",
  3335. "System.Runtime": "[4.0.20, 4.0.20]",
  3336. "System.Runtime.Extensions": "[4.0.10, 4.0.10]",
  3337. "System.Runtime.Handles": "[4.0.0, 4.0.0]",
  3338. "System.Runtime.InteropServices": "[4.0.20, 4.0.20]",
  3339. "System.Text.Encoding": "[4.0.10, 4.0.10]",
  3340. "System.Text.Encoding.Extensions": "[4.0.10, 4.0.10]",
  3341. "System.Threading": "[4.0.10, 4.0.10]",
  3342. "System.Threading.Tasks": "[4.0.10, 4.0.10]",
  3343. "System.Threading.Timer": "[4.0.0, 4.0.0]"
  3344. }
  3345. },
  3346. "Microsoft.NETCore.Targets/1.0.0": {
  3347. "dependencies": {
  3348. "Microsoft.NETCore.Platforms": "[1.0.0, )",
  3349. "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )"
  3350. }
  3351. },
  3352. "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {},
  3353. "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": {
  3354. "dependencies": {
  3355. "Microsoft.NETCore": "[5.0.0, )",
  3356. "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )",
  3357. "Microsoft.NETCore.Runtime": "[1.0.0, )",
  3358. "Microsoft.Win32.Primitives": "[4.0.0, )",
  3359. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  3360. "System.Data.Common": "[4.0.0, )",
  3361. "System.Diagnostics.Contracts": "[4.0.0, )",
  3362. "System.Diagnostics.StackTrace": "[4.0.0, )",
  3363. "System.IO.IsolatedStorage": "[4.0.0, )",
  3364. "System.Net.Http.Rtc": "[4.0.0, )",
  3365. "System.Net.Requests": "[4.0.10, )",
  3366. "System.Net.Sockets": "[4.0.0, )",
  3367. "System.Net.WebHeaderCollection": "[4.0.0, )",
  3368. "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )",
  3369. "System.Reflection.Context": "[4.0.0, )",
  3370. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  3371. "System.Runtime.Serialization.Json": "[4.0.0, )",
  3372. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  3373. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  3374. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  3375. "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )",
  3376. "System.ServiceModel.Duplex": "[4.0.0, )",
  3377. "System.ServiceModel.Http": "[4.0.10, )",
  3378. "System.ServiceModel.NetTcp": "[4.0.0, )",
  3379. "System.ServiceModel.Primitives": "[4.0.0, )",
  3380. "System.ServiceModel.Security": "[4.0.0, )",
  3381. "System.Text.Encoding.CodePages": "[4.0.0, )",
  3382. "System.Xml.XmlSerializer": "[4.0.10, )"
  3383. }
  3384. },
  3385. "Microsoft.VisualBasic/10.0.0": {
  3386. "dependencies": {
  3387. "System.Collections": "[4.0.10, )",
  3388. "System.Diagnostics.Debug": "[4.0.10, )",
  3389. "System.Dynamic.Runtime": "[4.0.10, )",
  3390. "System.Globalization": "[4.0.10, )",
  3391. "System.Linq": "[4.0.0, )",
  3392. "System.Linq.Expressions": "[4.0.10, )",
  3393. "System.ObjectModel": "[4.0.10, )",
  3394. "System.Reflection": "[4.0.10, )",
  3395. "System.Reflection.Extensions": "[4.0.0, )",
  3396. "System.Reflection.Primitives": "[4.0.0, )",
  3397. "System.Reflection.TypeExtensions": "[4.0.0, )",
  3398. "System.Resources.ResourceManager": "[4.0.0, )",
  3399. "System.Runtime": "[4.0.20, )",
  3400. "System.Runtime.Extensions": "[4.0.10, )",
  3401. "System.Runtime.InteropServices": "[4.0.20, )",
  3402. "System.Threading": "[4.0.10, )"
  3403. },
  3404. "compile": {
  3405. "ref/netcore50/Microsoft.VisualBasic.dll": {}
  3406. },
  3407. "runtime": {
  3408. "lib/netcore50/Microsoft.VisualBasic.dll": {}
  3409. }
  3410. },
  3411. "Microsoft.Win32.Primitives/4.0.0": {
  3412. "dependencies": {
  3413. "System.Runtime": "[4.0.20, )",
  3414. "System.Runtime.InteropServices": "[4.0.20, )"
  3415. },
  3416. "compile": {
  3417. "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
  3418. },
  3419. "runtime": {
  3420. "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
  3421. }
  3422. },
  3423. "System.AppContext/4.0.0": {
  3424. "dependencies": {
  3425. "System.Collections": "[4.0.0, )",
  3426. "System.Resources.ResourceManager": "[4.0.0, )",
  3427. "System.Runtime": "[4.0.20, )",
  3428. "System.Threading": "[4.0.0, )"
  3429. },
  3430. "compile": {
  3431. "ref/dotnet/System.AppContext.dll": {}
  3432. },
  3433. "runtime": {
  3434. "lib/netcore50/System.AppContext.dll": {}
  3435. }
  3436. },
  3437. "System.Collections/4.0.10": {
  3438. "dependencies": {
  3439. "System.Diagnostics.Debug": "[4.0.0, )",
  3440. "System.Resources.ResourceManager": "[4.0.0, )",
  3441. "System.Runtime": "[4.0.20, )",
  3442. "System.Runtime.Extensions": "[4.0.0, )",
  3443. "System.Threading": "[4.0.0, )"
  3444. },
  3445. "compile": {
  3446. "ref/dotnet/System.Collections.dll": {}
  3447. },
  3448. "runtime": {
  3449. "runtimes/win8-aot/lib/netcore50/System.Collections.dll": {}
  3450. }
  3451. },
  3452. "System.Collections.Concurrent/4.0.10": {
  3453. "dependencies": {
  3454. "System.Collections": "[4.0.10, )",
  3455. "System.Diagnostics.Debug": "[4.0.10, )",
  3456. "System.Diagnostics.Tracing": "[4.0.20, )",
  3457. "System.Globalization": "[4.0.10, )",
  3458. "System.Resources.ResourceManager": "[4.0.0, )",
  3459. "System.Runtime": "[4.0.20, )",
  3460. "System.Runtime.Extensions": "[4.0.10, )",
  3461. "System.Threading": "[4.0.10, )",
  3462. "System.Threading.Tasks": "[4.0.10, )"
  3463. },
  3464. "compile": {
  3465. "ref/dotnet/System.Collections.Concurrent.dll": {}
  3466. },
  3467. "runtime": {
  3468. "lib/dotnet/System.Collections.Concurrent.dll": {}
  3469. }
  3470. },
  3471. "System.Collections.Immutable/1.1.37": {
  3472. "dependencies": {
  3473. "System.Collections": "[4.0.0, )",
  3474. "System.Diagnostics.Debug": "[4.0.0, )",
  3475. "System.Globalization": "[4.0.0, )",
  3476. "System.Linq": "[4.0.0, )",
  3477. "System.Resources.ResourceManager": "[4.0.0, )",
  3478. "System.Runtime": "[4.0.0, )",
  3479. "System.Runtime.Extensions": "[4.0.0, )",
  3480. "System.Threading": "[4.0.0, )"
  3481. },
  3482. "compile": {
  3483. "lib/dotnet/System.Collections.Immutable.dll": {}
  3484. },
  3485. "runtime": {
  3486. "lib/dotnet/System.Collections.Immutable.dll": {}
  3487. }
  3488. },
  3489. "System.Collections.NonGeneric/4.0.0": {
  3490. "dependencies": {
  3491. "System.Diagnostics.Debug": "[4.0.10, )",
  3492. "System.Globalization": "[4.0.10, )",
  3493. "System.Resources.ResourceManager": "[4.0.0, )",
  3494. "System.Runtime": "[4.0.20, )",
  3495. "System.Runtime.Extensions": "[4.0.10, )",
  3496. "System.Threading": "[4.0.10, )"
  3497. },
  3498. "compile": {
  3499. "ref/dotnet/System.Collections.NonGeneric.dll": {}
  3500. },
  3501. "runtime": {
  3502. "lib/dotnet/System.Collections.NonGeneric.dll": {}
  3503. }
  3504. },
  3505. "System.Collections.Specialized/4.0.0": {
  3506. "dependencies": {
  3507. "System.Collections.NonGeneric": "[4.0.0, )",
  3508. "System.Globalization": "[4.0.10, )",
  3509. "System.Globalization.Extensions": "[4.0.0, )",
  3510. "System.Resources.ResourceManager": "[4.0.0, )",
  3511. "System.Runtime": "[4.0.20, )",
  3512. "System.Runtime.Extensions": "[4.0.10, )",
  3513. "System.Threading": "[4.0.10, )"
  3514. },
  3515. "compile": {
  3516. "ref/dotnet/System.Collections.Specialized.dll": {}
  3517. },
  3518. "runtime": {
  3519. "lib/dotnet/System.Collections.Specialized.dll": {}
  3520. }
  3521. },
  3522. "System.ComponentModel/4.0.0": {
  3523. "dependencies": {
  3524. "System.Runtime": "[4.0.20, )"
  3525. },
  3526. "compile": {
  3527. "ref/netcore50/System.ComponentModel.dll": {}
  3528. },
  3529. "runtime": {
  3530. "lib/netcore50/System.ComponentModel.dll": {}
  3531. }
  3532. },
  3533. "System.ComponentModel.Annotations/4.0.10": {
  3534. "dependencies": {
  3535. "System.Collections": "[4.0.10, )",
  3536. "System.ComponentModel": "[4.0.0, )",
  3537. "System.Globalization": "[4.0.10, )",
  3538. "System.Linq": "[4.0.0, )",
  3539. "System.Reflection": "[4.0.10, )",
  3540. "System.Reflection.Extensions": "[4.0.0, )",
  3541. "System.Resources.ResourceManager": "[4.0.0, )",
  3542. "System.Runtime": "[4.0.20, )",
  3543. "System.Runtime.Extensions": "[4.0.10, )",
  3544. "System.Text.RegularExpressions": "[4.0.10, )",
  3545. "System.Threading": "[4.0.10, )"
  3546. },
  3547. "compile": {
  3548. "ref/dotnet/System.ComponentModel.Annotations.dll": {}
  3549. },
  3550. "runtime": {
  3551. "lib/dotnet/System.ComponentModel.Annotations.dll": {}
  3552. }
  3553. },
  3554. "System.ComponentModel.EventBasedAsync/4.0.10": {
  3555. "dependencies": {
  3556. "System.Resources.ResourceManager": "[4.0.0, )",
  3557. "System.Runtime": "[4.0.20, )",
  3558. "System.Threading": "[4.0.10, )",
  3559. "System.Threading.Tasks": "[4.0.10, )"
  3560. },
  3561. "compile": {
  3562. "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  3563. },
  3564. "runtime": {
  3565. "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  3566. }
  3567. },
  3568. "System.Data.Common/4.0.0": {
  3569. "dependencies": {
  3570. "System.Collections": "[4.0.10, )",
  3571. "System.Collections.NonGeneric": "[4.0.0, )",
  3572. "System.Globalization": "[4.0.10, )",
  3573. "System.IO": "[4.0.0, )",
  3574. "System.Resources.ResourceManager": "[4.0.0, )",
  3575. "System.Runtime": "[4.0.20, )",
  3576. "System.Runtime.Extensions": "[4.0.10, )",
  3577. "System.Text.RegularExpressions": "[4.0.0, )",
  3578. "System.Threading.Tasks": "[4.0.0, )"
  3579. },
  3580. "compile": {
  3581. "ref/dotnet/System.Data.Common.dll": {}
  3582. },
  3583. "runtime": {
  3584. "lib/dotnet/System.Data.Common.dll": {}
  3585. }
  3586. },
  3587. "System.Diagnostics.Contracts/4.0.0": {
  3588. "compile": {
  3589. "ref/netcore50/System.Diagnostics.Contracts.dll": {}
  3590. },
  3591. "runtime": {
  3592. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll": {}
  3593. }
  3594. },
  3595. "System.Diagnostics.Debug/4.0.10": {
  3596. "dependencies": {
  3597. "System.Runtime": "[4.0.0, )"
  3598. },
  3599. "compile": {
  3600. "ref/dotnet/System.Diagnostics.Debug.dll": {}
  3601. },
  3602. "runtime": {
  3603. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll": {}
  3604. }
  3605. },
  3606. "System.Diagnostics.StackTrace/4.0.0": {
  3607. "dependencies": {
  3608. "System.Runtime": "[4.0.20, )"
  3609. },
  3610. "compile": {
  3611. "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
  3612. },
  3613. "runtime": {
  3614. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll": {}
  3615. }
  3616. },
  3617. "System.Diagnostics.Tools/4.0.0": {
  3618. "compile": {
  3619. "ref/netcore50/System.Diagnostics.Tools.dll": {}
  3620. },
  3621. "runtime": {
  3622. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll": {}
  3623. }
  3624. },
  3625. "System.Diagnostics.Tracing/4.0.20": {
  3626. "dependencies": {
  3627. "System.Collections": "[4.0.10, )",
  3628. "System.Globalization": "[4.0.0, )",
  3629. "System.Reflection": "[4.0.10, )",
  3630. "System.Reflection.Extensions": "[4.0.0, )",
  3631. "System.Resources.ResourceManager": "[4.0.0, )",
  3632. "System.Runtime": "[4.0.20, )",
  3633. "System.Runtime.Extensions": "[4.0.10, )",
  3634. "System.Runtime.InteropServices": "[4.0.0, )",
  3635. "System.Text.Encoding": "[4.0.0, )",
  3636. "System.Threading": "[4.0.10, )"
  3637. },
  3638. "compile": {
  3639. "ref/dotnet/System.Diagnostics.Tracing.dll": {}
  3640. },
  3641. "runtime": {
  3642. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll": {}
  3643. }
  3644. },
  3645. "System.Dynamic.Runtime/4.0.10": {
  3646. "dependencies": {
  3647. "System.Collections": "[4.0.0, )",
  3648. "System.Diagnostics.Debug": "[4.0.0, )",
  3649. "System.Globalization": "[4.0.0, )",
  3650. "System.Linq": "[4.0.0, )",
  3651. "System.Linq.Expressions": "[4.0.10, )",
  3652. "System.ObjectModel": "[4.0.0, )",
  3653. "System.Reflection": "[4.0.0, )",
  3654. "System.Reflection.TypeExtensions": "[4.0.0, )",
  3655. "System.Resources.ResourceManager": "[4.0.0, )",
  3656. "System.Runtime": "[4.0.20, )",
  3657. "System.Runtime.Extensions": "[4.0.0, )",
  3658. "System.Threading": "[4.0.0, )"
  3659. },
  3660. "compile": {
  3661. "ref/dotnet/System.Dynamic.Runtime.dll": {}
  3662. },
  3663. "runtime": {
  3664. "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll": {}
  3665. }
  3666. },
  3667. "System.Globalization/4.0.10": {
  3668. "dependencies": {
  3669. "System.Runtime": "[4.0.0, )"
  3670. },
  3671. "compile": {
  3672. "ref/dotnet/System.Globalization.dll": {}
  3673. },
  3674. "runtime": {
  3675. "runtimes/win8-aot/lib/netcore50/System.Globalization.dll": {}
  3676. }
  3677. },
  3678. "System.Globalization.Calendars/4.0.0": {
  3679. "dependencies": {
  3680. "System.Globalization": "[4.0.0, )",
  3681. "System.Runtime": "[4.0.0, )"
  3682. },
  3683. "compile": {
  3684. "ref/dotnet/System.Globalization.Calendars.dll": {}
  3685. },
  3686. "runtime": {
  3687. "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll": {}
  3688. }
  3689. },
  3690. "System.Globalization.Extensions/4.0.0": {
  3691. "dependencies": {
  3692. "System.Globalization": "[4.0.10, )",
  3693. "System.Resources.ResourceManager": "[4.0.0, )",
  3694. "System.Runtime": "[4.0.20, )",
  3695. "System.Runtime.Extensions": "[4.0.10, )",
  3696. "System.Runtime.InteropServices": "[4.0.20, )"
  3697. },
  3698. "compile": {
  3699. "ref/dotnet/System.Globalization.Extensions.dll": {}
  3700. },
  3701. "runtime": {
  3702. "lib/dotnet/System.Globalization.Extensions.dll": {}
  3703. }
  3704. },
  3705. "System.IO/4.0.10": {
  3706. "dependencies": {
  3707. "System.Globalization": "[4.0.0, )",
  3708. "System.Runtime": "[4.0.20, )",
  3709. "System.Text.Encoding": "[4.0.10, )",
  3710. "System.Text.Encoding.Extensions": "[4.0.0, )",
  3711. "System.Threading": "[4.0.0, )",
  3712. "System.Threading.Tasks": "[4.0.0, )"
  3713. },
  3714. "compile": {
  3715. "ref/dotnet/System.IO.dll": {}
  3716. },
  3717. "runtime": {
  3718. "runtimes/win8-aot/lib/netcore50/System.IO.dll": {}
  3719. }
  3720. },
  3721. "System.IO.Compression/4.0.0": {
  3722. "dependencies": {
  3723. "System.Collections": "[4.0.0, )",
  3724. "System.IO": "[4.0.0, )",
  3725. "System.Resources.ResourceManager": "[4.0.0, )",
  3726. "System.Runtime": "[4.0.0, )",
  3727. "System.Runtime.Extensions": "[4.0.0, )",
  3728. "System.Runtime.InteropServices": "[4.0.0, )",
  3729. "System.Text.Encoding": "[4.0.0, )",
  3730. "System.Threading": "[4.0.0, )",
  3731. "System.Threading.Tasks": "[4.0.0, )"
  3732. },
  3733. "compile": {
  3734. "ref/netcore50/System.IO.Compression.dll": {}
  3735. },
  3736. "runtime": {
  3737. "lib/netcore50/System.IO.Compression.dll": {}
  3738. }
  3739. },
  3740. "System.IO.Compression.clrcompression-arm/4.0.0": {
  3741. "native": {
  3742. "runtimes/win10-arm/native/ClrCompression.dll": {}
  3743. }
  3744. },
  3745. "System.IO.Compression.ZipFile/4.0.0": {
  3746. "dependencies": {
  3747. "System.IO": "[4.0.10, )",
  3748. "System.IO.Compression": "[4.0.0, )",
  3749. "System.IO.FileSystem": "[4.0.0, )",
  3750. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  3751. "System.Resources.ResourceManager": "[4.0.0, )",
  3752. "System.Runtime": "[4.0.20, )",
  3753. "System.Runtime.Extensions": "[4.0.10, )",
  3754. "System.Text.Encoding": "[4.0.10, )"
  3755. },
  3756. "compile": {
  3757. "ref/dotnet/System.IO.Compression.ZipFile.dll": {}
  3758. },
  3759. "runtime": {
  3760. "lib/dotnet/System.IO.Compression.ZipFile.dll": {}
  3761. }
  3762. },
  3763. "System.IO.FileSystem/4.0.0": {
  3764. "dependencies": {
  3765. "System.Collections": "[4.0.10, )",
  3766. "System.Diagnostics.Debug": "[4.0.10, )",
  3767. "System.IO": "[4.0.10, )",
  3768. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  3769. "System.Resources.ResourceManager": "[4.0.0, )",
  3770. "System.Runtime": "[4.0.20, )",
  3771. "System.Runtime.Extensions": "[4.0.10, )",
  3772. "System.Runtime.Handles": "[4.0.0, )",
  3773. "System.Runtime.InteropServices": "[4.0.20, )",
  3774. "System.Runtime.WindowsRuntime": "[4.0.0, )",
  3775. "System.Text.Encoding": "[4.0.10, )",
  3776. "System.Text.Encoding.Extensions": "[4.0.10, )",
  3777. "System.Threading": "[4.0.10, )",
  3778. "System.Threading.Overlapped": "[4.0.0, )",
  3779. "System.Threading.Tasks": "[4.0.10, )"
  3780. },
  3781. "compile": {
  3782. "ref/dotnet/System.IO.FileSystem.dll": {}
  3783. },
  3784. "runtime": {
  3785. "lib/netcore50/System.IO.FileSystem.dll": {}
  3786. }
  3787. },
  3788. "System.IO.FileSystem.Primitives/4.0.0": {
  3789. "dependencies": {
  3790. "System.Runtime": "[4.0.20, )"
  3791. },
  3792. "compile": {
  3793. "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
  3794. },
  3795. "runtime": {
  3796. "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
  3797. }
  3798. },
  3799. "System.IO.IsolatedStorage/4.0.0": {
  3800. "dependencies": {
  3801. "System.IO": "[4.0.10, )",
  3802. "System.IO.FileSystem": "[4.0.0, )",
  3803. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  3804. "System.Linq": "[4.0.0, )",
  3805. "System.Resources.ResourceManager": "[4.0.0, )",
  3806. "System.Runtime": "[4.0.20, )",
  3807. "System.Runtime.Extensions": "[4.0.10, )",
  3808. "System.Threading": "[4.0.10, )",
  3809. "System.Threading.Tasks": "[4.0.10, )"
  3810. },
  3811. "compile": {
  3812. "ref/dotnet/System.IO.IsolatedStorage.dll": {}
  3813. },
  3814. "runtime": {
  3815. "lib/netcore50/System.IO.IsolatedStorage.dll": {}
  3816. }
  3817. },
  3818. "System.IO.UnmanagedMemoryStream/4.0.0": {
  3819. "dependencies": {
  3820. "System.IO": "[4.0.10, )",
  3821. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  3822. "System.Resources.ResourceManager": "[4.0.0, )",
  3823. "System.Runtime": "[4.0.20, )",
  3824. "System.Runtime.InteropServices": "[4.0.20, )",
  3825. "System.Threading": "[4.0.10, )",
  3826. "System.Threading.Tasks": "[4.0.10, )"
  3827. },
  3828. "compile": {
  3829. "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  3830. },
  3831. "runtime": {
  3832. "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  3833. }
  3834. },
  3835. "System.Linq/4.0.0": {
  3836. "dependencies": {
  3837. "System.Collections": "[4.0.10, )",
  3838. "System.Diagnostics.Debug": "[4.0.10, )",
  3839. "System.Resources.ResourceManager": "[4.0.0, )",
  3840. "System.Runtime": "[4.0.20, )",
  3841. "System.Runtime.Extensions": "[4.0.10, )"
  3842. },
  3843. "compile": {
  3844. "ref/netcore50/System.Linq.dll": {}
  3845. },
  3846. "runtime": {
  3847. "lib/netcore50/System.Linq.dll": {}
  3848. }
  3849. },
  3850. "System.Linq.Expressions/4.0.10": {
  3851. "dependencies": {
  3852. "System.Collections": "[4.0.0, )",
  3853. "System.Diagnostics.Debug": "[4.0.0, )",
  3854. "System.Globalization": "[4.0.0, )",
  3855. "System.IO": "[4.0.0, )",
  3856. "System.Linq": "[4.0.0, )",
  3857. "System.Reflection": "[4.0.0, )",
  3858. "System.Reflection.Extensions": "[4.0.0, )",
  3859. "System.Reflection.Primitives": "[4.0.0, )",
  3860. "System.Reflection.TypeExtensions": "[4.0.0, )",
  3861. "System.Resources.ResourceManager": "[4.0.0, )",
  3862. "System.Runtime": "[4.0.20, )",
  3863. "System.Runtime.Extensions": "[4.0.0, )",
  3864. "System.Threading": "[4.0.0, )"
  3865. },
  3866. "compile": {
  3867. "ref/dotnet/System.Linq.Expressions.dll": {}
  3868. },
  3869. "runtime": {
  3870. "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll": {}
  3871. }
  3872. },
  3873. "System.Linq.Parallel/4.0.0": {
  3874. "dependencies": {
  3875. "System.Collections": "[4.0.10, )",
  3876. "System.Collections.Concurrent": "[4.0.10, )",
  3877. "System.Diagnostics.Debug": "[4.0.10, )",
  3878. "System.Diagnostics.Tracing": "[4.0.20, )",
  3879. "System.Linq": "[4.0.0, )",
  3880. "System.Resources.ResourceManager": "[4.0.0, )",
  3881. "System.Runtime": "[4.0.20, )",
  3882. "System.Runtime.Extensions": "[4.0.10, )",
  3883. "System.Threading": "[4.0.10, )",
  3884. "System.Threading.Tasks": "[4.0.10, )"
  3885. },
  3886. "compile": {
  3887. "ref/netcore50/System.Linq.Parallel.dll": {}
  3888. },
  3889. "runtime": {
  3890. "lib/netcore50/System.Linq.Parallel.dll": {}
  3891. }
  3892. },
  3893. "System.Linq.Queryable/4.0.0": {
  3894. "dependencies": {
  3895. "System.Collections": "[4.0.10, )",
  3896. "System.Linq": "[4.0.0, )",
  3897. "System.Linq.Expressions": "[4.0.10, )",
  3898. "System.Reflection": "[4.0.10, )",
  3899. "System.Reflection.Extensions": "[4.0.0, )",
  3900. "System.Resources.ResourceManager": "[4.0.0, )",
  3901. "System.Runtime": "[4.0.20, )"
  3902. },
  3903. "compile": {
  3904. "ref/netcore50/System.Linq.Queryable.dll": {}
  3905. },
  3906. "runtime": {
  3907. "lib/netcore50/System.Linq.Queryable.dll": {}
  3908. }
  3909. },
  3910. "System.Net.Http/4.0.0": {
  3911. "dependencies": {
  3912. "System.Collections": "[4.0.10, )",
  3913. "System.Diagnostics.Debug": "[4.0.10, )",
  3914. "System.Globalization": "[4.0.10, )",
  3915. "System.IO": "[4.0.10, )",
  3916. "System.Net.Primitives": "[4.0.0, )",
  3917. "System.Resources.ResourceManager": "[4.0.0, )",
  3918. "System.Runtime": "[4.0.20, )",
  3919. "System.Runtime.Extensions": "[4.0.10, )",
  3920. "System.Runtime.InteropServices": "[4.0.20, )",
  3921. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  3922. "System.Text.Encoding": "[4.0.10, )",
  3923. "System.Text.Encoding.Extensions": "[4.0.10, )",
  3924. "System.Threading": "[4.0.10, )",
  3925. "System.Threading.Tasks": "[4.0.10, )"
  3926. },
  3927. "compile": {
  3928. "ref/netcore50/System.Net.Http.dll": {}
  3929. },
  3930. "runtime": {
  3931. "lib/netcore50/System.Net.Http.dll": {}
  3932. }
  3933. },
  3934. "System.Net.Http.Rtc/4.0.0": {
  3935. "dependencies": {
  3936. "System.Net.Http": "[4.0.0, )",
  3937. "System.Runtime": "[4.0.20, )"
  3938. },
  3939. "compile": {
  3940. "ref/netcore50/System.Net.Http.Rtc.dll": {}
  3941. },
  3942. "runtime": {
  3943. "lib/netcore50/System.Net.Http.Rtc.dll": {}
  3944. }
  3945. },
  3946. "System.Net.NetworkInformation/4.0.0": {
  3947. "dependencies": {
  3948. "System.Runtime": "[4.0.0, )",
  3949. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  3950. "System.Threading": "[4.0.0, )"
  3951. },
  3952. "compile": {
  3953. "ref/netcore50/System.Net.NetworkInformation.dll": {}
  3954. },
  3955. "runtime": {
  3956. "lib/netcore50/System.Net.NetworkInformation.dll": {}
  3957. }
  3958. },
  3959. "System.Net.Primitives/4.0.10": {
  3960. "dependencies": {
  3961. "System.Private.Networking": "[4.0.0, )",
  3962. "System.Runtime": "[4.0.20, )"
  3963. },
  3964. "compile": {
  3965. "ref/dotnet/System.Net.Primitives.dll": {}
  3966. },
  3967. "runtime": {
  3968. "lib/netcore50/System.Net.Primitives.dll": {}
  3969. }
  3970. },
  3971. "System.Net.Requests/4.0.10": {
  3972. "dependencies": {
  3973. "System.Collections": "[4.0.10, )",
  3974. "System.Diagnostics.Debug": "[4.0.10, )",
  3975. "System.IO": "[4.0.10, )",
  3976. "System.Net.Http": "[4.0.0, )",
  3977. "System.Net.Primitives": "[4.0.10, )",
  3978. "System.Net.WebHeaderCollection": "[4.0.0, )",
  3979. "System.Resources.ResourceManager": "[4.0.0, )",
  3980. "System.Runtime": "[4.0.20, )",
  3981. "System.Threading": "[4.0.10, )",
  3982. "System.Threading.Tasks": "[4.0.10, )"
  3983. },
  3984. "compile": {
  3985. "ref/dotnet/System.Net.Requests.dll": {}
  3986. },
  3987. "runtime": {
  3988. "lib/dotnet/System.Net.Requests.dll": {}
  3989. }
  3990. },
  3991. "System.Net.Sockets/4.0.0": {
  3992. "dependencies": {
  3993. "System.Private.Networking": "[4.0.0, )",
  3994. "System.Runtime": "[4.0.20, )"
  3995. },
  3996. "compile": {
  3997. "ref/dotnet/System.Net.Sockets.dll": {}
  3998. },
  3999. "runtime": {
  4000. "lib/netcore50/System.Net.Sockets.dll": {}
  4001. }
  4002. },
  4003. "System.Net.WebHeaderCollection/4.0.0": {
  4004. "dependencies": {
  4005. "System.Collections.NonGeneric": "[4.0.0, )",
  4006. "System.Collections.Specialized": "[4.0.0, )",
  4007. "System.Resources.ResourceManager": "[4.0.0, )",
  4008. "System.Runtime": "[4.0.20, )"
  4009. },
  4010. "compile": {
  4011. "ref/dotnet/System.Net.WebHeaderCollection.dll": {}
  4012. },
  4013. "runtime": {
  4014. "lib/dotnet/System.Net.WebHeaderCollection.dll": {}
  4015. }
  4016. },
  4017. "System.Numerics.Vectors/4.1.0": {
  4018. "dependencies": {
  4019. "System.Globalization": "[4.0.10, )",
  4020. "System.Resources.ResourceManager": "[4.0.0, )",
  4021. "System.Runtime": "[4.0.20, )",
  4022. "System.Runtime.Extensions": "[4.0.10, )"
  4023. },
  4024. "compile": {
  4025. "ref/dotnet/System.Numerics.Vectors.dll": {}
  4026. },
  4027. "runtime": {
  4028. "lib/dotnet/System.Numerics.Vectors.dll": {}
  4029. }
  4030. },
  4031. "System.Numerics.Vectors.WindowsRuntime/4.0.0": {
  4032. "dependencies": {
  4033. "System.Numerics.Vectors": "[4.1.0, )",
  4034. "System.Runtime": "[4.0.20, )",
  4035. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  4036. },
  4037. "compile": {
  4038. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  4039. },
  4040. "runtime": {
  4041. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  4042. }
  4043. },
  4044. "System.ObjectModel/4.0.10": {
  4045. "dependencies": {
  4046. "System.Collections": "[4.0.10, )",
  4047. "System.Diagnostics.Debug": "[4.0.10, )",
  4048. "System.Resources.ResourceManager": "[4.0.0, )",
  4049. "System.Runtime": "[4.0.20, )",
  4050. "System.Threading": "[4.0.10, )"
  4051. },
  4052. "compile": {
  4053. "ref/dotnet/System.ObjectModel.dll": {}
  4054. },
  4055. "runtime": {
  4056. "lib/dotnet/System.ObjectModel.dll": {}
  4057. }
  4058. },
  4059. "System.Private.DataContractSerialization/4.0.0": {
  4060. "dependencies": {
  4061. "System.Collections": "[4.0.10, )",
  4062. "System.Globalization": "[4.0.10, )",
  4063. "System.IO": "[4.0.10, )",
  4064. "System.Linq": "[4.0.0, )",
  4065. "System.Reflection": "[4.0.10, )",
  4066. "System.Reflection.Extensions": "[4.0.0, )",
  4067. "System.Reflection.Primitives": "[4.0.0, )",
  4068. "System.Reflection.TypeExtensions": "[4.0.0, )",
  4069. "System.Resources.ResourceManager": "[4.0.0, )",
  4070. "System.Runtime": "[4.0.20, )",
  4071. "System.Runtime.Extensions": "[4.0.10, )",
  4072. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  4073. "System.Text.Encoding": "[4.0.10, )",
  4074. "System.Text.Encoding.Extensions": "[4.0.10, )",
  4075. "System.Text.RegularExpressions": "[4.0.10, )",
  4076. "System.Threading": "[4.0.10, )",
  4077. "System.Xml.ReaderWriter": "[4.0.10, )",
  4078. "System.Xml.XmlSerializer": "[4.0.10, )"
  4079. },
  4080. "compile": {
  4081. "ref/netcore50/_._": {}
  4082. },
  4083. "runtime": {
  4084. "runtimes/win8-aot/lib/netcore50/System.Private.DataContractSerialization.dll": {}
  4085. }
  4086. },
  4087. "System.Private.Networking/4.0.0": {
  4088. "dependencies": {
  4089. "Microsoft.Win32.Primitives": "[4.0.0, )",
  4090. "System.Collections": "[4.0.10, )",
  4091. "System.Collections.NonGeneric": "[4.0.0, )",
  4092. "System.Diagnostics.Debug": "[4.0.10, )",
  4093. "System.Diagnostics.Tracing": "[4.0.20, )",
  4094. "System.Globalization": "[4.0.10, )",
  4095. "System.IO": "[4.0.10, )",
  4096. "System.IO.FileSystem": "[4.0.0, )",
  4097. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  4098. "System.Resources.ResourceManager": "[4.0.0, )",
  4099. "System.Runtime": "[4.0.20, )",
  4100. "System.Runtime.Extensions": "[4.0.10, )",
  4101. "System.Runtime.Handles": "[4.0.0, )",
  4102. "System.Runtime.InteropServices": "[4.0.20, )",
  4103. "System.Threading": "[4.0.10, )",
  4104. "System.Threading.Overlapped": "[4.0.0, )",
  4105. "System.Threading.Tasks": "[4.0.10, )"
  4106. },
  4107. "compile": {
  4108. "ref/netcore50/_._": {}
  4109. },
  4110. "runtime": {
  4111. "lib/netcore50/System.Private.Networking.dll": {}
  4112. }
  4113. },
  4114. "System.Private.ServiceModel/4.0.0": {
  4115. "dependencies": {
  4116. "System.Collections": "[4.0.10, )",
  4117. "System.Collections.Concurrent": "[4.0.10, )",
  4118. "System.Collections.NonGeneric": "[4.0.0, )",
  4119. "System.Collections.Specialized": "[4.0.0, )",
  4120. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  4121. "System.Diagnostics.Contracts": "[4.0.0, )",
  4122. "System.Diagnostics.Debug": "[4.0.10, )",
  4123. "System.Globalization": "[4.0.10, )",
  4124. "System.IO": "[4.0.10, )",
  4125. "System.IO.Compression": "[4.0.0, )",
  4126. "System.Linq": "[4.0.0, )",
  4127. "System.Linq.Expressions": "[4.0.10, )",
  4128. "System.Linq.Queryable": "[4.0.0, )",
  4129. "System.Net.Http": "[4.0.0, )",
  4130. "System.Net.Primitives": "[4.0.10, )",
  4131. "System.Net.WebHeaderCollection": "[4.0.0, )",
  4132. "System.ObjectModel": "[4.0.10, )",
  4133. "System.Reflection": "[4.0.10, )",
  4134. "System.Reflection.DispatchProxy": "[4.0.0, )",
  4135. "System.Reflection.Extensions": "[4.0.0, )",
  4136. "System.Reflection.Primitives": "[4.0.0, )",
  4137. "System.Reflection.TypeExtensions": "[4.0.0, )",
  4138. "System.Resources.ResourceManager": "[4.0.0, )",
  4139. "System.Runtime": "[4.0.20, )",
  4140. "System.Runtime.Extensions": "[4.0.10, )",
  4141. "System.Runtime.InteropServices": "[4.0.20, )",
  4142. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  4143. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  4144. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  4145. "System.Security.Claims": "[4.0.0, )",
  4146. "System.Security.Principal": "[4.0.0, )",
  4147. "System.Text.Encoding": "[4.0.10, )",
  4148. "System.Threading": "[4.0.10, )",
  4149. "System.Threading.Tasks": "[4.0.10, )",
  4150. "System.Threading.Timer": "[4.0.0, )",
  4151. "System.Xml.ReaderWriter": "[4.0.10, )",
  4152. "System.Xml.XmlDocument": "[4.0.0, )",
  4153. "System.Xml.XmlSerializer": "[4.0.10, )"
  4154. },
  4155. "compile": {
  4156. "ref/netcore50/_._": {}
  4157. },
  4158. "runtime": {
  4159. "lib/netcore50/System.Private.ServiceModel.dll": {}
  4160. }
  4161. },
  4162. "System.Private.Uri/4.0.0": {
  4163. "compile": {
  4164. "ref/netcore50/_._": {}
  4165. },
  4166. "runtime": {
  4167. "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll": {}
  4168. }
  4169. },
  4170. "System.Reflection/4.0.10": {
  4171. "dependencies": {
  4172. "System.IO": "[4.0.0, )",
  4173. "System.Reflection.Primitives": "[4.0.0, )",
  4174. "System.Runtime": "[4.0.20, )"
  4175. },
  4176. "compile": {
  4177. "ref/dotnet/System.Reflection.dll": {}
  4178. },
  4179. "runtime": {
  4180. "runtimes/win8-aot/lib/netcore50/System.Reflection.dll": {}
  4181. }
  4182. },
  4183. "System.Reflection.Context/4.0.0": {
  4184. "dependencies": {
  4185. "System.Reflection": "[4.0.10, )",
  4186. "System.Resources.ResourceManager": "[4.0.0, )",
  4187. "System.Runtime": "[4.0.20, )"
  4188. },
  4189. "compile": {
  4190. "ref/netcore50/System.Reflection.Context.dll": {}
  4191. },
  4192. "runtime": {
  4193. "lib/netcore50/System.Reflection.Context.dll": {}
  4194. }
  4195. },
  4196. "System.Reflection.DispatchProxy/4.0.0": {
  4197. "dependencies": {
  4198. "System.Collections": "[4.0.10, )",
  4199. "System.Linq": "[4.0.0, )",
  4200. "System.Reflection": "[4.0.10, )",
  4201. "System.Reflection.Extensions": "[4.0.0, )",
  4202. "System.Reflection.Primitives": "[4.0.0, )",
  4203. "System.Resources.ResourceManager": "[4.0.0, )",
  4204. "System.Runtime": "[4.0.20, )",
  4205. "System.Threading": "[4.0.10, )"
  4206. },
  4207. "compile": {
  4208. "ref/dotnet/System.Reflection.DispatchProxy.dll": {}
  4209. },
  4210. "runtime": {
  4211. "runtimes/win8-aot/lib/netcore50/System.Reflection.DispatchProxy.dll": {}
  4212. }
  4213. },
  4214. "System.Reflection.Emit/4.0.0": {
  4215. "dependencies": {
  4216. "System.IO": "[4.0.0, )",
  4217. "System.Reflection": "[4.0.0, )",
  4218. "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
  4219. "System.Reflection.Primitives": "[4.0.0, )",
  4220. "System.Runtime": "[4.0.0, )"
  4221. },
  4222. "compile": {
  4223. "ref/dotnet/System.Reflection.Emit.dll": {}
  4224. },
  4225. "runtime": {
  4226. "lib/netcore50/System.Reflection.Emit.dll": {}
  4227. }
  4228. },
  4229. "System.Reflection.Emit.ILGeneration/4.0.0": {
  4230. "dependencies": {
  4231. "System.Reflection": "[4.0.0, )",
  4232. "System.Reflection.Primitives": "[4.0.0, )",
  4233. "System.Runtime": "[4.0.0, )"
  4234. },
  4235. "compile": {
  4236. "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
  4237. },
  4238. "runtime": {
  4239. "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {}
  4240. }
  4241. },
  4242. "System.Reflection.Extensions/4.0.0": {
  4243. "dependencies": {
  4244. "System.Diagnostics.Debug": "[4.0.10, )",
  4245. "System.Reflection": "[4.0.10, )",
  4246. "System.Reflection.Primitives": "[4.0.0, )",
  4247. "System.Reflection.TypeExtensions": "[4.0.0, )",
  4248. "System.Resources.ResourceManager": "[4.0.0, )",
  4249. "System.Runtime": "[4.0.20, )",
  4250. "System.Runtime.Extensions": "[4.0.10, )"
  4251. },
  4252. "compile": {
  4253. "ref/netcore50/System.Reflection.Extensions.dll": {}
  4254. },
  4255. "runtime": {
  4256. "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll": {}
  4257. }
  4258. },
  4259. "System.Reflection.Metadata/1.0.22": {
  4260. "dependencies": {
  4261. "System.Collections": "[4.0.0, )",
  4262. "System.Collections.Immutable": "[1.1.37, )",
  4263. "System.Diagnostics.Debug": "[4.0.0, )",
  4264. "System.IO": "[4.0.0, )",
  4265. "System.Reflection": "[4.0.0, )",
  4266. "System.Reflection.Extensions": "[4.0.0, )",
  4267. "System.Reflection.Primitives": "[4.0.0, )",
  4268. "System.Resources.ResourceManager": "[4.0.0, )",
  4269. "System.Runtime": "[4.0.0, )",
  4270. "System.Runtime.Extensions": "[4.0.0, )",
  4271. "System.Runtime.InteropServices": "[4.0.0, )",
  4272. "System.Text.Encoding": "[4.0.0, )",
  4273. "System.Text.Encoding.Extensions": "[4.0.0, )",
  4274. "System.Threading": "[4.0.0, )"
  4275. },
  4276. "compile": {
  4277. "lib/dotnet/System.Reflection.Metadata.dll": {}
  4278. },
  4279. "runtime": {
  4280. "lib/dotnet/System.Reflection.Metadata.dll": {}
  4281. }
  4282. },
  4283. "System.Reflection.Primitives/4.0.0": {
  4284. "dependencies": {
  4285. "System.Runtime": "[4.0.0, )",
  4286. "System.Threading": "[4.0.0, )"
  4287. },
  4288. "compile": {
  4289. "ref/netcore50/System.Reflection.Primitives.dll": {}
  4290. },
  4291. "runtime": {
  4292. "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll": {}
  4293. }
  4294. },
  4295. "System.Reflection.TypeExtensions/4.0.0": {
  4296. "dependencies": {
  4297. "System.Diagnostics.Contracts": "[4.0.0, )",
  4298. "System.Diagnostics.Debug": "[4.0.10, )",
  4299. "System.Linq": "[4.0.0, )",
  4300. "System.Reflection": "[4.0.10, )",
  4301. "System.Reflection.Primitives": "[4.0.0, )",
  4302. "System.Resources.ResourceManager": "[4.0.0, )",
  4303. "System.Runtime": "[4.0.20, )",
  4304. "System.Runtime.Extensions": "[4.0.10, )"
  4305. },
  4306. "compile": {
  4307. "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
  4308. },
  4309. "runtime": {
  4310. "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll": {}
  4311. }
  4312. },
  4313. "System.Resources.ResourceManager/4.0.0": {
  4314. "dependencies": {
  4315. "System.Globalization": "[4.0.0, )",
  4316. "System.Reflection": "[4.0.10, )",
  4317. "System.Runtime": "[4.0.20, )"
  4318. },
  4319. "compile": {
  4320. "ref/netcore50/System.Resources.ResourceManager.dll": {}
  4321. },
  4322. "runtime": {
  4323. "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll": {}
  4324. }
  4325. },
  4326. "System.Runtime/4.0.20": {
  4327. "dependencies": {
  4328. "System.Private.Uri": "[4.0.0, )"
  4329. },
  4330. "compile": {
  4331. "ref/dotnet/System.Runtime.dll": {}
  4332. },
  4333. "runtime": {
  4334. "runtimes/win8-aot/lib/netcore50/System.Runtime.dll": {}
  4335. }
  4336. },
  4337. "System.Runtime.Extensions/4.0.10": {
  4338. "dependencies": {
  4339. "System.Runtime": "[4.0.20, )"
  4340. },
  4341. "compile": {
  4342. "ref/dotnet/System.Runtime.Extensions.dll": {}
  4343. },
  4344. "runtime": {
  4345. "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll": {}
  4346. }
  4347. },
  4348. "System.Runtime.Handles/4.0.0": {
  4349. "dependencies": {
  4350. "System.Runtime": "[4.0.0, )"
  4351. },
  4352. "compile": {
  4353. "ref/dotnet/System.Runtime.Handles.dll": {}
  4354. },
  4355. "runtime": {
  4356. "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll": {}
  4357. }
  4358. },
  4359. "System.Runtime.InteropServices/4.0.20": {
  4360. "dependencies": {
  4361. "System.Reflection": "[4.0.0, )",
  4362. "System.Reflection.Primitives": "[4.0.0, )",
  4363. "System.Runtime": "[4.0.0, )",
  4364. "System.Runtime.Handles": "[4.0.0, )"
  4365. },
  4366. "compile": {
  4367. "ref/dotnet/System.Runtime.InteropServices.dll": {}
  4368. },
  4369. "runtime": {
  4370. "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll": {}
  4371. }
  4372. },
  4373. "System.Runtime.InteropServices.WindowsRuntime/4.0.0": {
  4374. "compile": {
  4375. "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  4376. },
  4377. "runtime": {
  4378. "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  4379. }
  4380. },
  4381. "System.Runtime.Numerics/4.0.0": {
  4382. "dependencies": {
  4383. "System.Globalization": "[4.0.10, )",
  4384. "System.Resources.ResourceManager": "[4.0.0, )",
  4385. "System.Runtime": "[4.0.20, )",
  4386. "System.Runtime.Extensions": "[4.0.10, )"
  4387. },
  4388. "compile": {
  4389. "ref/netcore50/System.Runtime.Numerics.dll": {}
  4390. },
  4391. "runtime": {
  4392. "lib/netcore50/System.Runtime.Numerics.dll": {}
  4393. }
  4394. },
  4395. "System.Runtime.Serialization.Json/4.0.0": {
  4396. "dependencies": {
  4397. "System.Private.DataContractSerialization": "[4.0.0, )"
  4398. },
  4399. "compile": {
  4400. "ref/netcore50/System.Runtime.Serialization.Json.dll": {}
  4401. },
  4402. "runtime": {
  4403. "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Json.dll": {}
  4404. }
  4405. },
  4406. "System.Runtime.Serialization.Primitives/4.0.10": {
  4407. "dependencies": {
  4408. "System.Resources.ResourceManager": "[4.0.0, )",
  4409. "System.Runtime": "[4.0.20, )"
  4410. },
  4411. "compile": {
  4412. "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  4413. },
  4414. "runtime": {
  4415. "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  4416. }
  4417. },
  4418. "System.Runtime.Serialization.Xml/4.0.10": {
  4419. "dependencies": {
  4420. "System.Private.DataContractSerialization": "[4.0.0, )",
  4421. "System.Runtime.Serialization.Primitives": "[4.0.10, )"
  4422. },
  4423. "compile": {
  4424. "ref/dotnet/System.Runtime.Serialization.Xml.dll": {}
  4425. },
  4426. "runtime": {
  4427. "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Xml.dll": {}
  4428. }
  4429. },
  4430. "System.Runtime.WindowsRuntime/4.0.10": {
  4431. "dependencies": {
  4432. "System.Diagnostics.Debug": "[4.0.10, )",
  4433. "System.Globalization": "[4.0.0, )",
  4434. "System.IO": "[4.0.10, )",
  4435. "System.ObjectModel": "[4.0.0, )",
  4436. "System.Resources.ResourceManager": "[4.0.0, )",
  4437. "System.Runtime": "[4.0.20, )",
  4438. "System.Runtime.Extensions": "[4.0.0, )",
  4439. "System.Runtime.InteropServices": "[4.0.20, )",
  4440. "System.Threading": "[4.0.10, )",
  4441. "System.Threading.Tasks": "[4.0.10, )"
  4442. },
  4443. "compile": {
  4444. "ref/netcore50/System.Runtime.WindowsRuntime.dll": {}
  4445. },
  4446. "runtime": {
  4447. "runtimes/win8-aot/lib/netcore50/System.Runtime.WindowsRuntime.dll": {}
  4448. }
  4449. },
  4450. "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": {
  4451. "dependencies": {
  4452. "System.Globalization": "[4.0.0, )",
  4453. "System.Resources.ResourceManager": "[4.0.0, )",
  4454. "System.Runtime": "[4.0.20, )",
  4455. "System.Runtime.Extensions": "[4.0.0, )",
  4456. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  4457. },
  4458. "compile": {
  4459. "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  4460. },
  4461. "runtime": {
  4462. "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  4463. }
  4464. },
  4465. "System.Security.Claims/4.0.0": {
  4466. "dependencies": {
  4467. "System.Collections": "[4.0.0, )",
  4468. "System.Diagnostics.Debug": "[4.0.0, )",
  4469. "System.Globalization": "[4.0.0, )",
  4470. "System.IO": "[4.0.0, )",
  4471. "System.Resources.ResourceManager": "[4.0.0, )",
  4472. "System.Runtime": "[4.0.20, )",
  4473. "System.Runtime.Extensions": "[4.0.0, )",
  4474. "System.Security.Principal": "[4.0.0, )"
  4475. },
  4476. "compile": {
  4477. "ref/dotnet/System.Security.Claims.dll": {}
  4478. },
  4479. "runtime": {
  4480. "lib/dotnet/System.Security.Claims.dll": {}
  4481. }
  4482. },
  4483. "System.Security.Principal/4.0.0": {
  4484. "dependencies": {
  4485. "System.Runtime": "[4.0.0, )"
  4486. },
  4487. "compile": {
  4488. "ref/netcore50/System.Security.Principal.dll": {}
  4489. },
  4490. "runtime": {
  4491. "lib/netcore50/System.Security.Principal.dll": {}
  4492. }
  4493. },
  4494. "System.ServiceModel.Duplex/4.0.0": {
  4495. "dependencies": {
  4496. "System.Private.ServiceModel": "[4.0.0, )",
  4497. "System.Runtime": "[4.0.20, )"
  4498. },
  4499. "compile": {
  4500. "ref/netcore50/System.ServiceModel.Duplex.dll": {}
  4501. },
  4502. "runtime": {
  4503. "lib/netcore50/System.ServiceModel.Duplex.dll": {}
  4504. }
  4505. },
  4506. "System.ServiceModel.Http/4.0.10": {
  4507. "dependencies": {
  4508. "System.Private.ServiceModel": "[4.0.0, )",
  4509. "System.Runtime": "[4.0.20, )"
  4510. },
  4511. "compile": {
  4512. "ref/dotnet/System.ServiceModel.Http.dll": {}
  4513. },
  4514. "runtime": {
  4515. "lib/netcore50/System.ServiceModel.Http.dll": {}
  4516. }
  4517. },
  4518. "System.ServiceModel.NetTcp/4.0.0": {
  4519. "dependencies": {
  4520. "System.Private.ServiceModel": "[4.0.0, )",
  4521. "System.Runtime": "[4.0.20, )"
  4522. },
  4523. "compile": {
  4524. "ref/netcore50/System.ServiceModel.NetTcp.dll": {}
  4525. },
  4526. "runtime": {
  4527. "lib/netcore50/System.ServiceModel.NetTcp.dll": {}
  4528. }
  4529. },
  4530. "System.ServiceModel.Primitives/4.0.0": {
  4531. "dependencies": {
  4532. "System.Private.ServiceModel": "[4.0.0, )",
  4533. "System.Runtime": "[4.0.20, )"
  4534. },
  4535. "compile": {
  4536. "ref/netcore50/System.ServiceModel.Primitives.dll": {}
  4537. },
  4538. "runtime": {
  4539. "lib/netcore50/System.ServiceModel.Primitives.dll": {}
  4540. }
  4541. },
  4542. "System.ServiceModel.Security/4.0.0": {
  4543. "dependencies": {
  4544. "System.Private.ServiceModel": "[4.0.0, )",
  4545. "System.Runtime": "[4.0.20, )"
  4546. },
  4547. "compile": {
  4548. "ref/netcore50/System.ServiceModel.Security.dll": {}
  4549. },
  4550. "runtime": {
  4551. "lib/netcore50/System.ServiceModel.Security.dll": {}
  4552. }
  4553. },
  4554. "System.Text.Encoding/4.0.10": {
  4555. "dependencies": {
  4556. "System.Runtime": "[4.0.0, )"
  4557. },
  4558. "compile": {
  4559. "ref/dotnet/System.Text.Encoding.dll": {}
  4560. },
  4561. "runtime": {
  4562. "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll": {}
  4563. }
  4564. },
  4565. "System.Text.Encoding.CodePages/4.0.0": {
  4566. "dependencies": {
  4567. "System.Collections": "[4.0.10, )",
  4568. "System.Globalization": "[4.0.10, )",
  4569. "System.IO": "[4.0.10, )",
  4570. "System.Reflection": "[4.0.10, )",
  4571. "System.Resources.ResourceManager": "[4.0.0, )",
  4572. "System.Runtime": "[4.0.20, )",
  4573. "System.Runtime.Extensions": "[4.0.10, )",
  4574. "System.Runtime.Handles": "[4.0.0, )",
  4575. "System.Runtime.InteropServices": "[4.0.20, )",
  4576. "System.Text.Encoding": "[4.0.10, )",
  4577. "System.Threading": "[4.0.10, )"
  4578. },
  4579. "compile": {
  4580. "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
  4581. },
  4582. "runtime": {
  4583. "lib/dotnet/System.Text.Encoding.CodePages.dll": {}
  4584. }
  4585. },
  4586. "System.Text.Encoding.Extensions/4.0.10": {
  4587. "dependencies": {
  4588. "System.Runtime": "[4.0.0, )",
  4589. "System.Text.Encoding": "[4.0.10, )"
  4590. },
  4591. "compile": {
  4592. "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
  4593. },
  4594. "runtime": {
  4595. "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll": {}
  4596. }
  4597. },
  4598. "System.Text.RegularExpressions/4.0.10": {
  4599. "dependencies": {
  4600. "System.Collections": "[4.0.10, )",
  4601. "System.Globalization": "[4.0.10, )",
  4602. "System.Resources.ResourceManager": "[4.0.0, )",
  4603. "System.Runtime": "[4.0.20, )",
  4604. "System.Runtime.Extensions": "[4.0.10, )",
  4605. "System.Threading": "[4.0.10, )"
  4606. },
  4607. "compile": {
  4608. "ref/dotnet/System.Text.RegularExpressions.dll": {}
  4609. },
  4610. "runtime": {
  4611. "lib/dotnet/System.Text.RegularExpressions.dll": {}
  4612. }
  4613. },
  4614. "System.Threading/4.0.10": {
  4615. "dependencies": {
  4616. "System.Runtime": "[4.0.0, )",
  4617. "System.Threading.Tasks": "[4.0.0, )"
  4618. },
  4619. "compile": {
  4620. "ref/dotnet/System.Threading.dll": {}
  4621. },
  4622. "runtime": {
  4623. "runtimes/win8-aot/lib/netcore50/System.Threading.dll": {}
  4624. }
  4625. },
  4626. "System.Threading.Overlapped/4.0.0": {
  4627. "dependencies": {
  4628. "System.Resources.ResourceManager": "[4.0.0, )",
  4629. "System.Runtime": "[4.0.20, )",
  4630. "System.Runtime.Extensions": "[4.0.0, )",
  4631. "System.Runtime.Handles": "[4.0.0, )",
  4632. "System.Runtime.InteropServices": "[4.0.20, )",
  4633. "System.Threading": "[4.0.10, )"
  4634. },
  4635. "compile": {
  4636. "ref/dotnet/System.Threading.Overlapped.dll": {}
  4637. },
  4638. "runtime": {
  4639. "lib/netcore50/System.Threading.Overlapped.dll": {}
  4640. }
  4641. },
  4642. "System.Threading.Tasks/4.0.10": {
  4643. "dependencies": {
  4644. "System.Runtime": "[4.0.0, )"
  4645. },
  4646. "compile": {
  4647. "ref/dotnet/System.Threading.Tasks.dll": {}
  4648. },
  4649. "runtime": {
  4650. "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll": {}
  4651. }
  4652. },
  4653. "System.Threading.Tasks.Dataflow/4.5.25": {
  4654. "dependencies": {
  4655. "System.Collections": "[4.0.0, )",
  4656. "System.Collections.Concurrent": "[4.0.0, )",
  4657. "System.Diagnostics.Debug": "[4.0.0, )",
  4658. "System.Diagnostics.Tracing": "[4.0.0, )",
  4659. "System.Dynamic.Runtime": "[4.0.0, )",
  4660. "System.Linq": "[4.0.0, )",
  4661. "System.Resources.ResourceManager": "[4.0.0, )",
  4662. "System.Runtime": "[4.0.0, )",
  4663. "System.Runtime.Extensions": "[4.0.0, )",
  4664. "System.Threading": "[4.0.0, )",
  4665. "System.Threading.Tasks": "[4.0.0, )"
  4666. },
  4667. "compile": {
  4668. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  4669. },
  4670. "runtime": {
  4671. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  4672. }
  4673. },
  4674. "System.Threading.Tasks.Parallel/4.0.0": {
  4675. "dependencies": {
  4676. "System.Collections.Concurrent": "[4.0.10, )",
  4677. "System.Diagnostics.Debug": "[4.0.10, )",
  4678. "System.Diagnostics.Tracing": "[4.0.20, )",
  4679. "System.Resources.ResourceManager": "[4.0.0, )",
  4680. "System.Runtime": "[4.0.20, )",
  4681. "System.Runtime.Extensions": "[4.0.10, )",
  4682. "System.Threading": "[4.0.10, )",
  4683. "System.Threading.Tasks": "[4.0.10, )"
  4684. },
  4685. "compile": {
  4686. "ref/netcore50/System.Threading.Tasks.Parallel.dll": {}
  4687. },
  4688. "runtime": {
  4689. "lib/netcore50/System.Threading.Tasks.Parallel.dll": {}
  4690. }
  4691. },
  4692. "System.Threading.Timer/4.0.0": {
  4693. "compile": {
  4694. "ref/netcore50/System.Threading.Timer.dll": {}
  4695. },
  4696. "runtime": {
  4697. "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll": {}
  4698. }
  4699. },
  4700. "System.Xml.ReaderWriter/4.0.10": {
  4701. "dependencies": {
  4702. "System.Collections": "[4.0.10, )",
  4703. "System.Diagnostics.Debug": "[4.0.10, )",
  4704. "System.Globalization": "[4.0.10, )",
  4705. "System.IO": "[4.0.10, )",
  4706. "System.IO.FileSystem": "[4.0.0, )",
  4707. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  4708. "System.Resources.ResourceManager": "[4.0.0, )",
  4709. "System.Runtime": "[4.0.20, )",
  4710. "System.Runtime.Extensions": "[4.0.10, )",
  4711. "System.Runtime.InteropServices": "[4.0.20, )",
  4712. "System.Text.Encoding": "[4.0.10, )",
  4713. "System.Text.Encoding.Extensions": "[4.0.10, )",
  4714. "System.Text.RegularExpressions": "[4.0.10, )",
  4715. "System.Threading.Tasks": "[4.0.10, )"
  4716. },
  4717. "compile": {
  4718. "ref/dotnet/System.Xml.ReaderWriter.dll": {}
  4719. },
  4720. "runtime": {
  4721. "lib/dotnet/System.Xml.ReaderWriter.dll": {}
  4722. }
  4723. },
  4724. "System.Xml.XDocument/4.0.10": {
  4725. "dependencies": {
  4726. "System.Collections": "[4.0.10, )",
  4727. "System.Diagnostics.Debug": "[4.0.10, )",
  4728. "System.Globalization": "[4.0.10, )",
  4729. "System.IO": "[4.0.10, )",
  4730. "System.Reflection": "[4.0.10, )",
  4731. "System.Resources.ResourceManager": "[4.0.0, )",
  4732. "System.Runtime": "[4.0.20, )",
  4733. "System.Runtime.Extensions": "[4.0.10, )",
  4734. "System.Text.Encoding": "[4.0.10, )",
  4735. "System.Threading": "[4.0.10, )",
  4736. "System.Xml.ReaderWriter": "[4.0.10, )"
  4737. },
  4738. "compile": {
  4739. "ref/dotnet/System.Xml.XDocument.dll": {}
  4740. },
  4741. "runtime": {
  4742. "lib/dotnet/System.Xml.XDocument.dll": {}
  4743. }
  4744. },
  4745. "System.Xml.XmlDocument/4.0.0": {
  4746. "dependencies": {
  4747. "System.Collections": "[4.0.10, )",
  4748. "System.Diagnostics.Debug": "[4.0.10, )",
  4749. "System.Globalization": "[4.0.10, )",
  4750. "System.IO": "[4.0.10, )",
  4751. "System.Resources.ResourceManager": "[4.0.0, )",
  4752. "System.Runtime": "[4.0.20, )",
  4753. "System.Runtime.Extensions": "[4.0.10, )",
  4754. "System.Text.Encoding": "[4.0.10, )",
  4755. "System.Threading": "[4.0.10, )",
  4756. "System.Xml.ReaderWriter": "[4.0.10, )"
  4757. },
  4758. "compile": {
  4759. "ref/dotnet/System.Xml.XmlDocument.dll": {}
  4760. },
  4761. "runtime": {
  4762. "lib/dotnet/System.Xml.XmlDocument.dll": {}
  4763. }
  4764. },
  4765. "System.Xml.XmlSerializer/4.0.10": {
  4766. "dependencies": {
  4767. "System.Collections": "[4.0.10, )",
  4768. "System.Diagnostics.Debug": "[4.0.10, )",
  4769. "System.Globalization": "[4.0.10, )",
  4770. "System.IO": "[4.0.10, )",
  4771. "System.Linq": "[4.0.0, )",
  4772. "System.Reflection": "[4.0.10, )",
  4773. "System.Reflection.Extensions": "[4.0.0, )",
  4774. "System.Reflection.Primitives": "[4.0.0, )",
  4775. "System.Reflection.TypeExtensions": "[4.0.0, )",
  4776. "System.Resources.ResourceManager": "[4.0.0, )",
  4777. "System.Runtime": "[4.0.20, )",
  4778. "System.Runtime.Extensions": "[4.0.10, )",
  4779. "System.Text.RegularExpressions": "[4.0.10, )",
  4780. "System.Threading": "[4.0.10, )",
  4781. "System.Xml.ReaderWriter": "[4.0.10, )",
  4782. "System.Xml.XmlDocument": "[4.0.0, )"
  4783. },
  4784. "compile": {
  4785. "ref/dotnet/System.Xml.XmlSerializer.dll": {}
  4786. },
  4787. "runtime": {
  4788. "runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll": {}
  4789. }
  4790. }
  4791. },
  4792. "UAP,Version=v10.0/win10-x64": {
  4793. "FluentAssertions/4.0.1": {
  4794. "compile": {
  4795. "lib/dotnet/FluentAssertions.Core.dll": {},
  4796. "lib/dotnet/FluentAssertions.dll": {}
  4797. },
  4798. "runtime": {
  4799. "lib/dotnet/FluentAssertions.Core.dll": {},
  4800. "lib/dotnet/FluentAssertions.dll": {}
  4801. }
  4802. },
  4803. "Microsoft.CSharp/4.0.0": {
  4804. "dependencies": {
  4805. "System.Collections": "[4.0.10, )",
  4806. "System.Diagnostics.Debug": "[4.0.10, )",
  4807. "System.Dynamic.Runtime": "[4.0.0, )",
  4808. "System.Globalization": "[4.0.10, )",
  4809. "System.Linq": "[4.0.0, )",
  4810. "System.Linq.Expressions": "[4.0.0, )",
  4811. "System.ObjectModel": "[4.0.10, )",
  4812. "System.Reflection": "[4.0.10, )",
  4813. "System.Reflection.Extensions": "[4.0.0, )",
  4814. "System.Reflection.Primitives": "[4.0.0, )",
  4815. "System.Reflection.TypeExtensions": "[4.0.0, )",
  4816. "System.Resources.ResourceManager": "[4.0.0, )",
  4817. "System.Runtime": "[4.0.20, )",
  4818. "System.Runtime.Extensions": "[4.0.10, )",
  4819. "System.Runtime.InteropServices": "[4.0.20, )",
  4820. "System.Threading": "[4.0.10, )"
  4821. },
  4822. "compile": {
  4823. "ref/netcore50/Microsoft.CSharp.dll": {}
  4824. },
  4825. "runtime": {
  4826. "lib/netcore50/Microsoft.CSharp.dll": {}
  4827. }
  4828. },
  4829. "Microsoft.NETCore/5.0.0": {
  4830. "dependencies": {
  4831. "Microsoft.CSharp": "[4.0.0, )",
  4832. "Microsoft.NETCore.Targets": "[1.0.0, )",
  4833. "Microsoft.VisualBasic": "[10.0.0, )",
  4834. "System.AppContext": "[4.0.0, )",
  4835. "System.Collections": "[4.0.10, )",
  4836. "System.Collections.Concurrent": "[4.0.10, )",
  4837. "System.Collections.Immutable": "[1.1.37, )",
  4838. "System.ComponentModel": "[4.0.0, )",
  4839. "System.ComponentModel.Annotations": "[4.0.10, )",
  4840. "System.Diagnostics.Debug": "[4.0.10, )",
  4841. "System.Diagnostics.Tools": "[4.0.0, )",
  4842. "System.Diagnostics.Tracing": "[4.0.20, )",
  4843. "System.Dynamic.Runtime": "[4.0.10, )",
  4844. "System.Globalization": "[4.0.10, )",
  4845. "System.Globalization.Calendars": "[4.0.0, )",
  4846. "System.Globalization.Extensions": "[4.0.0, )",
  4847. "System.IO": "[4.0.10, )",
  4848. "System.IO.Compression": "[4.0.0, )",
  4849. "System.IO.Compression.ZipFile": "[4.0.0, )",
  4850. "System.IO.FileSystem": "[4.0.0, )",
  4851. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  4852. "System.IO.UnmanagedMemoryStream": "[4.0.0, )",
  4853. "System.Linq": "[4.0.0, )",
  4854. "System.Linq.Expressions": "[4.0.10, )",
  4855. "System.Linq.Parallel": "[4.0.0, )",
  4856. "System.Linq.Queryable": "[4.0.0, )",
  4857. "System.Net.Http": "[4.0.0, )",
  4858. "System.Net.NetworkInformation": "[4.0.0, )",
  4859. "System.Net.Primitives": "[4.0.10, )",
  4860. "System.Numerics.Vectors": "[4.1.0, )",
  4861. "System.ObjectModel": "[4.0.10, )",
  4862. "System.Reflection": "[4.0.10, )",
  4863. "System.Reflection.DispatchProxy": "[4.0.0, )",
  4864. "System.Reflection.Extensions": "[4.0.0, )",
  4865. "System.Reflection.Metadata": "[1.0.22, )",
  4866. "System.Reflection.Primitives": "[4.0.0, )",
  4867. "System.Reflection.TypeExtensions": "[4.0.0, )",
  4868. "System.Resources.ResourceManager": "[4.0.0, )",
  4869. "System.Runtime": "[4.0.20, )",
  4870. "System.Runtime.Extensions": "[4.0.10, )",
  4871. "System.Runtime.Handles": "[4.0.0, )",
  4872. "System.Runtime.InteropServices": "[4.0.20, )",
  4873. "System.Runtime.Numerics": "[4.0.0, )",
  4874. "System.Security.Claims": "[4.0.0, )",
  4875. "System.Security.Principal": "[4.0.0, )",
  4876. "System.Text.Encoding": "[4.0.10, )",
  4877. "System.Text.Encoding.Extensions": "[4.0.10, )",
  4878. "System.Text.RegularExpressions": "[4.0.10, )",
  4879. "System.Threading": "[4.0.10, )",
  4880. "System.Threading.Tasks": "[4.0.10, )",
  4881. "System.Threading.Tasks.Dataflow": "[4.5.25, )",
  4882. "System.Threading.Tasks.Parallel": "[4.0.0, )",
  4883. "System.Threading.Timer": "[4.0.0, )",
  4884. "System.Xml.ReaderWriter": "[4.0.10, )",
  4885. "System.Xml.XDocument": "[4.0.10, )"
  4886. }
  4887. },
  4888. "Microsoft.NETCore.Platforms/1.0.0": {},
  4889. "Microsoft.NETCore.Portable.Compatibility/1.0.0": {
  4890. "dependencies": {
  4891. "Microsoft.NETCore.Runtime": "[1.0.0, )"
  4892. },
  4893. "compile": {
  4894. "ref/netcore50/mscorlib.dll": {},
  4895. "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  4896. "ref/netcore50/System.Core.dll": {},
  4897. "ref/netcore50/System.dll": {},
  4898. "ref/netcore50/System.Net.dll": {},
  4899. "ref/netcore50/System.Numerics.dll": {},
  4900. "ref/netcore50/System.Runtime.Serialization.dll": {},
  4901. "ref/netcore50/System.ServiceModel.dll": {},
  4902. "ref/netcore50/System.ServiceModel.Web.dll": {},
  4903. "ref/netcore50/System.Windows.dll": {},
  4904. "ref/netcore50/System.Xml.dll": {},
  4905. "ref/netcore50/System.Xml.Linq.dll": {},
  4906. "ref/netcore50/System.Xml.Serialization.dll": {}
  4907. },
  4908. "runtime": {
  4909. "lib/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  4910. "lib/netcore50/System.Core.dll": {},
  4911. "lib/netcore50/System.dll": {},
  4912. "lib/netcore50/System.Net.dll": {},
  4913. "lib/netcore50/System.Numerics.dll": {},
  4914. "lib/netcore50/System.Runtime.Serialization.dll": {},
  4915. "lib/netcore50/System.ServiceModel.dll": {},
  4916. "lib/netcore50/System.ServiceModel.Web.dll": {},
  4917. "lib/netcore50/System.Windows.dll": {},
  4918. "lib/netcore50/System.Xml.dll": {},
  4919. "lib/netcore50/System.Xml.Linq.dll": {},
  4920. "lib/netcore50/System.Xml.Serialization.dll": {}
  4921. }
  4922. },
  4923. "Microsoft.NETCore.Runtime/1.0.0": {},
  4924. "Microsoft.NETCore.Runtime.CoreCLR-x64/1.0.0": {
  4925. "dependencies": {
  4926. "System.Collections": "[4.0.10, 4.0.10]",
  4927. "System.Diagnostics.Contracts": "[4.0.0, 4.0.0]",
  4928. "System.Diagnostics.Debug": "[4.0.10, 4.0.10]",
  4929. "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]",
  4930. "System.Diagnostics.Tools": "[4.0.0, 4.0.0]",
  4931. "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]",
  4932. "System.Globalization": "[4.0.10, 4.0.10]",
  4933. "System.Globalization.Calendars": "[4.0.0, 4.0.0]",
  4934. "System.IO": "[4.0.10, 4.0.10]",
  4935. "System.ObjectModel": "[4.0.10, 4.0.10]",
  4936. "System.Private.Uri": "[4.0.0, 4.0.0]",
  4937. "System.Reflection": "[4.0.10, 4.0.10]",
  4938. "System.Reflection.Extensions": "[4.0.0, 4.0.0]",
  4939. "System.Reflection.Primitives": "[4.0.0, 4.0.0]",
  4940. "System.Resources.ResourceManager": "[4.0.0, 4.0.0]",
  4941. "System.Runtime": "[4.0.20, 4.0.20]",
  4942. "System.Runtime.Extensions": "[4.0.10, 4.0.10]",
  4943. "System.Runtime.Handles": "[4.0.0, 4.0.0]",
  4944. "System.Runtime.InteropServices": "[4.0.20, 4.0.20]",
  4945. "System.Text.Encoding": "[4.0.10, 4.0.10]",
  4946. "System.Text.Encoding.Extensions": "[4.0.10, 4.0.10]",
  4947. "System.Threading": "[4.0.10, 4.0.10]",
  4948. "System.Threading.Tasks": "[4.0.10, 4.0.10]",
  4949. "System.Threading.Timer": "[4.0.0, 4.0.0]"
  4950. },
  4951. "compile": {
  4952. "ref/dotnet/_._": {}
  4953. },
  4954. "runtime": {
  4955. "runtimes/win7-x64/lib/dotnet/mscorlib.ni.dll": {}
  4956. },
  4957. "native": {
  4958. "runtimes/win7-x64/native/clretwrc.dll": {},
  4959. "runtimes/win7-x64/native/coreclr.dll": {},
  4960. "runtimes/win7-x64/native/dbgshim.dll": {},
  4961. "runtimes/win7-x64/native/mscordaccore.dll": {},
  4962. "runtimes/win7-x64/native/mscordbi.dll": {},
  4963. "runtimes/win7-x64/native/mscorrc.debug.dll": {},
  4964. "runtimes/win7-x64/native/mscorrc.dll": {}
  4965. }
  4966. },
  4967. "Microsoft.NETCore.Targets/1.0.0": {
  4968. "dependencies": {
  4969. "Microsoft.NETCore.Platforms": "[1.0.0, )",
  4970. "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )"
  4971. }
  4972. },
  4973. "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {},
  4974. "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": {
  4975. "dependencies": {
  4976. "Microsoft.NETCore": "[5.0.0, )",
  4977. "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )",
  4978. "Microsoft.NETCore.Runtime": "[1.0.0, )",
  4979. "Microsoft.Win32.Primitives": "[4.0.0, )",
  4980. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  4981. "System.Data.Common": "[4.0.0, )",
  4982. "System.Diagnostics.Contracts": "[4.0.0, )",
  4983. "System.Diagnostics.StackTrace": "[4.0.0, )",
  4984. "System.IO.IsolatedStorage": "[4.0.0, )",
  4985. "System.Net.Http.Rtc": "[4.0.0, )",
  4986. "System.Net.Requests": "[4.0.10, )",
  4987. "System.Net.Sockets": "[4.0.0, )",
  4988. "System.Net.WebHeaderCollection": "[4.0.0, )",
  4989. "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )",
  4990. "System.Reflection.Context": "[4.0.0, )",
  4991. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  4992. "System.Runtime.Serialization.Json": "[4.0.0, )",
  4993. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  4994. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  4995. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  4996. "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )",
  4997. "System.ServiceModel.Duplex": "[4.0.0, )",
  4998. "System.ServiceModel.Http": "[4.0.10, )",
  4999. "System.ServiceModel.NetTcp": "[4.0.0, )",
  5000. "System.ServiceModel.Primitives": "[4.0.0, )",
  5001. "System.ServiceModel.Security": "[4.0.0, )",
  5002. "System.Text.Encoding.CodePages": "[4.0.0, )",
  5003. "System.Xml.XmlSerializer": "[4.0.10, )"
  5004. }
  5005. },
  5006. "Microsoft.NETCore.Windows.ApiSets-x64/1.0.0": {
  5007. "native": {
  5008. "runtimes/win10-x64/native/_._": {}
  5009. }
  5010. },
  5011. "Microsoft.VisualBasic/10.0.0": {
  5012. "dependencies": {
  5013. "System.Collections": "[4.0.10, )",
  5014. "System.Diagnostics.Debug": "[4.0.10, )",
  5015. "System.Dynamic.Runtime": "[4.0.10, )",
  5016. "System.Globalization": "[4.0.10, )",
  5017. "System.Linq": "[4.0.0, )",
  5018. "System.Linq.Expressions": "[4.0.10, )",
  5019. "System.ObjectModel": "[4.0.10, )",
  5020. "System.Reflection": "[4.0.10, )",
  5021. "System.Reflection.Extensions": "[4.0.0, )",
  5022. "System.Reflection.Primitives": "[4.0.0, )",
  5023. "System.Reflection.TypeExtensions": "[4.0.0, )",
  5024. "System.Resources.ResourceManager": "[4.0.0, )",
  5025. "System.Runtime": "[4.0.20, )",
  5026. "System.Runtime.Extensions": "[4.0.10, )",
  5027. "System.Runtime.InteropServices": "[4.0.20, )",
  5028. "System.Threading": "[4.0.10, )"
  5029. },
  5030. "compile": {
  5031. "ref/netcore50/Microsoft.VisualBasic.dll": {}
  5032. },
  5033. "runtime": {
  5034. "lib/netcore50/Microsoft.VisualBasic.dll": {}
  5035. }
  5036. },
  5037. "Microsoft.Win32.Primitives/4.0.0": {
  5038. "dependencies": {
  5039. "System.Runtime": "[4.0.20, )",
  5040. "System.Runtime.InteropServices": "[4.0.20, )"
  5041. },
  5042. "compile": {
  5043. "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
  5044. },
  5045. "runtime": {
  5046. "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
  5047. }
  5048. },
  5049. "System.AppContext/4.0.0": {
  5050. "dependencies": {
  5051. "System.Collections": "[4.0.0, )",
  5052. "System.Resources.ResourceManager": "[4.0.0, )",
  5053. "System.Runtime": "[4.0.20, )",
  5054. "System.Threading": "[4.0.0, )"
  5055. },
  5056. "compile": {
  5057. "ref/dotnet/System.AppContext.dll": {}
  5058. },
  5059. "runtime": {
  5060. "lib/netcore50/System.AppContext.dll": {}
  5061. }
  5062. },
  5063. "System.Collections/4.0.10": {
  5064. "dependencies": {
  5065. "System.Diagnostics.Debug": "[4.0.0, )",
  5066. "System.Resources.ResourceManager": "[4.0.0, )",
  5067. "System.Runtime": "[4.0.20, )",
  5068. "System.Runtime.Extensions": "[4.0.0, )",
  5069. "System.Threading": "[4.0.0, )"
  5070. },
  5071. "compile": {
  5072. "ref/dotnet/System.Collections.dll": {}
  5073. },
  5074. "runtime": {
  5075. "lib/netcore50/System.Collections.dll": {}
  5076. }
  5077. },
  5078. "System.Collections.Concurrent/4.0.10": {
  5079. "dependencies": {
  5080. "System.Collections": "[4.0.10, )",
  5081. "System.Diagnostics.Debug": "[4.0.10, )",
  5082. "System.Diagnostics.Tracing": "[4.0.20, )",
  5083. "System.Globalization": "[4.0.10, )",
  5084. "System.Resources.ResourceManager": "[4.0.0, )",
  5085. "System.Runtime": "[4.0.20, )",
  5086. "System.Runtime.Extensions": "[4.0.10, )",
  5087. "System.Threading": "[4.0.10, )",
  5088. "System.Threading.Tasks": "[4.0.10, )"
  5089. },
  5090. "compile": {
  5091. "ref/dotnet/System.Collections.Concurrent.dll": {}
  5092. },
  5093. "runtime": {
  5094. "lib/dotnet/System.Collections.Concurrent.dll": {}
  5095. }
  5096. },
  5097. "System.Collections.Immutable/1.1.37": {
  5098. "dependencies": {
  5099. "System.Collections": "[4.0.0, )",
  5100. "System.Diagnostics.Debug": "[4.0.0, )",
  5101. "System.Globalization": "[4.0.0, )",
  5102. "System.Linq": "[4.0.0, )",
  5103. "System.Resources.ResourceManager": "[4.0.0, )",
  5104. "System.Runtime": "[4.0.0, )",
  5105. "System.Runtime.Extensions": "[4.0.0, )",
  5106. "System.Threading": "[4.0.0, )"
  5107. },
  5108. "compile": {
  5109. "lib/dotnet/System.Collections.Immutable.dll": {}
  5110. },
  5111. "runtime": {
  5112. "lib/dotnet/System.Collections.Immutable.dll": {}
  5113. }
  5114. },
  5115. "System.Collections.NonGeneric/4.0.0": {
  5116. "dependencies": {
  5117. "System.Diagnostics.Debug": "[4.0.10, )",
  5118. "System.Globalization": "[4.0.10, )",
  5119. "System.Resources.ResourceManager": "[4.0.0, )",
  5120. "System.Runtime": "[4.0.20, )",
  5121. "System.Runtime.Extensions": "[4.0.10, )",
  5122. "System.Threading": "[4.0.10, )"
  5123. },
  5124. "compile": {
  5125. "ref/dotnet/System.Collections.NonGeneric.dll": {}
  5126. },
  5127. "runtime": {
  5128. "lib/dotnet/System.Collections.NonGeneric.dll": {}
  5129. }
  5130. },
  5131. "System.Collections.Specialized/4.0.0": {
  5132. "dependencies": {
  5133. "System.Collections.NonGeneric": "[4.0.0, )",
  5134. "System.Globalization": "[4.0.10, )",
  5135. "System.Globalization.Extensions": "[4.0.0, )",
  5136. "System.Resources.ResourceManager": "[4.0.0, )",
  5137. "System.Runtime": "[4.0.20, )",
  5138. "System.Runtime.Extensions": "[4.0.10, )",
  5139. "System.Threading": "[4.0.10, )"
  5140. },
  5141. "compile": {
  5142. "ref/dotnet/System.Collections.Specialized.dll": {}
  5143. },
  5144. "runtime": {
  5145. "lib/dotnet/System.Collections.Specialized.dll": {}
  5146. }
  5147. },
  5148. "System.ComponentModel/4.0.0": {
  5149. "dependencies": {
  5150. "System.Runtime": "[4.0.20, )"
  5151. },
  5152. "compile": {
  5153. "ref/netcore50/System.ComponentModel.dll": {}
  5154. },
  5155. "runtime": {
  5156. "lib/netcore50/System.ComponentModel.dll": {}
  5157. }
  5158. },
  5159. "System.ComponentModel.Annotations/4.0.10": {
  5160. "dependencies": {
  5161. "System.Collections": "[4.0.10, )",
  5162. "System.ComponentModel": "[4.0.0, )",
  5163. "System.Globalization": "[4.0.10, )",
  5164. "System.Linq": "[4.0.0, )",
  5165. "System.Reflection": "[4.0.10, )",
  5166. "System.Reflection.Extensions": "[4.0.0, )",
  5167. "System.Resources.ResourceManager": "[4.0.0, )",
  5168. "System.Runtime": "[4.0.20, )",
  5169. "System.Runtime.Extensions": "[4.0.10, )",
  5170. "System.Text.RegularExpressions": "[4.0.10, )",
  5171. "System.Threading": "[4.0.10, )"
  5172. },
  5173. "compile": {
  5174. "ref/dotnet/System.ComponentModel.Annotations.dll": {}
  5175. },
  5176. "runtime": {
  5177. "lib/dotnet/System.ComponentModel.Annotations.dll": {}
  5178. }
  5179. },
  5180. "System.ComponentModel.EventBasedAsync/4.0.10": {
  5181. "dependencies": {
  5182. "System.Resources.ResourceManager": "[4.0.0, )",
  5183. "System.Runtime": "[4.0.20, )",
  5184. "System.Threading": "[4.0.10, )",
  5185. "System.Threading.Tasks": "[4.0.10, )"
  5186. },
  5187. "compile": {
  5188. "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  5189. },
  5190. "runtime": {
  5191. "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  5192. }
  5193. },
  5194. "System.Data.Common/4.0.0": {
  5195. "dependencies": {
  5196. "System.Collections": "[4.0.10, )",
  5197. "System.Collections.NonGeneric": "[4.0.0, )",
  5198. "System.Globalization": "[4.0.10, )",
  5199. "System.IO": "[4.0.0, )",
  5200. "System.Resources.ResourceManager": "[4.0.0, )",
  5201. "System.Runtime": "[4.0.20, )",
  5202. "System.Runtime.Extensions": "[4.0.10, )",
  5203. "System.Text.RegularExpressions": "[4.0.0, )",
  5204. "System.Threading.Tasks": "[4.0.0, )"
  5205. },
  5206. "compile": {
  5207. "ref/dotnet/System.Data.Common.dll": {}
  5208. },
  5209. "runtime": {
  5210. "lib/dotnet/System.Data.Common.dll": {}
  5211. }
  5212. },
  5213. "System.Diagnostics.Contracts/4.0.0": {
  5214. "compile": {
  5215. "ref/netcore50/System.Diagnostics.Contracts.dll": {}
  5216. },
  5217. "runtime": {
  5218. "lib/netcore50/System.Diagnostics.Contracts.dll": {}
  5219. }
  5220. },
  5221. "System.Diagnostics.Debug/4.0.10": {
  5222. "dependencies": {
  5223. "System.Runtime": "[4.0.0, )"
  5224. },
  5225. "compile": {
  5226. "ref/dotnet/System.Diagnostics.Debug.dll": {}
  5227. },
  5228. "runtime": {
  5229. "lib/netcore50/System.Diagnostics.Debug.dll": {}
  5230. }
  5231. },
  5232. "System.Diagnostics.StackTrace/4.0.0": {
  5233. "dependencies": {
  5234. "System.Runtime": "[4.0.20, )"
  5235. },
  5236. "compile": {
  5237. "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
  5238. },
  5239. "runtime": {
  5240. "lib/netcore50/System.Diagnostics.StackTrace.dll": {}
  5241. }
  5242. },
  5243. "System.Diagnostics.Tools/4.0.0": {
  5244. "compile": {
  5245. "ref/netcore50/System.Diagnostics.Tools.dll": {}
  5246. },
  5247. "runtime": {
  5248. "lib/netcore50/System.Diagnostics.Tools.dll": {}
  5249. }
  5250. },
  5251. "System.Diagnostics.Tracing/4.0.20": {
  5252. "dependencies": {
  5253. "System.Collections": "[4.0.10, )",
  5254. "System.Globalization": "[4.0.0, )",
  5255. "System.Reflection": "[4.0.10, )",
  5256. "System.Reflection.Extensions": "[4.0.0, )",
  5257. "System.Resources.ResourceManager": "[4.0.0, )",
  5258. "System.Runtime": "[4.0.20, )",
  5259. "System.Runtime.Extensions": "[4.0.10, )",
  5260. "System.Runtime.InteropServices": "[4.0.0, )",
  5261. "System.Text.Encoding": "[4.0.0, )",
  5262. "System.Threading": "[4.0.10, )"
  5263. },
  5264. "compile": {
  5265. "ref/dotnet/System.Diagnostics.Tracing.dll": {}
  5266. },
  5267. "runtime": {
  5268. "lib/netcore50/System.Diagnostics.Tracing.dll": {}
  5269. }
  5270. },
  5271. "System.Dynamic.Runtime/4.0.10": {
  5272. "dependencies": {
  5273. "System.Collections": "[4.0.0, )",
  5274. "System.Diagnostics.Debug": "[4.0.0, )",
  5275. "System.Globalization": "[4.0.0, )",
  5276. "System.Linq": "[4.0.0, )",
  5277. "System.Linq.Expressions": "[4.0.10, )",
  5278. "System.ObjectModel": "[4.0.0, )",
  5279. "System.Reflection": "[4.0.0, )",
  5280. "System.Reflection.TypeExtensions": "[4.0.0, )",
  5281. "System.Resources.ResourceManager": "[4.0.0, )",
  5282. "System.Runtime": "[4.0.20, )",
  5283. "System.Runtime.Extensions": "[4.0.0, )",
  5284. "System.Threading": "[4.0.0, )"
  5285. },
  5286. "compile": {
  5287. "ref/dotnet/System.Dynamic.Runtime.dll": {}
  5288. },
  5289. "runtime": {
  5290. "lib/netcore50/System.Dynamic.Runtime.dll": {}
  5291. }
  5292. },
  5293. "System.Globalization/4.0.10": {
  5294. "dependencies": {
  5295. "System.Runtime": "[4.0.0, )"
  5296. },
  5297. "compile": {
  5298. "ref/dotnet/System.Globalization.dll": {}
  5299. },
  5300. "runtime": {
  5301. "lib/netcore50/System.Globalization.dll": {}
  5302. }
  5303. },
  5304. "System.Globalization.Calendars/4.0.0": {
  5305. "dependencies": {
  5306. "System.Globalization": "[4.0.0, )",
  5307. "System.Runtime": "[4.0.0, )"
  5308. },
  5309. "compile": {
  5310. "ref/dotnet/System.Globalization.Calendars.dll": {}
  5311. },
  5312. "runtime": {
  5313. "lib/netcore50/System.Globalization.Calendars.dll": {}
  5314. }
  5315. },
  5316. "System.Globalization.Extensions/4.0.0": {
  5317. "dependencies": {
  5318. "System.Globalization": "[4.0.10, )",
  5319. "System.Resources.ResourceManager": "[4.0.0, )",
  5320. "System.Runtime": "[4.0.20, )",
  5321. "System.Runtime.Extensions": "[4.0.10, )",
  5322. "System.Runtime.InteropServices": "[4.0.20, )"
  5323. },
  5324. "compile": {
  5325. "ref/dotnet/System.Globalization.Extensions.dll": {}
  5326. },
  5327. "runtime": {
  5328. "lib/dotnet/System.Globalization.Extensions.dll": {}
  5329. }
  5330. },
  5331. "System.IO/4.0.10": {
  5332. "dependencies": {
  5333. "System.Globalization": "[4.0.0, )",
  5334. "System.Runtime": "[4.0.20, )",
  5335. "System.Text.Encoding": "[4.0.10, )",
  5336. "System.Text.Encoding.Extensions": "[4.0.0, )",
  5337. "System.Threading": "[4.0.0, )",
  5338. "System.Threading.Tasks": "[4.0.0, )"
  5339. },
  5340. "compile": {
  5341. "ref/dotnet/System.IO.dll": {}
  5342. },
  5343. "runtime": {
  5344. "lib/netcore50/System.IO.dll": {}
  5345. }
  5346. },
  5347. "System.IO.Compression/4.0.0": {
  5348. "dependencies": {
  5349. "System.Collections": "[4.0.0, )",
  5350. "System.IO": "[4.0.0, )",
  5351. "System.Resources.ResourceManager": "[4.0.0, )",
  5352. "System.Runtime": "[4.0.0, )",
  5353. "System.Runtime.Extensions": "[4.0.0, )",
  5354. "System.Runtime.InteropServices": "[4.0.0, )",
  5355. "System.Text.Encoding": "[4.0.0, )",
  5356. "System.Threading": "[4.0.0, )",
  5357. "System.Threading.Tasks": "[4.0.0, )"
  5358. },
  5359. "compile": {
  5360. "ref/netcore50/System.IO.Compression.dll": {}
  5361. },
  5362. "runtime": {
  5363. "lib/netcore50/System.IO.Compression.dll": {}
  5364. }
  5365. },
  5366. "System.IO.Compression.clrcompression-x64/4.0.0": {
  5367. "native": {
  5368. "runtimes/win10-x64/native/ClrCompression.dll": {}
  5369. }
  5370. },
  5371. "System.IO.Compression.ZipFile/4.0.0": {
  5372. "dependencies": {
  5373. "System.IO": "[4.0.10, )",
  5374. "System.IO.Compression": "[4.0.0, )",
  5375. "System.IO.FileSystem": "[4.0.0, )",
  5376. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  5377. "System.Resources.ResourceManager": "[4.0.0, )",
  5378. "System.Runtime": "[4.0.20, )",
  5379. "System.Runtime.Extensions": "[4.0.10, )",
  5380. "System.Text.Encoding": "[4.0.10, )"
  5381. },
  5382. "compile": {
  5383. "ref/dotnet/System.IO.Compression.ZipFile.dll": {}
  5384. },
  5385. "runtime": {
  5386. "lib/dotnet/System.IO.Compression.ZipFile.dll": {}
  5387. }
  5388. },
  5389. "System.IO.FileSystem/4.0.0": {
  5390. "dependencies": {
  5391. "System.Collections": "[4.0.10, )",
  5392. "System.Diagnostics.Debug": "[4.0.10, )",
  5393. "System.IO": "[4.0.10, )",
  5394. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  5395. "System.Resources.ResourceManager": "[4.0.0, )",
  5396. "System.Runtime": "[4.0.20, )",
  5397. "System.Runtime.Extensions": "[4.0.10, )",
  5398. "System.Runtime.Handles": "[4.0.0, )",
  5399. "System.Runtime.InteropServices": "[4.0.20, )",
  5400. "System.Runtime.WindowsRuntime": "[4.0.0, )",
  5401. "System.Text.Encoding": "[4.0.10, )",
  5402. "System.Text.Encoding.Extensions": "[4.0.10, )",
  5403. "System.Threading": "[4.0.10, )",
  5404. "System.Threading.Overlapped": "[4.0.0, )",
  5405. "System.Threading.Tasks": "[4.0.10, )"
  5406. },
  5407. "compile": {
  5408. "ref/dotnet/System.IO.FileSystem.dll": {}
  5409. },
  5410. "runtime": {
  5411. "lib/netcore50/System.IO.FileSystem.dll": {}
  5412. }
  5413. },
  5414. "System.IO.FileSystem.Primitives/4.0.0": {
  5415. "dependencies": {
  5416. "System.Runtime": "[4.0.20, )"
  5417. },
  5418. "compile": {
  5419. "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
  5420. },
  5421. "runtime": {
  5422. "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
  5423. }
  5424. },
  5425. "System.IO.IsolatedStorage/4.0.0": {
  5426. "dependencies": {
  5427. "System.IO": "[4.0.10, )",
  5428. "System.IO.FileSystem": "[4.0.0, )",
  5429. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  5430. "System.Linq": "[4.0.0, )",
  5431. "System.Resources.ResourceManager": "[4.0.0, )",
  5432. "System.Runtime": "[4.0.20, )",
  5433. "System.Runtime.Extensions": "[4.0.10, )",
  5434. "System.Threading": "[4.0.10, )",
  5435. "System.Threading.Tasks": "[4.0.10, )"
  5436. },
  5437. "compile": {
  5438. "ref/dotnet/System.IO.IsolatedStorage.dll": {}
  5439. },
  5440. "runtime": {
  5441. "lib/netcore50/System.IO.IsolatedStorage.dll": {}
  5442. }
  5443. },
  5444. "System.IO.UnmanagedMemoryStream/4.0.0": {
  5445. "dependencies": {
  5446. "System.IO": "[4.0.10, )",
  5447. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  5448. "System.Resources.ResourceManager": "[4.0.0, )",
  5449. "System.Runtime": "[4.0.20, )",
  5450. "System.Runtime.InteropServices": "[4.0.20, )",
  5451. "System.Threading": "[4.0.10, )",
  5452. "System.Threading.Tasks": "[4.0.10, )"
  5453. },
  5454. "compile": {
  5455. "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  5456. },
  5457. "runtime": {
  5458. "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  5459. }
  5460. },
  5461. "System.Linq/4.0.0": {
  5462. "dependencies": {
  5463. "System.Collections": "[4.0.10, )",
  5464. "System.Diagnostics.Debug": "[4.0.10, )",
  5465. "System.Resources.ResourceManager": "[4.0.0, )",
  5466. "System.Runtime": "[4.0.20, )",
  5467. "System.Runtime.Extensions": "[4.0.10, )"
  5468. },
  5469. "compile": {
  5470. "ref/netcore50/System.Linq.dll": {}
  5471. },
  5472. "runtime": {
  5473. "lib/netcore50/System.Linq.dll": {}
  5474. }
  5475. },
  5476. "System.Linq.Expressions/4.0.10": {
  5477. "dependencies": {
  5478. "System.Collections": "[4.0.0, )",
  5479. "System.Diagnostics.Debug": "[4.0.0, )",
  5480. "System.Globalization": "[4.0.0, )",
  5481. "System.IO": "[4.0.0, )",
  5482. "System.Linq": "[4.0.0, )",
  5483. "System.Reflection": "[4.0.0, )",
  5484. "System.Reflection.Extensions": "[4.0.0, )",
  5485. "System.Reflection.Primitives": "[4.0.0, )",
  5486. "System.Reflection.TypeExtensions": "[4.0.0, )",
  5487. "System.Resources.ResourceManager": "[4.0.0, )",
  5488. "System.Runtime": "[4.0.20, )",
  5489. "System.Runtime.Extensions": "[4.0.0, )",
  5490. "System.Threading": "[4.0.0, )"
  5491. },
  5492. "compile": {
  5493. "ref/dotnet/System.Linq.Expressions.dll": {}
  5494. },
  5495. "runtime": {
  5496. "lib/netcore50/System.Linq.Expressions.dll": {}
  5497. }
  5498. },
  5499. "System.Linq.Parallel/4.0.0": {
  5500. "dependencies": {
  5501. "System.Collections": "[4.0.10, )",
  5502. "System.Collections.Concurrent": "[4.0.10, )",
  5503. "System.Diagnostics.Debug": "[4.0.10, )",
  5504. "System.Diagnostics.Tracing": "[4.0.20, )",
  5505. "System.Linq": "[4.0.0, )",
  5506. "System.Resources.ResourceManager": "[4.0.0, )",
  5507. "System.Runtime": "[4.0.20, )",
  5508. "System.Runtime.Extensions": "[4.0.10, )",
  5509. "System.Threading": "[4.0.10, )",
  5510. "System.Threading.Tasks": "[4.0.10, )"
  5511. },
  5512. "compile": {
  5513. "ref/netcore50/System.Linq.Parallel.dll": {}
  5514. },
  5515. "runtime": {
  5516. "lib/netcore50/System.Linq.Parallel.dll": {}
  5517. }
  5518. },
  5519. "System.Linq.Queryable/4.0.0": {
  5520. "dependencies": {
  5521. "System.Collections": "[4.0.10, )",
  5522. "System.Linq": "[4.0.0, )",
  5523. "System.Linq.Expressions": "[4.0.10, )",
  5524. "System.Reflection": "[4.0.10, )",
  5525. "System.Reflection.Extensions": "[4.0.0, )",
  5526. "System.Resources.ResourceManager": "[4.0.0, )",
  5527. "System.Runtime": "[4.0.20, )"
  5528. },
  5529. "compile": {
  5530. "ref/netcore50/System.Linq.Queryable.dll": {}
  5531. },
  5532. "runtime": {
  5533. "lib/netcore50/System.Linq.Queryable.dll": {}
  5534. }
  5535. },
  5536. "System.Net.Http/4.0.0": {
  5537. "dependencies": {
  5538. "System.Collections": "[4.0.10, )",
  5539. "System.Diagnostics.Debug": "[4.0.10, )",
  5540. "System.Globalization": "[4.0.10, )",
  5541. "System.IO": "[4.0.10, )",
  5542. "System.Net.Primitives": "[4.0.0, )",
  5543. "System.Resources.ResourceManager": "[4.0.0, )",
  5544. "System.Runtime": "[4.0.20, )",
  5545. "System.Runtime.Extensions": "[4.0.10, )",
  5546. "System.Runtime.InteropServices": "[4.0.20, )",
  5547. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  5548. "System.Text.Encoding": "[4.0.10, )",
  5549. "System.Text.Encoding.Extensions": "[4.0.10, )",
  5550. "System.Threading": "[4.0.10, )",
  5551. "System.Threading.Tasks": "[4.0.10, )"
  5552. },
  5553. "compile": {
  5554. "ref/netcore50/System.Net.Http.dll": {}
  5555. },
  5556. "runtime": {
  5557. "lib/netcore50/System.Net.Http.dll": {}
  5558. }
  5559. },
  5560. "System.Net.Http.Rtc/4.0.0": {
  5561. "dependencies": {
  5562. "System.Net.Http": "[4.0.0, )",
  5563. "System.Runtime": "[4.0.20, )"
  5564. },
  5565. "compile": {
  5566. "ref/netcore50/System.Net.Http.Rtc.dll": {}
  5567. },
  5568. "runtime": {
  5569. "lib/netcore50/System.Net.Http.Rtc.dll": {}
  5570. }
  5571. },
  5572. "System.Net.NetworkInformation/4.0.0": {
  5573. "dependencies": {
  5574. "System.Runtime": "[4.0.0, )",
  5575. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  5576. "System.Threading": "[4.0.0, )"
  5577. },
  5578. "compile": {
  5579. "ref/netcore50/System.Net.NetworkInformation.dll": {}
  5580. },
  5581. "runtime": {
  5582. "lib/netcore50/System.Net.NetworkInformation.dll": {}
  5583. }
  5584. },
  5585. "System.Net.Primitives/4.0.10": {
  5586. "dependencies": {
  5587. "System.Private.Networking": "[4.0.0, )",
  5588. "System.Runtime": "[4.0.20, )"
  5589. },
  5590. "compile": {
  5591. "ref/dotnet/System.Net.Primitives.dll": {}
  5592. },
  5593. "runtime": {
  5594. "lib/netcore50/System.Net.Primitives.dll": {}
  5595. }
  5596. },
  5597. "System.Net.Requests/4.0.10": {
  5598. "dependencies": {
  5599. "System.Collections": "[4.0.10, )",
  5600. "System.Diagnostics.Debug": "[4.0.10, )",
  5601. "System.IO": "[4.0.10, )",
  5602. "System.Net.Http": "[4.0.0, )",
  5603. "System.Net.Primitives": "[4.0.10, )",
  5604. "System.Net.WebHeaderCollection": "[4.0.0, )",
  5605. "System.Resources.ResourceManager": "[4.0.0, )",
  5606. "System.Runtime": "[4.0.20, )",
  5607. "System.Threading": "[4.0.10, )",
  5608. "System.Threading.Tasks": "[4.0.10, )"
  5609. },
  5610. "compile": {
  5611. "ref/dotnet/System.Net.Requests.dll": {}
  5612. },
  5613. "runtime": {
  5614. "lib/dotnet/System.Net.Requests.dll": {}
  5615. }
  5616. },
  5617. "System.Net.Sockets/4.0.0": {
  5618. "dependencies": {
  5619. "System.Private.Networking": "[4.0.0, )",
  5620. "System.Runtime": "[4.0.20, )"
  5621. },
  5622. "compile": {
  5623. "ref/dotnet/System.Net.Sockets.dll": {}
  5624. },
  5625. "runtime": {
  5626. "lib/netcore50/System.Net.Sockets.dll": {}
  5627. }
  5628. },
  5629. "System.Net.WebHeaderCollection/4.0.0": {
  5630. "dependencies": {
  5631. "System.Collections.NonGeneric": "[4.0.0, )",
  5632. "System.Collections.Specialized": "[4.0.0, )",
  5633. "System.Resources.ResourceManager": "[4.0.0, )",
  5634. "System.Runtime": "[4.0.20, )"
  5635. },
  5636. "compile": {
  5637. "ref/dotnet/System.Net.WebHeaderCollection.dll": {}
  5638. },
  5639. "runtime": {
  5640. "lib/dotnet/System.Net.WebHeaderCollection.dll": {}
  5641. }
  5642. },
  5643. "System.Numerics.Vectors/4.1.0": {
  5644. "dependencies": {
  5645. "System.Globalization": "[4.0.10, )",
  5646. "System.Resources.ResourceManager": "[4.0.0, )",
  5647. "System.Runtime": "[4.0.20, )",
  5648. "System.Runtime.Extensions": "[4.0.10, )"
  5649. },
  5650. "compile": {
  5651. "ref/dotnet/System.Numerics.Vectors.dll": {}
  5652. },
  5653. "runtime": {
  5654. "lib/dotnet/System.Numerics.Vectors.dll": {}
  5655. }
  5656. },
  5657. "System.Numerics.Vectors.WindowsRuntime/4.0.0": {
  5658. "dependencies": {
  5659. "System.Numerics.Vectors": "[4.1.0, )",
  5660. "System.Runtime": "[4.0.20, )",
  5661. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  5662. },
  5663. "compile": {
  5664. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  5665. },
  5666. "runtime": {
  5667. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  5668. }
  5669. },
  5670. "System.ObjectModel/4.0.10": {
  5671. "dependencies": {
  5672. "System.Collections": "[4.0.10, )",
  5673. "System.Diagnostics.Debug": "[4.0.10, )",
  5674. "System.Resources.ResourceManager": "[4.0.0, )",
  5675. "System.Runtime": "[4.0.20, )",
  5676. "System.Threading": "[4.0.10, )"
  5677. },
  5678. "compile": {
  5679. "ref/dotnet/System.ObjectModel.dll": {}
  5680. },
  5681. "runtime": {
  5682. "lib/dotnet/System.ObjectModel.dll": {}
  5683. }
  5684. },
  5685. "System.Private.DataContractSerialization/4.0.0": {
  5686. "dependencies": {
  5687. "System.Collections": "[4.0.10, )",
  5688. "System.Globalization": "[4.0.10, )",
  5689. "System.IO": "[4.0.10, )",
  5690. "System.Linq": "[4.0.0, )",
  5691. "System.Reflection": "[4.0.10, )",
  5692. "System.Reflection.Extensions": "[4.0.0, )",
  5693. "System.Reflection.Primitives": "[4.0.0, )",
  5694. "System.Reflection.TypeExtensions": "[4.0.0, )",
  5695. "System.Resources.ResourceManager": "[4.0.0, )",
  5696. "System.Runtime": "[4.0.20, )",
  5697. "System.Runtime.Extensions": "[4.0.10, )",
  5698. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  5699. "System.Text.Encoding": "[4.0.10, )",
  5700. "System.Text.Encoding.Extensions": "[4.0.10, )",
  5701. "System.Text.RegularExpressions": "[4.0.10, )",
  5702. "System.Threading": "[4.0.10, )",
  5703. "System.Xml.ReaderWriter": "[4.0.10, )",
  5704. "System.Xml.XmlSerializer": "[4.0.10, )"
  5705. },
  5706. "compile": {
  5707. "ref/netcore50/_._": {}
  5708. },
  5709. "runtime": {
  5710. "lib/netcore50/System.Private.DataContractSerialization.dll": {}
  5711. }
  5712. },
  5713. "System.Private.Networking/4.0.0": {
  5714. "dependencies": {
  5715. "Microsoft.Win32.Primitives": "[4.0.0, )",
  5716. "System.Collections": "[4.0.10, )",
  5717. "System.Collections.NonGeneric": "[4.0.0, )",
  5718. "System.Diagnostics.Debug": "[4.0.10, )",
  5719. "System.Diagnostics.Tracing": "[4.0.20, )",
  5720. "System.Globalization": "[4.0.10, )",
  5721. "System.IO": "[4.0.10, )",
  5722. "System.IO.FileSystem": "[4.0.0, )",
  5723. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  5724. "System.Resources.ResourceManager": "[4.0.0, )",
  5725. "System.Runtime": "[4.0.20, )",
  5726. "System.Runtime.Extensions": "[4.0.10, )",
  5727. "System.Runtime.Handles": "[4.0.0, )",
  5728. "System.Runtime.InteropServices": "[4.0.20, )",
  5729. "System.Threading": "[4.0.10, )",
  5730. "System.Threading.Overlapped": "[4.0.0, )",
  5731. "System.Threading.Tasks": "[4.0.10, )"
  5732. },
  5733. "compile": {
  5734. "ref/netcore50/_._": {}
  5735. },
  5736. "runtime": {
  5737. "lib/netcore50/System.Private.Networking.dll": {}
  5738. }
  5739. },
  5740. "System.Private.ServiceModel/4.0.0": {
  5741. "dependencies": {
  5742. "System.Collections": "[4.0.10, )",
  5743. "System.Collections.Concurrent": "[4.0.10, )",
  5744. "System.Collections.NonGeneric": "[4.0.0, )",
  5745. "System.Collections.Specialized": "[4.0.0, )",
  5746. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  5747. "System.Diagnostics.Contracts": "[4.0.0, )",
  5748. "System.Diagnostics.Debug": "[4.0.10, )",
  5749. "System.Globalization": "[4.0.10, )",
  5750. "System.IO": "[4.0.10, )",
  5751. "System.IO.Compression": "[4.0.0, )",
  5752. "System.Linq": "[4.0.0, )",
  5753. "System.Linq.Expressions": "[4.0.10, )",
  5754. "System.Linq.Queryable": "[4.0.0, )",
  5755. "System.Net.Http": "[4.0.0, )",
  5756. "System.Net.Primitives": "[4.0.10, )",
  5757. "System.Net.WebHeaderCollection": "[4.0.0, )",
  5758. "System.ObjectModel": "[4.0.10, )",
  5759. "System.Reflection": "[4.0.10, )",
  5760. "System.Reflection.DispatchProxy": "[4.0.0, )",
  5761. "System.Reflection.Extensions": "[4.0.0, )",
  5762. "System.Reflection.Primitives": "[4.0.0, )",
  5763. "System.Reflection.TypeExtensions": "[4.0.0, )",
  5764. "System.Resources.ResourceManager": "[4.0.0, )",
  5765. "System.Runtime": "[4.0.20, )",
  5766. "System.Runtime.Extensions": "[4.0.10, )",
  5767. "System.Runtime.InteropServices": "[4.0.20, )",
  5768. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  5769. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  5770. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  5771. "System.Security.Claims": "[4.0.0, )",
  5772. "System.Security.Principal": "[4.0.0, )",
  5773. "System.Text.Encoding": "[4.0.10, )",
  5774. "System.Threading": "[4.0.10, )",
  5775. "System.Threading.Tasks": "[4.0.10, )",
  5776. "System.Threading.Timer": "[4.0.0, )",
  5777. "System.Xml.ReaderWriter": "[4.0.10, )",
  5778. "System.Xml.XmlDocument": "[4.0.0, )",
  5779. "System.Xml.XmlSerializer": "[4.0.10, )"
  5780. },
  5781. "compile": {
  5782. "ref/netcore50/_._": {}
  5783. },
  5784. "runtime": {
  5785. "lib/netcore50/System.Private.ServiceModel.dll": {}
  5786. }
  5787. },
  5788. "System.Private.Uri/4.0.0": {
  5789. "compile": {
  5790. "ref/netcore50/_._": {}
  5791. },
  5792. "runtime": {
  5793. "lib/netcore50/System.Private.Uri.dll": {}
  5794. }
  5795. },
  5796. "System.Reflection/4.0.10": {
  5797. "dependencies": {
  5798. "System.IO": "[4.0.0, )",
  5799. "System.Reflection.Primitives": "[4.0.0, )",
  5800. "System.Runtime": "[4.0.20, )"
  5801. },
  5802. "compile": {
  5803. "ref/dotnet/System.Reflection.dll": {}
  5804. },
  5805. "runtime": {
  5806. "lib/netcore50/System.Reflection.dll": {}
  5807. }
  5808. },
  5809. "System.Reflection.Context/4.0.0": {
  5810. "dependencies": {
  5811. "System.Reflection": "[4.0.10, )",
  5812. "System.Resources.ResourceManager": "[4.0.0, )",
  5813. "System.Runtime": "[4.0.20, )"
  5814. },
  5815. "compile": {
  5816. "ref/netcore50/System.Reflection.Context.dll": {}
  5817. },
  5818. "runtime": {
  5819. "lib/netcore50/System.Reflection.Context.dll": {}
  5820. }
  5821. },
  5822. "System.Reflection.DispatchProxy/4.0.0": {
  5823. "dependencies": {
  5824. "System.Collections": "[4.0.10, )",
  5825. "System.Linq": "[4.0.0, )",
  5826. "System.Reflection": "[4.0.10, )",
  5827. "System.Reflection.Extensions": "[4.0.0, )",
  5828. "System.Reflection.Primitives": "[4.0.0, )",
  5829. "System.Resources.ResourceManager": "[4.0.0, )",
  5830. "System.Runtime": "[4.0.20, )",
  5831. "System.Threading": "[4.0.10, )"
  5832. },
  5833. "compile": {
  5834. "ref/dotnet/System.Reflection.DispatchProxy.dll": {}
  5835. },
  5836. "runtime": {
  5837. "lib/netcore50/System.Reflection.DispatchProxy.dll": {}
  5838. }
  5839. },
  5840. "System.Reflection.Emit/4.0.0": {
  5841. "dependencies": {
  5842. "System.IO": "[4.0.0, )",
  5843. "System.Reflection": "[4.0.0, )",
  5844. "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
  5845. "System.Reflection.Primitives": "[4.0.0, )",
  5846. "System.Runtime": "[4.0.0, )"
  5847. },
  5848. "compile": {
  5849. "ref/dotnet/System.Reflection.Emit.dll": {}
  5850. },
  5851. "runtime": {
  5852. "lib/netcore50/System.Reflection.Emit.dll": {}
  5853. }
  5854. },
  5855. "System.Reflection.Emit.ILGeneration/4.0.0": {
  5856. "dependencies": {
  5857. "System.Reflection": "[4.0.0, )",
  5858. "System.Reflection.Primitives": "[4.0.0, )",
  5859. "System.Runtime": "[4.0.0, )"
  5860. },
  5861. "compile": {
  5862. "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
  5863. },
  5864. "runtime": {
  5865. "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {}
  5866. }
  5867. },
  5868. "System.Reflection.Emit.Lightweight/4.0.0": {
  5869. "dependencies": {
  5870. "System.Reflection": "[4.0.0, )",
  5871. "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
  5872. "System.Reflection.Primitives": "[4.0.0, )",
  5873. "System.Runtime": "[4.0.0, )"
  5874. },
  5875. "compile": {
  5876. "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {}
  5877. },
  5878. "runtime": {
  5879. "lib/netcore50/System.Reflection.Emit.Lightweight.dll": {}
  5880. }
  5881. },
  5882. "System.Reflection.Extensions/4.0.0": {
  5883. "dependencies": {
  5884. "System.Diagnostics.Debug": "[4.0.10, )",
  5885. "System.Reflection": "[4.0.10, )",
  5886. "System.Reflection.Primitives": "[4.0.0, )",
  5887. "System.Reflection.TypeExtensions": "[4.0.0, )",
  5888. "System.Resources.ResourceManager": "[4.0.0, )",
  5889. "System.Runtime": "[4.0.20, )",
  5890. "System.Runtime.Extensions": "[4.0.10, )"
  5891. },
  5892. "compile": {
  5893. "ref/netcore50/System.Reflection.Extensions.dll": {}
  5894. },
  5895. "runtime": {
  5896. "lib/netcore50/System.Reflection.Extensions.dll": {}
  5897. }
  5898. },
  5899. "System.Reflection.Metadata/1.0.22": {
  5900. "dependencies": {
  5901. "System.Collections": "[4.0.0, )",
  5902. "System.Collections.Immutable": "[1.1.37, )",
  5903. "System.Diagnostics.Debug": "[4.0.0, )",
  5904. "System.IO": "[4.0.0, )",
  5905. "System.Reflection": "[4.0.0, )",
  5906. "System.Reflection.Extensions": "[4.0.0, )",
  5907. "System.Reflection.Primitives": "[4.0.0, )",
  5908. "System.Resources.ResourceManager": "[4.0.0, )",
  5909. "System.Runtime": "[4.0.0, )",
  5910. "System.Runtime.Extensions": "[4.0.0, )",
  5911. "System.Runtime.InteropServices": "[4.0.0, )",
  5912. "System.Text.Encoding": "[4.0.0, )",
  5913. "System.Text.Encoding.Extensions": "[4.0.0, )",
  5914. "System.Threading": "[4.0.0, )"
  5915. },
  5916. "compile": {
  5917. "lib/dotnet/System.Reflection.Metadata.dll": {}
  5918. },
  5919. "runtime": {
  5920. "lib/dotnet/System.Reflection.Metadata.dll": {}
  5921. }
  5922. },
  5923. "System.Reflection.Primitives/4.0.0": {
  5924. "dependencies": {
  5925. "System.Runtime": "[4.0.0, )",
  5926. "System.Threading": "[4.0.0, )"
  5927. },
  5928. "compile": {
  5929. "ref/netcore50/System.Reflection.Primitives.dll": {}
  5930. },
  5931. "runtime": {
  5932. "lib/netcore50/System.Reflection.Primitives.dll": {}
  5933. }
  5934. },
  5935. "System.Reflection.TypeExtensions/4.0.0": {
  5936. "dependencies": {
  5937. "System.Diagnostics.Contracts": "[4.0.0, )",
  5938. "System.Diagnostics.Debug": "[4.0.10, )",
  5939. "System.Linq": "[4.0.0, )",
  5940. "System.Reflection": "[4.0.10, )",
  5941. "System.Reflection.Primitives": "[4.0.0, )",
  5942. "System.Resources.ResourceManager": "[4.0.0, )",
  5943. "System.Runtime": "[4.0.20, )",
  5944. "System.Runtime.Extensions": "[4.0.10, )"
  5945. },
  5946. "compile": {
  5947. "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
  5948. },
  5949. "runtime": {
  5950. "lib/netcore50/System.Reflection.TypeExtensions.dll": {}
  5951. }
  5952. },
  5953. "System.Resources.ResourceManager/4.0.0": {
  5954. "dependencies": {
  5955. "System.Globalization": "[4.0.0, )",
  5956. "System.Reflection": "[4.0.10, )",
  5957. "System.Runtime": "[4.0.20, )"
  5958. },
  5959. "compile": {
  5960. "ref/netcore50/System.Resources.ResourceManager.dll": {}
  5961. },
  5962. "runtime": {
  5963. "lib/netcore50/System.Resources.ResourceManager.dll": {}
  5964. }
  5965. },
  5966. "System.Runtime/4.0.20": {
  5967. "dependencies": {
  5968. "System.Private.Uri": "[4.0.0, )"
  5969. },
  5970. "compile": {
  5971. "ref/dotnet/System.Runtime.dll": {}
  5972. },
  5973. "runtime": {
  5974. "lib/netcore50/System.Runtime.dll": {}
  5975. }
  5976. },
  5977. "System.Runtime.Extensions/4.0.10": {
  5978. "dependencies": {
  5979. "System.Runtime": "[4.0.20, )"
  5980. },
  5981. "compile": {
  5982. "ref/dotnet/System.Runtime.Extensions.dll": {}
  5983. },
  5984. "runtime": {
  5985. "lib/netcore50/System.Runtime.Extensions.dll": {}
  5986. }
  5987. },
  5988. "System.Runtime.Handles/4.0.0": {
  5989. "dependencies": {
  5990. "System.Runtime": "[4.0.0, )"
  5991. },
  5992. "compile": {
  5993. "ref/dotnet/System.Runtime.Handles.dll": {}
  5994. },
  5995. "runtime": {
  5996. "lib/netcore50/System.Runtime.Handles.dll": {}
  5997. }
  5998. },
  5999. "System.Runtime.InteropServices/4.0.20": {
  6000. "dependencies": {
  6001. "System.Reflection": "[4.0.0, )",
  6002. "System.Reflection.Primitives": "[4.0.0, )",
  6003. "System.Runtime": "[4.0.0, )",
  6004. "System.Runtime.Handles": "[4.0.0, )"
  6005. },
  6006. "compile": {
  6007. "ref/dotnet/System.Runtime.InteropServices.dll": {}
  6008. },
  6009. "runtime": {
  6010. "lib/netcore50/System.Runtime.InteropServices.dll": {}
  6011. }
  6012. },
  6013. "System.Runtime.InteropServices.WindowsRuntime/4.0.0": {
  6014. "compile": {
  6015. "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  6016. },
  6017. "runtime": {
  6018. "lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  6019. }
  6020. },
  6021. "System.Runtime.Numerics/4.0.0": {
  6022. "dependencies": {
  6023. "System.Globalization": "[4.0.10, )",
  6024. "System.Resources.ResourceManager": "[4.0.0, )",
  6025. "System.Runtime": "[4.0.20, )",
  6026. "System.Runtime.Extensions": "[4.0.10, )"
  6027. },
  6028. "compile": {
  6029. "ref/netcore50/System.Runtime.Numerics.dll": {}
  6030. },
  6031. "runtime": {
  6032. "lib/netcore50/System.Runtime.Numerics.dll": {}
  6033. }
  6034. },
  6035. "System.Runtime.Serialization.Json/4.0.0": {
  6036. "dependencies": {
  6037. "System.Private.DataContractSerialization": "[4.0.0, )"
  6038. },
  6039. "compile": {
  6040. "ref/netcore50/System.Runtime.Serialization.Json.dll": {}
  6041. },
  6042. "runtime": {
  6043. "lib/netcore50/System.Runtime.Serialization.Json.dll": {}
  6044. }
  6045. },
  6046. "System.Runtime.Serialization.Primitives/4.0.10": {
  6047. "dependencies": {
  6048. "System.Resources.ResourceManager": "[4.0.0, )",
  6049. "System.Runtime": "[4.0.20, )"
  6050. },
  6051. "compile": {
  6052. "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  6053. },
  6054. "runtime": {
  6055. "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  6056. }
  6057. },
  6058. "System.Runtime.Serialization.Xml/4.0.10": {
  6059. "dependencies": {
  6060. "System.Private.DataContractSerialization": "[4.0.0, )",
  6061. "System.Runtime.Serialization.Primitives": "[4.0.10, )"
  6062. },
  6063. "compile": {
  6064. "ref/dotnet/System.Runtime.Serialization.Xml.dll": {}
  6065. },
  6066. "runtime": {
  6067. "lib/netcore50/System.Runtime.Serialization.Xml.dll": {}
  6068. }
  6069. },
  6070. "System.Runtime.WindowsRuntime/4.0.10": {
  6071. "dependencies": {
  6072. "System.Diagnostics.Debug": "[4.0.10, )",
  6073. "System.Globalization": "[4.0.0, )",
  6074. "System.IO": "[4.0.10, )",
  6075. "System.ObjectModel": "[4.0.0, )",
  6076. "System.Resources.ResourceManager": "[4.0.0, )",
  6077. "System.Runtime": "[4.0.20, )",
  6078. "System.Runtime.Extensions": "[4.0.0, )",
  6079. "System.Runtime.InteropServices": "[4.0.20, )",
  6080. "System.Threading": "[4.0.10, )",
  6081. "System.Threading.Tasks": "[4.0.10, )"
  6082. },
  6083. "compile": {
  6084. "ref/netcore50/System.Runtime.WindowsRuntime.dll": {}
  6085. },
  6086. "runtime": {
  6087. "lib/netcore50/System.Runtime.WindowsRuntime.dll": {}
  6088. }
  6089. },
  6090. "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": {
  6091. "dependencies": {
  6092. "System.Globalization": "[4.0.0, )",
  6093. "System.Resources.ResourceManager": "[4.0.0, )",
  6094. "System.Runtime": "[4.0.20, )",
  6095. "System.Runtime.Extensions": "[4.0.0, )",
  6096. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  6097. },
  6098. "compile": {
  6099. "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  6100. },
  6101. "runtime": {
  6102. "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  6103. }
  6104. },
  6105. "System.Security.Claims/4.0.0": {
  6106. "dependencies": {
  6107. "System.Collections": "[4.0.0, )",
  6108. "System.Diagnostics.Debug": "[4.0.0, )",
  6109. "System.Globalization": "[4.0.0, )",
  6110. "System.IO": "[4.0.0, )",
  6111. "System.Resources.ResourceManager": "[4.0.0, )",
  6112. "System.Runtime": "[4.0.20, )",
  6113. "System.Runtime.Extensions": "[4.0.0, )",
  6114. "System.Security.Principal": "[4.0.0, )"
  6115. },
  6116. "compile": {
  6117. "ref/dotnet/System.Security.Claims.dll": {}
  6118. },
  6119. "runtime": {
  6120. "lib/dotnet/System.Security.Claims.dll": {}
  6121. }
  6122. },
  6123. "System.Security.Principal/4.0.0": {
  6124. "dependencies": {
  6125. "System.Runtime": "[4.0.0, )"
  6126. },
  6127. "compile": {
  6128. "ref/netcore50/System.Security.Principal.dll": {}
  6129. },
  6130. "runtime": {
  6131. "lib/netcore50/System.Security.Principal.dll": {}
  6132. }
  6133. },
  6134. "System.ServiceModel.Duplex/4.0.0": {
  6135. "dependencies": {
  6136. "System.Private.ServiceModel": "[4.0.0, )",
  6137. "System.Runtime": "[4.0.20, )"
  6138. },
  6139. "compile": {
  6140. "ref/netcore50/System.ServiceModel.Duplex.dll": {}
  6141. },
  6142. "runtime": {
  6143. "lib/netcore50/System.ServiceModel.Duplex.dll": {}
  6144. }
  6145. },
  6146. "System.ServiceModel.Http/4.0.10": {
  6147. "dependencies": {
  6148. "System.Private.ServiceModel": "[4.0.0, )",
  6149. "System.Runtime": "[4.0.20, )"
  6150. },
  6151. "compile": {
  6152. "ref/dotnet/System.ServiceModel.Http.dll": {}
  6153. },
  6154. "runtime": {
  6155. "lib/netcore50/System.ServiceModel.Http.dll": {}
  6156. }
  6157. },
  6158. "System.ServiceModel.NetTcp/4.0.0": {
  6159. "dependencies": {
  6160. "System.Private.ServiceModel": "[4.0.0, )",
  6161. "System.Runtime": "[4.0.20, )"
  6162. },
  6163. "compile": {
  6164. "ref/netcore50/System.ServiceModel.NetTcp.dll": {}
  6165. },
  6166. "runtime": {
  6167. "lib/netcore50/System.ServiceModel.NetTcp.dll": {}
  6168. }
  6169. },
  6170. "System.ServiceModel.Primitives/4.0.0": {
  6171. "dependencies": {
  6172. "System.Private.ServiceModel": "[4.0.0, )",
  6173. "System.Runtime": "[4.0.20, )"
  6174. },
  6175. "compile": {
  6176. "ref/netcore50/System.ServiceModel.Primitives.dll": {}
  6177. },
  6178. "runtime": {
  6179. "lib/netcore50/System.ServiceModel.Primitives.dll": {}
  6180. }
  6181. },
  6182. "System.ServiceModel.Security/4.0.0": {
  6183. "dependencies": {
  6184. "System.Private.ServiceModel": "[4.0.0, )",
  6185. "System.Runtime": "[4.0.20, )"
  6186. },
  6187. "compile": {
  6188. "ref/netcore50/System.ServiceModel.Security.dll": {}
  6189. },
  6190. "runtime": {
  6191. "lib/netcore50/System.ServiceModel.Security.dll": {}
  6192. }
  6193. },
  6194. "System.Text.Encoding/4.0.10": {
  6195. "dependencies": {
  6196. "System.Runtime": "[4.0.0, )"
  6197. },
  6198. "compile": {
  6199. "ref/dotnet/System.Text.Encoding.dll": {}
  6200. },
  6201. "runtime": {
  6202. "lib/netcore50/System.Text.Encoding.dll": {}
  6203. }
  6204. },
  6205. "System.Text.Encoding.CodePages/4.0.0": {
  6206. "dependencies": {
  6207. "System.Collections": "[4.0.10, )",
  6208. "System.Globalization": "[4.0.10, )",
  6209. "System.IO": "[4.0.10, )",
  6210. "System.Reflection": "[4.0.10, )",
  6211. "System.Resources.ResourceManager": "[4.0.0, )",
  6212. "System.Runtime": "[4.0.20, )",
  6213. "System.Runtime.Extensions": "[4.0.10, )",
  6214. "System.Runtime.Handles": "[4.0.0, )",
  6215. "System.Runtime.InteropServices": "[4.0.20, )",
  6216. "System.Text.Encoding": "[4.0.10, )",
  6217. "System.Threading": "[4.0.10, )"
  6218. },
  6219. "compile": {
  6220. "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
  6221. },
  6222. "runtime": {
  6223. "lib/dotnet/System.Text.Encoding.CodePages.dll": {}
  6224. }
  6225. },
  6226. "System.Text.Encoding.Extensions/4.0.10": {
  6227. "dependencies": {
  6228. "System.Runtime": "[4.0.0, )",
  6229. "System.Text.Encoding": "[4.0.10, )"
  6230. },
  6231. "compile": {
  6232. "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
  6233. },
  6234. "runtime": {
  6235. "lib/netcore50/System.Text.Encoding.Extensions.dll": {}
  6236. }
  6237. },
  6238. "System.Text.RegularExpressions/4.0.10": {
  6239. "dependencies": {
  6240. "System.Collections": "[4.0.10, )",
  6241. "System.Globalization": "[4.0.10, )",
  6242. "System.Resources.ResourceManager": "[4.0.0, )",
  6243. "System.Runtime": "[4.0.20, )",
  6244. "System.Runtime.Extensions": "[4.0.10, )",
  6245. "System.Threading": "[4.0.10, )"
  6246. },
  6247. "compile": {
  6248. "ref/dotnet/System.Text.RegularExpressions.dll": {}
  6249. },
  6250. "runtime": {
  6251. "lib/dotnet/System.Text.RegularExpressions.dll": {}
  6252. }
  6253. },
  6254. "System.Threading/4.0.10": {
  6255. "dependencies": {
  6256. "System.Runtime": "[4.0.0, )",
  6257. "System.Threading.Tasks": "[4.0.0, )"
  6258. },
  6259. "compile": {
  6260. "ref/dotnet/System.Threading.dll": {}
  6261. },
  6262. "runtime": {
  6263. "lib/netcore50/System.Threading.dll": {}
  6264. }
  6265. },
  6266. "System.Threading.Overlapped/4.0.0": {
  6267. "dependencies": {
  6268. "System.Resources.ResourceManager": "[4.0.0, )",
  6269. "System.Runtime": "[4.0.20, )",
  6270. "System.Runtime.Extensions": "[4.0.0, )",
  6271. "System.Runtime.Handles": "[4.0.0, )",
  6272. "System.Runtime.InteropServices": "[4.0.20, )",
  6273. "System.Threading": "[4.0.10, )"
  6274. },
  6275. "compile": {
  6276. "ref/dotnet/System.Threading.Overlapped.dll": {}
  6277. },
  6278. "runtime": {
  6279. "lib/netcore50/System.Threading.Overlapped.dll": {}
  6280. }
  6281. },
  6282. "System.Threading.Tasks/4.0.10": {
  6283. "dependencies": {
  6284. "System.Runtime": "[4.0.0, )"
  6285. },
  6286. "compile": {
  6287. "ref/dotnet/System.Threading.Tasks.dll": {}
  6288. },
  6289. "runtime": {
  6290. "lib/netcore50/System.Threading.Tasks.dll": {}
  6291. }
  6292. },
  6293. "System.Threading.Tasks.Dataflow/4.5.25": {
  6294. "dependencies": {
  6295. "System.Collections": "[4.0.0, )",
  6296. "System.Collections.Concurrent": "[4.0.0, )",
  6297. "System.Diagnostics.Debug": "[4.0.0, )",
  6298. "System.Diagnostics.Tracing": "[4.0.0, )",
  6299. "System.Dynamic.Runtime": "[4.0.0, )",
  6300. "System.Linq": "[4.0.0, )",
  6301. "System.Resources.ResourceManager": "[4.0.0, )",
  6302. "System.Runtime": "[4.0.0, )",
  6303. "System.Runtime.Extensions": "[4.0.0, )",
  6304. "System.Threading": "[4.0.0, )",
  6305. "System.Threading.Tasks": "[4.0.0, )"
  6306. },
  6307. "compile": {
  6308. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  6309. },
  6310. "runtime": {
  6311. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  6312. }
  6313. },
  6314. "System.Threading.Tasks.Parallel/4.0.0": {
  6315. "dependencies": {
  6316. "System.Collections.Concurrent": "[4.0.10, )",
  6317. "System.Diagnostics.Debug": "[4.0.10, )",
  6318. "System.Diagnostics.Tracing": "[4.0.20, )",
  6319. "System.Resources.ResourceManager": "[4.0.0, )",
  6320. "System.Runtime": "[4.0.20, )",
  6321. "System.Runtime.Extensions": "[4.0.10, )",
  6322. "System.Threading": "[4.0.10, )",
  6323. "System.Threading.Tasks": "[4.0.10, )"
  6324. },
  6325. "compile": {
  6326. "ref/netcore50/System.Threading.Tasks.Parallel.dll": {}
  6327. },
  6328. "runtime": {
  6329. "lib/netcore50/System.Threading.Tasks.Parallel.dll": {}
  6330. }
  6331. },
  6332. "System.Threading.Timer/4.0.0": {
  6333. "compile": {
  6334. "ref/netcore50/System.Threading.Timer.dll": {}
  6335. },
  6336. "runtime": {
  6337. "lib/netcore50/System.Threading.Timer.dll": {}
  6338. }
  6339. },
  6340. "System.Xml.ReaderWriter/4.0.10": {
  6341. "dependencies": {
  6342. "System.Collections": "[4.0.10, )",
  6343. "System.Diagnostics.Debug": "[4.0.10, )",
  6344. "System.Globalization": "[4.0.10, )",
  6345. "System.IO": "[4.0.10, )",
  6346. "System.IO.FileSystem": "[4.0.0, )",
  6347. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  6348. "System.Resources.ResourceManager": "[4.0.0, )",
  6349. "System.Runtime": "[4.0.20, )",
  6350. "System.Runtime.Extensions": "[4.0.10, )",
  6351. "System.Runtime.InteropServices": "[4.0.20, )",
  6352. "System.Text.Encoding": "[4.0.10, )",
  6353. "System.Text.Encoding.Extensions": "[4.0.10, )",
  6354. "System.Text.RegularExpressions": "[4.0.10, )",
  6355. "System.Threading.Tasks": "[4.0.10, )"
  6356. },
  6357. "compile": {
  6358. "ref/dotnet/System.Xml.ReaderWriter.dll": {}
  6359. },
  6360. "runtime": {
  6361. "lib/dotnet/System.Xml.ReaderWriter.dll": {}
  6362. }
  6363. },
  6364. "System.Xml.XDocument/4.0.10": {
  6365. "dependencies": {
  6366. "System.Collections": "[4.0.10, )",
  6367. "System.Diagnostics.Debug": "[4.0.10, )",
  6368. "System.Globalization": "[4.0.10, )",
  6369. "System.IO": "[4.0.10, )",
  6370. "System.Reflection": "[4.0.10, )",
  6371. "System.Resources.ResourceManager": "[4.0.0, )",
  6372. "System.Runtime": "[4.0.20, )",
  6373. "System.Runtime.Extensions": "[4.0.10, )",
  6374. "System.Text.Encoding": "[4.0.10, )",
  6375. "System.Threading": "[4.0.10, )",
  6376. "System.Xml.ReaderWriter": "[4.0.10, )"
  6377. },
  6378. "compile": {
  6379. "ref/dotnet/System.Xml.XDocument.dll": {}
  6380. },
  6381. "runtime": {
  6382. "lib/dotnet/System.Xml.XDocument.dll": {}
  6383. }
  6384. },
  6385. "System.Xml.XmlDocument/4.0.0": {
  6386. "dependencies": {
  6387. "System.Collections": "[4.0.10, )",
  6388. "System.Diagnostics.Debug": "[4.0.10, )",
  6389. "System.Globalization": "[4.0.10, )",
  6390. "System.IO": "[4.0.10, )",
  6391. "System.Resources.ResourceManager": "[4.0.0, )",
  6392. "System.Runtime": "[4.0.20, )",
  6393. "System.Runtime.Extensions": "[4.0.10, )",
  6394. "System.Text.Encoding": "[4.0.10, )",
  6395. "System.Threading": "[4.0.10, )",
  6396. "System.Xml.ReaderWriter": "[4.0.10, )"
  6397. },
  6398. "compile": {
  6399. "ref/dotnet/System.Xml.XmlDocument.dll": {}
  6400. },
  6401. "runtime": {
  6402. "lib/dotnet/System.Xml.XmlDocument.dll": {}
  6403. }
  6404. },
  6405. "System.Xml.XmlSerializer/4.0.10": {
  6406. "dependencies": {
  6407. "System.Collections": "[4.0.10, )",
  6408. "System.Diagnostics.Debug": "[4.0.10, )",
  6409. "System.Globalization": "[4.0.10, )",
  6410. "System.IO": "[4.0.10, )",
  6411. "System.Linq": "[4.0.0, )",
  6412. "System.Reflection": "[4.0.10, )",
  6413. "System.Reflection.Extensions": "[4.0.0, )",
  6414. "System.Reflection.Primitives": "[4.0.0, )",
  6415. "System.Reflection.TypeExtensions": "[4.0.0, )",
  6416. "System.Resources.ResourceManager": "[4.0.0, )",
  6417. "System.Runtime": "[4.0.20, )",
  6418. "System.Runtime.Extensions": "[4.0.10, )",
  6419. "System.Text.RegularExpressions": "[4.0.10, )",
  6420. "System.Threading": "[4.0.10, )",
  6421. "System.Xml.ReaderWriter": "[4.0.10, )",
  6422. "System.Xml.XmlDocument": "[4.0.0, )"
  6423. },
  6424. "compile": {
  6425. "ref/dotnet/System.Xml.XmlSerializer.dll": {}
  6426. },
  6427. "runtime": {
  6428. "lib/netcore50/System.Xml.XmlSerializer.dll": {}
  6429. }
  6430. }
  6431. },
  6432. "UAP,Version=v10.0/win10-x64-aot": {
  6433. "FluentAssertions/4.0.1": {
  6434. "compile": {
  6435. "lib/dotnet/FluentAssertions.Core.dll": {},
  6436. "lib/dotnet/FluentAssertions.dll": {}
  6437. },
  6438. "runtime": {
  6439. "lib/dotnet/FluentAssertions.Core.dll": {},
  6440. "lib/dotnet/FluentAssertions.dll": {}
  6441. }
  6442. },
  6443. "Microsoft.CSharp/4.0.0": {
  6444. "dependencies": {
  6445. "System.Collections": "[4.0.10, )",
  6446. "System.Diagnostics.Debug": "[4.0.10, )",
  6447. "System.Dynamic.Runtime": "[4.0.0, )",
  6448. "System.Globalization": "[4.0.10, )",
  6449. "System.Linq": "[4.0.0, )",
  6450. "System.Linq.Expressions": "[4.0.0, )",
  6451. "System.ObjectModel": "[4.0.10, )",
  6452. "System.Reflection": "[4.0.10, )",
  6453. "System.Reflection.Extensions": "[4.0.0, )",
  6454. "System.Reflection.Primitives": "[4.0.0, )",
  6455. "System.Reflection.TypeExtensions": "[4.0.0, )",
  6456. "System.Resources.ResourceManager": "[4.0.0, )",
  6457. "System.Runtime": "[4.0.20, )",
  6458. "System.Runtime.Extensions": "[4.0.10, )",
  6459. "System.Runtime.InteropServices": "[4.0.20, )",
  6460. "System.Threading": "[4.0.10, )"
  6461. },
  6462. "compile": {
  6463. "ref/netcore50/Microsoft.CSharp.dll": {}
  6464. },
  6465. "runtime": {
  6466. "lib/netcore50/Microsoft.CSharp.dll": {}
  6467. }
  6468. },
  6469. "Microsoft.NETCore/5.0.0": {
  6470. "dependencies": {
  6471. "Microsoft.CSharp": "[4.0.0, )",
  6472. "Microsoft.NETCore.Targets": "[1.0.0, )",
  6473. "Microsoft.VisualBasic": "[10.0.0, )",
  6474. "System.AppContext": "[4.0.0, )",
  6475. "System.Collections": "[4.0.10, )",
  6476. "System.Collections.Concurrent": "[4.0.10, )",
  6477. "System.Collections.Immutable": "[1.1.37, )",
  6478. "System.ComponentModel": "[4.0.0, )",
  6479. "System.ComponentModel.Annotations": "[4.0.10, )",
  6480. "System.Diagnostics.Debug": "[4.0.10, )",
  6481. "System.Diagnostics.Tools": "[4.0.0, )",
  6482. "System.Diagnostics.Tracing": "[4.0.20, )",
  6483. "System.Dynamic.Runtime": "[4.0.10, )",
  6484. "System.Globalization": "[4.0.10, )",
  6485. "System.Globalization.Calendars": "[4.0.0, )",
  6486. "System.Globalization.Extensions": "[4.0.0, )",
  6487. "System.IO": "[4.0.10, )",
  6488. "System.IO.Compression": "[4.0.0, )",
  6489. "System.IO.Compression.ZipFile": "[4.0.0, )",
  6490. "System.IO.FileSystem": "[4.0.0, )",
  6491. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  6492. "System.IO.UnmanagedMemoryStream": "[4.0.0, )",
  6493. "System.Linq": "[4.0.0, )",
  6494. "System.Linq.Expressions": "[4.0.10, )",
  6495. "System.Linq.Parallel": "[4.0.0, )",
  6496. "System.Linq.Queryable": "[4.0.0, )",
  6497. "System.Net.Http": "[4.0.0, )",
  6498. "System.Net.NetworkInformation": "[4.0.0, )",
  6499. "System.Net.Primitives": "[4.0.10, )",
  6500. "System.Numerics.Vectors": "[4.1.0, )",
  6501. "System.ObjectModel": "[4.0.10, )",
  6502. "System.Reflection": "[4.0.10, )",
  6503. "System.Reflection.DispatchProxy": "[4.0.0, )",
  6504. "System.Reflection.Extensions": "[4.0.0, )",
  6505. "System.Reflection.Metadata": "[1.0.22, )",
  6506. "System.Reflection.Primitives": "[4.0.0, )",
  6507. "System.Reflection.TypeExtensions": "[4.0.0, )",
  6508. "System.Resources.ResourceManager": "[4.0.0, )",
  6509. "System.Runtime": "[4.0.20, )",
  6510. "System.Runtime.Extensions": "[4.0.10, )",
  6511. "System.Runtime.Handles": "[4.0.0, )",
  6512. "System.Runtime.InteropServices": "[4.0.20, )",
  6513. "System.Runtime.Numerics": "[4.0.0, )",
  6514. "System.Security.Claims": "[4.0.0, )",
  6515. "System.Security.Principal": "[4.0.0, )",
  6516. "System.Text.Encoding": "[4.0.10, )",
  6517. "System.Text.Encoding.Extensions": "[4.0.10, )",
  6518. "System.Text.RegularExpressions": "[4.0.10, )",
  6519. "System.Threading": "[4.0.10, )",
  6520. "System.Threading.Tasks": "[4.0.10, )",
  6521. "System.Threading.Tasks.Dataflow": "[4.5.25, )",
  6522. "System.Threading.Tasks.Parallel": "[4.0.0, )",
  6523. "System.Threading.Timer": "[4.0.0, )",
  6524. "System.Xml.ReaderWriter": "[4.0.10, )",
  6525. "System.Xml.XDocument": "[4.0.10, )"
  6526. }
  6527. },
  6528. "Microsoft.NETCore.Platforms/1.0.0": {},
  6529. "Microsoft.NETCore.Portable.Compatibility/1.0.0": {
  6530. "dependencies": {
  6531. "Microsoft.NETCore.Runtime": "[1.0.0, )"
  6532. },
  6533. "compile": {
  6534. "ref/netcore50/mscorlib.dll": {},
  6535. "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  6536. "ref/netcore50/System.Core.dll": {},
  6537. "ref/netcore50/System.dll": {},
  6538. "ref/netcore50/System.Net.dll": {},
  6539. "ref/netcore50/System.Numerics.dll": {},
  6540. "ref/netcore50/System.Runtime.Serialization.dll": {},
  6541. "ref/netcore50/System.ServiceModel.dll": {},
  6542. "ref/netcore50/System.ServiceModel.Web.dll": {},
  6543. "ref/netcore50/System.Windows.dll": {},
  6544. "ref/netcore50/System.Xml.dll": {},
  6545. "ref/netcore50/System.Xml.Linq.dll": {},
  6546. "ref/netcore50/System.Xml.Serialization.dll": {}
  6547. },
  6548. "runtime": {
  6549. "runtimes/aot/lib/netcore50/mscorlib.dll": {},
  6550. "runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  6551. "runtimes/aot/lib/netcore50/System.Core.dll": {},
  6552. "runtimes/aot/lib/netcore50/System.dll": {},
  6553. "runtimes/aot/lib/netcore50/System.Net.dll": {},
  6554. "runtimes/aot/lib/netcore50/System.Numerics.dll": {},
  6555. "runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll": {},
  6556. "runtimes/aot/lib/netcore50/System.ServiceModel.dll": {},
  6557. "runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll": {},
  6558. "runtimes/aot/lib/netcore50/System.Windows.dll": {},
  6559. "runtimes/aot/lib/netcore50/System.Xml.dll": {},
  6560. "runtimes/aot/lib/netcore50/System.Xml.Linq.dll": {},
  6561. "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll": {}
  6562. }
  6563. },
  6564. "Microsoft.NETCore.Runtime/1.0.0": {},
  6565. "Microsoft.NETCore.Runtime.Native/1.0.0": {
  6566. "dependencies": {
  6567. "System.Collections": "[4.0.10, 4.0.10]",
  6568. "System.Diagnostics.Contracts": "[4.0.0, 4.0.0]",
  6569. "System.Diagnostics.Debug": "[4.0.10, 4.0.10]",
  6570. "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]",
  6571. "System.Diagnostics.Tools": "[4.0.0, 4.0.0]",
  6572. "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]",
  6573. "System.Globalization": "[4.0.10, 4.0.10]",
  6574. "System.Globalization.Calendars": "[4.0.0, 4.0.0]",
  6575. "System.IO": "[4.0.10, 4.0.10]",
  6576. "System.ObjectModel": "[4.0.10, 4.0.10]",
  6577. "System.Private.Uri": "[4.0.0, 4.0.0]",
  6578. "System.Reflection": "[4.0.10, 4.0.10]",
  6579. "System.Reflection.Extensions": "[4.0.0, 4.0.0]",
  6580. "System.Reflection.Primitives": "[4.0.0, 4.0.0]",
  6581. "System.Resources.ResourceManager": "[4.0.0, 4.0.0]",
  6582. "System.Runtime": "[4.0.20, 4.0.20]",
  6583. "System.Runtime.Extensions": "[4.0.10, 4.0.10]",
  6584. "System.Runtime.Handles": "[4.0.0, 4.0.0]",
  6585. "System.Runtime.InteropServices": "[4.0.20, 4.0.20]",
  6586. "System.Text.Encoding": "[4.0.10, 4.0.10]",
  6587. "System.Text.Encoding.Extensions": "[4.0.10, 4.0.10]",
  6588. "System.Threading": "[4.0.10, 4.0.10]",
  6589. "System.Threading.Tasks": "[4.0.10, 4.0.10]",
  6590. "System.Threading.Timer": "[4.0.0, 4.0.0]"
  6591. }
  6592. },
  6593. "Microsoft.NETCore.Targets/1.0.0": {
  6594. "dependencies": {
  6595. "Microsoft.NETCore.Platforms": "[1.0.0, )",
  6596. "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )"
  6597. }
  6598. },
  6599. "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {},
  6600. "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": {
  6601. "dependencies": {
  6602. "Microsoft.NETCore": "[5.0.0, )",
  6603. "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )",
  6604. "Microsoft.NETCore.Runtime": "[1.0.0, )",
  6605. "Microsoft.Win32.Primitives": "[4.0.0, )",
  6606. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  6607. "System.Data.Common": "[4.0.0, )",
  6608. "System.Diagnostics.Contracts": "[4.0.0, )",
  6609. "System.Diagnostics.StackTrace": "[4.0.0, )",
  6610. "System.IO.IsolatedStorage": "[4.0.0, )",
  6611. "System.Net.Http.Rtc": "[4.0.0, )",
  6612. "System.Net.Requests": "[4.0.10, )",
  6613. "System.Net.Sockets": "[4.0.0, )",
  6614. "System.Net.WebHeaderCollection": "[4.0.0, )",
  6615. "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )",
  6616. "System.Reflection.Context": "[4.0.0, )",
  6617. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  6618. "System.Runtime.Serialization.Json": "[4.0.0, )",
  6619. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  6620. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  6621. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  6622. "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )",
  6623. "System.ServiceModel.Duplex": "[4.0.0, )",
  6624. "System.ServiceModel.Http": "[4.0.10, )",
  6625. "System.ServiceModel.NetTcp": "[4.0.0, )",
  6626. "System.ServiceModel.Primitives": "[4.0.0, )",
  6627. "System.ServiceModel.Security": "[4.0.0, )",
  6628. "System.Text.Encoding.CodePages": "[4.0.0, )",
  6629. "System.Xml.XmlSerializer": "[4.0.10, )"
  6630. }
  6631. },
  6632. "Microsoft.VisualBasic/10.0.0": {
  6633. "dependencies": {
  6634. "System.Collections": "[4.0.10, )",
  6635. "System.Diagnostics.Debug": "[4.0.10, )",
  6636. "System.Dynamic.Runtime": "[4.0.10, )",
  6637. "System.Globalization": "[4.0.10, )",
  6638. "System.Linq": "[4.0.0, )",
  6639. "System.Linq.Expressions": "[4.0.10, )",
  6640. "System.ObjectModel": "[4.0.10, )",
  6641. "System.Reflection": "[4.0.10, )",
  6642. "System.Reflection.Extensions": "[4.0.0, )",
  6643. "System.Reflection.Primitives": "[4.0.0, )",
  6644. "System.Reflection.TypeExtensions": "[4.0.0, )",
  6645. "System.Resources.ResourceManager": "[4.0.0, )",
  6646. "System.Runtime": "[4.0.20, )",
  6647. "System.Runtime.Extensions": "[4.0.10, )",
  6648. "System.Runtime.InteropServices": "[4.0.20, )",
  6649. "System.Threading": "[4.0.10, )"
  6650. },
  6651. "compile": {
  6652. "ref/netcore50/Microsoft.VisualBasic.dll": {}
  6653. },
  6654. "runtime": {
  6655. "lib/netcore50/Microsoft.VisualBasic.dll": {}
  6656. }
  6657. },
  6658. "Microsoft.Win32.Primitives/4.0.0": {
  6659. "dependencies": {
  6660. "System.Runtime": "[4.0.20, )",
  6661. "System.Runtime.InteropServices": "[4.0.20, )"
  6662. },
  6663. "compile": {
  6664. "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
  6665. },
  6666. "runtime": {
  6667. "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
  6668. }
  6669. },
  6670. "System.AppContext/4.0.0": {
  6671. "dependencies": {
  6672. "System.Collections": "[4.0.0, )",
  6673. "System.Resources.ResourceManager": "[4.0.0, )",
  6674. "System.Runtime": "[4.0.20, )",
  6675. "System.Threading": "[4.0.0, )"
  6676. },
  6677. "compile": {
  6678. "ref/dotnet/System.AppContext.dll": {}
  6679. },
  6680. "runtime": {
  6681. "lib/netcore50/System.AppContext.dll": {}
  6682. }
  6683. },
  6684. "System.Collections/4.0.10": {
  6685. "dependencies": {
  6686. "System.Diagnostics.Debug": "[4.0.0, )",
  6687. "System.Resources.ResourceManager": "[4.0.0, )",
  6688. "System.Runtime": "[4.0.20, )",
  6689. "System.Runtime.Extensions": "[4.0.0, )",
  6690. "System.Threading": "[4.0.0, )"
  6691. },
  6692. "compile": {
  6693. "ref/dotnet/System.Collections.dll": {}
  6694. },
  6695. "runtime": {
  6696. "runtimes/win8-aot/lib/netcore50/System.Collections.dll": {}
  6697. }
  6698. },
  6699. "System.Collections.Concurrent/4.0.10": {
  6700. "dependencies": {
  6701. "System.Collections": "[4.0.10, )",
  6702. "System.Diagnostics.Debug": "[4.0.10, )",
  6703. "System.Diagnostics.Tracing": "[4.0.20, )",
  6704. "System.Globalization": "[4.0.10, )",
  6705. "System.Resources.ResourceManager": "[4.0.0, )",
  6706. "System.Runtime": "[4.0.20, )",
  6707. "System.Runtime.Extensions": "[4.0.10, )",
  6708. "System.Threading": "[4.0.10, )",
  6709. "System.Threading.Tasks": "[4.0.10, )"
  6710. },
  6711. "compile": {
  6712. "ref/dotnet/System.Collections.Concurrent.dll": {}
  6713. },
  6714. "runtime": {
  6715. "lib/dotnet/System.Collections.Concurrent.dll": {}
  6716. }
  6717. },
  6718. "System.Collections.Immutable/1.1.37": {
  6719. "dependencies": {
  6720. "System.Collections": "[4.0.0, )",
  6721. "System.Diagnostics.Debug": "[4.0.0, )",
  6722. "System.Globalization": "[4.0.0, )",
  6723. "System.Linq": "[4.0.0, )",
  6724. "System.Resources.ResourceManager": "[4.0.0, )",
  6725. "System.Runtime": "[4.0.0, )",
  6726. "System.Runtime.Extensions": "[4.0.0, )",
  6727. "System.Threading": "[4.0.0, )"
  6728. },
  6729. "compile": {
  6730. "lib/dotnet/System.Collections.Immutable.dll": {}
  6731. },
  6732. "runtime": {
  6733. "lib/dotnet/System.Collections.Immutable.dll": {}
  6734. }
  6735. },
  6736. "System.Collections.NonGeneric/4.0.0": {
  6737. "dependencies": {
  6738. "System.Diagnostics.Debug": "[4.0.10, )",
  6739. "System.Globalization": "[4.0.10, )",
  6740. "System.Resources.ResourceManager": "[4.0.0, )",
  6741. "System.Runtime": "[4.0.20, )",
  6742. "System.Runtime.Extensions": "[4.0.10, )",
  6743. "System.Threading": "[4.0.10, )"
  6744. },
  6745. "compile": {
  6746. "ref/dotnet/System.Collections.NonGeneric.dll": {}
  6747. },
  6748. "runtime": {
  6749. "lib/dotnet/System.Collections.NonGeneric.dll": {}
  6750. }
  6751. },
  6752. "System.Collections.Specialized/4.0.0": {
  6753. "dependencies": {
  6754. "System.Collections.NonGeneric": "[4.0.0, )",
  6755. "System.Globalization": "[4.0.10, )",
  6756. "System.Globalization.Extensions": "[4.0.0, )",
  6757. "System.Resources.ResourceManager": "[4.0.0, )",
  6758. "System.Runtime": "[4.0.20, )",
  6759. "System.Runtime.Extensions": "[4.0.10, )",
  6760. "System.Threading": "[4.0.10, )"
  6761. },
  6762. "compile": {
  6763. "ref/dotnet/System.Collections.Specialized.dll": {}
  6764. },
  6765. "runtime": {
  6766. "lib/dotnet/System.Collections.Specialized.dll": {}
  6767. }
  6768. },
  6769. "System.ComponentModel/4.0.0": {
  6770. "dependencies": {
  6771. "System.Runtime": "[4.0.20, )"
  6772. },
  6773. "compile": {
  6774. "ref/netcore50/System.ComponentModel.dll": {}
  6775. },
  6776. "runtime": {
  6777. "lib/netcore50/System.ComponentModel.dll": {}
  6778. }
  6779. },
  6780. "System.ComponentModel.Annotations/4.0.10": {
  6781. "dependencies": {
  6782. "System.Collections": "[4.0.10, )",
  6783. "System.ComponentModel": "[4.0.0, )",
  6784. "System.Globalization": "[4.0.10, )",
  6785. "System.Linq": "[4.0.0, )",
  6786. "System.Reflection": "[4.0.10, )",
  6787. "System.Reflection.Extensions": "[4.0.0, )",
  6788. "System.Resources.ResourceManager": "[4.0.0, )",
  6789. "System.Runtime": "[4.0.20, )",
  6790. "System.Runtime.Extensions": "[4.0.10, )",
  6791. "System.Text.RegularExpressions": "[4.0.10, )",
  6792. "System.Threading": "[4.0.10, )"
  6793. },
  6794. "compile": {
  6795. "ref/dotnet/System.ComponentModel.Annotations.dll": {}
  6796. },
  6797. "runtime": {
  6798. "lib/dotnet/System.ComponentModel.Annotations.dll": {}
  6799. }
  6800. },
  6801. "System.ComponentModel.EventBasedAsync/4.0.10": {
  6802. "dependencies": {
  6803. "System.Resources.ResourceManager": "[4.0.0, )",
  6804. "System.Runtime": "[4.0.20, )",
  6805. "System.Threading": "[4.0.10, )",
  6806. "System.Threading.Tasks": "[4.0.10, )"
  6807. },
  6808. "compile": {
  6809. "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  6810. },
  6811. "runtime": {
  6812. "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  6813. }
  6814. },
  6815. "System.Data.Common/4.0.0": {
  6816. "dependencies": {
  6817. "System.Collections": "[4.0.10, )",
  6818. "System.Collections.NonGeneric": "[4.0.0, )",
  6819. "System.Globalization": "[4.0.10, )",
  6820. "System.IO": "[4.0.0, )",
  6821. "System.Resources.ResourceManager": "[4.0.0, )",
  6822. "System.Runtime": "[4.0.20, )",
  6823. "System.Runtime.Extensions": "[4.0.10, )",
  6824. "System.Text.RegularExpressions": "[4.0.0, )",
  6825. "System.Threading.Tasks": "[4.0.0, )"
  6826. },
  6827. "compile": {
  6828. "ref/dotnet/System.Data.Common.dll": {}
  6829. },
  6830. "runtime": {
  6831. "lib/dotnet/System.Data.Common.dll": {}
  6832. }
  6833. },
  6834. "System.Diagnostics.Contracts/4.0.0": {
  6835. "compile": {
  6836. "ref/netcore50/System.Diagnostics.Contracts.dll": {}
  6837. },
  6838. "runtime": {
  6839. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll": {}
  6840. }
  6841. },
  6842. "System.Diagnostics.Debug/4.0.10": {
  6843. "dependencies": {
  6844. "System.Runtime": "[4.0.0, )"
  6845. },
  6846. "compile": {
  6847. "ref/dotnet/System.Diagnostics.Debug.dll": {}
  6848. },
  6849. "runtime": {
  6850. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll": {}
  6851. }
  6852. },
  6853. "System.Diagnostics.StackTrace/4.0.0": {
  6854. "dependencies": {
  6855. "System.Runtime": "[4.0.20, )"
  6856. },
  6857. "compile": {
  6858. "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
  6859. },
  6860. "runtime": {
  6861. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll": {}
  6862. }
  6863. },
  6864. "System.Diagnostics.Tools/4.0.0": {
  6865. "compile": {
  6866. "ref/netcore50/System.Diagnostics.Tools.dll": {}
  6867. },
  6868. "runtime": {
  6869. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll": {}
  6870. }
  6871. },
  6872. "System.Diagnostics.Tracing/4.0.20": {
  6873. "dependencies": {
  6874. "System.Collections": "[4.0.10, )",
  6875. "System.Globalization": "[4.0.0, )",
  6876. "System.Reflection": "[4.0.10, )",
  6877. "System.Reflection.Extensions": "[4.0.0, )",
  6878. "System.Resources.ResourceManager": "[4.0.0, )",
  6879. "System.Runtime": "[4.0.20, )",
  6880. "System.Runtime.Extensions": "[4.0.10, )",
  6881. "System.Runtime.InteropServices": "[4.0.0, )",
  6882. "System.Text.Encoding": "[4.0.0, )",
  6883. "System.Threading": "[4.0.10, )"
  6884. },
  6885. "compile": {
  6886. "ref/dotnet/System.Diagnostics.Tracing.dll": {}
  6887. },
  6888. "runtime": {
  6889. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll": {}
  6890. }
  6891. },
  6892. "System.Dynamic.Runtime/4.0.10": {
  6893. "dependencies": {
  6894. "System.Collections": "[4.0.0, )",
  6895. "System.Diagnostics.Debug": "[4.0.0, )",
  6896. "System.Globalization": "[4.0.0, )",
  6897. "System.Linq": "[4.0.0, )",
  6898. "System.Linq.Expressions": "[4.0.10, )",
  6899. "System.ObjectModel": "[4.0.0, )",
  6900. "System.Reflection": "[4.0.0, )",
  6901. "System.Reflection.TypeExtensions": "[4.0.0, )",
  6902. "System.Resources.ResourceManager": "[4.0.0, )",
  6903. "System.Runtime": "[4.0.20, )",
  6904. "System.Runtime.Extensions": "[4.0.0, )",
  6905. "System.Threading": "[4.0.0, )"
  6906. },
  6907. "compile": {
  6908. "ref/dotnet/System.Dynamic.Runtime.dll": {}
  6909. },
  6910. "runtime": {
  6911. "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll": {}
  6912. }
  6913. },
  6914. "System.Globalization/4.0.10": {
  6915. "dependencies": {
  6916. "System.Runtime": "[4.0.0, )"
  6917. },
  6918. "compile": {
  6919. "ref/dotnet/System.Globalization.dll": {}
  6920. },
  6921. "runtime": {
  6922. "runtimes/win8-aot/lib/netcore50/System.Globalization.dll": {}
  6923. }
  6924. },
  6925. "System.Globalization.Calendars/4.0.0": {
  6926. "dependencies": {
  6927. "System.Globalization": "[4.0.0, )",
  6928. "System.Runtime": "[4.0.0, )"
  6929. },
  6930. "compile": {
  6931. "ref/dotnet/System.Globalization.Calendars.dll": {}
  6932. },
  6933. "runtime": {
  6934. "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll": {}
  6935. }
  6936. },
  6937. "System.Globalization.Extensions/4.0.0": {
  6938. "dependencies": {
  6939. "System.Globalization": "[4.0.10, )",
  6940. "System.Resources.ResourceManager": "[4.0.0, )",
  6941. "System.Runtime": "[4.0.20, )",
  6942. "System.Runtime.Extensions": "[4.0.10, )",
  6943. "System.Runtime.InteropServices": "[4.0.20, )"
  6944. },
  6945. "compile": {
  6946. "ref/dotnet/System.Globalization.Extensions.dll": {}
  6947. },
  6948. "runtime": {
  6949. "lib/dotnet/System.Globalization.Extensions.dll": {}
  6950. }
  6951. },
  6952. "System.IO/4.0.10": {
  6953. "dependencies": {
  6954. "System.Globalization": "[4.0.0, )",
  6955. "System.Runtime": "[4.0.20, )",
  6956. "System.Text.Encoding": "[4.0.10, )",
  6957. "System.Text.Encoding.Extensions": "[4.0.0, )",
  6958. "System.Threading": "[4.0.0, )",
  6959. "System.Threading.Tasks": "[4.0.0, )"
  6960. },
  6961. "compile": {
  6962. "ref/dotnet/System.IO.dll": {}
  6963. },
  6964. "runtime": {
  6965. "runtimes/win8-aot/lib/netcore50/System.IO.dll": {}
  6966. }
  6967. },
  6968. "System.IO.Compression/4.0.0": {
  6969. "dependencies": {
  6970. "System.Collections": "[4.0.0, )",
  6971. "System.IO": "[4.0.0, )",
  6972. "System.Resources.ResourceManager": "[4.0.0, )",
  6973. "System.Runtime": "[4.0.0, )",
  6974. "System.Runtime.Extensions": "[4.0.0, )",
  6975. "System.Runtime.InteropServices": "[4.0.0, )",
  6976. "System.Text.Encoding": "[4.0.0, )",
  6977. "System.Threading": "[4.0.0, )",
  6978. "System.Threading.Tasks": "[4.0.0, )"
  6979. },
  6980. "compile": {
  6981. "ref/netcore50/System.IO.Compression.dll": {}
  6982. },
  6983. "runtime": {
  6984. "lib/netcore50/System.IO.Compression.dll": {}
  6985. }
  6986. },
  6987. "System.IO.Compression.clrcompression-x64/4.0.0": {
  6988. "native": {
  6989. "runtimes/win10-x64/native/ClrCompression.dll": {}
  6990. }
  6991. },
  6992. "System.IO.Compression.ZipFile/4.0.0": {
  6993. "dependencies": {
  6994. "System.IO": "[4.0.10, )",
  6995. "System.IO.Compression": "[4.0.0, )",
  6996. "System.IO.FileSystem": "[4.0.0, )",
  6997. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  6998. "System.Resources.ResourceManager": "[4.0.0, )",
  6999. "System.Runtime": "[4.0.20, )",
  7000. "System.Runtime.Extensions": "[4.0.10, )",
  7001. "System.Text.Encoding": "[4.0.10, )"
  7002. },
  7003. "compile": {
  7004. "ref/dotnet/System.IO.Compression.ZipFile.dll": {}
  7005. },
  7006. "runtime": {
  7007. "lib/dotnet/System.IO.Compression.ZipFile.dll": {}
  7008. }
  7009. },
  7010. "System.IO.FileSystem/4.0.0": {
  7011. "dependencies": {
  7012. "System.Collections": "[4.0.10, )",
  7013. "System.Diagnostics.Debug": "[4.0.10, )",
  7014. "System.IO": "[4.0.10, )",
  7015. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  7016. "System.Resources.ResourceManager": "[4.0.0, )",
  7017. "System.Runtime": "[4.0.20, )",
  7018. "System.Runtime.Extensions": "[4.0.10, )",
  7019. "System.Runtime.Handles": "[4.0.0, )",
  7020. "System.Runtime.InteropServices": "[4.0.20, )",
  7021. "System.Runtime.WindowsRuntime": "[4.0.0, )",
  7022. "System.Text.Encoding": "[4.0.10, )",
  7023. "System.Text.Encoding.Extensions": "[4.0.10, )",
  7024. "System.Threading": "[4.0.10, )",
  7025. "System.Threading.Overlapped": "[4.0.0, )",
  7026. "System.Threading.Tasks": "[4.0.10, )"
  7027. },
  7028. "compile": {
  7029. "ref/dotnet/System.IO.FileSystem.dll": {}
  7030. },
  7031. "runtime": {
  7032. "lib/netcore50/System.IO.FileSystem.dll": {}
  7033. }
  7034. },
  7035. "System.IO.FileSystem.Primitives/4.0.0": {
  7036. "dependencies": {
  7037. "System.Runtime": "[4.0.20, )"
  7038. },
  7039. "compile": {
  7040. "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
  7041. },
  7042. "runtime": {
  7043. "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
  7044. }
  7045. },
  7046. "System.IO.IsolatedStorage/4.0.0": {
  7047. "dependencies": {
  7048. "System.IO": "[4.0.10, )",
  7049. "System.IO.FileSystem": "[4.0.0, )",
  7050. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  7051. "System.Linq": "[4.0.0, )",
  7052. "System.Resources.ResourceManager": "[4.0.0, )",
  7053. "System.Runtime": "[4.0.20, )",
  7054. "System.Runtime.Extensions": "[4.0.10, )",
  7055. "System.Threading": "[4.0.10, )",
  7056. "System.Threading.Tasks": "[4.0.10, )"
  7057. },
  7058. "compile": {
  7059. "ref/dotnet/System.IO.IsolatedStorage.dll": {}
  7060. },
  7061. "runtime": {
  7062. "lib/netcore50/System.IO.IsolatedStorage.dll": {}
  7063. }
  7064. },
  7065. "System.IO.UnmanagedMemoryStream/4.0.0": {
  7066. "dependencies": {
  7067. "System.IO": "[4.0.10, )",
  7068. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  7069. "System.Resources.ResourceManager": "[4.0.0, )",
  7070. "System.Runtime": "[4.0.20, )",
  7071. "System.Runtime.InteropServices": "[4.0.20, )",
  7072. "System.Threading": "[4.0.10, )",
  7073. "System.Threading.Tasks": "[4.0.10, )"
  7074. },
  7075. "compile": {
  7076. "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  7077. },
  7078. "runtime": {
  7079. "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  7080. }
  7081. },
  7082. "System.Linq/4.0.0": {
  7083. "dependencies": {
  7084. "System.Collections": "[4.0.10, )",
  7085. "System.Diagnostics.Debug": "[4.0.10, )",
  7086. "System.Resources.ResourceManager": "[4.0.0, )",
  7087. "System.Runtime": "[4.0.20, )",
  7088. "System.Runtime.Extensions": "[4.0.10, )"
  7089. },
  7090. "compile": {
  7091. "ref/netcore50/System.Linq.dll": {}
  7092. },
  7093. "runtime": {
  7094. "lib/netcore50/System.Linq.dll": {}
  7095. }
  7096. },
  7097. "System.Linq.Expressions/4.0.10": {
  7098. "dependencies": {
  7099. "System.Collections": "[4.0.0, )",
  7100. "System.Diagnostics.Debug": "[4.0.0, )",
  7101. "System.Globalization": "[4.0.0, )",
  7102. "System.IO": "[4.0.0, )",
  7103. "System.Linq": "[4.0.0, )",
  7104. "System.Reflection": "[4.0.0, )",
  7105. "System.Reflection.Extensions": "[4.0.0, )",
  7106. "System.Reflection.Primitives": "[4.0.0, )",
  7107. "System.Reflection.TypeExtensions": "[4.0.0, )",
  7108. "System.Resources.ResourceManager": "[4.0.0, )",
  7109. "System.Runtime": "[4.0.20, )",
  7110. "System.Runtime.Extensions": "[4.0.0, )",
  7111. "System.Threading": "[4.0.0, )"
  7112. },
  7113. "compile": {
  7114. "ref/dotnet/System.Linq.Expressions.dll": {}
  7115. },
  7116. "runtime": {
  7117. "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll": {}
  7118. }
  7119. },
  7120. "System.Linq.Parallel/4.0.0": {
  7121. "dependencies": {
  7122. "System.Collections": "[4.0.10, )",
  7123. "System.Collections.Concurrent": "[4.0.10, )",
  7124. "System.Diagnostics.Debug": "[4.0.10, )",
  7125. "System.Diagnostics.Tracing": "[4.0.20, )",
  7126. "System.Linq": "[4.0.0, )",
  7127. "System.Resources.ResourceManager": "[4.0.0, )",
  7128. "System.Runtime": "[4.0.20, )",
  7129. "System.Runtime.Extensions": "[4.0.10, )",
  7130. "System.Threading": "[4.0.10, )",
  7131. "System.Threading.Tasks": "[4.0.10, )"
  7132. },
  7133. "compile": {
  7134. "ref/netcore50/System.Linq.Parallel.dll": {}
  7135. },
  7136. "runtime": {
  7137. "lib/netcore50/System.Linq.Parallel.dll": {}
  7138. }
  7139. },
  7140. "System.Linq.Queryable/4.0.0": {
  7141. "dependencies": {
  7142. "System.Collections": "[4.0.10, )",
  7143. "System.Linq": "[4.0.0, )",
  7144. "System.Linq.Expressions": "[4.0.10, )",
  7145. "System.Reflection": "[4.0.10, )",
  7146. "System.Reflection.Extensions": "[4.0.0, )",
  7147. "System.Resources.ResourceManager": "[4.0.0, )",
  7148. "System.Runtime": "[4.0.20, )"
  7149. },
  7150. "compile": {
  7151. "ref/netcore50/System.Linq.Queryable.dll": {}
  7152. },
  7153. "runtime": {
  7154. "lib/netcore50/System.Linq.Queryable.dll": {}
  7155. }
  7156. },
  7157. "System.Net.Http/4.0.0": {
  7158. "dependencies": {
  7159. "System.Collections": "[4.0.10, )",
  7160. "System.Diagnostics.Debug": "[4.0.10, )",
  7161. "System.Globalization": "[4.0.10, )",
  7162. "System.IO": "[4.0.10, )",
  7163. "System.Net.Primitives": "[4.0.0, )",
  7164. "System.Resources.ResourceManager": "[4.0.0, )",
  7165. "System.Runtime": "[4.0.20, )",
  7166. "System.Runtime.Extensions": "[4.0.10, )",
  7167. "System.Runtime.InteropServices": "[4.0.20, )",
  7168. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  7169. "System.Text.Encoding": "[4.0.10, )",
  7170. "System.Text.Encoding.Extensions": "[4.0.10, )",
  7171. "System.Threading": "[4.0.10, )",
  7172. "System.Threading.Tasks": "[4.0.10, )"
  7173. },
  7174. "compile": {
  7175. "ref/netcore50/System.Net.Http.dll": {}
  7176. },
  7177. "runtime": {
  7178. "lib/netcore50/System.Net.Http.dll": {}
  7179. }
  7180. },
  7181. "System.Net.Http.Rtc/4.0.0": {
  7182. "dependencies": {
  7183. "System.Net.Http": "[4.0.0, )",
  7184. "System.Runtime": "[4.0.20, )"
  7185. },
  7186. "compile": {
  7187. "ref/netcore50/System.Net.Http.Rtc.dll": {}
  7188. },
  7189. "runtime": {
  7190. "lib/netcore50/System.Net.Http.Rtc.dll": {}
  7191. }
  7192. },
  7193. "System.Net.NetworkInformation/4.0.0": {
  7194. "dependencies": {
  7195. "System.Runtime": "[4.0.0, )",
  7196. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  7197. "System.Threading": "[4.0.0, )"
  7198. },
  7199. "compile": {
  7200. "ref/netcore50/System.Net.NetworkInformation.dll": {}
  7201. },
  7202. "runtime": {
  7203. "lib/netcore50/System.Net.NetworkInformation.dll": {}
  7204. }
  7205. },
  7206. "System.Net.Primitives/4.0.10": {
  7207. "dependencies": {
  7208. "System.Private.Networking": "[4.0.0, )",
  7209. "System.Runtime": "[4.0.20, )"
  7210. },
  7211. "compile": {
  7212. "ref/dotnet/System.Net.Primitives.dll": {}
  7213. },
  7214. "runtime": {
  7215. "lib/netcore50/System.Net.Primitives.dll": {}
  7216. }
  7217. },
  7218. "System.Net.Requests/4.0.10": {
  7219. "dependencies": {
  7220. "System.Collections": "[4.0.10, )",
  7221. "System.Diagnostics.Debug": "[4.0.10, )",
  7222. "System.IO": "[4.0.10, )",
  7223. "System.Net.Http": "[4.0.0, )",
  7224. "System.Net.Primitives": "[4.0.10, )",
  7225. "System.Net.WebHeaderCollection": "[4.0.0, )",
  7226. "System.Resources.ResourceManager": "[4.0.0, )",
  7227. "System.Runtime": "[4.0.20, )",
  7228. "System.Threading": "[4.0.10, )",
  7229. "System.Threading.Tasks": "[4.0.10, )"
  7230. },
  7231. "compile": {
  7232. "ref/dotnet/System.Net.Requests.dll": {}
  7233. },
  7234. "runtime": {
  7235. "lib/dotnet/System.Net.Requests.dll": {}
  7236. }
  7237. },
  7238. "System.Net.Sockets/4.0.0": {
  7239. "dependencies": {
  7240. "System.Private.Networking": "[4.0.0, )",
  7241. "System.Runtime": "[4.0.20, )"
  7242. },
  7243. "compile": {
  7244. "ref/dotnet/System.Net.Sockets.dll": {}
  7245. },
  7246. "runtime": {
  7247. "lib/netcore50/System.Net.Sockets.dll": {}
  7248. }
  7249. },
  7250. "System.Net.WebHeaderCollection/4.0.0": {
  7251. "dependencies": {
  7252. "System.Collections.NonGeneric": "[4.0.0, )",
  7253. "System.Collections.Specialized": "[4.0.0, )",
  7254. "System.Resources.ResourceManager": "[4.0.0, )",
  7255. "System.Runtime": "[4.0.20, )"
  7256. },
  7257. "compile": {
  7258. "ref/dotnet/System.Net.WebHeaderCollection.dll": {}
  7259. },
  7260. "runtime": {
  7261. "lib/dotnet/System.Net.WebHeaderCollection.dll": {}
  7262. }
  7263. },
  7264. "System.Numerics.Vectors/4.1.0": {
  7265. "dependencies": {
  7266. "System.Globalization": "[4.0.10, )",
  7267. "System.Resources.ResourceManager": "[4.0.0, )",
  7268. "System.Runtime": "[4.0.20, )",
  7269. "System.Runtime.Extensions": "[4.0.10, )"
  7270. },
  7271. "compile": {
  7272. "ref/dotnet/System.Numerics.Vectors.dll": {}
  7273. },
  7274. "runtime": {
  7275. "lib/dotnet/System.Numerics.Vectors.dll": {}
  7276. }
  7277. },
  7278. "System.Numerics.Vectors.WindowsRuntime/4.0.0": {
  7279. "dependencies": {
  7280. "System.Numerics.Vectors": "[4.1.0, )",
  7281. "System.Runtime": "[4.0.20, )",
  7282. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  7283. },
  7284. "compile": {
  7285. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  7286. },
  7287. "runtime": {
  7288. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  7289. }
  7290. },
  7291. "System.ObjectModel/4.0.10": {
  7292. "dependencies": {
  7293. "System.Collections": "[4.0.10, )",
  7294. "System.Diagnostics.Debug": "[4.0.10, )",
  7295. "System.Resources.ResourceManager": "[4.0.0, )",
  7296. "System.Runtime": "[4.0.20, )",
  7297. "System.Threading": "[4.0.10, )"
  7298. },
  7299. "compile": {
  7300. "ref/dotnet/System.ObjectModel.dll": {}
  7301. },
  7302. "runtime": {
  7303. "lib/dotnet/System.ObjectModel.dll": {}
  7304. }
  7305. },
  7306. "System.Private.DataContractSerialization/4.0.0": {
  7307. "dependencies": {
  7308. "System.Collections": "[4.0.10, )",
  7309. "System.Globalization": "[4.0.10, )",
  7310. "System.IO": "[4.0.10, )",
  7311. "System.Linq": "[4.0.0, )",
  7312. "System.Reflection": "[4.0.10, )",
  7313. "System.Reflection.Extensions": "[4.0.0, )",
  7314. "System.Reflection.Primitives": "[4.0.0, )",
  7315. "System.Reflection.TypeExtensions": "[4.0.0, )",
  7316. "System.Resources.ResourceManager": "[4.0.0, )",
  7317. "System.Runtime": "[4.0.20, )",
  7318. "System.Runtime.Extensions": "[4.0.10, )",
  7319. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  7320. "System.Text.Encoding": "[4.0.10, )",
  7321. "System.Text.Encoding.Extensions": "[4.0.10, )",
  7322. "System.Text.RegularExpressions": "[4.0.10, )",
  7323. "System.Threading": "[4.0.10, )",
  7324. "System.Xml.ReaderWriter": "[4.0.10, )",
  7325. "System.Xml.XmlSerializer": "[4.0.10, )"
  7326. },
  7327. "compile": {
  7328. "ref/netcore50/_._": {}
  7329. },
  7330. "runtime": {
  7331. "runtimes/win8-aot/lib/netcore50/System.Private.DataContractSerialization.dll": {}
  7332. }
  7333. },
  7334. "System.Private.Networking/4.0.0": {
  7335. "dependencies": {
  7336. "Microsoft.Win32.Primitives": "[4.0.0, )",
  7337. "System.Collections": "[4.0.10, )",
  7338. "System.Collections.NonGeneric": "[4.0.0, )",
  7339. "System.Diagnostics.Debug": "[4.0.10, )",
  7340. "System.Diagnostics.Tracing": "[4.0.20, )",
  7341. "System.Globalization": "[4.0.10, )",
  7342. "System.IO": "[4.0.10, )",
  7343. "System.IO.FileSystem": "[4.0.0, )",
  7344. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  7345. "System.Resources.ResourceManager": "[4.0.0, )",
  7346. "System.Runtime": "[4.0.20, )",
  7347. "System.Runtime.Extensions": "[4.0.10, )",
  7348. "System.Runtime.Handles": "[4.0.0, )",
  7349. "System.Runtime.InteropServices": "[4.0.20, )",
  7350. "System.Threading": "[4.0.10, )",
  7351. "System.Threading.Overlapped": "[4.0.0, )",
  7352. "System.Threading.Tasks": "[4.0.10, )"
  7353. },
  7354. "compile": {
  7355. "ref/netcore50/_._": {}
  7356. },
  7357. "runtime": {
  7358. "lib/netcore50/System.Private.Networking.dll": {}
  7359. }
  7360. },
  7361. "System.Private.ServiceModel/4.0.0": {
  7362. "dependencies": {
  7363. "System.Collections": "[4.0.10, )",
  7364. "System.Collections.Concurrent": "[4.0.10, )",
  7365. "System.Collections.NonGeneric": "[4.0.0, )",
  7366. "System.Collections.Specialized": "[4.0.0, )",
  7367. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  7368. "System.Diagnostics.Contracts": "[4.0.0, )",
  7369. "System.Diagnostics.Debug": "[4.0.10, )",
  7370. "System.Globalization": "[4.0.10, )",
  7371. "System.IO": "[4.0.10, )",
  7372. "System.IO.Compression": "[4.0.0, )",
  7373. "System.Linq": "[4.0.0, )",
  7374. "System.Linq.Expressions": "[4.0.10, )",
  7375. "System.Linq.Queryable": "[4.0.0, )",
  7376. "System.Net.Http": "[4.0.0, )",
  7377. "System.Net.Primitives": "[4.0.10, )",
  7378. "System.Net.WebHeaderCollection": "[4.0.0, )",
  7379. "System.ObjectModel": "[4.0.10, )",
  7380. "System.Reflection": "[4.0.10, )",
  7381. "System.Reflection.DispatchProxy": "[4.0.0, )",
  7382. "System.Reflection.Extensions": "[4.0.0, )",
  7383. "System.Reflection.Primitives": "[4.0.0, )",
  7384. "System.Reflection.TypeExtensions": "[4.0.0, )",
  7385. "System.Resources.ResourceManager": "[4.0.0, )",
  7386. "System.Runtime": "[4.0.20, )",
  7387. "System.Runtime.Extensions": "[4.0.10, )",
  7388. "System.Runtime.InteropServices": "[4.0.20, )",
  7389. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  7390. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  7391. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  7392. "System.Security.Claims": "[4.0.0, )",
  7393. "System.Security.Principal": "[4.0.0, )",
  7394. "System.Text.Encoding": "[4.0.10, )",
  7395. "System.Threading": "[4.0.10, )",
  7396. "System.Threading.Tasks": "[4.0.10, )",
  7397. "System.Threading.Timer": "[4.0.0, )",
  7398. "System.Xml.ReaderWriter": "[4.0.10, )",
  7399. "System.Xml.XmlDocument": "[4.0.0, )",
  7400. "System.Xml.XmlSerializer": "[4.0.10, )"
  7401. },
  7402. "compile": {
  7403. "ref/netcore50/_._": {}
  7404. },
  7405. "runtime": {
  7406. "lib/netcore50/System.Private.ServiceModel.dll": {}
  7407. }
  7408. },
  7409. "System.Private.Uri/4.0.0": {
  7410. "compile": {
  7411. "ref/netcore50/_._": {}
  7412. },
  7413. "runtime": {
  7414. "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll": {}
  7415. }
  7416. },
  7417. "System.Reflection/4.0.10": {
  7418. "dependencies": {
  7419. "System.IO": "[4.0.0, )",
  7420. "System.Reflection.Primitives": "[4.0.0, )",
  7421. "System.Runtime": "[4.0.20, )"
  7422. },
  7423. "compile": {
  7424. "ref/dotnet/System.Reflection.dll": {}
  7425. },
  7426. "runtime": {
  7427. "runtimes/win8-aot/lib/netcore50/System.Reflection.dll": {}
  7428. }
  7429. },
  7430. "System.Reflection.Context/4.0.0": {
  7431. "dependencies": {
  7432. "System.Reflection": "[4.0.10, )",
  7433. "System.Resources.ResourceManager": "[4.0.0, )",
  7434. "System.Runtime": "[4.0.20, )"
  7435. },
  7436. "compile": {
  7437. "ref/netcore50/System.Reflection.Context.dll": {}
  7438. },
  7439. "runtime": {
  7440. "lib/netcore50/System.Reflection.Context.dll": {}
  7441. }
  7442. },
  7443. "System.Reflection.DispatchProxy/4.0.0": {
  7444. "dependencies": {
  7445. "System.Collections": "[4.0.10, )",
  7446. "System.Linq": "[4.0.0, )",
  7447. "System.Reflection": "[4.0.10, )",
  7448. "System.Reflection.Extensions": "[4.0.0, )",
  7449. "System.Reflection.Primitives": "[4.0.0, )",
  7450. "System.Resources.ResourceManager": "[4.0.0, )",
  7451. "System.Runtime": "[4.0.20, )",
  7452. "System.Threading": "[4.0.10, )"
  7453. },
  7454. "compile": {
  7455. "ref/dotnet/System.Reflection.DispatchProxy.dll": {}
  7456. },
  7457. "runtime": {
  7458. "runtimes/win8-aot/lib/netcore50/System.Reflection.DispatchProxy.dll": {}
  7459. }
  7460. },
  7461. "System.Reflection.Emit/4.0.0": {
  7462. "dependencies": {
  7463. "System.IO": "[4.0.0, )",
  7464. "System.Reflection": "[4.0.0, )",
  7465. "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
  7466. "System.Reflection.Primitives": "[4.0.0, )",
  7467. "System.Runtime": "[4.0.0, )"
  7468. },
  7469. "compile": {
  7470. "ref/dotnet/System.Reflection.Emit.dll": {}
  7471. },
  7472. "runtime": {
  7473. "lib/netcore50/System.Reflection.Emit.dll": {}
  7474. }
  7475. },
  7476. "System.Reflection.Emit.ILGeneration/4.0.0": {
  7477. "dependencies": {
  7478. "System.Reflection": "[4.0.0, )",
  7479. "System.Reflection.Primitives": "[4.0.0, )",
  7480. "System.Runtime": "[4.0.0, )"
  7481. },
  7482. "compile": {
  7483. "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
  7484. },
  7485. "runtime": {
  7486. "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {}
  7487. }
  7488. },
  7489. "System.Reflection.Extensions/4.0.0": {
  7490. "dependencies": {
  7491. "System.Diagnostics.Debug": "[4.0.10, )",
  7492. "System.Reflection": "[4.0.10, )",
  7493. "System.Reflection.Primitives": "[4.0.0, )",
  7494. "System.Reflection.TypeExtensions": "[4.0.0, )",
  7495. "System.Resources.ResourceManager": "[4.0.0, )",
  7496. "System.Runtime": "[4.0.20, )",
  7497. "System.Runtime.Extensions": "[4.0.10, )"
  7498. },
  7499. "compile": {
  7500. "ref/netcore50/System.Reflection.Extensions.dll": {}
  7501. },
  7502. "runtime": {
  7503. "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll": {}
  7504. }
  7505. },
  7506. "System.Reflection.Metadata/1.0.22": {
  7507. "dependencies": {
  7508. "System.Collections": "[4.0.0, )",
  7509. "System.Collections.Immutable": "[1.1.37, )",
  7510. "System.Diagnostics.Debug": "[4.0.0, )",
  7511. "System.IO": "[4.0.0, )",
  7512. "System.Reflection": "[4.0.0, )",
  7513. "System.Reflection.Extensions": "[4.0.0, )",
  7514. "System.Reflection.Primitives": "[4.0.0, )",
  7515. "System.Resources.ResourceManager": "[4.0.0, )",
  7516. "System.Runtime": "[4.0.0, )",
  7517. "System.Runtime.Extensions": "[4.0.0, )",
  7518. "System.Runtime.InteropServices": "[4.0.0, )",
  7519. "System.Text.Encoding": "[4.0.0, )",
  7520. "System.Text.Encoding.Extensions": "[4.0.0, )",
  7521. "System.Threading": "[4.0.0, )"
  7522. },
  7523. "compile": {
  7524. "lib/dotnet/System.Reflection.Metadata.dll": {}
  7525. },
  7526. "runtime": {
  7527. "lib/dotnet/System.Reflection.Metadata.dll": {}
  7528. }
  7529. },
  7530. "System.Reflection.Primitives/4.0.0": {
  7531. "dependencies": {
  7532. "System.Runtime": "[4.0.0, )",
  7533. "System.Threading": "[4.0.0, )"
  7534. },
  7535. "compile": {
  7536. "ref/netcore50/System.Reflection.Primitives.dll": {}
  7537. },
  7538. "runtime": {
  7539. "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll": {}
  7540. }
  7541. },
  7542. "System.Reflection.TypeExtensions/4.0.0": {
  7543. "dependencies": {
  7544. "System.Diagnostics.Contracts": "[4.0.0, )",
  7545. "System.Diagnostics.Debug": "[4.0.10, )",
  7546. "System.Linq": "[4.0.0, )",
  7547. "System.Reflection": "[4.0.10, )",
  7548. "System.Reflection.Primitives": "[4.0.0, )",
  7549. "System.Resources.ResourceManager": "[4.0.0, )",
  7550. "System.Runtime": "[4.0.20, )",
  7551. "System.Runtime.Extensions": "[4.0.10, )"
  7552. },
  7553. "compile": {
  7554. "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
  7555. },
  7556. "runtime": {
  7557. "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll": {}
  7558. }
  7559. },
  7560. "System.Resources.ResourceManager/4.0.0": {
  7561. "dependencies": {
  7562. "System.Globalization": "[4.0.0, )",
  7563. "System.Reflection": "[4.0.10, )",
  7564. "System.Runtime": "[4.0.20, )"
  7565. },
  7566. "compile": {
  7567. "ref/netcore50/System.Resources.ResourceManager.dll": {}
  7568. },
  7569. "runtime": {
  7570. "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll": {}
  7571. }
  7572. },
  7573. "System.Runtime/4.0.20": {
  7574. "dependencies": {
  7575. "System.Private.Uri": "[4.0.0, )"
  7576. },
  7577. "compile": {
  7578. "ref/dotnet/System.Runtime.dll": {}
  7579. },
  7580. "runtime": {
  7581. "runtimes/win8-aot/lib/netcore50/System.Runtime.dll": {}
  7582. }
  7583. },
  7584. "System.Runtime.Extensions/4.0.10": {
  7585. "dependencies": {
  7586. "System.Runtime": "[4.0.20, )"
  7587. },
  7588. "compile": {
  7589. "ref/dotnet/System.Runtime.Extensions.dll": {}
  7590. },
  7591. "runtime": {
  7592. "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll": {}
  7593. }
  7594. },
  7595. "System.Runtime.Handles/4.0.0": {
  7596. "dependencies": {
  7597. "System.Runtime": "[4.0.0, )"
  7598. },
  7599. "compile": {
  7600. "ref/dotnet/System.Runtime.Handles.dll": {}
  7601. },
  7602. "runtime": {
  7603. "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll": {}
  7604. }
  7605. },
  7606. "System.Runtime.InteropServices/4.0.20": {
  7607. "dependencies": {
  7608. "System.Reflection": "[4.0.0, )",
  7609. "System.Reflection.Primitives": "[4.0.0, )",
  7610. "System.Runtime": "[4.0.0, )",
  7611. "System.Runtime.Handles": "[4.0.0, )"
  7612. },
  7613. "compile": {
  7614. "ref/dotnet/System.Runtime.InteropServices.dll": {}
  7615. },
  7616. "runtime": {
  7617. "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll": {}
  7618. }
  7619. },
  7620. "System.Runtime.InteropServices.WindowsRuntime/4.0.0": {
  7621. "compile": {
  7622. "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  7623. },
  7624. "runtime": {
  7625. "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  7626. }
  7627. },
  7628. "System.Runtime.Numerics/4.0.0": {
  7629. "dependencies": {
  7630. "System.Globalization": "[4.0.10, )",
  7631. "System.Resources.ResourceManager": "[4.0.0, )",
  7632. "System.Runtime": "[4.0.20, )",
  7633. "System.Runtime.Extensions": "[4.0.10, )"
  7634. },
  7635. "compile": {
  7636. "ref/netcore50/System.Runtime.Numerics.dll": {}
  7637. },
  7638. "runtime": {
  7639. "lib/netcore50/System.Runtime.Numerics.dll": {}
  7640. }
  7641. },
  7642. "System.Runtime.Serialization.Json/4.0.0": {
  7643. "dependencies": {
  7644. "System.Private.DataContractSerialization": "[4.0.0, )"
  7645. },
  7646. "compile": {
  7647. "ref/netcore50/System.Runtime.Serialization.Json.dll": {}
  7648. },
  7649. "runtime": {
  7650. "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Json.dll": {}
  7651. }
  7652. },
  7653. "System.Runtime.Serialization.Primitives/4.0.10": {
  7654. "dependencies": {
  7655. "System.Resources.ResourceManager": "[4.0.0, )",
  7656. "System.Runtime": "[4.0.20, )"
  7657. },
  7658. "compile": {
  7659. "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  7660. },
  7661. "runtime": {
  7662. "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  7663. }
  7664. },
  7665. "System.Runtime.Serialization.Xml/4.0.10": {
  7666. "dependencies": {
  7667. "System.Private.DataContractSerialization": "[4.0.0, )",
  7668. "System.Runtime.Serialization.Primitives": "[4.0.10, )"
  7669. },
  7670. "compile": {
  7671. "ref/dotnet/System.Runtime.Serialization.Xml.dll": {}
  7672. },
  7673. "runtime": {
  7674. "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Xml.dll": {}
  7675. }
  7676. },
  7677. "System.Runtime.WindowsRuntime/4.0.10": {
  7678. "dependencies": {
  7679. "System.Diagnostics.Debug": "[4.0.10, )",
  7680. "System.Globalization": "[4.0.0, )",
  7681. "System.IO": "[4.0.10, )",
  7682. "System.ObjectModel": "[4.0.0, )",
  7683. "System.Resources.ResourceManager": "[4.0.0, )",
  7684. "System.Runtime": "[4.0.20, )",
  7685. "System.Runtime.Extensions": "[4.0.0, )",
  7686. "System.Runtime.InteropServices": "[4.0.20, )",
  7687. "System.Threading": "[4.0.10, )",
  7688. "System.Threading.Tasks": "[4.0.10, )"
  7689. },
  7690. "compile": {
  7691. "ref/netcore50/System.Runtime.WindowsRuntime.dll": {}
  7692. },
  7693. "runtime": {
  7694. "runtimes/win8-aot/lib/netcore50/System.Runtime.WindowsRuntime.dll": {}
  7695. }
  7696. },
  7697. "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": {
  7698. "dependencies": {
  7699. "System.Globalization": "[4.0.0, )",
  7700. "System.Resources.ResourceManager": "[4.0.0, )",
  7701. "System.Runtime": "[4.0.20, )",
  7702. "System.Runtime.Extensions": "[4.0.0, )",
  7703. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  7704. },
  7705. "compile": {
  7706. "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  7707. },
  7708. "runtime": {
  7709. "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  7710. }
  7711. },
  7712. "System.Security.Claims/4.0.0": {
  7713. "dependencies": {
  7714. "System.Collections": "[4.0.0, )",
  7715. "System.Diagnostics.Debug": "[4.0.0, )",
  7716. "System.Globalization": "[4.0.0, )",
  7717. "System.IO": "[4.0.0, )",
  7718. "System.Resources.ResourceManager": "[4.0.0, )",
  7719. "System.Runtime": "[4.0.20, )",
  7720. "System.Runtime.Extensions": "[4.0.0, )",
  7721. "System.Security.Principal": "[4.0.0, )"
  7722. },
  7723. "compile": {
  7724. "ref/dotnet/System.Security.Claims.dll": {}
  7725. },
  7726. "runtime": {
  7727. "lib/dotnet/System.Security.Claims.dll": {}
  7728. }
  7729. },
  7730. "System.Security.Principal/4.0.0": {
  7731. "dependencies": {
  7732. "System.Runtime": "[4.0.0, )"
  7733. },
  7734. "compile": {
  7735. "ref/netcore50/System.Security.Principal.dll": {}
  7736. },
  7737. "runtime": {
  7738. "lib/netcore50/System.Security.Principal.dll": {}
  7739. }
  7740. },
  7741. "System.ServiceModel.Duplex/4.0.0": {
  7742. "dependencies": {
  7743. "System.Private.ServiceModel": "[4.0.0, )",
  7744. "System.Runtime": "[4.0.20, )"
  7745. },
  7746. "compile": {
  7747. "ref/netcore50/System.ServiceModel.Duplex.dll": {}
  7748. },
  7749. "runtime": {
  7750. "lib/netcore50/System.ServiceModel.Duplex.dll": {}
  7751. }
  7752. },
  7753. "System.ServiceModel.Http/4.0.10": {
  7754. "dependencies": {
  7755. "System.Private.ServiceModel": "[4.0.0, )",
  7756. "System.Runtime": "[4.0.20, )"
  7757. },
  7758. "compile": {
  7759. "ref/dotnet/System.ServiceModel.Http.dll": {}
  7760. },
  7761. "runtime": {
  7762. "lib/netcore50/System.ServiceModel.Http.dll": {}
  7763. }
  7764. },
  7765. "System.ServiceModel.NetTcp/4.0.0": {
  7766. "dependencies": {
  7767. "System.Private.ServiceModel": "[4.0.0, )",
  7768. "System.Runtime": "[4.0.20, )"
  7769. },
  7770. "compile": {
  7771. "ref/netcore50/System.ServiceModel.NetTcp.dll": {}
  7772. },
  7773. "runtime": {
  7774. "lib/netcore50/System.ServiceModel.NetTcp.dll": {}
  7775. }
  7776. },
  7777. "System.ServiceModel.Primitives/4.0.0": {
  7778. "dependencies": {
  7779. "System.Private.ServiceModel": "[4.0.0, )",
  7780. "System.Runtime": "[4.0.20, )"
  7781. },
  7782. "compile": {
  7783. "ref/netcore50/System.ServiceModel.Primitives.dll": {}
  7784. },
  7785. "runtime": {
  7786. "lib/netcore50/System.ServiceModel.Primitives.dll": {}
  7787. }
  7788. },
  7789. "System.ServiceModel.Security/4.0.0": {
  7790. "dependencies": {
  7791. "System.Private.ServiceModel": "[4.0.0, )",
  7792. "System.Runtime": "[4.0.20, )"
  7793. },
  7794. "compile": {
  7795. "ref/netcore50/System.ServiceModel.Security.dll": {}
  7796. },
  7797. "runtime": {
  7798. "lib/netcore50/System.ServiceModel.Security.dll": {}
  7799. }
  7800. },
  7801. "System.Text.Encoding/4.0.10": {
  7802. "dependencies": {
  7803. "System.Runtime": "[4.0.0, )"
  7804. },
  7805. "compile": {
  7806. "ref/dotnet/System.Text.Encoding.dll": {}
  7807. },
  7808. "runtime": {
  7809. "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll": {}
  7810. }
  7811. },
  7812. "System.Text.Encoding.CodePages/4.0.0": {
  7813. "dependencies": {
  7814. "System.Collections": "[4.0.10, )",
  7815. "System.Globalization": "[4.0.10, )",
  7816. "System.IO": "[4.0.10, )",
  7817. "System.Reflection": "[4.0.10, )",
  7818. "System.Resources.ResourceManager": "[4.0.0, )",
  7819. "System.Runtime": "[4.0.20, )",
  7820. "System.Runtime.Extensions": "[4.0.10, )",
  7821. "System.Runtime.Handles": "[4.0.0, )",
  7822. "System.Runtime.InteropServices": "[4.0.20, )",
  7823. "System.Text.Encoding": "[4.0.10, )",
  7824. "System.Threading": "[4.0.10, )"
  7825. },
  7826. "compile": {
  7827. "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
  7828. },
  7829. "runtime": {
  7830. "lib/dotnet/System.Text.Encoding.CodePages.dll": {}
  7831. }
  7832. },
  7833. "System.Text.Encoding.Extensions/4.0.10": {
  7834. "dependencies": {
  7835. "System.Runtime": "[4.0.0, )",
  7836. "System.Text.Encoding": "[4.0.10, )"
  7837. },
  7838. "compile": {
  7839. "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
  7840. },
  7841. "runtime": {
  7842. "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll": {}
  7843. }
  7844. },
  7845. "System.Text.RegularExpressions/4.0.10": {
  7846. "dependencies": {
  7847. "System.Collections": "[4.0.10, )",
  7848. "System.Globalization": "[4.0.10, )",
  7849. "System.Resources.ResourceManager": "[4.0.0, )",
  7850. "System.Runtime": "[4.0.20, )",
  7851. "System.Runtime.Extensions": "[4.0.10, )",
  7852. "System.Threading": "[4.0.10, )"
  7853. },
  7854. "compile": {
  7855. "ref/dotnet/System.Text.RegularExpressions.dll": {}
  7856. },
  7857. "runtime": {
  7858. "lib/dotnet/System.Text.RegularExpressions.dll": {}
  7859. }
  7860. },
  7861. "System.Threading/4.0.10": {
  7862. "dependencies": {
  7863. "System.Runtime": "[4.0.0, )",
  7864. "System.Threading.Tasks": "[4.0.0, )"
  7865. },
  7866. "compile": {
  7867. "ref/dotnet/System.Threading.dll": {}
  7868. },
  7869. "runtime": {
  7870. "runtimes/win8-aot/lib/netcore50/System.Threading.dll": {}
  7871. }
  7872. },
  7873. "System.Threading.Overlapped/4.0.0": {
  7874. "dependencies": {
  7875. "System.Resources.ResourceManager": "[4.0.0, )",
  7876. "System.Runtime": "[4.0.20, )",
  7877. "System.Runtime.Extensions": "[4.0.0, )",
  7878. "System.Runtime.Handles": "[4.0.0, )",
  7879. "System.Runtime.InteropServices": "[4.0.20, )",
  7880. "System.Threading": "[4.0.10, )"
  7881. },
  7882. "compile": {
  7883. "ref/dotnet/System.Threading.Overlapped.dll": {}
  7884. },
  7885. "runtime": {
  7886. "lib/netcore50/System.Threading.Overlapped.dll": {}
  7887. }
  7888. },
  7889. "System.Threading.Tasks/4.0.10": {
  7890. "dependencies": {
  7891. "System.Runtime": "[4.0.0, )"
  7892. },
  7893. "compile": {
  7894. "ref/dotnet/System.Threading.Tasks.dll": {}
  7895. },
  7896. "runtime": {
  7897. "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll": {}
  7898. }
  7899. },
  7900. "System.Threading.Tasks.Dataflow/4.5.25": {
  7901. "dependencies": {
  7902. "System.Collections": "[4.0.0, )",
  7903. "System.Collections.Concurrent": "[4.0.0, )",
  7904. "System.Diagnostics.Debug": "[4.0.0, )",
  7905. "System.Diagnostics.Tracing": "[4.0.0, )",
  7906. "System.Dynamic.Runtime": "[4.0.0, )",
  7907. "System.Linq": "[4.0.0, )",
  7908. "System.Resources.ResourceManager": "[4.0.0, )",
  7909. "System.Runtime": "[4.0.0, )",
  7910. "System.Runtime.Extensions": "[4.0.0, )",
  7911. "System.Threading": "[4.0.0, )",
  7912. "System.Threading.Tasks": "[4.0.0, )"
  7913. },
  7914. "compile": {
  7915. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  7916. },
  7917. "runtime": {
  7918. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  7919. }
  7920. },
  7921. "System.Threading.Tasks.Parallel/4.0.0": {
  7922. "dependencies": {
  7923. "System.Collections.Concurrent": "[4.0.10, )",
  7924. "System.Diagnostics.Debug": "[4.0.10, )",
  7925. "System.Diagnostics.Tracing": "[4.0.20, )",
  7926. "System.Resources.ResourceManager": "[4.0.0, )",
  7927. "System.Runtime": "[4.0.20, )",
  7928. "System.Runtime.Extensions": "[4.0.10, )",
  7929. "System.Threading": "[4.0.10, )",
  7930. "System.Threading.Tasks": "[4.0.10, )"
  7931. },
  7932. "compile": {
  7933. "ref/netcore50/System.Threading.Tasks.Parallel.dll": {}
  7934. },
  7935. "runtime": {
  7936. "lib/netcore50/System.Threading.Tasks.Parallel.dll": {}
  7937. }
  7938. },
  7939. "System.Threading.Timer/4.0.0": {
  7940. "compile": {
  7941. "ref/netcore50/System.Threading.Timer.dll": {}
  7942. },
  7943. "runtime": {
  7944. "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll": {}
  7945. }
  7946. },
  7947. "System.Xml.ReaderWriter/4.0.10": {
  7948. "dependencies": {
  7949. "System.Collections": "[4.0.10, )",
  7950. "System.Diagnostics.Debug": "[4.0.10, )",
  7951. "System.Globalization": "[4.0.10, )",
  7952. "System.IO": "[4.0.10, )",
  7953. "System.IO.FileSystem": "[4.0.0, )",
  7954. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  7955. "System.Resources.ResourceManager": "[4.0.0, )",
  7956. "System.Runtime": "[4.0.20, )",
  7957. "System.Runtime.Extensions": "[4.0.10, )",
  7958. "System.Runtime.InteropServices": "[4.0.20, )",
  7959. "System.Text.Encoding": "[4.0.10, )",
  7960. "System.Text.Encoding.Extensions": "[4.0.10, )",
  7961. "System.Text.RegularExpressions": "[4.0.10, )",
  7962. "System.Threading.Tasks": "[4.0.10, )"
  7963. },
  7964. "compile": {
  7965. "ref/dotnet/System.Xml.ReaderWriter.dll": {}
  7966. },
  7967. "runtime": {
  7968. "lib/dotnet/System.Xml.ReaderWriter.dll": {}
  7969. }
  7970. },
  7971. "System.Xml.XDocument/4.0.10": {
  7972. "dependencies": {
  7973. "System.Collections": "[4.0.10, )",
  7974. "System.Diagnostics.Debug": "[4.0.10, )",
  7975. "System.Globalization": "[4.0.10, )",
  7976. "System.IO": "[4.0.10, )",
  7977. "System.Reflection": "[4.0.10, )",
  7978. "System.Resources.ResourceManager": "[4.0.0, )",
  7979. "System.Runtime": "[4.0.20, )",
  7980. "System.Runtime.Extensions": "[4.0.10, )",
  7981. "System.Text.Encoding": "[4.0.10, )",
  7982. "System.Threading": "[4.0.10, )",
  7983. "System.Xml.ReaderWriter": "[4.0.10, )"
  7984. },
  7985. "compile": {
  7986. "ref/dotnet/System.Xml.XDocument.dll": {}
  7987. },
  7988. "runtime": {
  7989. "lib/dotnet/System.Xml.XDocument.dll": {}
  7990. }
  7991. },
  7992. "System.Xml.XmlDocument/4.0.0": {
  7993. "dependencies": {
  7994. "System.Collections": "[4.0.10, )",
  7995. "System.Diagnostics.Debug": "[4.0.10, )",
  7996. "System.Globalization": "[4.0.10, )",
  7997. "System.IO": "[4.0.10, )",
  7998. "System.Resources.ResourceManager": "[4.0.0, )",
  7999. "System.Runtime": "[4.0.20, )",
  8000. "System.Runtime.Extensions": "[4.0.10, )",
  8001. "System.Text.Encoding": "[4.0.10, )",
  8002. "System.Threading": "[4.0.10, )",
  8003. "System.Xml.ReaderWriter": "[4.0.10, )"
  8004. },
  8005. "compile": {
  8006. "ref/dotnet/System.Xml.XmlDocument.dll": {}
  8007. },
  8008. "runtime": {
  8009. "lib/dotnet/System.Xml.XmlDocument.dll": {}
  8010. }
  8011. },
  8012. "System.Xml.XmlSerializer/4.0.10": {
  8013. "dependencies": {
  8014. "System.Collections": "[4.0.10, )",
  8015. "System.Diagnostics.Debug": "[4.0.10, )",
  8016. "System.Globalization": "[4.0.10, )",
  8017. "System.IO": "[4.0.10, )",
  8018. "System.Linq": "[4.0.0, )",
  8019. "System.Reflection": "[4.0.10, )",
  8020. "System.Reflection.Extensions": "[4.0.0, )",
  8021. "System.Reflection.Primitives": "[4.0.0, )",
  8022. "System.Reflection.TypeExtensions": "[4.0.0, )",
  8023. "System.Resources.ResourceManager": "[4.0.0, )",
  8024. "System.Runtime": "[4.0.20, )",
  8025. "System.Runtime.Extensions": "[4.0.10, )",
  8026. "System.Text.RegularExpressions": "[4.0.10, )",
  8027. "System.Threading": "[4.0.10, )",
  8028. "System.Xml.ReaderWriter": "[4.0.10, )",
  8029. "System.Xml.XmlDocument": "[4.0.0, )"
  8030. },
  8031. "compile": {
  8032. "ref/dotnet/System.Xml.XmlSerializer.dll": {}
  8033. },
  8034. "runtime": {
  8035. "runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll": {}
  8036. }
  8037. }
  8038. },
  8039. "UAP,Version=v10.0/win10-x86": {
  8040. "FluentAssertions/4.0.1": {
  8041. "compile": {
  8042. "lib/dotnet/FluentAssertions.Core.dll": {},
  8043. "lib/dotnet/FluentAssertions.dll": {}
  8044. },
  8045. "runtime": {
  8046. "lib/dotnet/FluentAssertions.Core.dll": {},
  8047. "lib/dotnet/FluentAssertions.dll": {}
  8048. }
  8049. },
  8050. "Microsoft.CSharp/4.0.0": {
  8051. "dependencies": {
  8052. "System.Collections": "[4.0.10, )",
  8053. "System.Diagnostics.Debug": "[4.0.10, )",
  8054. "System.Dynamic.Runtime": "[4.0.0, )",
  8055. "System.Globalization": "[4.0.10, )",
  8056. "System.Linq": "[4.0.0, )",
  8057. "System.Linq.Expressions": "[4.0.0, )",
  8058. "System.ObjectModel": "[4.0.10, )",
  8059. "System.Reflection": "[4.0.10, )",
  8060. "System.Reflection.Extensions": "[4.0.0, )",
  8061. "System.Reflection.Primitives": "[4.0.0, )",
  8062. "System.Reflection.TypeExtensions": "[4.0.0, )",
  8063. "System.Resources.ResourceManager": "[4.0.0, )",
  8064. "System.Runtime": "[4.0.20, )",
  8065. "System.Runtime.Extensions": "[4.0.10, )",
  8066. "System.Runtime.InteropServices": "[4.0.20, )",
  8067. "System.Threading": "[4.0.10, )"
  8068. },
  8069. "compile": {
  8070. "ref/netcore50/Microsoft.CSharp.dll": {}
  8071. },
  8072. "runtime": {
  8073. "lib/netcore50/Microsoft.CSharp.dll": {}
  8074. }
  8075. },
  8076. "Microsoft.NETCore/5.0.0": {
  8077. "dependencies": {
  8078. "Microsoft.CSharp": "[4.0.0, )",
  8079. "Microsoft.NETCore.Targets": "[1.0.0, )",
  8080. "Microsoft.VisualBasic": "[10.0.0, )",
  8081. "System.AppContext": "[4.0.0, )",
  8082. "System.Collections": "[4.0.10, )",
  8083. "System.Collections.Concurrent": "[4.0.10, )",
  8084. "System.Collections.Immutable": "[1.1.37, )",
  8085. "System.ComponentModel": "[4.0.0, )",
  8086. "System.ComponentModel.Annotations": "[4.0.10, )",
  8087. "System.Diagnostics.Debug": "[4.0.10, )",
  8088. "System.Diagnostics.Tools": "[4.0.0, )",
  8089. "System.Diagnostics.Tracing": "[4.0.20, )",
  8090. "System.Dynamic.Runtime": "[4.0.10, )",
  8091. "System.Globalization": "[4.0.10, )",
  8092. "System.Globalization.Calendars": "[4.0.0, )",
  8093. "System.Globalization.Extensions": "[4.0.0, )",
  8094. "System.IO": "[4.0.10, )",
  8095. "System.IO.Compression": "[4.0.0, )",
  8096. "System.IO.Compression.ZipFile": "[4.0.0, )",
  8097. "System.IO.FileSystem": "[4.0.0, )",
  8098. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  8099. "System.IO.UnmanagedMemoryStream": "[4.0.0, )",
  8100. "System.Linq": "[4.0.0, )",
  8101. "System.Linq.Expressions": "[4.0.10, )",
  8102. "System.Linq.Parallel": "[4.0.0, )",
  8103. "System.Linq.Queryable": "[4.0.0, )",
  8104. "System.Net.Http": "[4.0.0, )",
  8105. "System.Net.NetworkInformation": "[4.0.0, )",
  8106. "System.Net.Primitives": "[4.0.10, )",
  8107. "System.Numerics.Vectors": "[4.1.0, )",
  8108. "System.ObjectModel": "[4.0.10, )",
  8109. "System.Reflection": "[4.0.10, )",
  8110. "System.Reflection.DispatchProxy": "[4.0.0, )",
  8111. "System.Reflection.Extensions": "[4.0.0, )",
  8112. "System.Reflection.Metadata": "[1.0.22, )",
  8113. "System.Reflection.Primitives": "[4.0.0, )",
  8114. "System.Reflection.TypeExtensions": "[4.0.0, )",
  8115. "System.Resources.ResourceManager": "[4.0.0, )",
  8116. "System.Runtime": "[4.0.20, )",
  8117. "System.Runtime.Extensions": "[4.0.10, )",
  8118. "System.Runtime.Handles": "[4.0.0, )",
  8119. "System.Runtime.InteropServices": "[4.0.20, )",
  8120. "System.Runtime.Numerics": "[4.0.0, )",
  8121. "System.Security.Claims": "[4.0.0, )",
  8122. "System.Security.Principal": "[4.0.0, )",
  8123. "System.Text.Encoding": "[4.0.10, )",
  8124. "System.Text.Encoding.Extensions": "[4.0.10, )",
  8125. "System.Text.RegularExpressions": "[4.0.10, )",
  8126. "System.Threading": "[4.0.10, )",
  8127. "System.Threading.Tasks": "[4.0.10, )",
  8128. "System.Threading.Tasks.Dataflow": "[4.5.25, )",
  8129. "System.Threading.Tasks.Parallel": "[4.0.0, )",
  8130. "System.Threading.Timer": "[4.0.0, )",
  8131. "System.Xml.ReaderWriter": "[4.0.10, )",
  8132. "System.Xml.XDocument": "[4.0.10, )"
  8133. }
  8134. },
  8135. "Microsoft.NETCore.Platforms/1.0.0": {},
  8136. "Microsoft.NETCore.Portable.Compatibility/1.0.0": {
  8137. "dependencies": {
  8138. "Microsoft.NETCore.Runtime": "[1.0.0, )"
  8139. },
  8140. "compile": {
  8141. "ref/netcore50/mscorlib.dll": {},
  8142. "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  8143. "ref/netcore50/System.Core.dll": {},
  8144. "ref/netcore50/System.dll": {},
  8145. "ref/netcore50/System.Net.dll": {},
  8146. "ref/netcore50/System.Numerics.dll": {},
  8147. "ref/netcore50/System.Runtime.Serialization.dll": {},
  8148. "ref/netcore50/System.ServiceModel.dll": {},
  8149. "ref/netcore50/System.ServiceModel.Web.dll": {},
  8150. "ref/netcore50/System.Windows.dll": {},
  8151. "ref/netcore50/System.Xml.dll": {},
  8152. "ref/netcore50/System.Xml.Linq.dll": {},
  8153. "ref/netcore50/System.Xml.Serialization.dll": {}
  8154. },
  8155. "runtime": {
  8156. "lib/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  8157. "lib/netcore50/System.Core.dll": {},
  8158. "lib/netcore50/System.dll": {},
  8159. "lib/netcore50/System.Net.dll": {},
  8160. "lib/netcore50/System.Numerics.dll": {},
  8161. "lib/netcore50/System.Runtime.Serialization.dll": {},
  8162. "lib/netcore50/System.ServiceModel.dll": {},
  8163. "lib/netcore50/System.ServiceModel.Web.dll": {},
  8164. "lib/netcore50/System.Windows.dll": {},
  8165. "lib/netcore50/System.Xml.dll": {},
  8166. "lib/netcore50/System.Xml.Linq.dll": {},
  8167. "lib/netcore50/System.Xml.Serialization.dll": {}
  8168. }
  8169. },
  8170. "Microsoft.NETCore.Runtime/1.0.0": {},
  8171. "Microsoft.NETCore.Runtime.CoreCLR-x86/1.0.0": {
  8172. "dependencies": {
  8173. "System.Collections": "[4.0.10, 4.0.10]",
  8174. "System.Diagnostics.Contracts": "[4.0.0, 4.0.0]",
  8175. "System.Diagnostics.Debug": "[4.0.10, 4.0.10]",
  8176. "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]",
  8177. "System.Diagnostics.Tools": "[4.0.0, 4.0.0]",
  8178. "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]",
  8179. "System.Globalization": "[4.0.10, 4.0.10]",
  8180. "System.Globalization.Calendars": "[4.0.0, 4.0.0]",
  8181. "System.IO": "[4.0.10, 4.0.10]",
  8182. "System.ObjectModel": "[4.0.10, 4.0.10]",
  8183. "System.Private.Uri": "[4.0.0, 4.0.0]",
  8184. "System.Reflection": "[4.0.10, 4.0.10]",
  8185. "System.Reflection.Extensions": "[4.0.0, 4.0.0]",
  8186. "System.Reflection.Primitives": "[4.0.0, 4.0.0]",
  8187. "System.Resources.ResourceManager": "[4.0.0, 4.0.0]",
  8188. "System.Runtime": "[4.0.20, 4.0.20]",
  8189. "System.Runtime.Extensions": "[4.0.10, 4.0.10]",
  8190. "System.Runtime.Handles": "[4.0.0, 4.0.0]",
  8191. "System.Runtime.InteropServices": "[4.0.20, 4.0.20]",
  8192. "System.Text.Encoding": "[4.0.10, 4.0.10]",
  8193. "System.Text.Encoding.Extensions": "[4.0.10, 4.0.10]",
  8194. "System.Threading": "[4.0.10, 4.0.10]",
  8195. "System.Threading.Tasks": "[4.0.10, 4.0.10]",
  8196. "System.Threading.Timer": "[4.0.0, 4.0.0]"
  8197. },
  8198. "compile": {
  8199. "ref/dotnet/_._": {}
  8200. },
  8201. "runtime": {
  8202. "runtimes/win7-x86/lib/dotnet/mscorlib.ni.dll": {}
  8203. },
  8204. "native": {
  8205. "runtimes/win7-x86/native/clretwrc.dll": {},
  8206. "runtimes/win7-x86/native/coreclr.dll": {},
  8207. "runtimes/win7-x86/native/dbgshim.dll": {},
  8208. "runtimes/win7-x86/native/mscordaccore.dll": {},
  8209. "runtimes/win7-x86/native/mscordbi.dll": {},
  8210. "runtimes/win7-x86/native/mscorrc.debug.dll": {},
  8211. "runtimes/win7-x86/native/mscorrc.dll": {}
  8212. }
  8213. },
  8214. "Microsoft.NETCore.Targets/1.0.0": {
  8215. "dependencies": {
  8216. "Microsoft.NETCore.Platforms": "[1.0.0, )",
  8217. "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )"
  8218. }
  8219. },
  8220. "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {},
  8221. "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": {
  8222. "dependencies": {
  8223. "Microsoft.NETCore": "[5.0.0, )",
  8224. "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )",
  8225. "Microsoft.NETCore.Runtime": "[1.0.0, )",
  8226. "Microsoft.Win32.Primitives": "[4.0.0, )",
  8227. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  8228. "System.Data.Common": "[4.0.0, )",
  8229. "System.Diagnostics.Contracts": "[4.0.0, )",
  8230. "System.Diagnostics.StackTrace": "[4.0.0, )",
  8231. "System.IO.IsolatedStorage": "[4.0.0, )",
  8232. "System.Net.Http.Rtc": "[4.0.0, )",
  8233. "System.Net.Requests": "[4.0.10, )",
  8234. "System.Net.Sockets": "[4.0.0, )",
  8235. "System.Net.WebHeaderCollection": "[4.0.0, )",
  8236. "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )",
  8237. "System.Reflection.Context": "[4.0.0, )",
  8238. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  8239. "System.Runtime.Serialization.Json": "[4.0.0, )",
  8240. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  8241. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  8242. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  8243. "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )",
  8244. "System.ServiceModel.Duplex": "[4.0.0, )",
  8245. "System.ServiceModel.Http": "[4.0.10, )",
  8246. "System.ServiceModel.NetTcp": "[4.0.0, )",
  8247. "System.ServiceModel.Primitives": "[4.0.0, )",
  8248. "System.ServiceModel.Security": "[4.0.0, )",
  8249. "System.Text.Encoding.CodePages": "[4.0.0, )",
  8250. "System.Xml.XmlSerializer": "[4.0.10, )"
  8251. }
  8252. },
  8253. "Microsoft.NETCore.Windows.ApiSets-x86/1.0.0": {
  8254. "native": {
  8255. "runtimes/win10-x86/native/_._": {}
  8256. }
  8257. },
  8258. "Microsoft.VisualBasic/10.0.0": {
  8259. "dependencies": {
  8260. "System.Collections": "[4.0.10, )",
  8261. "System.Diagnostics.Debug": "[4.0.10, )",
  8262. "System.Dynamic.Runtime": "[4.0.10, )",
  8263. "System.Globalization": "[4.0.10, )",
  8264. "System.Linq": "[4.0.0, )",
  8265. "System.Linq.Expressions": "[4.0.10, )",
  8266. "System.ObjectModel": "[4.0.10, )",
  8267. "System.Reflection": "[4.0.10, )",
  8268. "System.Reflection.Extensions": "[4.0.0, )",
  8269. "System.Reflection.Primitives": "[4.0.0, )",
  8270. "System.Reflection.TypeExtensions": "[4.0.0, )",
  8271. "System.Resources.ResourceManager": "[4.0.0, )",
  8272. "System.Runtime": "[4.0.20, )",
  8273. "System.Runtime.Extensions": "[4.0.10, )",
  8274. "System.Runtime.InteropServices": "[4.0.20, )",
  8275. "System.Threading": "[4.0.10, )"
  8276. },
  8277. "compile": {
  8278. "ref/netcore50/Microsoft.VisualBasic.dll": {}
  8279. },
  8280. "runtime": {
  8281. "lib/netcore50/Microsoft.VisualBasic.dll": {}
  8282. }
  8283. },
  8284. "Microsoft.Win32.Primitives/4.0.0": {
  8285. "dependencies": {
  8286. "System.Runtime": "[4.0.20, )",
  8287. "System.Runtime.InteropServices": "[4.0.20, )"
  8288. },
  8289. "compile": {
  8290. "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
  8291. },
  8292. "runtime": {
  8293. "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
  8294. }
  8295. },
  8296. "System.AppContext/4.0.0": {
  8297. "dependencies": {
  8298. "System.Collections": "[4.0.0, )",
  8299. "System.Resources.ResourceManager": "[4.0.0, )",
  8300. "System.Runtime": "[4.0.20, )",
  8301. "System.Threading": "[4.0.0, )"
  8302. },
  8303. "compile": {
  8304. "ref/dotnet/System.AppContext.dll": {}
  8305. },
  8306. "runtime": {
  8307. "lib/netcore50/System.AppContext.dll": {}
  8308. }
  8309. },
  8310. "System.Collections/4.0.10": {
  8311. "dependencies": {
  8312. "System.Diagnostics.Debug": "[4.0.0, )",
  8313. "System.Resources.ResourceManager": "[4.0.0, )",
  8314. "System.Runtime": "[4.0.20, )",
  8315. "System.Runtime.Extensions": "[4.0.0, )",
  8316. "System.Threading": "[4.0.0, )"
  8317. },
  8318. "compile": {
  8319. "ref/dotnet/System.Collections.dll": {}
  8320. },
  8321. "runtime": {
  8322. "lib/netcore50/System.Collections.dll": {}
  8323. }
  8324. },
  8325. "System.Collections.Concurrent/4.0.10": {
  8326. "dependencies": {
  8327. "System.Collections": "[4.0.10, )",
  8328. "System.Diagnostics.Debug": "[4.0.10, )",
  8329. "System.Diagnostics.Tracing": "[4.0.20, )",
  8330. "System.Globalization": "[4.0.10, )",
  8331. "System.Resources.ResourceManager": "[4.0.0, )",
  8332. "System.Runtime": "[4.0.20, )",
  8333. "System.Runtime.Extensions": "[4.0.10, )",
  8334. "System.Threading": "[4.0.10, )",
  8335. "System.Threading.Tasks": "[4.0.10, )"
  8336. },
  8337. "compile": {
  8338. "ref/dotnet/System.Collections.Concurrent.dll": {}
  8339. },
  8340. "runtime": {
  8341. "lib/dotnet/System.Collections.Concurrent.dll": {}
  8342. }
  8343. },
  8344. "System.Collections.Immutable/1.1.37": {
  8345. "dependencies": {
  8346. "System.Collections": "[4.0.0, )",
  8347. "System.Diagnostics.Debug": "[4.0.0, )",
  8348. "System.Globalization": "[4.0.0, )",
  8349. "System.Linq": "[4.0.0, )",
  8350. "System.Resources.ResourceManager": "[4.0.0, )",
  8351. "System.Runtime": "[4.0.0, )",
  8352. "System.Runtime.Extensions": "[4.0.0, )",
  8353. "System.Threading": "[4.0.0, )"
  8354. },
  8355. "compile": {
  8356. "lib/dotnet/System.Collections.Immutable.dll": {}
  8357. },
  8358. "runtime": {
  8359. "lib/dotnet/System.Collections.Immutable.dll": {}
  8360. }
  8361. },
  8362. "System.Collections.NonGeneric/4.0.0": {
  8363. "dependencies": {
  8364. "System.Diagnostics.Debug": "[4.0.10, )",
  8365. "System.Globalization": "[4.0.10, )",
  8366. "System.Resources.ResourceManager": "[4.0.0, )",
  8367. "System.Runtime": "[4.0.20, )",
  8368. "System.Runtime.Extensions": "[4.0.10, )",
  8369. "System.Threading": "[4.0.10, )"
  8370. },
  8371. "compile": {
  8372. "ref/dotnet/System.Collections.NonGeneric.dll": {}
  8373. },
  8374. "runtime": {
  8375. "lib/dotnet/System.Collections.NonGeneric.dll": {}
  8376. }
  8377. },
  8378. "System.Collections.Specialized/4.0.0": {
  8379. "dependencies": {
  8380. "System.Collections.NonGeneric": "[4.0.0, )",
  8381. "System.Globalization": "[4.0.10, )",
  8382. "System.Globalization.Extensions": "[4.0.0, )",
  8383. "System.Resources.ResourceManager": "[4.0.0, )",
  8384. "System.Runtime": "[4.0.20, )",
  8385. "System.Runtime.Extensions": "[4.0.10, )",
  8386. "System.Threading": "[4.0.10, )"
  8387. },
  8388. "compile": {
  8389. "ref/dotnet/System.Collections.Specialized.dll": {}
  8390. },
  8391. "runtime": {
  8392. "lib/dotnet/System.Collections.Specialized.dll": {}
  8393. }
  8394. },
  8395. "System.ComponentModel/4.0.0": {
  8396. "dependencies": {
  8397. "System.Runtime": "[4.0.20, )"
  8398. },
  8399. "compile": {
  8400. "ref/netcore50/System.ComponentModel.dll": {}
  8401. },
  8402. "runtime": {
  8403. "lib/netcore50/System.ComponentModel.dll": {}
  8404. }
  8405. },
  8406. "System.ComponentModel.Annotations/4.0.10": {
  8407. "dependencies": {
  8408. "System.Collections": "[4.0.10, )",
  8409. "System.ComponentModel": "[4.0.0, )",
  8410. "System.Globalization": "[4.0.10, )",
  8411. "System.Linq": "[4.0.0, )",
  8412. "System.Reflection": "[4.0.10, )",
  8413. "System.Reflection.Extensions": "[4.0.0, )",
  8414. "System.Resources.ResourceManager": "[4.0.0, )",
  8415. "System.Runtime": "[4.0.20, )",
  8416. "System.Runtime.Extensions": "[4.0.10, )",
  8417. "System.Text.RegularExpressions": "[4.0.10, )",
  8418. "System.Threading": "[4.0.10, )"
  8419. },
  8420. "compile": {
  8421. "ref/dotnet/System.ComponentModel.Annotations.dll": {}
  8422. },
  8423. "runtime": {
  8424. "lib/dotnet/System.ComponentModel.Annotations.dll": {}
  8425. }
  8426. },
  8427. "System.ComponentModel.EventBasedAsync/4.0.10": {
  8428. "dependencies": {
  8429. "System.Resources.ResourceManager": "[4.0.0, )",
  8430. "System.Runtime": "[4.0.20, )",
  8431. "System.Threading": "[4.0.10, )",
  8432. "System.Threading.Tasks": "[4.0.10, )"
  8433. },
  8434. "compile": {
  8435. "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  8436. },
  8437. "runtime": {
  8438. "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  8439. }
  8440. },
  8441. "System.Data.Common/4.0.0": {
  8442. "dependencies": {
  8443. "System.Collections": "[4.0.10, )",
  8444. "System.Collections.NonGeneric": "[4.0.0, )",
  8445. "System.Globalization": "[4.0.10, )",
  8446. "System.IO": "[4.0.0, )",
  8447. "System.Resources.ResourceManager": "[4.0.0, )",
  8448. "System.Runtime": "[4.0.20, )",
  8449. "System.Runtime.Extensions": "[4.0.10, )",
  8450. "System.Text.RegularExpressions": "[4.0.0, )",
  8451. "System.Threading.Tasks": "[4.0.0, )"
  8452. },
  8453. "compile": {
  8454. "ref/dotnet/System.Data.Common.dll": {}
  8455. },
  8456. "runtime": {
  8457. "lib/dotnet/System.Data.Common.dll": {}
  8458. }
  8459. },
  8460. "System.Diagnostics.Contracts/4.0.0": {
  8461. "compile": {
  8462. "ref/netcore50/System.Diagnostics.Contracts.dll": {}
  8463. },
  8464. "runtime": {
  8465. "lib/netcore50/System.Diagnostics.Contracts.dll": {}
  8466. }
  8467. },
  8468. "System.Diagnostics.Debug/4.0.10": {
  8469. "dependencies": {
  8470. "System.Runtime": "[4.0.0, )"
  8471. },
  8472. "compile": {
  8473. "ref/dotnet/System.Diagnostics.Debug.dll": {}
  8474. },
  8475. "runtime": {
  8476. "lib/netcore50/System.Diagnostics.Debug.dll": {}
  8477. }
  8478. },
  8479. "System.Diagnostics.StackTrace/4.0.0": {
  8480. "dependencies": {
  8481. "System.Runtime": "[4.0.20, )"
  8482. },
  8483. "compile": {
  8484. "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
  8485. },
  8486. "runtime": {
  8487. "lib/netcore50/System.Diagnostics.StackTrace.dll": {}
  8488. }
  8489. },
  8490. "System.Diagnostics.Tools/4.0.0": {
  8491. "compile": {
  8492. "ref/netcore50/System.Diagnostics.Tools.dll": {}
  8493. },
  8494. "runtime": {
  8495. "lib/netcore50/System.Diagnostics.Tools.dll": {}
  8496. }
  8497. },
  8498. "System.Diagnostics.Tracing/4.0.20": {
  8499. "dependencies": {
  8500. "System.Collections": "[4.0.10, )",
  8501. "System.Globalization": "[4.0.0, )",
  8502. "System.Reflection": "[4.0.10, )",
  8503. "System.Reflection.Extensions": "[4.0.0, )",
  8504. "System.Resources.ResourceManager": "[4.0.0, )",
  8505. "System.Runtime": "[4.0.20, )",
  8506. "System.Runtime.Extensions": "[4.0.10, )",
  8507. "System.Runtime.InteropServices": "[4.0.0, )",
  8508. "System.Text.Encoding": "[4.0.0, )",
  8509. "System.Threading": "[4.0.10, )"
  8510. },
  8511. "compile": {
  8512. "ref/dotnet/System.Diagnostics.Tracing.dll": {}
  8513. },
  8514. "runtime": {
  8515. "lib/netcore50/System.Diagnostics.Tracing.dll": {}
  8516. }
  8517. },
  8518. "System.Dynamic.Runtime/4.0.10": {
  8519. "dependencies": {
  8520. "System.Collections": "[4.0.0, )",
  8521. "System.Diagnostics.Debug": "[4.0.0, )",
  8522. "System.Globalization": "[4.0.0, )",
  8523. "System.Linq": "[4.0.0, )",
  8524. "System.Linq.Expressions": "[4.0.10, )",
  8525. "System.ObjectModel": "[4.0.0, )",
  8526. "System.Reflection": "[4.0.0, )",
  8527. "System.Reflection.TypeExtensions": "[4.0.0, )",
  8528. "System.Resources.ResourceManager": "[4.0.0, )",
  8529. "System.Runtime": "[4.0.20, )",
  8530. "System.Runtime.Extensions": "[4.0.0, )",
  8531. "System.Threading": "[4.0.0, )"
  8532. },
  8533. "compile": {
  8534. "ref/dotnet/System.Dynamic.Runtime.dll": {}
  8535. },
  8536. "runtime": {
  8537. "lib/netcore50/System.Dynamic.Runtime.dll": {}
  8538. }
  8539. },
  8540. "System.Globalization/4.0.10": {
  8541. "dependencies": {
  8542. "System.Runtime": "[4.0.0, )"
  8543. },
  8544. "compile": {
  8545. "ref/dotnet/System.Globalization.dll": {}
  8546. },
  8547. "runtime": {
  8548. "lib/netcore50/System.Globalization.dll": {}
  8549. }
  8550. },
  8551. "System.Globalization.Calendars/4.0.0": {
  8552. "dependencies": {
  8553. "System.Globalization": "[4.0.0, )",
  8554. "System.Runtime": "[4.0.0, )"
  8555. },
  8556. "compile": {
  8557. "ref/dotnet/System.Globalization.Calendars.dll": {}
  8558. },
  8559. "runtime": {
  8560. "lib/netcore50/System.Globalization.Calendars.dll": {}
  8561. }
  8562. },
  8563. "System.Globalization.Extensions/4.0.0": {
  8564. "dependencies": {
  8565. "System.Globalization": "[4.0.10, )",
  8566. "System.Resources.ResourceManager": "[4.0.0, )",
  8567. "System.Runtime": "[4.0.20, )",
  8568. "System.Runtime.Extensions": "[4.0.10, )",
  8569. "System.Runtime.InteropServices": "[4.0.20, )"
  8570. },
  8571. "compile": {
  8572. "ref/dotnet/System.Globalization.Extensions.dll": {}
  8573. },
  8574. "runtime": {
  8575. "lib/dotnet/System.Globalization.Extensions.dll": {}
  8576. }
  8577. },
  8578. "System.IO/4.0.10": {
  8579. "dependencies": {
  8580. "System.Globalization": "[4.0.0, )",
  8581. "System.Runtime": "[4.0.20, )",
  8582. "System.Text.Encoding": "[4.0.10, )",
  8583. "System.Text.Encoding.Extensions": "[4.0.0, )",
  8584. "System.Threading": "[4.0.0, )",
  8585. "System.Threading.Tasks": "[4.0.0, )"
  8586. },
  8587. "compile": {
  8588. "ref/dotnet/System.IO.dll": {}
  8589. },
  8590. "runtime": {
  8591. "lib/netcore50/System.IO.dll": {}
  8592. }
  8593. },
  8594. "System.IO.Compression/4.0.0": {
  8595. "dependencies": {
  8596. "System.Collections": "[4.0.0, )",
  8597. "System.IO": "[4.0.0, )",
  8598. "System.Resources.ResourceManager": "[4.0.0, )",
  8599. "System.Runtime": "[4.0.0, )",
  8600. "System.Runtime.Extensions": "[4.0.0, )",
  8601. "System.Runtime.InteropServices": "[4.0.0, )",
  8602. "System.Text.Encoding": "[4.0.0, )",
  8603. "System.Threading": "[4.0.0, )",
  8604. "System.Threading.Tasks": "[4.0.0, )"
  8605. },
  8606. "compile": {
  8607. "ref/netcore50/System.IO.Compression.dll": {}
  8608. },
  8609. "runtime": {
  8610. "lib/netcore50/System.IO.Compression.dll": {}
  8611. }
  8612. },
  8613. "System.IO.Compression.clrcompression-x86/4.0.0": {
  8614. "native": {
  8615. "runtimes/win10-x86/native/ClrCompression.dll": {}
  8616. }
  8617. },
  8618. "System.IO.Compression.ZipFile/4.0.0": {
  8619. "dependencies": {
  8620. "System.IO": "[4.0.10, )",
  8621. "System.IO.Compression": "[4.0.0, )",
  8622. "System.IO.FileSystem": "[4.0.0, )",
  8623. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  8624. "System.Resources.ResourceManager": "[4.0.0, )",
  8625. "System.Runtime": "[4.0.20, )",
  8626. "System.Runtime.Extensions": "[4.0.10, )",
  8627. "System.Text.Encoding": "[4.0.10, )"
  8628. },
  8629. "compile": {
  8630. "ref/dotnet/System.IO.Compression.ZipFile.dll": {}
  8631. },
  8632. "runtime": {
  8633. "lib/dotnet/System.IO.Compression.ZipFile.dll": {}
  8634. }
  8635. },
  8636. "System.IO.FileSystem/4.0.0": {
  8637. "dependencies": {
  8638. "System.Collections": "[4.0.10, )",
  8639. "System.Diagnostics.Debug": "[4.0.10, )",
  8640. "System.IO": "[4.0.10, )",
  8641. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  8642. "System.Resources.ResourceManager": "[4.0.0, )",
  8643. "System.Runtime": "[4.0.20, )",
  8644. "System.Runtime.Extensions": "[4.0.10, )",
  8645. "System.Runtime.Handles": "[4.0.0, )",
  8646. "System.Runtime.InteropServices": "[4.0.20, )",
  8647. "System.Runtime.WindowsRuntime": "[4.0.0, )",
  8648. "System.Text.Encoding": "[4.0.10, )",
  8649. "System.Text.Encoding.Extensions": "[4.0.10, )",
  8650. "System.Threading": "[4.0.10, )",
  8651. "System.Threading.Overlapped": "[4.0.0, )",
  8652. "System.Threading.Tasks": "[4.0.10, )"
  8653. },
  8654. "compile": {
  8655. "ref/dotnet/System.IO.FileSystem.dll": {}
  8656. },
  8657. "runtime": {
  8658. "lib/netcore50/System.IO.FileSystem.dll": {}
  8659. }
  8660. },
  8661. "System.IO.FileSystem.Primitives/4.0.0": {
  8662. "dependencies": {
  8663. "System.Runtime": "[4.0.20, )"
  8664. },
  8665. "compile": {
  8666. "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
  8667. },
  8668. "runtime": {
  8669. "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
  8670. }
  8671. },
  8672. "System.IO.IsolatedStorage/4.0.0": {
  8673. "dependencies": {
  8674. "System.IO": "[4.0.10, )",
  8675. "System.IO.FileSystem": "[4.0.0, )",
  8676. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  8677. "System.Linq": "[4.0.0, )",
  8678. "System.Resources.ResourceManager": "[4.0.0, )",
  8679. "System.Runtime": "[4.0.20, )",
  8680. "System.Runtime.Extensions": "[4.0.10, )",
  8681. "System.Threading": "[4.0.10, )",
  8682. "System.Threading.Tasks": "[4.0.10, )"
  8683. },
  8684. "compile": {
  8685. "ref/dotnet/System.IO.IsolatedStorage.dll": {}
  8686. },
  8687. "runtime": {
  8688. "lib/netcore50/System.IO.IsolatedStorage.dll": {}
  8689. }
  8690. },
  8691. "System.IO.UnmanagedMemoryStream/4.0.0": {
  8692. "dependencies": {
  8693. "System.IO": "[4.0.10, )",
  8694. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  8695. "System.Resources.ResourceManager": "[4.0.0, )",
  8696. "System.Runtime": "[4.0.20, )",
  8697. "System.Runtime.InteropServices": "[4.0.20, )",
  8698. "System.Threading": "[4.0.10, )",
  8699. "System.Threading.Tasks": "[4.0.10, )"
  8700. },
  8701. "compile": {
  8702. "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  8703. },
  8704. "runtime": {
  8705. "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  8706. }
  8707. },
  8708. "System.Linq/4.0.0": {
  8709. "dependencies": {
  8710. "System.Collections": "[4.0.10, )",
  8711. "System.Diagnostics.Debug": "[4.0.10, )",
  8712. "System.Resources.ResourceManager": "[4.0.0, )",
  8713. "System.Runtime": "[4.0.20, )",
  8714. "System.Runtime.Extensions": "[4.0.10, )"
  8715. },
  8716. "compile": {
  8717. "ref/netcore50/System.Linq.dll": {}
  8718. },
  8719. "runtime": {
  8720. "lib/netcore50/System.Linq.dll": {}
  8721. }
  8722. },
  8723. "System.Linq.Expressions/4.0.10": {
  8724. "dependencies": {
  8725. "System.Collections": "[4.0.0, )",
  8726. "System.Diagnostics.Debug": "[4.0.0, )",
  8727. "System.Globalization": "[4.0.0, )",
  8728. "System.IO": "[4.0.0, )",
  8729. "System.Linq": "[4.0.0, )",
  8730. "System.Reflection": "[4.0.0, )",
  8731. "System.Reflection.Extensions": "[4.0.0, )",
  8732. "System.Reflection.Primitives": "[4.0.0, )",
  8733. "System.Reflection.TypeExtensions": "[4.0.0, )",
  8734. "System.Resources.ResourceManager": "[4.0.0, )",
  8735. "System.Runtime": "[4.0.20, )",
  8736. "System.Runtime.Extensions": "[4.0.0, )",
  8737. "System.Threading": "[4.0.0, )"
  8738. },
  8739. "compile": {
  8740. "ref/dotnet/System.Linq.Expressions.dll": {}
  8741. },
  8742. "runtime": {
  8743. "lib/netcore50/System.Linq.Expressions.dll": {}
  8744. }
  8745. },
  8746. "System.Linq.Parallel/4.0.0": {
  8747. "dependencies": {
  8748. "System.Collections": "[4.0.10, )",
  8749. "System.Collections.Concurrent": "[4.0.10, )",
  8750. "System.Diagnostics.Debug": "[4.0.10, )",
  8751. "System.Diagnostics.Tracing": "[4.0.20, )",
  8752. "System.Linq": "[4.0.0, )",
  8753. "System.Resources.ResourceManager": "[4.0.0, )",
  8754. "System.Runtime": "[4.0.20, )",
  8755. "System.Runtime.Extensions": "[4.0.10, )",
  8756. "System.Threading": "[4.0.10, )",
  8757. "System.Threading.Tasks": "[4.0.10, )"
  8758. },
  8759. "compile": {
  8760. "ref/netcore50/System.Linq.Parallel.dll": {}
  8761. },
  8762. "runtime": {
  8763. "lib/netcore50/System.Linq.Parallel.dll": {}
  8764. }
  8765. },
  8766. "System.Linq.Queryable/4.0.0": {
  8767. "dependencies": {
  8768. "System.Collections": "[4.0.10, )",
  8769. "System.Linq": "[4.0.0, )",
  8770. "System.Linq.Expressions": "[4.0.10, )",
  8771. "System.Reflection": "[4.0.10, )",
  8772. "System.Reflection.Extensions": "[4.0.0, )",
  8773. "System.Resources.ResourceManager": "[4.0.0, )",
  8774. "System.Runtime": "[4.0.20, )"
  8775. },
  8776. "compile": {
  8777. "ref/netcore50/System.Linq.Queryable.dll": {}
  8778. },
  8779. "runtime": {
  8780. "lib/netcore50/System.Linq.Queryable.dll": {}
  8781. }
  8782. },
  8783. "System.Net.Http/4.0.0": {
  8784. "dependencies": {
  8785. "System.Collections": "[4.0.10, )",
  8786. "System.Diagnostics.Debug": "[4.0.10, )",
  8787. "System.Globalization": "[4.0.10, )",
  8788. "System.IO": "[4.0.10, )",
  8789. "System.Net.Primitives": "[4.0.0, )",
  8790. "System.Resources.ResourceManager": "[4.0.0, )",
  8791. "System.Runtime": "[4.0.20, )",
  8792. "System.Runtime.Extensions": "[4.0.10, )",
  8793. "System.Runtime.InteropServices": "[4.0.20, )",
  8794. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  8795. "System.Text.Encoding": "[4.0.10, )",
  8796. "System.Text.Encoding.Extensions": "[4.0.10, )",
  8797. "System.Threading": "[4.0.10, )",
  8798. "System.Threading.Tasks": "[4.0.10, )"
  8799. },
  8800. "compile": {
  8801. "ref/netcore50/System.Net.Http.dll": {}
  8802. },
  8803. "runtime": {
  8804. "lib/netcore50/System.Net.Http.dll": {}
  8805. }
  8806. },
  8807. "System.Net.Http.Rtc/4.0.0": {
  8808. "dependencies": {
  8809. "System.Net.Http": "[4.0.0, )",
  8810. "System.Runtime": "[4.0.20, )"
  8811. },
  8812. "compile": {
  8813. "ref/netcore50/System.Net.Http.Rtc.dll": {}
  8814. },
  8815. "runtime": {
  8816. "lib/netcore50/System.Net.Http.Rtc.dll": {}
  8817. }
  8818. },
  8819. "System.Net.NetworkInformation/4.0.0": {
  8820. "dependencies": {
  8821. "System.Runtime": "[4.0.0, )",
  8822. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  8823. "System.Threading": "[4.0.0, )"
  8824. },
  8825. "compile": {
  8826. "ref/netcore50/System.Net.NetworkInformation.dll": {}
  8827. },
  8828. "runtime": {
  8829. "lib/netcore50/System.Net.NetworkInformation.dll": {}
  8830. }
  8831. },
  8832. "System.Net.Primitives/4.0.10": {
  8833. "dependencies": {
  8834. "System.Private.Networking": "[4.0.0, )",
  8835. "System.Runtime": "[4.0.20, )"
  8836. },
  8837. "compile": {
  8838. "ref/dotnet/System.Net.Primitives.dll": {}
  8839. },
  8840. "runtime": {
  8841. "lib/netcore50/System.Net.Primitives.dll": {}
  8842. }
  8843. },
  8844. "System.Net.Requests/4.0.10": {
  8845. "dependencies": {
  8846. "System.Collections": "[4.0.10, )",
  8847. "System.Diagnostics.Debug": "[4.0.10, )",
  8848. "System.IO": "[4.0.10, )",
  8849. "System.Net.Http": "[4.0.0, )",
  8850. "System.Net.Primitives": "[4.0.10, )",
  8851. "System.Net.WebHeaderCollection": "[4.0.0, )",
  8852. "System.Resources.ResourceManager": "[4.0.0, )",
  8853. "System.Runtime": "[4.0.20, )",
  8854. "System.Threading": "[4.0.10, )",
  8855. "System.Threading.Tasks": "[4.0.10, )"
  8856. },
  8857. "compile": {
  8858. "ref/dotnet/System.Net.Requests.dll": {}
  8859. },
  8860. "runtime": {
  8861. "lib/dotnet/System.Net.Requests.dll": {}
  8862. }
  8863. },
  8864. "System.Net.Sockets/4.0.0": {
  8865. "dependencies": {
  8866. "System.Private.Networking": "[4.0.0, )",
  8867. "System.Runtime": "[4.0.20, )"
  8868. },
  8869. "compile": {
  8870. "ref/dotnet/System.Net.Sockets.dll": {}
  8871. },
  8872. "runtime": {
  8873. "lib/netcore50/System.Net.Sockets.dll": {}
  8874. }
  8875. },
  8876. "System.Net.WebHeaderCollection/4.0.0": {
  8877. "dependencies": {
  8878. "System.Collections.NonGeneric": "[4.0.0, )",
  8879. "System.Collections.Specialized": "[4.0.0, )",
  8880. "System.Resources.ResourceManager": "[4.0.0, )",
  8881. "System.Runtime": "[4.0.20, )"
  8882. },
  8883. "compile": {
  8884. "ref/dotnet/System.Net.WebHeaderCollection.dll": {}
  8885. },
  8886. "runtime": {
  8887. "lib/dotnet/System.Net.WebHeaderCollection.dll": {}
  8888. }
  8889. },
  8890. "System.Numerics.Vectors/4.1.0": {
  8891. "dependencies": {
  8892. "System.Globalization": "[4.0.10, )",
  8893. "System.Resources.ResourceManager": "[4.0.0, )",
  8894. "System.Runtime": "[4.0.20, )",
  8895. "System.Runtime.Extensions": "[4.0.10, )"
  8896. },
  8897. "compile": {
  8898. "ref/dotnet/System.Numerics.Vectors.dll": {}
  8899. },
  8900. "runtime": {
  8901. "lib/dotnet/System.Numerics.Vectors.dll": {}
  8902. }
  8903. },
  8904. "System.Numerics.Vectors.WindowsRuntime/4.0.0": {
  8905. "dependencies": {
  8906. "System.Numerics.Vectors": "[4.1.0, )",
  8907. "System.Runtime": "[4.0.20, )",
  8908. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  8909. },
  8910. "compile": {
  8911. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  8912. },
  8913. "runtime": {
  8914. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  8915. }
  8916. },
  8917. "System.ObjectModel/4.0.10": {
  8918. "dependencies": {
  8919. "System.Collections": "[4.0.10, )",
  8920. "System.Diagnostics.Debug": "[4.0.10, )",
  8921. "System.Resources.ResourceManager": "[4.0.0, )",
  8922. "System.Runtime": "[4.0.20, )",
  8923. "System.Threading": "[4.0.10, )"
  8924. },
  8925. "compile": {
  8926. "ref/dotnet/System.ObjectModel.dll": {}
  8927. },
  8928. "runtime": {
  8929. "lib/dotnet/System.ObjectModel.dll": {}
  8930. }
  8931. },
  8932. "System.Private.DataContractSerialization/4.0.0": {
  8933. "dependencies": {
  8934. "System.Collections": "[4.0.10, )",
  8935. "System.Globalization": "[4.0.10, )",
  8936. "System.IO": "[4.0.10, )",
  8937. "System.Linq": "[4.0.0, )",
  8938. "System.Reflection": "[4.0.10, )",
  8939. "System.Reflection.Extensions": "[4.0.0, )",
  8940. "System.Reflection.Primitives": "[4.0.0, )",
  8941. "System.Reflection.TypeExtensions": "[4.0.0, )",
  8942. "System.Resources.ResourceManager": "[4.0.0, )",
  8943. "System.Runtime": "[4.0.20, )",
  8944. "System.Runtime.Extensions": "[4.0.10, )",
  8945. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  8946. "System.Text.Encoding": "[4.0.10, )",
  8947. "System.Text.Encoding.Extensions": "[4.0.10, )",
  8948. "System.Text.RegularExpressions": "[4.0.10, )",
  8949. "System.Threading": "[4.0.10, )",
  8950. "System.Xml.ReaderWriter": "[4.0.10, )",
  8951. "System.Xml.XmlSerializer": "[4.0.10, )"
  8952. },
  8953. "compile": {
  8954. "ref/netcore50/_._": {}
  8955. },
  8956. "runtime": {
  8957. "lib/netcore50/System.Private.DataContractSerialization.dll": {}
  8958. }
  8959. },
  8960. "System.Private.Networking/4.0.0": {
  8961. "dependencies": {
  8962. "Microsoft.Win32.Primitives": "[4.0.0, )",
  8963. "System.Collections": "[4.0.10, )",
  8964. "System.Collections.NonGeneric": "[4.0.0, )",
  8965. "System.Diagnostics.Debug": "[4.0.10, )",
  8966. "System.Diagnostics.Tracing": "[4.0.20, )",
  8967. "System.Globalization": "[4.0.10, )",
  8968. "System.IO": "[4.0.10, )",
  8969. "System.IO.FileSystem": "[4.0.0, )",
  8970. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  8971. "System.Resources.ResourceManager": "[4.0.0, )",
  8972. "System.Runtime": "[4.0.20, )",
  8973. "System.Runtime.Extensions": "[4.0.10, )",
  8974. "System.Runtime.Handles": "[4.0.0, )",
  8975. "System.Runtime.InteropServices": "[4.0.20, )",
  8976. "System.Threading": "[4.0.10, )",
  8977. "System.Threading.Overlapped": "[4.0.0, )",
  8978. "System.Threading.Tasks": "[4.0.10, )"
  8979. },
  8980. "compile": {
  8981. "ref/netcore50/_._": {}
  8982. },
  8983. "runtime": {
  8984. "lib/netcore50/System.Private.Networking.dll": {}
  8985. }
  8986. },
  8987. "System.Private.ServiceModel/4.0.0": {
  8988. "dependencies": {
  8989. "System.Collections": "[4.0.10, )",
  8990. "System.Collections.Concurrent": "[4.0.10, )",
  8991. "System.Collections.NonGeneric": "[4.0.0, )",
  8992. "System.Collections.Specialized": "[4.0.0, )",
  8993. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  8994. "System.Diagnostics.Contracts": "[4.0.0, )",
  8995. "System.Diagnostics.Debug": "[4.0.10, )",
  8996. "System.Globalization": "[4.0.10, )",
  8997. "System.IO": "[4.0.10, )",
  8998. "System.IO.Compression": "[4.0.0, )",
  8999. "System.Linq": "[4.0.0, )",
  9000. "System.Linq.Expressions": "[4.0.10, )",
  9001. "System.Linq.Queryable": "[4.0.0, )",
  9002. "System.Net.Http": "[4.0.0, )",
  9003. "System.Net.Primitives": "[4.0.10, )",
  9004. "System.Net.WebHeaderCollection": "[4.0.0, )",
  9005. "System.ObjectModel": "[4.0.10, )",
  9006. "System.Reflection": "[4.0.10, )",
  9007. "System.Reflection.DispatchProxy": "[4.0.0, )",
  9008. "System.Reflection.Extensions": "[4.0.0, )",
  9009. "System.Reflection.Primitives": "[4.0.0, )",
  9010. "System.Reflection.TypeExtensions": "[4.0.0, )",
  9011. "System.Resources.ResourceManager": "[4.0.0, )",
  9012. "System.Runtime": "[4.0.20, )",
  9013. "System.Runtime.Extensions": "[4.0.10, )",
  9014. "System.Runtime.InteropServices": "[4.0.20, )",
  9015. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  9016. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  9017. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  9018. "System.Security.Claims": "[4.0.0, )",
  9019. "System.Security.Principal": "[4.0.0, )",
  9020. "System.Text.Encoding": "[4.0.10, )",
  9021. "System.Threading": "[4.0.10, )",
  9022. "System.Threading.Tasks": "[4.0.10, )",
  9023. "System.Threading.Timer": "[4.0.0, )",
  9024. "System.Xml.ReaderWriter": "[4.0.10, )",
  9025. "System.Xml.XmlDocument": "[4.0.0, )",
  9026. "System.Xml.XmlSerializer": "[4.0.10, )"
  9027. },
  9028. "compile": {
  9029. "ref/netcore50/_._": {}
  9030. },
  9031. "runtime": {
  9032. "lib/netcore50/System.Private.ServiceModel.dll": {}
  9033. }
  9034. },
  9035. "System.Private.Uri/4.0.0": {
  9036. "compile": {
  9037. "ref/netcore50/_._": {}
  9038. },
  9039. "runtime": {
  9040. "lib/netcore50/System.Private.Uri.dll": {}
  9041. }
  9042. },
  9043. "System.Reflection/4.0.10": {
  9044. "dependencies": {
  9045. "System.IO": "[4.0.0, )",
  9046. "System.Reflection.Primitives": "[4.0.0, )",
  9047. "System.Runtime": "[4.0.20, )"
  9048. },
  9049. "compile": {
  9050. "ref/dotnet/System.Reflection.dll": {}
  9051. },
  9052. "runtime": {
  9053. "lib/netcore50/System.Reflection.dll": {}
  9054. }
  9055. },
  9056. "System.Reflection.Context/4.0.0": {
  9057. "dependencies": {
  9058. "System.Reflection": "[4.0.10, )",
  9059. "System.Resources.ResourceManager": "[4.0.0, )",
  9060. "System.Runtime": "[4.0.20, )"
  9061. },
  9062. "compile": {
  9063. "ref/netcore50/System.Reflection.Context.dll": {}
  9064. },
  9065. "runtime": {
  9066. "lib/netcore50/System.Reflection.Context.dll": {}
  9067. }
  9068. },
  9069. "System.Reflection.DispatchProxy/4.0.0": {
  9070. "dependencies": {
  9071. "System.Collections": "[4.0.10, )",
  9072. "System.Linq": "[4.0.0, )",
  9073. "System.Reflection": "[4.0.10, )",
  9074. "System.Reflection.Extensions": "[4.0.0, )",
  9075. "System.Reflection.Primitives": "[4.0.0, )",
  9076. "System.Resources.ResourceManager": "[4.0.0, )",
  9077. "System.Runtime": "[4.0.20, )",
  9078. "System.Threading": "[4.0.10, )"
  9079. },
  9080. "compile": {
  9081. "ref/dotnet/System.Reflection.DispatchProxy.dll": {}
  9082. },
  9083. "runtime": {
  9084. "lib/netcore50/System.Reflection.DispatchProxy.dll": {}
  9085. }
  9086. },
  9087. "System.Reflection.Emit/4.0.0": {
  9088. "dependencies": {
  9089. "System.IO": "[4.0.0, )",
  9090. "System.Reflection": "[4.0.0, )",
  9091. "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
  9092. "System.Reflection.Primitives": "[4.0.0, )",
  9093. "System.Runtime": "[4.0.0, )"
  9094. },
  9095. "compile": {
  9096. "ref/dotnet/System.Reflection.Emit.dll": {}
  9097. },
  9098. "runtime": {
  9099. "lib/netcore50/System.Reflection.Emit.dll": {}
  9100. }
  9101. },
  9102. "System.Reflection.Emit.ILGeneration/4.0.0": {
  9103. "dependencies": {
  9104. "System.Reflection": "[4.0.0, )",
  9105. "System.Reflection.Primitives": "[4.0.0, )",
  9106. "System.Runtime": "[4.0.0, )"
  9107. },
  9108. "compile": {
  9109. "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
  9110. },
  9111. "runtime": {
  9112. "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {}
  9113. }
  9114. },
  9115. "System.Reflection.Emit.Lightweight/4.0.0": {
  9116. "dependencies": {
  9117. "System.Reflection": "[4.0.0, )",
  9118. "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
  9119. "System.Reflection.Primitives": "[4.0.0, )",
  9120. "System.Runtime": "[4.0.0, )"
  9121. },
  9122. "compile": {
  9123. "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {}
  9124. },
  9125. "runtime": {
  9126. "lib/netcore50/System.Reflection.Emit.Lightweight.dll": {}
  9127. }
  9128. },
  9129. "System.Reflection.Extensions/4.0.0": {
  9130. "dependencies": {
  9131. "System.Diagnostics.Debug": "[4.0.10, )",
  9132. "System.Reflection": "[4.0.10, )",
  9133. "System.Reflection.Primitives": "[4.0.0, )",
  9134. "System.Reflection.TypeExtensions": "[4.0.0, )",
  9135. "System.Resources.ResourceManager": "[4.0.0, )",
  9136. "System.Runtime": "[4.0.20, )",
  9137. "System.Runtime.Extensions": "[4.0.10, )"
  9138. },
  9139. "compile": {
  9140. "ref/netcore50/System.Reflection.Extensions.dll": {}
  9141. },
  9142. "runtime": {
  9143. "lib/netcore50/System.Reflection.Extensions.dll": {}
  9144. }
  9145. },
  9146. "System.Reflection.Metadata/1.0.22": {
  9147. "dependencies": {
  9148. "System.Collections": "[4.0.0, )",
  9149. "System.Collections.Immutable": "[1.1.37, )",
  9150. "System.Diagnostics.Debug": "[4.0.0, )",
  9151. "System.IO": "[4.0.0, )",
  9152. "System.Reflection": "[4.0.0, )",
  9153. "System.Reflection.Extensions": "[4.0.0, )",
  9154. "System.Reflection.Primitives": "[4.0.0, )",
  9155. "System.Resources.ResourceManager": "[4.0.0, )",
  9156. "System.Runtime": "[4.0.0, )",
  9157. "System.Runtime.Extensions": "[4.0.0, )",
  9158. "System.Runtime.InteropServices": "[4.0.0, )",
  9159. "System.Text.Encoding": "[4.0.0, )",
  9160. "System.Text.Encoding.Extensions": "[4.0.0, )",
  9161. "System.Threading": "[4.0.0, )"
  9162. },
  9163. "compile": {
  9164. "lib/dotnet/System.Reflection.Metadata.dll": {}
  9165. },
  9166. "runtime": {
  9167. "lib/dotnet/System.Reflection.Metadata.dll": {}
  9168. }
  9169. },
  9170. "System.Reflection.Primitives/4.0.0": {
  9171. "dependencies": {
  9172. "System.Runtime": "[4.0.0, )",
  9173. "System.Threading": "[4.0.0, )"
  9174. },
  9175. "compile": {
  9176. "ref/netcore50/System.Reflection.Primitives.dll": {}
  9177. },
  9178. "runtime": {
  9179. "lib/netcore50/System.Reflection.Primitives.dll": {}
  9180. }
  9181. },
  9182. "System.Reflection.TypeExtensions/4.0.0": {
  9183. "dependencies": {
  9184. "System.Diagnostics.Contracts": "[4.0.0, )",
  9185. "System.Diagnostics.Debug": "[4.0.10, )",
  9186. "System.Linq": "[4.0.0, )",
  9187. "System.Reflection": "[4.0.10, )",
  9188. "System.Reflection.Primitives": "[4.0.0, )",
  9189. "System.Resources.ResourceManager": "[4.0.0, )",
  9190. "System.Runtime": "[4.0.20, )",
  9191. "System.Runtime.Extensions": "[4.0.10, )"
  9192. },
  9193. "compile": {
  9194. "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
  9195. },
  9196. "runtime": {
  9197. "lib/netcore50/System.Reflection.TypeExtensions.dll": {}
  9198. }
  9199. },
  9200. "System.Resources.ResourceManager/4.0.0": {
  9201. "dependencies": {
  9202. "System.Globalization": "[4.0.0, )",
  9203. "System.Reflection": "[4.0.10, )",
  9204. "System.Runtime": "[4.0.20, )"
  9205. },
  9206. "compile": {
  9207. "ref/netcore50/System.Resources.ResourceManager.dll": {}
  9208. },
  9209. "runtime": {
  9210. "lib/netcore50/System.Resources.ResourceManager.dll": {}
  9211. }
  9212. },
  9213. "System.Runtime/4.0.20": {
  9214. "dependencies": {
  9215. "System.Private.Uri": "[4.0.0, )"
  9216. },
  9217. "compile": {
  9218. "ref/dotnet/System.Runtime.dll": {}
  9219. },
  9220. "runtime": {
  9221. "lib/netcore50/System.Runtime.dll": {}
  9222. }
  9223. },
  9224. "System.Runtime.Extensions/4.0.10": {
  9225. "dependencies": {
  9226. "System.Runtime": "[4.0.20, )"
  9227. },
  9228. "compile": {
  9229. "ref/dotnet/System.Runtime.Extensions.dll": {}
  9230. },
  9231. "runtime": {
  9232. "lib/netcore50/System.Runtime.Extensions.dll": {}
  9233. }
  9234. },
  9235. "System.Runtime.Handles/4.0.0": {
  9236. "dependencies": {
  9237. "System.Runtime": "[4.0.0, )"
  9238. },
  9239. "compile": {
  9240. "ref/dotnet/System.Runtime.Handles.dll": {}
  9241. },
  9242. "runtime": {
  9243. "lib/netcore50/System.Runtime.Handles.dll": {}
  9244. }
  9245. },
  9246. "System.Runtime.InteropServices/4.0.20": {
  9247. "dependencies": {
  9248. "System.Reflection": "[4.0.0, )",
  9249. "System.Reflection.Primitives": "[4.0.0, )",
  9250. "System.Runtime": "[4.0.0, )",
  9251. "System.Runtime.Handles": "[4.0.0, )"
  9252. },
  9253. "compile": {
  9254. "ref/dotnet/System.Runtime.InteropServices.dll": {}
  9255. },
  9256. "runtime": {
  9257. "lib/netcore50/System.Runtime.InteropServices.dll": {}
  9258. }
  9259. },
  9260. "System.Runtime.InteropServices.WindowsRuntime/4.0.0": {
  9261. "compile": {
  9262. "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  9263. },
  9264. "runtime": {
  9265. "lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  9266. }
  9267. },
  9268. "System.Runtime.Numerics/4.0.0": {
  9269. "dependencies": {
  9270. "System.Globalization": "[4.0.10, )",
  9271. "System.Resources.ResourceManager": "[4.0.0, )",
  9272. "System.Runtime": "[4.0.20, )",
  9273. "System.Runtime.Extensions": "[4.0.10, )"
  9274. },
  9275. "compile": {
  9276. "ref/netcore50/System.Runtime.Numerics.dll": {}
  9277. },
  9278. "runtime": {
  9279. "lib/netcore50/System.Runtime.Numerics.dll": {}
  9280. }
  9281. },
  9282. "System.Runtime.Serialization.Json/4.0.0": {
  9283. "dependencies": {
  9284. "System.Private.DataContractSerialization": "[4.0.0, )"
  9285. },
  9286. "compile": {
  9287. "ref/netcore50/System.Runtime.Serialization.Json.dll": {}
  9288. },
  9289. "runtime": {
  9290. "lib/netcore50/System.Runtime.Serialization.Json.dll": {}
  9291. }
  9292. },
  9293. "System.Runtime.Serialization.Primitives/4.0.10": {
  9294. "dependencies": {
  9295. "System.Resources.ResourceManager": "[4.0.0, )",
  9296. "System.Runtime": "[4.0.20, )"
  9297. },
  9298. "compile": {
  9299. "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  9300. },
  9301. "runtime": {
  9302. "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  9303. }
  9304. },
  9305. "System.Runtime.Serialization.Xml/4.0.10": {
  9306. "dependencies": {
  9307. "System.Private.DataContractSerialization": "[4.0.0, )",
  9308. "System.Runtime.Serialization.Primitives": "[4.0.10, )"
  9309. },
  9310. "compile": {
  9311. "ref/dotnet/System.Runtime.Serialization.Xml.dll": {}
  9312. },
  9313. "runtime": {
  9314. "lib/netcore50/System.Runtime.Serialization.Xml.dll": {}
  9315. }
  9316. },
  9317. "System.Runtime.WindowsRuntime/4.0.10": {
  9318. "dependencies": {
  9319. "System.Diagnostics.Debug": "[4.0.10, )",
  9320. "System.Globalization": "[4.0.0, )",
  9321. "System.IO": "[4.0.10, )",
  9322. "System.ObjectModel": "[4.0.0, )",
  9323. "System.Resources.ResourceManager": "[4.0.0, )",
  9324. "System.Runtime": "[4.0.20, )",
  9325. "System.Runtime.Extensions": "[4.0.0, )",
  9326. "System.Runtime.InteropServices": "[4.0.20, )",
  9327. "System.Threading": "[4.0.10, )",
  9328. "System.Threading.Tasks": "[4.0.10, )"
  9329. },
  9330. "compile": {
  9331. "ref/netcore50/System.Runtime.WindowsRuntime.dll": {}
  9332. },
  9333. "runtime": {
  9334. "lib/netcore50/System.Runtime.WindowsRuntime.dll": {}
  9335. }
  9336. },
  9337. "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": {
  9338. "dependencies": {
  9339. "System.Globalization": "[4.0.0, )",
  9340. "System.Resources.ResourceManager": "[4.0.0, )",
  9341. "System.Runtime": "[4.0.20, )",
  9342. "System.Runtime.Extensions": "[4.0.0, )",
  9343. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  9344. },
  9345. "compile": {
  9346. "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  9347. },
  9348. "runtime": {
  9349. "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  9350. }
  9351. },
  9352. "System.Security.Claims/4.0.0": {
  9353. "dependencies": {
  9354. "System.Collections": "[4.0.0, )",
  9355. "System.Diagnostics.Debug": "[4.0.0, )",
  9356. "System.Globalization": "[4.0.0, )",
  9357. "System.IO": "[4.0.0, )",
  9358. "System.Resources.ResourceManager": "[4.0.0, )",
  9359. "System.Runtime": "[4.0.20, )",
  9360. "System.Runtime.Extensions": "[4.0.0, )",
  9361. "System.Security.Principal": "[4.0.0, )"
  9362. },
  9363. "compile": {
  9364. "ref/dotnet/System.Security.Claims.dll": {}
  9365. },
  9366. "runtime": {
  9367. "lib/dotnet/System.Security.Claims.dll": {}
  9368. }
  9369. },
  9370. "System.Security.Principal/4.0.0": {
  9371. "dependencies": {
  9372. "System.Runtime": "[4.0.0, )"
  9373. },
  9374. "compile": {
  9375. "ref/netcore50/System.Security.Principal.dll": {}
  9376. },
  9377. "runtime": {
  9378. "lib/netcore50/System.Security.Principal.dll": {}
  9379. }
  9380. },
  9381. "System.ServiceModel.Duplex/4.0.0": {
  9382. "dependencies": {
  9383. "System.Private.ServiceModel": "[4.0.0, )",
  9384. "System.Runtime": "[4.0.20, )"
  9385. },
  9386. "compile": {
  9387. "ref/netcore50/System.ServiceModel.Duplex.dll": {}
  9388. },
  9389. "runtime": {
  9390. "lib/netcore50/System.ServiceModel.Duplex.dll": {}
  9391. }
  9392. },
  9393. "System.ServiceModel.Http/4.0.10": {
  9394. "dependencies": {
  9395. "System.Private.ServiceModel": "[4.0.0, )",
  9396. "System.Runtime": "[4.0.20, )"
  9397. },
  9398. "compile": {
  9399. "ref/dotnet/System.ServiceModel.Http.dll": {}
  9400. },
  9401. "runtime": {
  9402. "lib/netcore50/System.ServiceModel.Http.dll": {}
  9403. }
  9404. },
  9405. "System.ServiceModel.NetTcp/4.0.0": {
  9406. "dependencies": {
  9407. "System.Private.ServiceModel": "[4.0.0, )",
  9408. "System.Runtime": "[4.0.20, )"
  9409. },
  9410. "compile": {
  9411. "ref/netcore50/System.ServiceModel.NetTcp.dll": {}
  9412. },
  9413. "runtime": {
  9414. "lib/netcore50/System.ServiceModel.NetTcp.dll": {}
  9415. }
  9416. },
  9417. "System.ServiceModel.Primitives/4.0.0": {
  9418. "dependencies": {
  9419. "System.Private.ServiceModel": "[4.0.0, )",
  9420. "System.Runtime": "[4.0.20, )"
  9421. },
  9422. "compile": {
  9423. "ref/netcore50/System.ServiceModel.Primitives.dll": {}
  9424. },
  9425. "runtime": {
  9426. "lib/netcore50/System.ServiceModel.Primitives.dll": {}
  9427. }
  9428. },
  9429. "System.ServiceModel.Security/4.0.0": {
  9430. "dependencies": {
  9431. "System.Private.ServiceModel": "[4.0.0, )",
  9432. "System.Runtime": "[4.0.20, )"
  9433. },
  9434. "compile": {
  9435. "ref/netcore50/System.ServiceModel.Security.dll": {}
  9436. },
  9437. "runtime": {
  9438. "lib/netcore50/System.ServiceModel.Security.dll": {}
  9439. }
  9440. },
  9441. "System.Text.Encoding/4.0.10": {
  9442. "dependencies": {
  9443. "System.Runtime": "[4.0.0, )"
  9444. },
  9445. "compile": {
  9446. "ref/dotnet/System.Text.Encoding.dll": {}
  9447. },
  9448. "runtime": {
  9449. "lib/netcore50/System.Text.Encoding.dll": {}
  9450. }
  9451. },
  9452. "System.Text.Encoding.CodePages/4.0.0": {
  9453. "dependencies": {
  9454. "System.Collections": "[4.0.10, )",
  9455. "System.Globalization": "[4.0.10, )",
  9456. "System.IO": "[4.0.10, )",
  9457. "System.Reflection": "[4.0.10, )",
  9458. "System.Resources.ResourceManager": "[4.0.0, )",
  9459. "System.Runtime": "[4.0.20, )",
  9460. "System.Runtime.Extensions": "[4.0.10, )",
  9461. "System.Runtime.Handles": "[4.0.0, )",
  9462. "System.Runtime.InteropServices": "[4.0.20, )",
  9463. "System.Text.Encoding": "[4.0.10, )",
  9464. "System.Threading": "[4.0.10, )"
  9465. },
  9466. "compile": {
  9467. "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
  9468. },
  9469. "runtime": {
  9470. "lib/dotnet/System.Text.Encoding.CodePages.dll": {}
  9471. }
  9472. },
  9473. "System.Text.Encoding.Extensions/4.0.10": {
  9474. "dependencies": {
  9475. "System.Runtime": "[4.0.0, )",
  9476. "System.Text.Encoding": "[4.0.10, )"
  9477. },
  9478. "compile": {
  9479. "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
  9480. },
  9481. "runtime": {
  9482. "lib/netcore50/System.Text.Encoding.Extensions.dll": {}
  9483. }
  9484. },
  9485. "System.Text.RegularExpressions/4.0.10": {
  9486. "dependencies": {
  9487. "System.Collections": "[4.0.10, )",
  9488. "System.Globalization": "[4.0.10, )",
  9489. "System.Resources.ResourceManager": "[4.0.0, )",
  9490. "System.Runtime": "[4.0.20, )",
  9491. "System.Runtime.Extensions": "[4.0.10, )",
  9492. "System.Threading": "[4.0.10, )"
  9493. },
  9494. "compile": {
  9495. "ref/dotnet/System.Text.RegularExpressions.dll": {}
  9496. },
  9497. "runtime": {
  9498. "lib/dotnet/System.Text.RegularExpressions.dll": {}
  9499. }
  9500. },
  9501. "System.Threading/4.0.10": {
  9502. "dependencies": {
  9503. "System.Runtime": "[4.0.0, )",
  9504. "System.Threading.Tasks": "[4.0.0, )"
  9505. },
  9506. "compile": {
  9507. "ref/dotnet/System.Threading.dll": {}
  9508. },
  9509. "runtime": {
  9510. "lib/netcore50/System.Threading.dll": {}
  9511. }
  9512. },
  9513. "System.Threading.Overlapped/4.0.0": {
  9514. "dependencies": {
  9515. "System.Resources.ResourceManager": "[4.0.0, )",
  9516. "System.Runtime": "[4.0.20, )",
  9517. "System.Runtime.Extensions": "[4.0.0, )",
  9518. "System.Runtime.Handles": "[4.0.0, )",
  9519. "System.Runtime.InteropServices": "[4.0.20, )",
  9520. "System.Threading": "[4.0.10, )"
  9521. },
  9522. "compile": {
  9523. "ref/dotnet/System.Threading.Overlapped.dll": {}
  9524. },
  9525. "runtime": {
  9526. "lib/netcore50/System.Threading.Overlapped.dll": {}
  9527. }
  9528. },
  9529. "System.Threading.Tasks/4.0.10": {
  9530. "dependencies": {
  9531. "System.Runtime": "[4.0.0, )"
  9532. },
  9533. "compile": {
  9534. "ref/dotnet/System.Threading.Tasks.dll": {}
  9535. },
  9536. "runtime": {
  9537. "lib/netcore50/System.Threading.Tasks.dll": {}
  9538. }
  9539. },
  9540. "System.Threading.Tasks.Dataflow/4.5.25": {
  9541. "dependencies": {
  9542. "System.Collections": "[4.0.0, )",
  9543. "System.Collections.Concurrent": "[4.0.0, )",
  9544. "System.Diagnostics.Debug": "[4.0.0, )",
  9545. "System.Diagnostics.Tracing": "[4.0.0, )",
  9546. "System.Dynamic.Runtime": "[4.0.0, )",
  9547. "System.Linq": "[4.0.0, )",
  9548. "System.Resources.ResourceManager": "[4.0.0, )",
  9549. "System.Runtime": "[4.0.0, )",
  9550. "System.Runtime.Extensions": "[4.0.0, )",
  9551. "System.Threading": "[4.0.0, )",
  9552. "System.Threading.Tasks": "[4.0.0, )"
  9553. },
  9554. "compile": {
  9555. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  9556. },
  9557. "runtime": {
  9558. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  9559. }
  9560. },
  9561. "System.Threading.Tasks.Parallel/4.0.0": {
  9562. "dependencies": {
  9563. "System.Collections.Concurrent": "[4.0.10, )",
  9564. "System.Diagnostics.Debug": "[4.0.10, )",
  9565. "System.Diagnostics.Tracing": "[4.0.20, )",
  9566. "System.Resources.ResourceManager": "[4.0.0, )",
  9567. "System.Runtime": "[4.0.20, )",
  9568. "System.Runtime.Extensions": "[4.0.10, )",
  9569. "System.Threading": "[4.0.10, )",
  9570. "System.Threading.Tasks": "[4.0.10, )"
  9571. },
  9572. "compile": {
  9573. "ref/netcore50/System.Threading.Tasks.Parallel.dll": {}
  9574. },
  9575. "runtime": {
  9576. "lib/netcore50/System.Threading.Tasks.Parallel.dll": {}
  9577. }
  9578. },
  9579. "System.Threading.Timer/4.0.0": {
  9580. "compile": {
  9581. "ref/netcore50/System.Threading.Timer.dll": {}
  9582. },
  9583. "runtime": {
  9584. "lib/netcore50/System.Threading.Timer.dll": {}
  9585. }
  9586. },
  9587. "System.Xml.ReaderWriter/4.0.10": {
  9588. "dependencies": {
  9589. "System.Collections": "[4.0.10, )",
  9590. "System.Diagnostics.Debug": "[4.0.10, )",
  9591. "System.Globalization": "[4.0.10, )",
  9592. "System.IO": "[4.0.10, )",
  9593. "System.IO.FileSystem": "[4.0.0, )",
  9594. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  9595. "System.Resources.ResourceManager": "[4.0.0, )",
  9596. "System.Runtime": "[4.0.20, )",
  9597. "System.Runtime.Extensions": "[4.0.10, )",
  9598. "System.Runtime.InteropServices": "[4.0.20, )",
  9599. "System.Text.Encoding": "[4.0.10, )",
  9600. "System.Text.Encoding.Extensions": "[4.0.10, )",
  9601. "System.Text.RegularExpressions": "[4.0.10, )",
  9602. "System.Threading.Tasks": "[4.0.10, )"
  9603. },
  9604. "compile": {
  9605. "ref/dotnet/System.Xml.ReaderWriter.dll": {}
  9606. },
  9607. "runtime": {
  9608. "lib/dotnet/System.Xml.ReaderWriter.dll": {}
  9609. }
  9610. },
  9611. "System.Xml.XDocument/4.0.10": {
  9612. "dependencies": {
  9613. "System.Collections": "[4.0.10, )",
  9614. "System.Diagnostics.Debug": "[4.0.10, )",
  9615. "System.Globalization": "[4.0.10, )",
  9616. "System.IO": "[4.0.10, )",
  9617. "System.Reflection": "[4.0.10, )",
  9618. "System.Resources.ResourceManager": "[4.0.0, )",
  9619. "System.Runtime": "[4.0.20, )",
  9620. "System.Runtime.Extensions": "[4.0.10, )",
  9621. "System.Text.Encoding": "[4.0.10, )",
  9622. "System.Threading": "[4.0.10, )",
  9623. "System.Xml.ReaderWriter": "[4.0.10, )"
  9624. },
  9625. "compile": {
  9626. "ref/dotnet/System.Xml.XDocument.dll": {}
  9627. },
  9628. "runtime": {
  9629. "lib/dotnet/System.Xml.XDocument.dll": {}
  9630. }
  9631. },
  9632. "System.Xml.XmlDocument/4.0.0": {
  9633. "dependencies": {
  9634. "System.Collections": "[4.0.10, )",
  9635. "System.Diagnostics.Debug": "[4.0.10, )",
  9636. "System.Globalization": "[4.0.10, )",
  9637. "System.IO": "[4.0.10, )",
  9638. "System.Resources.ResourceManager": "[4.0.0, )",
  9639. "System.Runtime": "[4.0.20, )",
  9640. "System.Runtime.Extensions": "[4.0.10, )",
  9641. "System.Text.Encoding": "[4.0.10, )",
  9642. "System.Threading": "[4.0.10, )",
  9643. "System.Xml.ReaderWriter": "[4.0.10, )"
  9644. },
  9645. "compile": {
  9646. "ref/dotnet/System.Xml.XmlDocument.dll": {}
  9647. },
  9648. "runtime": {
  9649. "lib/dotnet/System.Xml.XmlDocument.dll": {}
  9650. }
  9651. },
  9652. "System.Xml.XmlSerializer/4.0.10": {
  9653. "dependencies": {
  9654. "System.Collections": "[4.0.10, )",
  9655. "System.Diagnostics.Debug": "[4.0.10, )",
  9656. "System.Globalization": "[4.0.10, )",
  9657. "System.IO": "[4.0.10, )",
  9658. "System.Linq": "[4.0.0, )",
  9659. "System.Reflection": "[4.0.10, )",
  9660. "System.Reflection.Extensions": "[4.0.0, )",
  9661. "System.Reflection.Primitives": "[4.0.0, )",
  9662. "System.Reflection.TypeExtensions": "[4.0.0, )",
  9663. "System.Resources.ResourceManager": "[4.0.0, )",
  9664. "System.Runtime": "[4.0.20, )",
  9665. "System.Runtime.Extensions": "[4.0.10, )",
  9666. "System.Text.RegularExpressions": "[4.0.10, )",
  9667. "System.Threading": "[4.0.10, )",
  9668. "System.Xml.ReaderWriter": "[4.0.10, )",
  9669. "System.Xml.XmlDocument": "[4.0.0, )"
  9670. },
  9671. "compile": {
  9672. "ref/dotnet/System.Xml.XmlSerializer.dll": {}
  9673. },
  9674. "runtime": {
  9675. "lib/netcore50/System.Xml.XmlSerializer.dll": {}
  9676. }
  9677. }
  9678. },
  9679. "UAP,Version=v10.0/win10-x86-aot": {
  9680. "FluentAssertions/4.0.1": {
  9681. "compile": {
  9682. "lib/dotnet/FluentAssertions.Core.dll": {},
  9683. "lib/dotnet/FluentAssertions.dll": {}
  9684. },
  9685. "runtime": {
  9686. "lib/dotnet/FluentAssertions.Core.dll": {},
  9687. "lib/dotnet/FluentAssertions.dll": {}
  9688. }
  9689. },
  9690. "Microsoft.CSharp/4.0.0": {
  9691. "dependencies": {
  9692. "System.Collections": "[4.0.10, )",
  9693. "System.Diagnostics.Debug": "[4.0.10, )",
  9694. "System.Dynamic.Runtime": "[4.0.0, )",
  9695. "System.Globalization": "[4.0.10, )",
  9696. "System.Linq": "[4.0.0, )",
  9697. "System.Linq.Expressions": "[4.0.0, )",
  9698. "System.ObjectModel": "[4.0.10, )",
  9699. "System.Reflection": "[4.0.10, )",
  9700. "System.Reflection.Extensions": "[4.0.0, )",
  9701. "System.Reflection.Primitives": "[4.0.0, )",
  9702. "System.Reflection.TypeExtensions": "[4.0.0, )",
  9703. "System.Resources.ResourceManager": "[4.0.0, )",
  9704. "System.Runtime": "[4.0.20, )",
  9705. "System.Runtime.Extensions": "[4.0.10, )",
  9706. "System.Runtime.InteropServices": "[4.0.20, )",
  9707. "System.Threading": "[4.0.10, )"
  9708. },
  9709. "compile": {
  9710. "ref/netcore50/Microsoft.CSharp.dll": {}
  9711. },
  9712. "runtime": {
  9713. "lib/netcore50/Microsoft.CSharp.dll": {}
  9714. }
  9715. },
  9716. "Microsoft.NETCore/5.0.0": {
  9717. "dependencies": {
  9718. "Microsoft.CSharp": "[4.0.0, )",
  9719. "Microsoft.NETCore.Targets": "[1.0.0, )",
  9720. "Microsoft.VisualBasic": "[10.0.0, )",
  9721. "System.AppContext": "[4.0.0, )",
  9722. "System.Collections": "[4.0.10, )",
  9723. "System.Collections.Concurrent": "[4.0.10, )",
  9724. "System.Collections.Immutable": "[1.1.37, )",
  9725. "System.ComponentModel": "[4.0.0, )",
  9726. "System.ComponentModel.Annotations": "[4.0.10, )",
  9727. "System.Diagnostics.Debug": "[4.0.10, )",
  9728. "System.Diagnostics.Tools": "[4.0.0, )",
  9729. "System.Diagnostics.Tracing": "[4.0.20, )",
  9730. "System.Dynamic.Runtime": "[4.0.10, )",
  9731. "System.Globalization": "[4.0.10, )",
  9732. "System.Globalization.Calendars": "[4.0.0, )",
  9733. "System.Globalization.Extensions": "[4.0.0, )",
  9734. "System.IO": "[4.0.10, )",
  9735. "System.IO.Compression": "[4.0.0, )",
  9736. "System.IO.Compression.ZipFile": "[4.0.0, )",
  9737. "System.IO.FileSystem": "[4.0.0, )",
  9738. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  9739. "System.IO.UnmanagedMemoryStream": "[4.0.0, )",
  9740. "System.Linq": "[4.0.0, )",
  9741. "System.Linq.Expressions": "[4.0.10, )",
  9742. "System.Linq.Parallel": "[4.0.0, )",
  9743. "System.Linq.Queryable": "[4.0.0, )",
  9744. "System.Net.Http": "[4.0.0, )",
  9745. "System.Net.NetworkInformation": "[4.0.0, )",
  9746. "System.Net.Primitives": "[4.0.10, )",
  9747. "System.Numerics.Vectors": "[4.1.0, )",
  9748. "System.ObjectModel": "[4.0.10, )",
  9749. "System.Reflection": "[4.0.10, )",
  9750. "System.Reflection.DispatchProxy": "[4.0.0, )",
  9751. "System.Reflection.Extensions": "[4.0.0, )",
  9752. "System.Reflection.Metadata": "[1.0.22, )",
  9753. "System.Reflection.Primitives": "[4.0.0, )",
  9754. "System.Reflection.TypeExtensions": "[4.0.0, )",
  9755. "System.Resources.ResourceManager": "[4.0.0, )",
  9756. "System.Runtime": "[4.0.20, )",
  9757. "System.Runtime.Extensions": "[4.0.10, )",
  9758. "System.Runtime.Handles": "[4.0.0, )",
  9759. "System.Runtime.InteropServices": "[4.0.20, )",
  9760. "System.Runtime.Numerics": "[4.0.0, )",
  9761. "System.Security.Claims": "[4.0.0, )",
  9762. "System.Security.Principal": "[4.0.0, )",
  9763. "System.Text.Encoding": "[4.0.10, )",
  9764. "System.Text.Encoding.Extensions": "[4.0.10, )",
  9765. "System.Text.RegularExpressions": "[4.0.10, )",
  9766. "System.Threading": "[4.0.10, )",
  9767. "System.Threading.Tasks": "[4.0.10, )",
  9768. "System.Threading.Tasks.Dataflow": "[4.5.25, )",
  9769. "System.Threading.Tasks.Parallel": "[4.0.0, )",
  9770. "System.Threading.Timer": "[4.0.0, )",
  9771. "System.Xml.ReaderWriter": "[4.0.10, )",
  9772. "System.Xml.XDocument": "[4.0.10, )"
  9773. }
  9774. },
  9775. "Microsoft.NETCore.Platforms/1.0.0": {},
  9776. "Microsoft.NETCore.Portable.Compatibility/1.0.0": {
  9777. "dependencies": {
  9778. "Microsoft.NETCore.Runtime": "[1.0.0, )"
  9779. },
  9780. "compile": {
  9781. "ref/netcore50/mscorlib.dll": {},
  9782. "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  9783. "ref/netcore50/System.Core.dll": {},
  9784. "ref/netcore50/System.dll": {},
  9785. "ref/netcore50/System.Net.dll": {},
  9786. "ref/netcore50/System.Numerics.dll": {},
  9787. "ref/netcore50/System.Runtime.Serialization.dll": {},
  9788. "ref/netcore50/System.ServiceModel.dll": {},
  9789. "ref/netcore50/System.ServiceModel.Web.dll": {},
  9790. "ref/netcore50/System.Windows.dll": {},
  9791. "ref/netcore50/System.Xml.dll": {},
  9792. "ref/netcore50/System.Xml.Linq.dll": {},
  9793. "ref/netcore50/System.Xml.Serialization.dll": {}
  9794. },
  9795. "runtime": {
  9796. "runtimes/aot/lib/netcore50/mscorlib.dll": {},
  9797. "runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll": {},
  9798. "runtimes/aot/lib/netcore50/System.Core.dll": {},
  9799. "runtimes/aot/lib/netcore50/System.dll": {},
  9800. "runtimes/aot/lib/netcore50/System.Net.dll": {},
  9801. "runtimes/aot/lib/netcore50/System.Numerics.dll": {},
  9802. "runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll": {},
  9803. "runtimes/aot/lib/netcore50/System.ServiceModel.dll": {},
  9804. "runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll": {},
  9805. "runtimes/aot/lib/netcore50/System.Windows.dll": {},
  9806. "runtimes/aot/lib/netcore50/System.Xml.dll": {},
  9807. "runtimes/aot/lib/netcore50/System.Xml.Linq.dll": {},
  9808. "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll": {}
  9809. }
  9810. },
  9811. "Microsoft.NETCore.Runtime/1.0.0": {},
  9812. "Microsoft.NETCore.Runtime.Native/1.0.0": {
  9813. "dependencies": {
  9814. "System.Collections": "[4.0.10, 4.0.10]",
  9815. "System.Diagnostics.Contracts": "[4.0.0, 4.0.0]",
  9816. "System.Diagnostics.Debug": "[4.0.10, 4.0.10]",
  9817. "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]",
  9818. "System.Diagnostics.Tools": "[4.0.0, 4.0.0]",
  9819. "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]",
  9820. "System.Globalization": "[4.0.10, 4.0.10]",
  9821. "System.Globalization.Calendars": "[4.0.0, 4.0.0]",
  9822. "System.IO": "[4.0.10, 4.0.10]",
  9823. "System.ObjectModel": "[4.0.10, 4.0.10]",
  9824. "System.Private.Uri": "[4.0.0, 4.0.0]",
  9825. "System.Reflection": "[4.0.10, 4.0.10]",
  9826. "System.Reflection.Extensions": "[4.0.0, 4.0.0]",
  9827. "System.Reflection.Primitives": "[4.0.0, 4.0.0]",
  9828. "System.Resources.ResourceManager": "[4.0.0, 4.0.0]",
  9829. "System.Runtime": "[4.0.20, 4.0.20]",
  9830. "System.Runtime.Extensions": "[4.0.10, 4.0.10]",
  9831. "System.Runtime.Handles": "[4.0.0, 4.0.0]",
  9832. "System.Runtime.InteropServices": "[4.0.20, 4.0.20]",
  9833. "System.Text.Encoding": "[4.0.10, 4.0.10]",
  9834. "System.Text.Encoding.Extensions": "[4.0.10, 4.0.10]",
  9835. "System.Threading": "[4.0.10, 4.0.10]",
  9836. "System.Threading.Tasks": "[4.0.10, 4.0.10]",
  9837. "System.Threading.Timer": "[4.0.0, 4.0.0]"
  9838. }
  9839. },
  9840. "Microsoft.NETCore.Targets/1.0.0": {
  9841. "dependencies": {
  9842. "Microsoft.NETCore.Platforms": "[1.0.0, )",
  9843. "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )"
  9844. }
  9845. },
  9846. "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {},
  9847. "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": {
  9848. "dependencies": {
  9849. "Microsoft.NETCore": "[5.0.0, )",
  9850. "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )",
  9851. "Microsoft.NETCore.Runtime": "[1.0.0, )",
  9852. "Microsoft.Win32.Primitives": "[4.0.0, )",
  9853. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  9854. "System.Data.Common": "[4.0.0, )",
  9855. "System.Diagnostics.Contracts": "[4.0.0, )",
  9856. "System.Diagnostics.StackTrace": "[4.0.0, )",
  9857. "System.IO.IsolatedStorage": "[4.0.0, )",
  9858. "System.Net.Http.Rtc": "[4.0.0, )",
  9859. "System.Net.Requests": "[4.0.10, )",
  9860. "System.Net.Sockets": "[4.0.0, )",
  9861. "System.Net.WebHeaderCollection": "[4.0.0, )",
  9862. "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )",
  9863. "System.Reflection.Context": "[4.0.0, )",
  9864. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  9865. "System.Runtime.Serialization.Json": "[4.0.0, )",
  9866. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  9867. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  9868. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  9869. "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )",
  9870. "System.ServiceModel.Duplex": "[4.0.0, )",
  9871. "System.ServiceModel.Http": "[4.0.10, )",
  9872. "System.ServiceModel.NetTcp": "[4.0.0, )",
  9873. "System.ServiceModel.Primitives": "[4.0.0, )",
  9874. "System.ServiceModel.Security": "[4.0.0, )",
  9875. "System.Text.Encoding.CodePages": "[4.0.0, )",
  9876. "System.Xml.XmlSerializer": "[4.0.10, )"
  9877. }
  9878. },
  9879. "Microsoft.VisualBasic/10.0.0": {
  9880. "dependencies": {
  9881. "System.Collections": "[4.0.10, )",
  9882. "System.Diagnostics.Debug": "[4.0.10, )",
  9883. "System.Dynamic.Runtime": "[4.0.10, )",
  9884. "System.Globalization": "[4.0.10, )",
  9885. "System.Linq": "[4.0.0, )",
  9886. "System.Linq.Expressions": "[4.0.10, )",
  9887. "System.ObjectModel": "[4.0.10, )",
  9888. "System.Reflection": "[4.0.10, )",
  9889. "System.Reflection.Extensions": "[4.0.0, )",
  9890. "System.Reflection.Primitives": "[4.0.0, )",
  9891. "System.Reflection.TypeExtensions": "[4.0.0, )",
  9892. "System.Resources.ResourceManager": "[4.0.0, )",
  9893. "System.Runtime": "[4.0.20, )",
  9894. "System.Runtime.Extensions": "[4.0.10, )",
  9895. "System.Runtime.InteropServices": "[4.0.20, )",
  9896. "System.Threading": "[4.0.10, )"
  9897. },
  9898. "compile": {
  9899. "ref/netcore50/Microsoft.VisualBasic.dll": {}
  9900. },
  9901. "runtime": {
  9902. "lib/netcore50/Microsoft.VisualBasic.dll": {}
  9903. }
  9904. },
  9905. "Microsoft.Win32.Primitives/4.0.0": {
  9906. "dependencies": {
  9907. "System.Runtime": "[4.0.20, )",
  9908. "System.Runtime.InteropServices": "[4.0.20, )"
  9909. },
  9910. "compile": {
  9911. "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
  9912. },
  9913. "runtime": {
  9914. "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
  9915. }
  9916. },
  9917. "System.AppContext/4.0.0": {
  9918. "dependencies": {
  9919. "System.Collections": "[4.0.0, )",
  9920. "System.Resources.ResourceManager": "[4.0.0, )",
  9921. "System.Runtime": "[4.0.20, )",
  9922. "System.Threading": "[4.0.0, )"
  9923. },
  9924. "compile": {
  9925. "ref/dotnet/System.AppContext.dll": {}
  9926. },
  9927. "runtime": {
  9928. "lib/netcore50/System.AppContext.dll": {}
  9929. }
  9930. },
  9931. "System.Collections/4.0.10": {
  9932. "dependencies": {
  9933. "System.Diagnostics.Debug": "[4.0.0, )",
  9934. "System.Resources.ResourceManager": "[4.0.0, )",
  9935. "System.Runtime": "[4.0.20, )",
  9936. "System.Runtime.Extensions": "[4.0.0, )",
  9937. "System.Threading": "[4.0.0, )"
  9938. },
  9939. "compile": {
  9940. "ref/dotnet/System.Collections.dll": {}
  9941. },
  9942. "runtime": {
  9943. "runtimes/win8-aot/lib/netcore50/System.Collections.dll": {}
  9944. }
  9945. },
  9946. "System.Collections.Concurrent/4.0.10": {
  9947. "dependencies": {
  9948. "System.Collections": "[4.0.10, )",
  9949. "System.Diagnostics.Debug": "[4.0.10, )",
  9950. "System.Diagnostics.Tracing": "[4.0.20, )",
  9951. "System.Globalization": "[4.0.10, )",
  9952. "System.Resources.ResourceManager": "[4.0.0, )",
  9953. "System.Runtime": "[4.0.20, )",
  9954. "System.Runtime.Extensions": "[4.0.10, )",
  9955. "System.Threading": "[4.0.10, )",
  9956. "System.Threading.Tasks": "[4.0.10, )"
  9957. },
  9958. "compile": {
  9959. "ref/dotnet/System.Collections.Concurrent.dll": {}
  9960. },
  9961. "runtime": {
  9962. "lib/dotnet/System.Collections.Concurrent.dll": {}
  9963. }
  9964. },
  9965. "System.Collections.Immutable/1.1.37": {
  9966. "dependencies": {
  9967. "System.Collections": "[4.0.0, )",
  9968. "System.Diagnostics.Debug": "[4.0.0, )",
  9969. "System.Globalization": "[4.0.0, )",
  9970. "System.Linq": "[4.0.0, )",
  9971. "System.Resources.ResourceManager": "[4.0.0, )",
  9972. "System.Runtime": "[4.0.0, )",
  9973. "System.Runtime.Extensions": "[4.0.0, )",
  9974. "System.Threading": "[4.0.0, )"
  9975. },
  9976. "compile": {
  9977. "lib/dotnet/System.Collections.Immutable.dll": {}
  9978. },
  9979. "runtime": {
  9980. "lib/dotnet/System.Collections.Immutable.dll": {}
  9981. }
  9982. },
  9983. "System.Collections.NonGeneric/4.0.0": {
  9984. "dependencies": {
  9985. "System.Diagnostics.Debug": "[4.0.10, )",
  9986. "System.Globalization": "[4.0.10, )",
  9987. "System.Resources.ResourceManager": "[4.0.0, )",
  9988. "System.Runtime": "[4.0.20, )",
  9989. "System.Runtime.Extensions": "[4.0.10, )",
  9990. "System.Threading": "[4.0.10, )"
  9991. },
  9992. "compile": {
  9993. "ref/dotnet/System.Collections.NonGeneric.dll": {}
  9994. },
  9995. "runtime": {
  9996. "lib/dotnet/System.Collections.NonGeneric.dll": {}
  9997. }
  9998. },
  9999. "System.Collections.Specialized/4.0.0": {
  10000. "dependencies": {
  10001. "System.Collections.NonGeneric": "[4.0.0, )",
  10002. "System.Globalization": "[4.0.10, )",
  10003. "System.Globalization.Extensions": "[4.0.0, )",
  10004. "System.Resources.ResourceManager": "[4.0.0, )",
  10005. "System.Runtime": "[4.0.20, )",
  10006. "System.Runtime.Extensions": "[4.0.10, )",
  10007. "System.Threading": "[4.0.10, )"
  10008. },
  10009. "compile": {
  10010. "ref/dotnet/System.Collections.Specialized.dll": {}
  10011. },
  10012. "runtime": {
  10013. "lib/dotnet/System.Collections.Specialized.dll": {}
  10014. }
  10015. },
  10016. "System.ComponentModel/4.0.0": {
  10017. "dependencies": {
  10018. "System.Runtime": "[4.0.20, )"
  10019. },
  10020. "compile": {
  10021. "ref/netcore50/System.ComponentModel.dll": {}
  10022. },
  10023. "runtime": {
  10024. "lib/netcore50/System.ComponentModel.dll": {}
  10025. }
  10026. },
  10027. "System.ComponentModel.Annotations/4.0.10": {
  10028. "dependencies": {
  10029. "System.Collections": "[4.0.10, )",
  10030. "System.ComponentModel": "[4.0.0, )",
  10031. "System.Globalization": "[4.0.10, )",
  10032. "System.Linq": "[4.0.0, )",
  10033. "System.Reflection": "[4.0.10, )",
  10034. "System.Reflection.Extensions": "[4.0.0, )",
  10035. "System.Resources.ResourceManager": "[4.0.0, )",
  10036. "System.Runtime": "[4.0.20, )",
  10037. "System.Runtime.Extensions": "[4.0.10, )",
  10038. "System.Text.RegularExpressions": "[4.0.10, )",
  10039. "System.Threading": "[4.0.10, )"
  10040. },
  10041. "compile": {
  10042. "ref/dotnet/System.ComponentModel.Annotations.dll": {}
  10043. },
  10044. "runtime": {
  10045. "lib/dotnet/System.ComponentModel.Annotations.dll": {}
  10046. }
  10047. },
  10048. "System.ComponentModel.EventBasedAsync/4.0.10": {
  10049. "dependencies": {
  10050. "System.Resources.ResourceManager": "[4.0.0, )",
  10051. "System.Runtime": "[4.0.20, )",
  10052. "System.Threading": "[4.0.10, )",
  10053. "System.Threading.Tasks": "[4.0.10, )"
  10054. },
  10055. "compile": {
  10056. "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  10057. },
  10058. "runtime": {
  10059. "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
  10060. }
  10061. },
  10062. "System.Data.Common/4.0.0": {
  10063. "dependencies": {
  10064. "System.Collections": "[4.0.10, )",
  10065. "System.Collections.NonGeneric": "[4.0.0, )",
  10066. "System.Globalization": "[4.0.10, )",
  10067. "System.IO": "[4.0.0, )",
  10068. "System.Resources.ResourceManager": "[4.0.0, )",
  10069. "System.Runtime": "[4.0.20, )",
  10070. "System.Runtime.Extensions": "[4.0.10, )",
  10071. "System.Text.RegularExpressions": "[4.0.0, )",
  10072. "System.Threading.Tasks": "[4.0.0, )"
  10073. },
  10074. "compile": {
  10075. "ref/dotnet/System.Data.Common.dll": {}
  10076. },
  10077. "runtime": {
  10078. "lib/dotnet/System.Data.Common.dll": {}
  10079. }
  10080. },
  10081. "System.Diagnostics.Contracts/4.0.0": {
  10082. "compile": {
  10083. "ref/netcore50/System.Diagnostics.Contracts.dll": {}
  10084. },
  10085. "runtime": {
  10086. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll": {}
  10087. }
  10088. },
  10089. "System.Diagnostics.Debug/4.0.10": {
  10090. "dependencies": {
  10091. "System.Runtime": "[4.0.0, )"
  10092. },
  10093. "compile": {
  10094. "ref/dotnet/System.Diagnostics.Debug.dll": {}
  10095. },
  10096. "runtime": {
  10097. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll": {}
  10098. }
  10099. },
  10100. "System.Diagnostics.StackTrace/4.0.0": {
  10101. "dependencies": {
  10102. "System.Runtime": "[4.0.20, )"
  10103. },
  10104. "compile": {
  10105. "ref/dotnet/System.Diagnostics.StackTrace.dll": {}
  10106. },
  10107. "runtime": {
  10108. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll": {}
  10109. }
  10110. },
  10111. "System.Diagnostics.Tools/4.0.0": {
  10112. "compile": {
  10113. "ref/netcore50/System.Diagnostics.Tools.dll": {}
  10114. },
  10115. "runtime": {
  10116. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll": {}
  10117. }
  10118. },
  10119. "System.Diagnostics.Tracing/4.0.20": {
  10120. "dependencies": {
  10121. "System.Collections": "[4.0.10, )",
  10122. "System.Globalization": "[4.0.0, )",
  10123. "System.Reflection": "[4.0.10, )",
  10124. "System.Reflection.Extensions": "[4.0.0, )",
  10125. "System.Resources.ResourceManager": "[4.0.0, )",
  10126. "System.Runtime": "[4.0.20, )",
  10127. "System.Runtime.Extensions": "[4.0.10, )",
  10128. "System.Runtime.InteropServices": "[4.0.0, )",
  10129. "System.Text.Encoding": "[4.0.0, )",
  10130. "System.Threading": "[4.0.10, )"
  10131. },
  10132. "compile": {
  10133. "ref/dotnet/System.Diagnostics.Tracing.dll": {}
  10134. },
  10135. "runtime": {
  10136. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll": {}
  10137. }
  10138. },
  10139. "System.Dynamic.Runtime/4.0.10": {
  10140. "dependencies": {
  10141. "System.Collections": "[4.0.0, )",
  10142. "System.Diagnostics.Debug": "[4.0.0, )",
  10143. "System.Globalization": "[4.0.0, )",
  10144. "System.Linq": "[4.0.0, )",
  10145. "System.Linq.Expressions": "[4.0.10, )",
  10146. "System.ObjectModel": "[4.0.0, )",
  10147. "System.Reflection": "[4.0.0, )",
  10148. "System.Reflection.TypeExtensions": "[4.0.0, )",
  10149. "System.Resources.ResourceManager": "[4.0.0, )",
  10150. "System.Runtime": "[4.0.20, )",
  10151. "System.Runtime.Extensions": "[4.0.0, )",
  10152. "System.Threading": "[4.0.0, )"
  10153. },
  10154. "compile": {
  10155. "ref/dotnet/System.Dynamic.Runtime.dll": {}
  10156. },
  10157. "runtime": {
  10158. "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll": {}
  10159. }
  10160. },
  10161. "System.Globalization/4.0.10": {
  10162. "dependencies": {
  10163. "System.Runtime": "[4.0.0, )"
  10164. },
  10165. "compile": {
  10166. "ref/dotnet/System.Globalization.dll": {}
  10167. },
  10168. "runtime": {
  10169. "runtimes/win8-aot/lib/netcore50/System.Globalization.dll": {}
  10170. }
  10171. },
  10172. "System.Globalization.Calendars/4.0.0": {
  10173. "dependencies": {
  10174. "System.Globalization": "[4.0.0, )",
  10175. "System.Runtime": "[4.0.0, )"
  10176. },
  10177. "compile": {
  10178. "ref/dotnet/System.Globalization.Calendars.dll": {}
  10179. },
  10180. "runtime": {
  10181. "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll": {}
  10182. }
  10183. },
  10184. "System.Globalization.Extensions/4.0.0": {
  10185. "dependencies": {
  10186. "System.Globalization": "[4.0.10, )",
  10187. "System.Resources.ResourceManager": "[4.0.0, )",
  10188. "System.Runtime": "[4.0.20, )",
  10189. "System.Runtime.Extensions": "[4.0.10, )",
  10190. "System.Runtime.InteropServices": "[4.0.20, )"
  10191. },
  10192. "compile": {
  10193. "ref/dotnet/System.Globalization.Extensions.dll": {}
  10194. },
  10195. "runtime": {
  10196. "lib/dotnet/System.Globalization.Extensions.dll": {}
  10197. }
  10198. },
  10199. "System.IO/4.0.10": {
  10200. "dependencies": {
  10201. "System.Globalization": "[4.0.0, )",
  10202. "System.Runtime": "[4.0.20, )",
  10203. "System.Text.Encoding": "[4.0.10, )",
  10204. "System.Text.Encoding.Extensions": "[4.0.0, )",
  10205. "System.Threading": "[4.0.0, )",
  10206. "System.Threading.Tasks": "[4.0.0, )"
  10207. },
  10208. "compile": {
  10209. "ref/dotnet/System.IO.dll": {}
  10210. },
  10211. "runtime": {
  10212. "runtimes/win8-aot/lib/netcore50/System.IO.dll": {}
  10213. }
  10214. },
  10215. "System.IO.Compression/4.0.0": {
  10216. "dependencies": {
  10217. "System.Collections": "[4.0.0, )",
  10218. "System.IO": "[4.0.0, )",
  10219. "System.Resources.ResourceManager": "[4.0.0, )",
  10220. "System.Runtime": "[4.0.0, )",
  10221. "System.Runtime.Extensions": "[4.0.0, )",
  10222. "System.Runtime.InteropServices": "[4.0.0, )",
  10223. "System.Text.Encoding": "[4.0.0, )",
  10224. "System.Threading": "[4.0.0, )",
  10225. "System.Threading.Tasks": "[4.0.0, )"
  10226. },
  10227. "compile": {
  10228. "ref/netcore50/System.IO.Compression.dll": {}
  10229. },
  10230. "runtime": {
  10231. "lib/netcore50/System.IO.Compression.dll": {}
  10232. }
  10233. },
  10234. "System.IO.Compression.clrcompression-x86/4.0.0": {
  10235. "native": {
  10236. "runtimes/win10-x86/native/ClrCompression.dll": {}
  10237. }
  10238. },
  10239. "System.IO.Compression.ZipFile/4.0.0": {
  10240. "dependencies": {
  10241. "System.IO": "[4.0.10, )",
  10242. "System.IO.Compression": "[4.0.0, )",
  10243. "System.IO.FileSystem": "[4.0.0, )",
  10244. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  10245. "System.Resources.ResourceManager": "[4.0.0, )",
  10246. "System.Runtime": "[4.0.20, )",
  10247. "System.Runtime.Extensions": "[4.0.10, )",
  10248. "System.Text.Encoding": "[4.0.10, )"
  10249. },
  10250. "compile": {
  10251. "ref/dotnet/System.IO.Compression.ZipFile.dll": {}
  10252. },
  10253. "runtime": {
  10254. "lib/dotnet/System.IO.Compression.ZipFile.dll": {}
  10255. }
  10256. },
  10257. "System.IO.FileSystem/4.0.0": {
  10258. "dependencies": {
  10259. "System.Collections": "[4.0.10, )",
  10260. "System.Diagnostics.Debug": "[4.0.10, )",
  10261. "System.IO": "[4.0.10, )",
  10262. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  10263. "System.Resources.ResourceManager": "[4.0.0, )",
  10264. "System.Runtime": "[4.0.20, )",
  10265. "System.Runtime.Extensions": "[4.0.10, )",
  10266. "System.Runtime.Handles": "[4.0.0, )",
  10267. "System.Runtime.InteropServices": "[4.0.20, )",
  10268. "System.Runtime.WindowsRuntime": "[4.0.0, )",
  10269. "System.Text.Encoding": "[4.0.10, )",
  10270. "System.Text.Encoding.Extensions": "[4.0.10, )",
  10271. "System.Threading": "[4.0.10, )",
  10272. "System.Threading.Overlapped": "[4.0.0, )",
  10273. "System.Threading.Tasks": "[4.0.10, )"
  10274. },
  10275. "compile": {
  10276. "ref/dotnet/System.IO.FileSystem.dll": {}
  10277. },
  10278. "runtime": {
  10279. "lib/netcore50/System.IO.FileSystem.dll": {}
  10280. }
  10281. },
  10282. "System.IO.FileSystem.Primitives/4.0.0": {
  10283. "dependencies": {
  10284. "System.Runtime": "[4.0.20, )"
  10285. },
  10286. "compile": {
  10287. "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
  10288. },
  10289. "runtime": {
  10290. "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
  10291. }
  10292. },
  10293. "System.IO.IsolatedStorage/4.0.0": {
  10294. "dependencies": {
  10295. "System.IO": "[4.0.10, )",
  10296. "System.IO.FileSystem": "[4.0.0, )",
  10297. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  10298. "System.Linq": "[4.0.0, )",
  10299. "System.Resources.ResourceManager": "[4.0.0, )",
  10300. "System.Runtime": "[4.0.20, )",
  10301. "System.Runtime.Extensions": "[4.0.10, )",
  10302. "System.Threading": "[4.0.10, )",
  10303. "System.Threading.Tasks": "[4.0.10, )"
  10304. },
  10305. "compile": {
  10306. "ref/dotnet/System.IO.IsolatedStorage.dll": {}
  10307. },
  10308. "runtime": {
  10309. "lib/netcore50/System.IO.IsolatedStorage.dll": {}
  10310. }
  10311. },
  10312. "System.IO.UnmanagedMemoryStream/4.0.0": {
  10313. "dependencies": {
  10314. "System.IO": "[4.0.10, )",
  10315. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  10316. "System.Resources.ResourceManager": "[4.0.0, )",
  10317. "System.Runtime": "[4.0.20, )",
  10318. "System.Runtime.InteropServices": "[4.0.20, )",
  10319. "System.Threading": "[4.0.10, )",
  10320. "System.Threading.Tasks": "[4.0.10, )"
  10321. },
  10322. "compile": {
  10323. "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  10324. },
  10325. "runtime": {
  10326. "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
  10327. }
  10328. },
  10329. "System.Linq/4.0.0": {
  10330. "dependencies": {
  10331. "System.Collections": "[4.0.10, )",
  10332. "System.Diagnostics.Debug": "[4.0.10, )",
  10333. "System.Resources.ResourceManager": "[4.0.0, )",
  10334. "System.Runtime": "[4.0.20, )",
  10335. "System.Runtime.Extensions": "[4.0.10, )"
  10336. },
  10337. "compile": {
  10338. "ref/netcore50/System.Linq.dll": {}
  10339. },
  10340. "runtime": {
  10341. "lib/netcore50/System.Linq.dll": {}
  10342. }
  10343. },
  10344. "System.Linq.Expressions/4.0.10": {
  10345. "dependencies": {
  10346. "System.Collections": "[4.0.0, )",
  10347. "System.Diagnostics.Debug": "[4.0.0, )",
  10348. "System.Globalization": "[4.0.0, )",
  10349. "System.IO": "[4.0.0, )",
  10350. "System.Linq": "[4.0.0, )",
  10351. "System.Reflection": "[4.0.0, )",
  10352. "System.Reflection.Extensions": "[4.0.0, )",
  10353. "System.Reflection.Primitives": "[4.0.0, )",
  10354. "System.Reflection.TypeExtensions": "[4.0.0, )",
  10355. "System.Resources.ResourceManager": "[4.0.0, )",
  10356. "System.Runtime": "[4.0.20, )",
  10357. "System.Runtime.Extensions": "[4.0.0, )",
  10358. "System.Threading": "[4.0.0, )"
  10359. },
  10360. "compile": {
  10361. "ref/dotnet/System.Linq.Expressions.dll": {}
  10362. },
  10363. "runtime": {
  10364. "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll": {}
  10365. }
  10366. },
  10367. "System.Linq.Parallel/4.0.0": {
  10368. "dependencies": {
  10369. "System.Collections": "[4.0.10, )",
  10370. "System.Collections.Concurrent": "[4.0.10, )",
  10371. "System.Diagnostics.Debug": "[4.0.10, )",
  10372. "System.Diagnostics.Tracing": "[4.0.20, )",
  10373. "System.Linq": "[4.0.0, )",
  10374. "System.Resources.ResourceManager": "[4.0.0, )",
  10375. "System.Runtime": "[4.0.20, )",
  10376. "System.Runtime.Extensions": "[4.0.10, )",
  10377. "System.Threading": "[4.0.10, )",
  10378. "System.Threading.Tasks": "[4.0.10, )"
  10379. },
  10380. "compile": {
  10381. "ref/netcore50/System.Linq.Parallel.dll": {}
  10382. },
  10383. "runtime": {
  10384. "lib/netcore50/System.Linq.Parallel.dll": {}
  10385. }
  10386. },
  10387. "System.Linq.Queryable/4.0.0": {
  10388. "dependencies": {
  10389. "System.Collections": "[4.0.10, )",
  10390. "System.Linq": "[4.0.0, )",
  10391. "System.Linq.Expressions": "[4.0.10, )",
  10392. "System.Reflection": "[4.0.10, )",
  10393. "System.Reflection.Extensions": "[4.0.0, )",
  10394. "System.Resources.ResourceManager": "[4.0.0, )",
  10395. "System.Runtime": "[4.0.20, )"
  10396. },
  10397. "compile": {
  10398. "ref/netcore50/System.Linq.Queryable.dll": {}
  10399. },
  10400. "runtime": {
  10401. "lib/netcore50/System.Linq.Queryable.dll": {}
  10402. }
  10403. },
  10404. "System.Net.Http/4.0.0": {
  10405. "dependencies": {
  10406. "System.Collections": "[4.0.10, )",
  10407. "System.Diagnostics.Debug": "[4.0.10, )",
  10408. "System.Globalization": "[4.0.10, )",
  10409. "System.IO": "[4.0.10, )",
  10410. "System.Net.Primitives": "[4.0.0, )",
  10411. "System.Resources.ResourceManager": "[4.0.0, )",
  10412. "System.Runtime": "[4.0.20, )",
  10413. "System.Runtime.Extensions": "[4.0.10, )",
  10414. "System.Runtime.InteropServices": "[4.0.20, )",
  10415. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  10416. "System.Text.Encoding": "[4.0.10, )",
  10417. "System.Text.Encoding.Extensions": "[4.0.10, )",
  10418. "System.Threading": "[4.0.10, )",
  10419. "System.Threading.Tasks": "[4.0.10, )"
  10420. },
  10421. "compile": {
  10422. "ref/netcore50/System.Net.Http.dll": {}
  10423. },
  10424. "runtime": {
  10425. "lib/netcore50/System.Net.Http.dll": {}
  10426. }
  10427. },
  10428. "System.Net.Http.Rtc/4.0.0": {
  10429. "dependencies": {
  10430. "System.Net.Http": "[4.0.0, )",
  10431. "System.Runtime": "[4.0.20, )"
  10432. },
  10433. "compile": {
  10434. "ref/netcore50/System.Net.Http.Rtc.dll": {}
  10435. },
  10436. "runtime": {
  10437. "lib/netcore50/System.Net.Http.Rtc.dll": {}
  10438. }
  10439. },
  10440. "System.Net.NetworkInformation/4.0.0": {
  10441. "dependencies": {
  10442. "System.Runtime": "[4.0.0, )",
  10443. "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )",
  10444. "System.Threading": "[4.0.0, )"
  10445. },
  10446. "compile": {
  10447. "ref/netcore50/System.Net.NetworkInformation.dll": {}
  10448. },
  10449. "runtime": {
  10450. "lib/netcore50/System.Net.NetworkInformation.dll": {}
  10451. }
  10452. },
  10453. "System.Net.Primitives/4.0.10": {
  10454. "dependencies": {
  10455. "System.Private.Networking": "[4.0.0, )",
  10456. "System.Runtime": "[4.0.20, )"
  10457. },
  10458. "compile": {
  10459. "ref/dotnet/System.Net.Primitives.dll": {}
  10460. },
  10461. "runtime": {
  10462. "lib/netcore50/System.Net.Primitives.dll": {}
  10463. }
  10464. },
  10465. "System.Net.Requests/4.0.10": {
  10466. "dependencies": {
  10467. "System.Collections": "[4.0.10, )",
  10468. "System.Diagnostics.Debug": "[4.0.10, )",
  10469. "System.IO": "[4.0.10, )",
  10470. "System.Net.Http": "[4.0.0, )",
  10471. "System.Net.Primitives": "[4.0.10, )",
  10472. "System.Net.WebHeaderCollection": "[4.0.0, )",
  10473. "System.Resources.ResourceManager": "[4.0.0, )",
  10474. "System.Runtime": "[4.0.20, )",
  10475. "System.Threading": "[4.0.10, )",
  10476. "System.Threading.Tasks": "[4.0.10, )"
  10477. },
  10478. "compile": {
  10479. "ref/dotnet/System.Net.Requests.dll": {}
  10480. },
  10481. "runtime": {
  10482. "lib/dotnet/System.Net.Requests.dll": {}
  10483. }
  10484. },
  10485. "System.Net.Sockets/4.0.0": {
  10486. "dependencies": {
  10487. "System.Private.Networking": "[4.0.0, )",
  10488. "System.Runtime": "[4.0.20, )"
  10489. },
  10490. "compile": {
  10491. "ref/dotnet/System.Net.Sockets.dll": {}
  10492. },
  10493. "runtime": {
  10494. "lib/netcore50/System.Net.Sockets.dll": {}
  10495. }
  10496. },
  10497. "System.Net.WebHeaderCollection/4.0.0": {
  10498. "dependencies": {
  10499. "System.Collections.NonGeneric": "[4.0.0, )",
  10500. "System.Collections.Specialized": "[4.0.0, )",
  10501. "System.Resources.ResourceManager": "[4.0.0, )",
  10502. "System.Runtime": "[4.0.20, )"
  10503. },
  10504. "compile": {
  10505. "ref/dotnet/System.Net.WebHeaderCollection.dll": {}
  10506. },
  10507. "runtime": {
  10508. "lib/dotnet/System.Net.WebHeaderCollection.dll": {}
  10509. }
  10510. },
  10511. "System.Numerics.Vectors/4.1.0": {
  10512. "dependencies": {
  10513. "System.Globalization": "[4.0.10, )",
  10514. "System.Resources.ResourceManager": "[4.0.0, )",
  10515. "System.Runtime": "[4.0.20, )",
  10516. "System.Runtime.Extensions": "[4.0.10, )"
  10517. },
  10518. "compile": {
  10519. "ref/dotnet/System.Numerics.Vectors.dll": {}
  10520. },
  10521. "runtime": {
  10522. "lib/dotnet/System.Numerics.Vectors.dll": {}
  10523. }
  10524. },
  10525. "System.Numerics.Vectors.WindowsRuntime/4.0.0": {
  10526. "dependencies": {
  10527. "System.Numerics.Vectors": "[4.1.0, )",
  10528. "System.Runtime": "[4.0.20, )",
  10529. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  10530. },
  10531. "compile": {
  10532. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  10533. },
  10534. "runtime": {
  10535. "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {}
  10536. }
  10537. },
  10538. "System.ObjectModel/4.0.10": {
  10539. "dependencies": {
  10540. "System.Collections": "[4.0.10, )",
  10541. "System.Diagnostics.Debug": "[4.0.10, )",
  10542. "System.Resources.ResourceManager": "[4.0.0, )",
  10543. "System.Runtime": "[4.0.20, )",
  10544. "System.Threading": "[4.0.10, )"
  10545. },
  10546. "compile": {
  10547. "ref/dotnet/System.ObjectModel.dll": {}
  10548. },
  10549. "runtime": {
  10550. "lib/dotnet/System.ObjectModel.dll": {}
  10551. }
  10552. },
  10553. "System.Private.DataContractSerialization/4.0.0": {
  10554. "dependencies": {
  10555. "System.Collections": "[4.0.10, )",
  10556. "System.Globalization": "[4.0.10, )",
  10557. "System.IO": "[4.0.10, )",
  10558. "System.Linq": "[4.0.0, )",
  10559. "System.Reflection": "[4.0.10, )",
  10560. "System.Reflection.Extensions": "[4.0.0, )",
  10561. "System.Reflection.Primitives": "[4.0.0, )",
  10562. "System.Reflection.TypeExtensions": "[4.0.0, )",
  10563. "System.Resources.ResourceManager": "[4.0.0, )",
  10564. "System.Runtime": "[4.0.20, )",
  10565. "System.Runtime.Extensions": "[4.0.10, )",
  10566. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  10567. "System.Text.Encoding": "[4.0.10, )",
  10568. "System.Text.Encoding.Extensions": "[4.0.10, )",
  10569. "System.Text.RegularExpressions": "[4.0.10, )",
  10570. "System.Threading": "[4.0.10, )",
  10571. "System.Xml.ReaderWriter": "[4.0.10, )",
  10572. "System.Xml.XmlSerializer": "[4.0.10, )"
  10573. },
  10574. "compile": {
  10575. "ref/netcore50/_._": {}
  10576. },
  10577. "runtime": {
  10578. "runtimes/win8-aot/lib/netcore50/System.Private.DataContractSerialization.dll": {}
  10579. }
  10580. },
  10581. "System.Private.Networking/4.0.0": {
  10582. "dependencies": {
  10583. "Microsoft.Win32.Primitives": "[4.0.0, )",
  10584. "System.Collections": "[4.0.10, )",
  10585. "System.Collections.NonGeneric": "[4.0.0, )",
  10586. "System.Diagnostics.Debug": "[4.0.10, )",
  10587. "System.Diagnostics.Tracing": "[4.0.20, )",
  10588. "System.Globalization": "[4.0.10, )",
  10589. "System.IO": "[4.0.10, )",
  10590. "System.IO.FileSystem": "[4.0.0, )",
  10591. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  10592. "System.Resources.ResourceManager": "[4.0.0, )",
  10593. "System.Runtime": "[4.0.20, )",
  10594. "System.Runtime.Extensions": "[4.0.10, )",
  10595. "System.Runtime.Handles": "[4.0.0, )",
  10596. "System.Runtime.InteropServices": "[4.0.20, )",
  10597. "System.Threading": "[4.0.10, )",
  10598. "System.Threading.Overlapped": "[4.0.0, )",
  10599. "System.Threading.Tasks": "[4.0.10, )"
  10600. },
  10601. "compile": {
  10602. "ref/netcore50/_._": {}
  10603. },
  10604. "runtime": {
  10605. "lib/netcore50/System.Private.Networking.dll": {}
  10606. }
  10607. },
  10608. "System.Private.ServiceModel/4.0.0": {
  10609. "dependencies": {
  10610. "System.Collections": "[4.0.10, )",
  10611. "System.Collections.Concurrent": "[4.0.10, )",
  10612. "System.Collections.NonGeneric": "[4.0.0, )",
  10613. "System.Collections.Specialized": "[4.0.0, )",
  10614. "System.ComponentModel.EventBasedAsync": "[4.0.10, )",
  10615. "System.Diagnostics.Contracts": "[4.0.0, )",
  10616. "System.Diagnostics.Debug": "[4.0.10, )",
  10617. "System.Globalization": "[4.0.10, )",
  10618. "System.IO": "[4.0.10, )",
  10619. "System.IO.Compression": "[4.0.0, )",
  10620. "System.Linq": "[4.0.0, )",
  10621. "System.Linq.Expressions": "[4.0.10, )",
  10622. "System.Linq.Queryable": "[4.0.0, )",
  10623. "System.Net.Http": "[4.0.0, )",
  10624. "System.Net.Primitives": "[4.0.10, )",
  10625. "System.Net.WebHeaderCollection": "[4.0.0, )",
  10626. "System.ObjectModel": "[4.0.10, )",
  10627. "System.Reflection": "[4.0.10, )",
  10628. "System.Reflection.DispatchProxy": "[4.0.0, )",
  10629. "System.Reflection.Extensions": "[4.0.0, )",
  10630. "System.Reflection.Primitives": "[4.0.0, )",
  10631. "System.Reflection.TypeExtensions": "[4.0.0, )",
  10632. "System.Resources.ResourceManager": "[4.0.0, )",
  10633. "System.Runtime": "[4.0.20, )",
  10634. "System.Runtime.Extensions": "[4.0.10, )",
  10635. "System.Runtime.InteropServices": "[4.0.20, )",
  10636. "System.Runtime.Serialization.Primitives": "[4.0.10, )",
  10637. "System.Runtime.Serialization.Xml": "[4.0.10, )",
  10638. "System.Runtime.WindowsRuntime": "[4.0.10, )",
  10639. "System.Security.Claims": "[4.0.0, )",
  10640. "System.Security.Principal": "[4.0.0, )",
  10641. "System.Text.Encoding": "[4.0.10, )",
  10642. "System.Threading": "[4.0.10, )",
  10643. "System.Threading.Tasks": "[4.0.10, )",
  10644. "System.Threading.Timer": "[4.0.0, )",
  10645. "System.Xml.ReaderWriter": "[4.0.10, )",
  10646. "System.Xml.XmlDocument": "[4.0.0, )",
  10647. "System.Xml.XmlSerializer": "[4.0.10, )"
  10648. },
  10649. "compile": {
  10650. "ref/netcore50/_._": {}
  10651. },
  10652. "runtime": {
  10653. "lib/netcore50/System.Private.ServiceModel.dll": {}
  10654. }
  10655. },
  10656. "System.Private.Uri/4.0.0": {
  10657. "compile": {
  10658. "ref/netcore50/_._": {}
  10659. },
  10660. "runtime": {
  10661. "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll": {}
  10662. }
  10663. },
  10664. "System.Reflection/4.0.10": {
  10665. "dependencies": {
  10666. "System.IO": "[4.0.0, )",
  10667. "System.Reflection.Primitives": "[4.0.0, )",
  10668. "System.Runtime": "[4.0.20, )"
  10669. },
  10670. "compile": {
  10671. "ref/dotnet/System.Reflection.dll": {}
  10672. },
  10673. "runtime": {
  10674. "runtimes/win8-aot/lib/netcore50/System.Reflection.dll": {}
  10675. }
  10676. },
  10677. "System.Reflection.Context/4.0.0": {
  10678. "dependencies": {
  10679. "System.Reflection": "[4.0.10, )",
  10680. "System.Resources.ResourceManager": "[4.0.0, )",
  10681. "System.Runtime": "[4.0.20, )"
  10682. },
  10683. "compile": {
  10684. "ref/netcore50/System.Reflection.Context.dll": {}
  10685. },
  10686. "runtime": {
  10687. "lib/netcore50/System.Reflection.Context.dll": {}
  10688. }
  10689. },
  10690. "System.Reflection.DispatchProxy/4.0.0": {
  10691. "dependencies": {
  10692. "System.Collections": "[4.0.10, )",
  10693. "System.Linq": "[4.0.0, )",
  10694. "System.Reflection": "[4.0.10, )",
  10695. "System.Reflection.Extensions": "[4.0.0, )",
  10696. "System.Reflection.Primitives": "[4.0.0, )",
  10697. "System.Resources.ResourceManager": "[4.0.0, )",
  10698. "System.Runtime": "[4.0.20, )",
  10699. "System.Threading": "[4.0.10, )"
  10700. },
  10701. "compile": {
  10702. "ref/dotnet/System.Reflection.DispatchProxy.dll": {}
  10703. },
  10704. "runtime": {
  10705. "runtimes/win8-aot/lib/netcore50/System.Reflection.DispatchProxy.dll": {}
  10706. }
  10707. },
  10708. "System.Reflection.Emit/4.0.0": {
  10709. "dependencies": {
  10710. "System.IO": "[4.0.0, )",
  10711. "System.Reflection": "[4.0.0, )",
  10712. "System.Reflection.Emit.ILGeneration": "[4.0.0, )",
  10713. "System.Reflection.Primitives": "[4.0.0, )",
  10714. "System.Runtime": "[4.0.0, )"
  10715. },
  10716. "compile": {
  10717. "ref/dotnet/System.Reflection.Emit.dll": {}
  10718. },
  10719. "runtime": {
  10720. "lib/netcore50/System.Reflection.Emit.dll": {}
  10721. }
  10722. },
  10723. "System.Reflection.Emit.ILGeneration/4.0.0": {
  10724. "dependencies": {
  10725. "System.Reflection": "[4.0.0, )",
  10726. "System.Reflection.Primitives": "[4.0.0, )",
  10727. "System.Runtime": "[4.0.0, )"
  10728. },
  10729. "compile": {
  10730. "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
  10731. },
  10732. "runtime": {
  10733. "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {}
  10734. }
  10735. },
  10736. "System.Reflection.Extensions/4.0.0": {
  10737. "dependencies": {
  10738. "System.Diagnostics.Debug": "[4.0.10, )",
  10739. "System.Reflection": "[4.0.10, )",
  10740. "System.Reflection.Primitives": "[4.0.0, )",
  10741. "System.Reflection.TypeExtensions": "[4.0.0, )",
  10742. "System.Resources.ResourceManager": "[4.0.0, )",
  10743. "System.Runtime": "[4.0.20, )",
  10744. "System.Runtime.Extensions": "[4.0.10, )"
  10745. },
  10746. "compile": {
  10747. "ref/netcore50/System.Reflection.Extensions.dll": {}
  10748. },
  10749. "runtime": {
  10750. "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll": {}
  10751. }
  10752. },
  10753. "System.Reflection.Metadata/1.0.22": {
  10754. "dependencies": {
  10755. "System.Collections": "[4.0.0, )",
  10756. "System.Collections.Immutable": "[1.1.37, )",
  10757. "System.Diagnostics.Debug": "[4.0.0, )",
  10758. "System.IO": "[4.0.0, )",
  10759. "System.Reflection": "[4.0.0, )",
  10760. "System.Reflection.Extensions": "[4.0.0, )",
  10761. "System.Reflection.Primitives": "[4.0.0, )",
  10762. "System.Resources.ResourceManager": "[4.0.0, )",
  10763. "System.Runtime": "[4.0.0, )",
  10764. "System.Runtime.Extensions": "[4.0.0, )",
  10765. "System.Runtime.InteropServices": "[4.0.0, )",
  10766. "System.Text.Encoding": "[4.0.0, )",
  10767. "System.Text.Encoding.Extensions": "[4.0.0, )",
  10768. "System.Threading": "[4.0.0, )"
  10769. },
  10770. "compile": {
  10771. "lib/dotnet/System.Reflection.Metadata.dll": {}
  10772. },
  10773. "runtime": {
  10774. "lib/dotnet/System.Reflection.Metadata.dll": {}
  10775. }
  10776. },
  10777. "System.Reflection.Primitives/4.0.0": {
  10778. "dependencies": {
  10779. "System.Runtime": "[4.0.0, )",
  10780. "System.Threading": "[4.0.0, )"
  10781. },
  10782. "compile": {
  10783. "ref/netcore50/System.Reflection.Primitives.dll": {}
  10784. },
  10785. "runtime": {
  10786. "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll": {}
  10787. }
  10788. },
  10789. "System.Reflection.TypeExtensions/4.0.0": {
  10790. "dependencies": {
  10791. "System.Diagnostics.Contracts": "[4.0.0, )",
  10792. "System.Diagnostics.Debug": "[4.0.10, )",
  10793. "System.Linq": "[4.0.0, )",
  10794. "System.Reflection": "[4.0.10, )",
  10795. "System.Reflection.Primitives": "[4.0.0, )",
  10796. "System.Resources.ResourceManager": "[4.0.0, )",
  10797. "System.Runtime": "[4.0.20, )",
  10798. "System.Runtime.Extensions": "[4.0.10, )"
  10799. },
  10800. "compile": {
  10801. "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
  10802. },
  10803. "runtime": {
  10804. "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll": {}
  10805. }
  10806. },
  10807. "System.Resources.ResourceManager/4.0.0": {
  10808. "dependencies": {
  10809. "System.Globalization": "[4.0.0, )",
  10810. "System.Reflection": "[4.0.10, )",
  10811. "System.Runtime": "[4.0.20, )"
  10812. },
  10813. "compile": {
  10814. "ref/netcore50/System.Resources.ResourceManager.dll": {}
  10815. },
  10816. "runtime": {
  10817. "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll": {}
  10818. }
  10819. },
  10820. "System.Runtime/4.0.20": {
  10821. "dependencies": {
  10822. "System.Private.Uri": "[4.0.0, )"
  10823. },
  10824. "compile": {
  10825. "ref/dotnet/System.Runtime.dll": {}
  10826. },
  10827. "runtime": {
  10828. "runtimes/win8-aot/lib/netcore50/System.Runtime.dll": {}
  10829. }
  10830. },
  10831. "System.Runtime.Extensions/4.0.10": {
  10832. "dependencies": {
  10833. "System.Runtime": "[4.0.20, )"
  10834. },
  10835. "compile": {
  10836. "ref/dotnet/System.Runtime.Extensions.dll": {}
  10837. },
  10838. "runtime": {
  10839. "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll": {}
  10840. }
  10841. },
  10842. "System.Runtime.Handles/4.0.0": {
  10843. "dependencies": {
  10844. "System.Runtime": "[4.0.0, )"
  10845. },
  10846. "compile": {
  10847. "ref/dotnet/System.Runtime.Handles.dll": {}
  10848. },
  10849. "runtime": {
  10850. "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll": {}
  10851. }
  10852. },
  10853. "System.Runtime.InteropServices/4.0.20": {
  10854. "dependencies": {
  10855. "System.Reflection": "[4.0.0, )",
  10856. "System.Reflection.Primitives": "[4.0.0, )",
  10857. "System.Runtime": "[4.0.0, )",
  10858. "System.Runtime.Handles": "[4.0.0, )"
  10859. },
  10860. "compile": {
  10861. "ref/dotnet/System.Runtime.InteropServices.dll": {}
  10862. },
  10863. "runtime": {
  10864. "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll": {}
  10865. }
  10866. },
  10867. "System.Runtime.InteropServices.WindowsRuntime/4.0.0": {
  10868. "compile": {
  10869. "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  10870. },
  10871. "runtime": {
  10872. "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {}
  10873. }
  10874. },
  10875. "System.Runtime.Numerics/4.0.0": {
  10876. "dependencies": {
  10877. "System.Globalization": "[4.0.10, )",
  10878. "System.Resources.ResourceManager": "[4.0.0, )",
  10879. "System.Runtime": "[4.0.20, )",
  10880. "System.Runtime.Extensions": "[4.0.10, )"
  10881. },
  10882. "compile": {
  10883. "ref/netcore50/System.Runtime.Numerics.dll": {}
  10884. },
  10885. "runtime": {
  10886. "lib/netcore50/System.Runtime.Numerics.dll": {}
  10887. }
  10888. },
  10889. "System.Runtime.Serialization.Json/4.0.0": {
  10890. "dependencies": {
  10891. "System.Private.DataContractSerialization": "[4.0.0, )"
  10892. },
  10893. "compile": {
  10894. "ref/netcore50/System.Runtime.Serialization.Json.dll": {}
  10895. },
  10896. "runtime": {
  10897. "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Json.dll": {}
  10898. }
  10899. },
  10900. "System.Runtime.Serialization.Primitives/4.0.10": {
  10901. "dependencies": {
  10902. "System.Resources.ResourceManager": "[4.0.0, )",
  10903. "System.Runtime": "[4.0.20, )"
  10904. },
  10905. "compile": {
  10906. "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  10907. },
  10908. "runtime": {
  10909. "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {}
  10910. }
  10911. },
  10912. "System.Runtime.Serialization.Xml/4.0.10": {
  10913. "dependencies": {
  10914. "System.Private.DataContractSerialization": "[4.0.0, )",
  10915. "System.Runtime.Serialization.Primitives": "[4.0.10, )"
  10916. },
  10917. "compile": {
  10918. "ref/dotnet/System.Runtime.Serialization.Xml.dll": {}
  10919. },
  10920. "runtime": {
  10921. "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Xml.dll": {}
  10922. }
  10923. },
  10924. "System.Runtime.WindowsRuntime/4.0.10": {
  10925. "dependencies": {
  10926. "System.Diagnostics.Debug": "[4.0.10, )",
  10927. "System.Globalization": "[4.0.0, )",
  10928. "System.IO": "[4.0.10, )",
  10929. "System.ObjectModel": "[4.0.0, )",
  10930. "System.Resources.ResourceManager": "[4.0.0, )",
  10931. "System.Runtime": "[4.0.20, )",
  10932. "System.Runtime.Extensions": "[4.0.0, )",
  10933. "System.Runtime.InteropServices": "[4.0.20, )",
  10934. "System.Threading": "[4.0.10, )",
  10935. "System.Threading.Tasks": "[4.0.10, )"
  10936. },
  10937. "compile": {
  10938. "ref/netcore50/System.Runtime.WindowsRuntime.dll": {}
  10939. },
  10940. "runtime": {
  10941. "runtimes/win8-aot/lib/netcore50/System.Runtime.WindowsRuntime.dll": {}
  10942. }
  10943. },
  10944. "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": {
  10945. "dependencies": {
  10946. "System.Globalization": "[4.0.0, )",
  10947. "System.Resources.ResourceManager": "[4.0.0, )",
  10948. "System.Runtime": "[4.0.20, )",
  10949. "System.Runtime.Extensions": "[4.0.0, )",
  10950. "System.Runtime.WindowsRuntime": "[4.0.0, )"
  10951. },
  10952. "compile": {
  10953. "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  10954. },
  10955. "runtime": {
  10956. "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {}
  10957. }
  10958. },
  10959. "System.Security.Claims/4.0.0": {
  10960. "dependencies": {
  10961. "System.Collections": "[4.0.0, )",
  10962. "System.Diagnostics.Debug": "[4.0.0, )",
  10963. "System.Globalization": "[4.0.0, )",
  10964. "System.IO": "[4.0.0, )",
  10965. "System.Resources.ResourceManager": "[4.0.0, )",
  10966. "System.Runtime": "[4.0.20, )",
  10967. "System.Runtime.Extensions": "[4.0.0, )",
  10968. "System.Security.Principal": "[4.0.0, )"
  10969. },
  10970. "compile": {
  10971. "ref/dotnet/System.Security.Claims.dll": {}
  10972. },
  10973. "runtime": {
  10974. "lib/dotnet/System.Security.Claims.dll": {}
  10975. }
  10976. },
  10977. "System.Security.Principal/4.0.0": {
  10978. "dependencies": {
  10979. "System.Runtime": "[4.0.0, )"
  10980. },
  10981. "compile": {
  10982. "ref/netcore50/System.Security.Principal.dll": {}
  10983. },
  10984. "runtime": {
  10985. "lib/netcore50/System.Security.Principal.dll": {}
  10986. }
  10987. },
  10988. "System.ServiceModel.Duplex/4.0.0": {
  10989. "dependencies": {
  10990. "System.Private.ServiceModel": "[4.0.0, )",
  10991. "System.Runtime": "[4.0.20, )"
  10992. },
  10993. "compile": {
  10994. "ref/netcore50/System.ServiceModel.Duplex.dll": {}
  10995. },
  10996. "runtime": {
  10997. "lib/netcore50/System.ServiceModel.Duplex.dll": {}
  10998. }
  10999. },
  11000. "System.ServiceModel.Http/4.0.10": {
  11001. "dependencies": {
  11002. "System.Private.ServiceModel": "[4.0.0, )",
  11003. "System.Runtime": "[4.0.20, )"
  11004. },
  11005. "compile": {
  11006. "ref/dotnet/System.ServiceModel.Http.dll": {}
  11007. },
  11008. "runtime": {
  11009. "lib/netcore50/System.ServiceModel.Http.dll": {}
  11010. }
  11011. },
  11012. "System.ServiceModel.NetTcp/4.0.0": {
  11013. "dependencies": {
  11014. "System.Private.ServiceModel": "[4.0.0, )",
  11015. "System.Runtime": "[4.0.20, )"
  11016. },
  11017. "compile": {
  11018. "ref/netcore50/System.ServiceModel.NetTcp.dll": {}
  11019. },
  11020. "runtime": {
  11021. "lib/netcore50/System.ServiceModel.NetTcp.dll": {}
  11022. }
  11023. },
  11024. "System.ServiceModel.Primitives/4.0.0": {
  11025. "dependencies": {
  11026. "System.Private.ServiceModel": "[4.0.0, )",
  11027. "System.Runtime": "[4.0.20, )"
  11028. },
  11029. "compile": {
  11030. "ref/netcore50/System.ServiceModel.Primitives.dll": {}
  11031. },
  11032. "runtime": {
  11033. "lib/netcore50/System.ServiceModel.Primitives.dll": {}
  11034. }
  11035. },
  11036. "System.ServiceModel.Security/4.0.0": {
  11037. "dependencies": {
  11038. "System.Private.ServiceModel": "[4.0.0, )",
  11039. "System.Runtime": "[4.0.20, )"
  11040. },
  11041. "compile": {
  11042. "ref/netcore50/System.ServiceModel.Security.dll": {}
  11043. },
  11044. "runtime": {
  11045. "lib/netcore50/System.ServiceModel.Security.dll": {}
  11046. }
  11047. },
  11048. "System.Text.Encoding/4.0.10": {
  11049. "dependencies": {
  11050. "System.Runtime": "[4.0.0, )"
  11051. },
  11052. "compile": {
  11053. "ref/dotnet/System.Text.Encoding.dll": {}
  11054. },
  11055. "runtime": {
  11056. "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll": {}
  11057. }
  11058. },
  11059. "System.Text.Encoding.CodePages/4.0.0": {
  11060. "dependencies": {
  11061. "System.Collections": "[4.0.10, )",
  11062. "System.Globalization": "[4.0.10, )",
  11063. "System.IO": "[4.0.10, )",
  11064. "System.Reflection": "[4.0.10, )",
  11065. "System.Resources.ResourceManager": "[4.0.0, )",
  11066. "System.Runtime": "[4.0.20, )",
  11067. "System.Runtime.Extensions": "[4.0.10, )",
  11068. "System.Runtime.Handles": "[4.0.0, )",
  11069. "System.Runtime.InteropServices": "[4.0.20, )",
  11070. "System.Text.Encoding": "[4.0.10, )",
  11071. "System.Threading": "[4.0.10, )"
  11072. },
  11073. "compile": {
  11074. "ref/dotnet/System.Text.Encoding.CodePages.dll": {}
  11075. },
  11076. "runtime": {
  11077. "lib/dotnet/System.Text.Encoding.CodePages.dll": {}
  11078. }
  11079. },
  11080. "System.Text.Encoding.Extensions/4.0.10": {
  11081. "dependencies": {
  11082. "System.Runtime": "[4.0.0, )",
  11083. "System.Text.Encoding": "[4.0.10, )"
  11084. },
  11085. "compile": {
  11086. "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
  11087. },
  11088. "runtime": {
  11089. "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll": {}
  11090. }
  11091. },
  11092. "System.Text.RegularExpressions/4.0.10": {
  11093. "dependencies": {
  11094. "System.Collections": "[4.0.10, )",
  11095. "System.Globalization": "[4.0.10, )",
  11096. "System.Resources.ResourceManager": "[4.0.0, )",
  11097. "System.Runtime": "[4.0.20, )",
  11098. "System.Runtime.Extensions": "[4.0.10, )",
  11099. "System.Threading": "[4.0.10, )"
  11100. },
  11101. "compile": {
  11102. "ref/dotnet/System.Text.RegularExpressions.dll": {}
  11103. },
  11104. "runtime": {
  11105. "lib/dotnet/System.Text.RegularExpressions.dll": {}
  11106. }
  11107. },
  11108. "System.Threading/4.0.10": {
  11109. "dependencies": {
  11110. "System.Runtime": "[4.0.0, )",
  11111. "System.Threading.Tasks": "[4.0.0, )"
  11112. },
  11113. "compile": {
  11114. "ref/dotnet/System.Threading.dll": {}
  11115. },
  11116. "runtime": {
  11117. "runtimes/win8-aot/lib/netcore50/System.Threading.dll": {}
  11118. }
  11119. },
  11120. "System.Threading.Overlapped/4.0.0": {
  11121. "dependencies": {
  11122. "System.Resources.ResourceManager": "[4.0.0, )",
  11123. "System.Runtime": "[4.0.20, )",
  11124. "System.Runtime.Extensions": "[4.0.0, )",
  11125. "System.Runtime.Handles": "[4.0.0, )",
  11126. "System.Runtime.InteropServices": "[4.0.20, )",
  11127. "System.Threading": "[4.0.10, )"
  11128. },
  11129. "compile": {
  11130. "ref/dotnet/System.Threading.Overlapped.dll": {}
  11131. },
  11132. "runtime": {
  11133. "lib/netcore50/System.Threading.Overlapped.dll": {}
  11134. }
  11135. },
  11136. "System.Threading.Tasks/4.0.10": {
  11137. "dependencies": {
  11138. "System.Runtime": "[4.0.0, )"
  11139. },
  11140. "compile": {
  11141. "ref/dotnet/System.Threading.Tasks.dll": {}
  11142. },
  11143. "runtime": {
  11144. "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll": {}
  11145. }
  11146. },
  11147. "System.Threading.Tasks.Dataflow/4.5.25": {
  11148. "dependencies": {
  11149. "System.Collections": "[4.0.0, )",
  11150. "System.Collections.Concurrent": "[4.0.0, )",
  11151. "System.Diagnostics.Debug": "[4.0.0, )",
  11152. "System.Diagnostics.Tracing": "[4.0.0, )",
  11153. "System.Dynamic.Runtime": "[4.0.0, )",
  11154. "System.Linq": "[4.0.0, )",
  11155. "System.Resources.ResourceManager": "[4.0.0, )",
  11156. "System.Runtime": "[4.0.0, )",
  11157. "System.Runtime.Extensions": "[4.0.0, )",
  11158. "System.Threading": "[4.0.0, )",
  11159. "System.Threading.Tasks": "[4.0.0, )"
  11160. },
  11161. "compile": {
  11162. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  11163. },
  11164. "runtime": {
  11165. "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
  11166. }
  11167. },
  11168. "System.Threading.Tasks.Parallel/4.0.0": {
  11169. "dependencies": {
  11170. "System.Collections.Concurrent": "[4.0.10, )",
  11171. "System.Diagnostics.Debug": "[4.0.10, )",
  11172. "System.Diagnostics.Tracing": "[4.0.20, )",
  11173. "System.Resources.ResourceManager": "[4.0.0, )",
  11174. "System.Runtime": "[4.0.20, )",
  11175. "System.Runtime.Extensions": "[4.0.10, )",
  11176. "System.Threading": "[4.0.10, )",
  11177. "System.Threading.Tasks": "[4.0.10, )"
  11178. },
  11179. "compile": {
  11180. "ref/netcore50/System.Threading.Tasks.Parallel.dll": {}
  11181. },
  11182. "runtime": {
  11183. "lib/netcore50/System.Threading.Tasks.Parallel.dll": {}
  11184. }
  11185. },
  11186. "System.Threading.Timer/4.0.0": {
  11187. "compile": {
  11188. "ref/netcore50/System.Threading.Timer.dll": {}
  11189. },
  11190. "runtime": {
  11191. "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll": {}
  11192. }
  11193. },
  11194. "System.Xml.ReaderWriter/4.0.10": {
  11195. "dependencies": {
  11196. "System.Collections": "[4.0.10, )",
  11197. "System.Diagnostics.Debug": "[4.0.10, )",
  11198. "System.Globalization": "[4.0.10, )",
  11199. "System.IO": "[4.0.10, )",
  11200. "System.IO.FileSystem": "[4.0.0, )",
  11201. "System.IO.FileSystem.Primitives": "[4.0.0, )",
  11202. "System.Resources.ResourceManager": "[4.0.0, )",
  11203. "System.Runtime": "[4.0.20, )",
  11204. "System.Runtime.Extensions": "[4.0.10, )",
  11205. "System.Runtime.InteropServices": "[4.0.20, )",
  11206. "System.Text.Encoding": "[4.0.10, )",
  11207. "System.Text.Encoding.Extensions": "[4.0.10, )",
  11208. "System.Text.RegularExpressions": "[4.0.10, )",
  11209. "System.Threading.Tasks": "[4.0.10, )"
  11210. },
  11211. "compile": {
  11212. "ref/dotnet/System.Xml.ReaderWriter.dll": {}
  11213. },
  11214. "runtime": {
  11215. "lib/dotnet/System.Xml.ReaderWriter.dll": {}
  11216. }
  11217. },
  11218. "System.Xml.XDocument/4.0.10": {
  11219. "dependencies": {
  11220. "System.Collections": "[4.0.10, )",
  11221. "System.Diagnostics.Debug": "[4.0.10, )",
  11222. "System.Globalization": "[4.0.10, )",
  11223. "System.IO": "[4.0.10, )",
  11224. "System.Reflection": "[4.0.10, )",
  11225. "System.Resources.ResourceManager": "[4.0.0, )",
  11226. "System.Runtime": "[4.0.20, )",
  11227. "System.Runtime.Extensions": "[4.0.10, )",
  11228. "System.Text.Encoding": "[4.0.10, )",
  11229. "System.Threading": "[4.0.10, )",
  11230. "System.Xml.ReaderWriter": "[4.0.10, )"
  11231. },
  11232. "compile": {
  11233. "ref/dotnet/System.Xml.XDocument.dll": {}
  11234. },
  11235. "runtime": {
  11236. "lib/dotnet/System.Xml.XDocument.dll": {}
  11237. }
  11238. },
  11239. "System.Xml.XmlDocument/4.0.0": {
  11240. "dependencies": {
  11241. "System.Collections": "[4.0.10, )",
  11242. "System.Diagnostics.Debug": "[4.0.10, )",
  11243. "System.Globalization": "[4.0.10, )",
  11244. "System.IO": "[4.0.10, )",
  11245. "System.Resources.ResourceManager": "[4.0.0, )",
  11246. "System.Runtime": "[4.0.20, )",
  11247. "System.Runtime.Extensions": "[4.0.10, )",
  11248. "System.Text.Encoding": "[4.0.10, )",
  11249. "System.Threading": "[4.0.10, )",
  11250. "System.Xml.ReaderWriter": "[4.0.10, )"
  11251. },
  11252. "compile": {
  11253. "ref/dotnet/System.Xml.XmlDocument.dll": {}
  11254. },
  11255. "runtime": {
  11256. "lib/dotnet/System.Xml.XmlDocument.dll": {}
  11257. }
  11258. },
  11259. "System.Xml.XmlSerializer/4.0.10": {
  11260. "dependencies": {
  11261. "System.Collections": "[4.0.10, )",
  11262. "System.Diagnostics.Debug": "[4.0.10, )",
  11263. "System.Globalization": "[4.0.10, )",
  11264. "System.IO": "[4.0.10, )",
  11265. "System.Linq": "[4.0.0, )",
  11266. "System.Reflection": "[4.0.10, )",
  11267. "System.Reflection.Extensions": "[4.0.0, )",
  11268. "System.Reflection.Primitives": "[4.0.0, )",
  11269. "System.Reflection.TypeExtensions": "[4.0.0, )",
  11270. "System.Resources.ResourceManager": "[4.0.0, )",
  11271. "System.Runtime": "[4.0.20, )",
  11272. "System.Runtime.Extensions": "[4.0.10, )",
  11273. "System.Text.RegularExpressions": "[4.0.10, )",
  11274. "System.Threading": "[4.0.10, )",
  11275. "System.Xml.ReaderWriter": "[4.0.10, )",
  11276. "System.Xml.XmlDocument": "[4.0.0, )"
  11277. },
  11278. "compile": {
  11279. "ref/dotnet/System.Xml.XmlSerializer.dll": {}
  11280. },
  11281. "runtime": {
  11282. "runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll": {}
  11283. }
  11284. }
  11285. }
  11286. },
  11287. "libraries": {
  11288. "FluentAssertions/4.0.1": {
  11289. "sha512": "8RZvGbTGxqpuu2ftNAD2dWienELJMocYg5sMc0u/lUBekHC1SGK0d3BvKFVdhVIl0twS+3cdfxGa3u8+eUzXkg==",
  11290. "type": "Package",
  11291. "files": [
  11292. "[Content_Types].xml",
  11293. "_rels/.rels",
  11294. "FluentAssertions.nuspec",
  11295. "lib/dotnet/FluentAssertions.Core.dll",
  11296. "lib/dotnet/FluentAssertions.Core.pdb",
  11297. "lib/dotnet/FluentAssertions.dll",
  11298. "lib/dotnet/FluentAssertions.pdb",
  11299. "lib/dotnet/FluentAssertions.xml",
  11300. "lib/monoandroid/FluentAssertions.Core.dll",
  11301. "lib/monoandroid/FluentAssertions.Core.pdb",
  11302. "lib/monoandroid/FluentAssertions.Core.xml",
  11303. "lib/monotouch/FluentAssertions.Core.dll",
  11304. "lib/monotouch/FluentAssertions.Core.pdb",
  11305. "lib/monotouch/FluentAssertions.Core.xml",
  11306. "lib/net40/FluentAssertions.Core.dll",
  11307. "lib/net40/FluentAssertions.Core.pdb",
  11308. "lib/net40/FluentAssertions.Core.xml",
  11309. "lib/net40/FluentAssertions.dll",
  11310. "lib/net40/FluentAssertions.pdb",
  11311. "lib/net40/FluentAssertions.xml",
  11312. "lib/net45/FluentAssertions.Core.dll",
  11313. "lib/net45/FluentAssertions.Core.pdb",
  11314. "lib/net45/FluentAssertions.Core.xml",
  11315. "lib/net45/FluentAssertions.dll",
  11316. "lib/net45/FluentAssertions.pdb",
  11317. "lib/net45/FluentAssertions.xml",
  11318. "lib/portable-monotouch+monoandroid+xamarin.ios/FluentAssertions.Core.dll",
  11319. "lib/portable-monotouch+monoandroid+xamarin.ios/FluentAssertions.Core.pdb",
  11320. "lib/portable-monotouch+monoandroid+xamarin.ios/FluentAssertions.Core.xml",
  11321. "lib/portable-net40+sl5+win8+wp8+wpa81/FluentAssertions.Core.dll",
  11322. "lib/portable-net40+sl5+win8+wp8+wpa81/FluentAssertions.Core.pdb",
  11323. "lib/portable-net40+sl5+win8+wp8+wpa81/FluentAssertions.Core.xml",
  11324. "lib/portable-net40+sl5+win8+wp8+wpa81/FluentAssertions.dll",
  11325. "lib/portable-net40+sl5+win8+wp8+wpa81/FluentAssertions.pdb",
  11326. "lib/portable-net40+sl5+win8+wp8+wpa81/FluentAssertions.XML",
  11327. "lib/portable-win81+wpa81/FluentAssertions.Core.dll",
  11328. "lib/portable-win81+wpa81/FluentAssertions.Core.pdb",
  11329. "lib/portable-win81+wpa81/FluentAssertions.Core.xml",
  11330. "lib/portable-win81+wpa81/FluentAssertions.dll",
  11331. "lib/portable-win81+wpa81/FluentAssertions.pdb",
  11332. "lib/portable-win81+wpa81/FluentAssertions.pri",
  11333. "lib/portable-win81+wpa81/FluentAssertions.xml",
  11334. "lib/sl5/de/Microsoft.CSharp.resources.dll",
  11335. "lib/sl5/de/System.Xml.Linq.resources.dll",
  11336. "lib/sl5/es/Microsoft.CSharp.resources.dll",
  11337. "lib/sl5/es/System.Xml.Linq.resources.dll",
  11338. "lib/sl5/FluentAssertions.Core.dll",
  11339. "lib/sl5/FluentAssertions.Core.pdb",
  11340. "lib/sl5/FluentAssertions.Core.xml",
  11341. "lib/sl5/FluentAssertions.dll",
  11342. "lib/sl5/FluentAssertions.pdb",
  11343. "lib/sl5/FluentAssertions.xml",
  11344. "lib/sl5/fr/Microsoft.CSharp.resources.dll",
  11345. "lib/sl5/fr/System.Xml.Linq.resources.dll",
  11346. "lib/sl5/it/Microsoft.CSharp.resources.dll",
  11347. "lib/sl5/it/System.Xml.Linq.resources.dll",
  11348. "lib/sl5/ja/Microsoft.CSharp.resources.dll",
  11349. "lib/sl5/ja/System.Xml.Linq.resources.dll",
  11350. "lib/sl5/ko/Microsoft.CSharp.resources.dll",
  11351. "lib/sl5/ko/System.Xml.Linq.resources.dll",
  11352. "lib/sl5/Microsoft.CSharp.dll",
  11353. "lib/sl5/Microsoft.CSharp.xml",
  11354. "lib/sl5/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll",
  11355. "lib/sl5/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.xml",
  11356. "lib/sl5/ru/Microsoft.CSharp.resources.dll",
  11357. "lib/sl5/ru/System.Xml.Linq.resources.dll",
  11358. "lib/sl5/System.Xml.Linq.dll",
  11359. "lib/sl5/System.Xml.Linq.xml",
  11360. "lib/sl5/zh-Hans/Microsoft.CSharp.resources.dll",
  11361. "lib/sl5/zh-Hans/System.Xml.Linq.resources.dll",
  11362. "lib/sl5/zh-Hant/Microsoft.CSharp.resources.dll",
  11363. "lib/sl5/zh-Hant/System.Xml.Linq.resources.dll",
  11364. "lib/wp8/FluentAssertions.Core.dll",
  11365. "lib/wp8/FluentAssertions.Core.pdb",
  11366. "lib/wp8/FluentAssertions.Core.xml",
  11367. "lib/wp8/FluentAssertions.dll",
  11368. "lib/wp8/FluentAssertions.pdb",
  11369. "lib/wp8/FluentAssertions.xml",
  11370. "lib/xamarin.ios/FluentAssertions.Core.dll",
  11371. "lib/xamarin.ios/FluentAssertions.Core.pdb",
  11372. "lib/xamarin.ios/FluentAssertions.Core.xml",
  11373. "package/services/metadata/core-properties/4b25f7f1b8d94b4883fafa0e67c3c237.psmdcp"
  11374. ]
  11375. },
  11376. "Microsoft.CSharp/4.0.0": {
  11377. "sha512": "oWqeKUxHXdK6dL2CFjgMcaBISbkk+AqEg+yvJHE4DElNzS4QaTsCflgkkqZwVlWby1Dg9zo9n+iCAMFefFdJ/A==",
  11378. "type": "Package",
  11379. "files": [
  11380. "[Content_Types].xml",
  11381. "_rels/.rels",
  11382. "lib/dotnet/Microsoft.CSharp.dll",
  11383. "lib/MonoAndroid10/_._",
  11384. "lib/MonoTouch10/_._",
  11385. "lib/net45/_._",
  11386. "lib/netcore50/Microsoft.CSharp.dll",
  11387. "lib/win8/_._",
  11388. "lib/wp80/_._",
  11389. "lib/wpa81/_._",
  11390. "lib/xamarinios10/_._",
  11391. "lib/xamarinmac20/_._",
  11392. "Microsoft.CSharp.nuspec",
  11393. "package/services/metadata/core-properties/a8a7171824ab4656b3141cda0591ff66.psmdcp",
  11394. "ref/dotnet/de/Microsoft.CSharp.xml",
  11395. "ref/dotnet/es/Microsoft.CSharp.xml",
  11396. "ref/dotnet/fr/Microsoft.CSharp.xml",
  11397. "ref/dotnet/it/Microsoft.CSharp.xml",
  11398. "ref/dotnet/ja/Microsoft.CSharp.xml",
  11399. "ref/dotnet/ko/Microsoft.CSharp.xml",
  11400. "ref/dotnet/Microsoft.CSharp.dll",
  11401. "ref/dotnet/Microsoft.CSharp.xml",
  11402. "ref/dotnet/ru/Microsoft.CSharp.xml",
  11403. "ref/dotnet/zh-hans/Microsoft.CSharp.xml",
  11404. "ref/dotnet/zh-hant/Microsoft.CSharp.xml",
  11405. "ref/MonoAndroid10/_._",
  11406. "ref/MonoTouch10/_._",
  11407. "ref/net45/_._",
  11408. "ref/netcore50/Microsoft.CSharp.dll",
  11409. "ref/netcore50/Microsoft.CSharp.xml",
  11410. "ref/win8/_._",
  11411. "ref/wp80/_._",
  11412. "ref/wpa81/_._",
  11413. "ref/xamarinios10/_._",
  11414. "ref/xamarinmac20/_._"
  11415. ]
  11416. },
  11417. "Microsoft.NETCore/5.0.0": {
  11418. "sha512": "QQMp0yYQbIdfkKhdEE6Umh2Xonau7tasG36Trw/YlHoWgYQLp7T9L+ZD8EPvdj5ubRhtOuKEKwM7HMpkagB9ZA==",
  11419. "type": "Package",
  11420. "files": [
  11421. "[Content_Types].xml",
  11422. "_._",
  11423. "_rels/.rels",
  11424. "Microsoft.NETCore.nuspec",
  11425. "package/services/metadata/core-properties/340ac37fb1224580ae47c59ebdd88964.psmdcp"
  11426. ]
  11427. },
  11428. "Microsoft.NETCore.Platforms/1.0.0": {
  11429. "sha512": "0N77OwGZpXqUco2C/ynv1os7HqdFYifvNIbveLDKqL5PZaz05Rl9enCwVBjF61aumHKueLWIJ3prnmdAXxww4A==",
  11430. "type": "Package",
  11431. "files": [
  11432. "[Content_Types].xml",
  11433. "_rels/.rels",
  11434. "Microsoft.NETCore.Platforms.nuspec",
  11435. "package/services/metadata/core-properties/36b51d4c6b524527902ff1a182a64e42.psmdcp",
  11436. "runtime.json"
  11437. ]
  11438. },
  11439. "Microsoft.NETCore.Portable.Compatibility/1.0.0": {
  11440. "sha512": "5/IFqf2zN1jzktRJitxO+5kQ+0AilcIbPvSojSJwDG3cGNSMZg44LXLB5E9RkSETE0Wh4QoALdNh1koKoF7/mA==",
  11441. "type": "Package",
  11442. "files": [
  11443. "[Content_Types].xml",
  11444. "_rels/.rels",
  11445. "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll",
  11446. "lib/dnxcore50/System.Core.dll",
  11447. "lib/dnxcore50/System.dll",
  11448. "lib/dnxcore50/System.Net.dll",
  11449. "lib/dnxcore50/System.Numerics.dll",
  11450. "lib/dnxcore50/System.Runtime.Serialization.dll",
  11451. "lib/dnxcore50/System.ServiceModel.dll",
  11452. "lib/dnxcore50/System.ServiceModel.Web.dll",
  11453. "lib/dnxcore50/System.Windows.dll",
  11454. "lib/dnxcore50/System.Xml.dll",
  11455. "lib/dnxcore50/System.Xml.Linq.dll",
  11456. "lib/dnxcore50/System.Xml.Serialization.dll",
  11457. "lib/net45/_._",
  11458. "lib/netcore50/System.ComponentModel.DataAnnotations.dll",
  11459. "lib/netcore50/System.Core.dll",
  11460. "lib/netcore50/System.dll",
  11461. "lib/netcore50/System.Net.dll",
  11462. "lib/netcore50/System.Numerics.dll",
  11463. "lib/netcore50/System.Runtime.Serialization.dll",
  11464. "lib/netcore50/System.ServiceModel.dll",
  11465. "lib/netcore50/System.ServiceModel.Web.dll",
  11466. "lib/netcore50/System.Windows.dll",
  11467. "lib/netcore50/System.Xml.dll",
  11468. "lib/netcore50/System.Xml.Linq.dll",
  11469. "lib/netcore50/System.Xml.Serialization.dll",
  11470. "lib/win8/_._",
  11471. "lib/wp80/_._",
  11472. "lib/wpa81/_._",
  11473. "Microsoft.NETCore.Portable.Compatibility.nuspec",
  11474. "package/services/metadata/core-properties/8131b8ae030a45e7986737a0c1d04ef5.psmdcp",
  11475. "ref/dotnet/mscorlib.dll",
  11476. "ref/dotnet/System.ComponentModel.DataAnnotations.dll",
  11477. "ref/dotnet/System.Core.dll",
  11478. "ref/dotnet/System.dll",
  11479. "ref/dotnet/System.Net.dll",
  11480. "ref/dotnet/System.Numerics.dll",
  11481. "ref/dotnet/System.Runtime.Serialization.dll",
  11482. "ref/dotnet/System.ServiceModel.dll",
  11483. "ref/dotnet/System.ServiceModel.Web.dll",
  11484. "ref/dotnet/System.Windows.dll",
  11485. "ref/dotnet/System.Xml.dll",
  11486. "ref/dotnet/System.Xml.Linq.dll",
  11487. "ref/dotnet/System.Xml.Serialization.dll",
  11488. "ref/net45/_._",
  11489. "ref/netcore50/mscorlib.dll",
  11490. "ref/netcore50/System.ComponentModel.DataAnnotations.dll",
  11491. "ref/netcore50/System.Core.dll",
  11492. "ref/netcore50/System.dll",
  11493. "ref/netcore50/System.Net.dll",
  11494. "ref/netcore50/System.Numerics.dll",
  11495. "ref/netcore50/System.Runtime.Serialization.dll",
  11496. "ref/netcore50/System.ServiceModel.dll",
  11497. "ref/netcore50/System.ServiceModel.Web.dll",
  11498. "ref/netcore50/System.Windows.dll",
  11499. "ref/netcore50/System.Xml.dll",
  11500. "ref/netcore50/System.Xml.Linq.dll",
  11501. "ref/netcore50/System.Xml.Serialization.dll",
  11502. "ref/win8/_._",
  11503. "ref/wp80/_._",
  11504. "ref/wpa81/_._",
  11505. "runtimes/aot/lib/netcore50/mscorlib.dll",
  11506. "runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll",
  11507. "runtimes/aot/lib/netcore50/System.Core.dll",
  11508. "runtimes/aot/lib/netcore50/System.dll",
  11509. "runtimes/aot/lib/netcore50/System.Net.dll",
  11510. "runtimes/aot/lib/netcore50/System.Numerics.dll",
  11511. "runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll",
  11512. "runtimes/aot/lib/netcore50/System.ServiceModel.dll",
  11513. "runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll",
  11514. "runtimes/aot/lib/netcore50/System.Windows.dll",
  11515. "runtimes/aot/lib/netcore50/System.Xml.dll",
  11516. "runtimes/aot/lib/netcore50/System.Xml.Linq.dll",
  11517. "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll"
  11518. ]
  11519. },
  11520. "Microsoft.NETCore.Runtime/1.0.0": {
  11521. "sha512": "AjaMNpXLW4miEQorIqyn6iQ+BZBId6qXkhwyeh1vl6kXLqosZusbwmLNlvj/xllSQrd3aImJbvlHusam85g+xQ==",
  11522. "type": "Package",
  11523. "files": [
  11524. "[Content_Types].xml",
  11525. "_rels/.rels",
  11526. "Microsoft.NETCore.Runtime.nuspec",
  11527. "package/services/metadata/core-properties/f289de2ffef9428684eca0c193bc8765.psmdcp",
  11528. "runtime.json"
  11529. ]
  11530. },
  11531. "Microsoft.NETCore.Runtime.CoreCLR-arm/1.0.0": {
  11532. "sha512": "hoJfIl981eXwn9Tz8onO/J1xaYApIfp/YrhjSh9rRhml1U5Wj80LBgyp/6n+KI3VlvcAraThhnHnCTp+M3Uh+w==",
  11533. "type": "Package",
  11534. "files": [
  11535. "[Content_Types].xml",
  11536. "_rels/.rels",
  11537. "Microsoft.NETCore.Runtime.CoreCLR-arm.nuspec",
  11538. "package/services/metadata/core-properties/c1cbeaed81514106b6b7971ac193f132.psmdcp",
  11539. "ref/dotnet/_._",
  11540. "runtimes/win8-arm/lib/dotnet/mscorlib.ni.dll",
  11541. "runtimes/win8-arm/native/clretwrc.dll",
  11542. "runtimes/win8-arm/native/coreclr.dll",
  11543. "runtimes/win8-arm/native/dbgshim.dll",
  11544. "runtimes/win8-arm/native/mscordaccore.dll",
  11545. "runtimes/win8-arm/native/mscordbi.dll",
  11546. "runtimes/win8-arm/native/mscorrc.debug.dll",
  11547. "runtimes/win8-arm/native/mscorrc.dll"
  11548. ]
  11549. },
  11550. "Microsoft.NETCore.Runtime.CoreCLR-x64/1.0.0": {
  11551. "sha512": "DaY5Z13xCZpnVIGluC5sCo4/0wy1rl6mptBH7v3RYi3guAmG88aSeFoQzyZepo0H0jEixUxNFM0+MB6Jc+j0bw==",
  11552. "type": "Package",
  11553. "files": [
  11554. "[Content_Types].xml",
  11555. "_rels/.rels",
  11556. "Microsoft.NETCore.Runtime.CoreCLR-x64.nuspec",
  11557. "package/services/metadata/core-properties/bd7bd26b6b8242179b5b8ca3d9ffeb95.psmdcp",
  11558. "ref/dotnet/_._",
  11559. "runtimes/win7-x64/lib/dotnet/mscorlib.ni.dll",
  11560. "runtimes/win7-x64/native/clretwrc.dll",
  11561. "runtimes/win7-x64/native/coreclr.dll",
  11562. "runtimes/win7-x64/native/dbgshim.dll",
  11563. "runtimes/win7-x64/native/mscordaccore.dll",
  11564. "runtimes/win7-x64/native/mscordbi.dll",
  11565. "runtimes/win7-x64/native/mscorrc.debug.dll",
  11566. "runtimes/win7-x64/native/mscorrc.dll"
  11567. ]
  11568. },
  11569. "Microsoft.NETCore.Runtime.CoreCLR-x86/1.0.0": {
  11570. "sha512": "2LDffu5Is/X01GVPVuye4Wmz9/SyGDNq1Opgl5bXG3206cwNiCwsQgILOtfSWVp5mn4w401+8cjhBy3THW8HQQ==",
  11571. "type": "Package",
  11572. "files": [
  11573. "[Content_Types].xml",
  11574. "_rels/.rels",
  11575. "Microsoft.NETCore.Runtime.CoreCLR-x86.nuspec",
  11576. "package/services/metadata/core-properties/dd7e29450ade4bdaab9794850cd11d7a.psmdcp",
  11577. "ref/dotnet/_._",
  11578. "runtimes/win7-x86/lib/dotnet/mscorlib.ni.dll",
  11579. "runtimes/win7-x86/native/clretwrc.dll",
  11580. "runtimes/win7-x86/native/coreclr.dll",
  11581. "runtimes/win7-x86/native/dbgshim.dll",
  11582. "runtimes/win7-x86/native/mscordaccore.dll",
  11583. "runtimes/win7-x86/native/mscordbi.dll",
  11584. "runtimes/win7-x86/native/mscorrc.debug.dll",
  11585. "runtimes/win7-x86/native/mscorrc.dll"
  11586. ]
  11587. },
  11588. "Microsoft.NETCore.Runtime.Native/1.0.0": {
  11589. "sha512": "tMsWWrH1AJCguiM22zK/vr6COxqz62Q1F02B07IXAUN405R3HGk5SkD/DL0Hte+OTjNtW9LkKXpOggGBRwYFNg==",
  11590. "type": "Package",
  11591. "files": [
  11592. "[Content_Types].xml",
  11593. "_._",
  11594. "_rels/.rels",
  11595. "Microsoft.NETCore.Runtime.Native.nuspec",
  11596. "package/services/metadata/core-properties/a985563978b547f984c16150ef73e353.psmdcp"
  11597. ]
  11598. },
  11599. "Microsoft.NETCore.Targets/1.0.0": {
  11600. "sha512": "XfITpPjYLYRmAeZtb9diw6P7ylLQsSC1U2a/xj10iQpnHxkiLEBXop/psw15qMPuNca7lqgxWvzZGpQxphuXaw==",
  11601. "type": "Package",
  11602. "files": [
  11603. "[Content_Types].xml",
  11604. "_rels/.rels",
  11605. "Microsoft.NETCore.Targets.nuspec",
  11606. "package/services/metadata/core-properties/5413a5ed3fde4121a1c9ee8feb12ba66.psmdcp",
  11607. "runtime.json"
  11608. ]
  11609. },
  11610. "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {
  11611. "sha512": "jszcJ6okLlhqF4OQbhSbixLOuLUyVT3BP7Y7/i7fcDMwnHBd1Pmdz6M1Al9SMDKVLA2oSaItg4tq6C0ydv8lYQ==",
  11612. "type": "Package",
  11613. "files": [
  11614. "[Content_Types].xml",
  11615. "_rels/.rels",
  11616. "Microsoft.NETCore.Targets.UniversalWindowsPlatform.nuspec",
  11617. "package/services/metadata/core-properties/0d18100c9f8c491492d8ddeaa9581526.psmdcp",
  11618. "runtime.json"
  11619. ]
  11620. },
  11621. "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": {
  11622. "sha512": "D0nsAm+yTk0oSSC7E6PcmuuEewBAQbGgIXNcCnRqQ4qLPdQLMjMHg8cilGs3xZgwTRQmMtEn45TAatrU1otWPQ==",
  11623. "type": "Package",
  11624. "files": [
  11625. "[Content_Types].xml",
  11626. "_._",
  11627. "_rels/.rels",
  11628. "Microsoft.NETCore.UniversalWindowsPlatform.nuspec",
  11629. "package/services/metadata/core-properties/5dffd3ce5b6640febe2db09251387062.psmdcp"
  11630. ]
  11631. },
  11632. "Microsoft.NETCore.Windows.ApiSets-x64/1.0.0": {
  11633. "sha512": "NC+dpFMdhujz2sWAdJ8EmBk07p1zOlNi0FCCnZEbzftABpw9xZ99EMP/bUJrPTgCxHfzJAiuLPOtAauzVINk0w==",
  11634. "type": "Package",
  11635. "files": [
  11636. "[Content_Types].xml",
  11637. "_rels/.rels",
  11638. "Microsoft.NETCore.Windows.ApiSets-x64.nuspec",
  11639. "package/services/metadata/core-properties/b25894a2a9234c329a98dc84006b2292.psmdcp",
  11640. "runtimes/win10-x64/native/_._",
  11641. "runtimes/win7-x64/native/API-MS-Win-Base-Util-L1-1-0.dll",
  11642. "runtimes/win7-x64/native/api-ms-win-core-com-l1-1-0.dll",
  11643. "runtimes/win7-x64/native/api-ms-win-core-comm-l1-1-0.dll",
  11644. "runtimes/win7-x64/native/api-ms-win-core-com-private-l1-1-0.dll",
  11645. "runtimes/win7-x64/native/api-ms-win-core-console-l1-1-0.dll",
  11646. "runtimes/win7-x64/native/api-ms-win-core-console-l2-1-0.dll",
  11647. "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-0.dll",
  11648. "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-1.dll",
  11649. "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-0.dll",
  11650. "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-1.dll",
  11651. "runtimes/win7-x64/native/api-ms-win-core-delayload-l1-1-0.dll",
  11652. "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-0.dll",
  11653. "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-1.dll",
  11654. "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-0.dll",
  11655. "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-1.dll",
  11656. "runtimes/win7-x64/native/api-ms-win-core-file-l1-1-0.dll",
  11657. "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-0.dll",
  11658. "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-1.dll",
  11659. "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-0.dll",
  11660. "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-1.dll",
  11661. "runtimes/win7-x64/native/api-ms-win-core-handle-l1-1-0.dll",
  11662. "runtimes/win7-x64/native/api-ms-win-core-heap-l1-1-0.dll",
  11663. "runtimes/win7-x64/native/api-ms-win-core-heap-obsolete-l1-1-0.dll",
  11664. "runtimes/win7-x64/native/api-ms-win-core-interlocked-l1-1-0.dll",
  11665. "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-0.dll",
  11666. "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-1.dll",
  11667. "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll",
  11668. "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll",
  11669. "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll",
  11670. "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll",
  11671. "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll",
  11672. "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll",
  11673. "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-0.dll",
  11674. "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-1.dll",
  11675. "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-0.dll",
  11676. "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-1.dll",
  11677. "runtimes/win7-x64/native/api-ms-win-core-localization-l2-1-0.dll",
  11678. "runtimes/win7-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll",
  11679. "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-0.dll",
  11680. "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-1.dll",
  11681. "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-2.dll",
  11682. "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-3.dll",
  11683. "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-1-0.dll",
  11684. "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll",
  11685. "runtimes/win7-x64/native/api-ms-win-core-normalization-l1-1-0.dll",
  11686. "runtimes/win7-x64/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll",
  11687. "runtimes/win7-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll",
  11688. "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-1-0.dll",
  11689. "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-2-0.dll",
  11690. "runtimes/win7-x64/native/api-ms-win-core-processsecurity-l1-1-0.dll",
  11691. "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-0.dll",
  11692. "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-1.dll",
  11693. "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-2.dll",
  11694. "runtimes/win7-x64/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll",
  11695. "runtimes/win7-x64/native/api-ms-win-core-profile-l1-1-0.dll",
  11696. "runtimes/win7-x64/native/api-ms-win-core-psapi-ansi-l1-1-0.dll",
  11697. "runtimes/win7-x64/native/api-ms-win-core-psapi-l1-1-0.dll",
  11698. "runtimes/win7-x64/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll",
  11699. "runtimes/win7-x64/native/api-ms-win-core-realtime-l1-1-0.dll",
  11700. "runtimes/win7-x64/native/api-ms-win-core-registry-l1-1-0.dll",
  11701. "runtimes/win7-x64/native/api-ms-win-core-registry-l2-1-0.dll",
  11702. "runtimes/win7-x64/native/api-ms-win-core-rtlsupport-l1-1-0.dll",
  11703. "runtimes/win7-x64/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll",
  11704. "runtimes/win7-x64/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll",
  11705. "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-0.dll",
  11706. "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-1.dll",
  11707. "runtimes/win7-x64/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll",
  11708. "runtimes/win7-x64/native/api-ms-win-core-string-l1-1-0.dll",
  11709. "runtimes/win7-x64/native/API-MS-Win-Core-String-L2-1-0.dll",
  11710. "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-0.dll",
  11711. "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-1.dll",
  11712. "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-0.dll",
  11713. "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll",
  11714. "runtimes/win7-x64/native/api-ms-win-core-synch-l1-1-0.dll",
  11715. "runtimes/win7-x64/native/api-ms-win-core-synch-l1-2-0.dll",
  11716. "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-1-0.dll",
  11717. "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-0.dll",
  11718. "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll",
  11719. "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll",
  11720. "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll",
  11721. "runtimes/win7-x64/native/api-ms-win-core-threadpool-l1-2-0.dll",
  11722. "runtimes/win7-x64/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll",
  11723. "runtimes/win7-x64/native/api-ms-win-core-threadpool-private-l1-1-0.dll",
  11724. "runtimes/win7-x64/native/api-ms-win-core-timezone-l1-1-0.dll",
  11725. "runtimes/win7-x64/native/api-ms-win-core-url-l1-1-0.dll",
  11726. "runtimes/win7-x64/native/api-ms-win-core-util-l1-1-0.dll",
  11727. "runtimes/win7-x64/native/api-ms-win-core-version-l1-1-0.dll",
  11728. "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-0.dll",
  11729. "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll",
  11730. "runtimes/win7-x64/native/api-ms-win-core-winrt-l1-1-0.dll",
  11731. "runtimes/win7-x64/native/api-ms-win-core-winrt-registration-l1-1-0.dll",
  11732. "runtimes/win7-x64/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll",
  11733. "runtimes/win7-x64/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll",
  11734. "runtimes/win7-x64/native/api-ms-win-core-winrt-string-l1-1-0.dll",
  11735. "runtimes/win7-x64/native/api-ms-win-core-wow64-l1-1-0.dll",
  11736. "runtimes/win7-x64/native/api-ms-win-core-xstate-l1-1-0.dll",
  11737. "runtimes/win7-x64/native/api-ms-win-core-xstate-l2-1-0.dll",
  11738. "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-0.dll",
  11739. "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-1.dll",
  11740. "runtimes/win7-x64/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll",
  11741. "runtimes/win7-x64/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll",
  11742. "runtimes/win7-x64/native/API-MS-Win-Eventing-Controller-L1-1-0.dll",
  11743. "runtimes/win7-x64/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll",
  11744. "runtimes/win7-x64/native/API-MS-Win-Eventing-Provider-L1-1-0.dll",
  11745. "runtimes/win7-x64/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll",
  11746. "runtimes/win7-x64/native/api-ms-win-ro-typeresolution-l1-1-0.dll",
  11747. "runtimes/win7-x64/native/api-ms-win-security-base-l1-1-0.dll",
  11748. "runtimes/win7-x64/native/api-ms-win-security-cpwl-l1-1-0.dll",
  11749. "runtimes/win7-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll",
  11750. "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-0.dll",
  11751. "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll",
  11752. "runtimes/win7-x64/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll",
  11753. "runtimes/win7-x64/native/api-ms-win-security-provider-l1-1-0.dll",
  11754. "runtimes/win7-x64/native/api-ms-win-security-sddl-l1-1-0.dll",
  11755. "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-0.dll",
  11756. "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-1.dll",
  11757. "runtimes/win7-x64/native/api-ms-win-service-management-l1-1-0.dll",
  11758. "runtimes/win7-x64/native/api-ms-win-service-management-l2-1-0.dll",
  11759. "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-0.dll",
  11760. "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-1.dll",
  11761. "runtimes/win7-x64/native/api-ms-win-service-winsvc-l1-1-0.dll",
  11762. "runtimes/win7-x64/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll",
  11763. "runtimes/win81-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll",
  11764. "runtimes/win81-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll",
  11765. "runtimes/win81-x64/native/api-ms-win-core-memory-l1-1-3.dll",
  11766. "runtimes/win81-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll",
  11767. "runtimes/win81-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll",
  11768. "runtimes/win81-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll",
  11769. "runtimes/win81-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll",
  11770. "runtimes/win81-x64/native/api-ms-win-security-cpwl-l1-1-0.dll",
  11771. "runtimes/win8-x64/native/api-ms-win-core-file-l1-2-1.dll",
  11772. "runtimes/win8-x64/native/api-ms-win-core-file-l2-1-1.dll",
  11773. "runtimes/win8-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll",
  11774. "runtimes/win8-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll",
  11775. "runtimes/win8-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll",
  11776. "runtimes/win8-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll",
  11777. "runtimes/win8-x64/native/api-ms-win-core-localization-l1-2-1.dll",
  11778. "runtimes/win8-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll",
  11779. "runtimes/win8-x64/native/api-ms-win-core-memory-l1-1-2.dll",
  11780. "runtimes/win8-x64/native/api-ms-win-core-memory-l1-1-3.dll",
  11781. "runtimes/win8-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll",
  11782. "runtimes/win8-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll",
  11783. "runtimes/win8-x64/native/api-ms-win-core-processthreads-l1-1-2.dll",
  11784. "runtimes/win8-x64/native/api-ms-win-core-shutdown-l1-1-1.dll",
  11785. "runtimes/win8-x64/native/api-ms-win-core-stringloader-l1-1-1.dll",
  11786. "runtimes/win8-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll",
  11787. "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll",
  11788. "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll",
  11789. "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll",
  11790. "runtimes/win8-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll",
  11791. "runtimes/win8-x64/native/api-ms-win-core-xstate-l2-1-0.dll",
  11792. "runtimes/win8-x64/native/API-MS-Win-devices-config-L1-1-1.dll",
  11793. "runtimes/win8-x64/native/api-ms-win-security-cpwl-l1-1-0.dll",
  11794. "runtimes/win8-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll",
  11795. "runtimes/win8-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll",
  11796. "runtimes/win8-x64/native/api-ms-win-service-private-l1-1-1.dll"
  11797. ]
  11798. },
  11799. "Microsoft.NETCore.Windows.ApiSets-x86/1.0.0": {
  11800. "sha512": "/HDRdhz5bZyhHwQ/uk/IbnDIX5VDTsHntEZYkTYo57dM+U3Ttel9/OJv0mjL64wTO/QKUJJNKp9XO+m7nSVjJQ==",
  11801. "type": "Package",
  11802. "files": [
  11803. "[Content_Types].xml",
  11804. "_rels/.rels",
  11805. "Microsoft.NETCore.Windows.ApiSets-x86.nuspec",
  11806. "package/services/metadata/core-properties/b773d829b3664669b45b4b4e97bdb635.psmdcp",
  11807. "runtimes/win10-x86/native/_._",
  11808. "runtimes/win7-x86/native/API-MS-Win-Base-Util-L1-1-0.dll",
  11809. "runtimes/win7-x86/native/api-ms-win-core-com-l1-1-0.dll",
  11810. "runtimes/win7-x86/native/api-ms-win-core-comm-l1-1-0.dll",
  11811. "runtimes/win7-x86/native/api-ms-win-core-com-private-l1-1-0.dll",
  11812. "runtimes/win7-x86/native/api-ms-win-core-console-l1-1-0.dll",
  11813. "runtimes/win7-x86/native/api-ms-win-core-console-l2-1-0.dll",
  11814. "runtimes/win7-x86/native/api-ms-win-core-datetime-l1-1-0.dll",
  11815. "runtimes/win7-x86/native/api-ms-win-core-datetime-l1-1-1.dll",
  11816. "runtimes/win7-x86/native/api-ms-win-core-debug-l1-1-0.dll",
  11817. "runtimes/win7-x86/native/api-ms-win-core-debug-l1-1-1.dll",
  11818. "runtimes/win7-x86/native/api-ms-win-core-delayload-l1-1-0.dll",
  11819. "runtimes/win7-x86/native/api-ms-win-core-errorhandling-l1-1-0.dll",
  11820. "runtimes/win7-x86/native/api-ms-win-core-errorhandling-l1-1-1.dll",
  11821. "runtimes/win7-x86/native/api-ms-win-core-fibers-l1-1-0.dll",
  11822. "runtimes/win7-x86/native/api-ms-win-core-fibers-l1-1-1.dll",
  11823. "runtimes/win7-x86/native/api-ms-win-core-file-l1-1-0.dll",
  11824. "runtimes/win7-x86/native/api-ms-win-core-file-l1-2-0.dll",
  11825. "runtimes/win7-x86/native/api-ms-win-core-file-l1-2-1.dll",
  11826. "runtimes/win7-x86/native/api-ms-win-core-file-l2-1-0.dll",
  11827. "runtimes/win7-x86/native/api-ms-win-core-file-l2-1-1.dll",
  11828. "runtimes/win7-x86/native/api-ms-win-core-handle-l1-1-0.dll",
  11829. "runtimes/win7-x86/native/api-ms-win-core-heap-l1-1-0.dll",
  11830. "runtimes/win7-x86/native/api-ms-win-core-heap-obsolete-l1-1-0.dll",
  11831. "runtimes/win7-x86/native/api-ms-win-core-interlocked-l1-1-0.dll",
  11832. "runtimes/win7-x86/native/api-ms-win-core-io-l1-1-0.dll",
  11833. "runtimes/win7-x86/native/api-ms-win-core-io-l1-1-1.dll",
  11834. "runtimes/win7-x86/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll",
  11835. "runtimes/win7-x86/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll",
  11836. "runtimes/win7-x86/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll",
  11837. "runtimes/win7-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll",
  11838. "runtimes/win7-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll",
  11839. "runtimes/win7-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll",
  11840. "runtimes/win7-x86/native/api-ms-win-core-libraryloader-l1-1-0.dll",
  11841. "runtimes/win7-x86/native/api-ms-win-core-libraryloader-l1-1-1.dll",
  11842. "runtimes/win7-x86/native/api-ms-win-core-localization-l1-2-0.dll",
  11843. "runtimes/win7-x86/native/api-ms-win-core-localization-l1-2-1.dll",
  11844. "runtimes/win7-x86/native/api-ms-win-core-localization-l2-1-0.dll",
  11845. "runtimes/win7-x86/native/api-ms-win-core-localization-obsolete-l1-2-0.dll",
  11846. "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-0.dll",
  11847. "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-1.dll",
  11848. "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-2.dll",
  11849. "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-3.dll",
  11850. "runtimes/win7-x86/native/api-ms-win-core-namedpipe-l1-1-0.dll",
  11851. "runtimes/win7-x86/native/api-ms-win-core-namedpipe-l1-2-1.dll",
  11852. "runtimes/win7-x86/native/api-ms-win-core-normalization-l1-1-0.dll",
  11853. "runtimes/win7-x86/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll",
  11854. "runtimes/win7-x86/native/api-ms-win-core-privateprofile-l1-1-1.dll",
  11855. "runtimes/win7-x86/native/api-ms-win-core-processenvironment-l1-1-0.dll",
  11856. "runtimes/win7-x86/native/api-ms-win-core-processenvironment-l1-2-0.dll",
  11857. "runtimes/win7-x86/native/api-ms-win-core-processsecurity-l1-1-0.dll",
  11858. "runtimes/win7-x86/native/api-ms-win-core-processthreads-l1-1-0.dll",
  11859. "runtimes/win7-x86/native/api-ms-win-core-processthreads-l1-1-1.dll",
  11860. "runtimes/win7-x86/native/api-ms-win-core-processthreads-l1-1-2.dll",
  11861. "runtimes/win7-x86/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll",
  11862. "runtimes/win7-x86/native/api-ms-win-core-profile-l1-1-0.dll",
  11863. "runtimes/win7-x86/native/api-ms-win-core-psapi-ansi-l1-1-0.dll",
  11864. "runtimes/win7-x86/native/api-ms-win-core-psapi-l1-1-0.dll",
  11865. "runtimes/win7-x86/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll",
  11866. "runtimes/win7-x86/native/api-ms-win-core-realtime-l1-1-0.dll",
  11867. "runtimes/win7-x86/native/api-ms-win-core-registry-l1-1-0.dll",
  11868. "runtimes/win7-x86/native/api-ms-win-core-registry-l2-1-0.dll",
  11869. "runtimes/win7-x86/native/api-ms-win-core-rtlsupport-l1-1-0.dll",
  11870. "runtimes/win7-x86/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll",
  11871. "runtimes/win7-x86/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll",
  11872. "runtimes/win7-x86/native/api-ms-win-core-shutdown-l1-1-0.dll",
  11873. "runtimes/win7-x86/native/api-ms-win-core-shutdown-l1-1-1.dll",
  11874. "runtimes/win7-x86/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll",
  11875. "runtimes/win7-x86/native/api-ms-win-core-string-l1-1-0.dll",
  11876. "runtimes/win7-x86/native/API-MS-Win-Core-String-L2-1-0.dll",
  11877. "runtimes/win7-x86/native/api-ms-win-core-stringloader-l1-1-0.dll",
  11878. "runtimes/win7-x86/native/api-ms-win-core-stringloader-l1-1-1.dll",
  11879. "runtimes/win7-x86/native/api-ms-win-core-string-obsolete-l1-1-0.dll",
  11880. "runtimes/win7-x86/native/api-ms-win-core-string-obsolete-l1-1-1.dll",
  11881. "runtimes/win7-x86/native/api-ms-win-core-synch-l1-1-0.dll",
  11882. "runtimes/win7-x86/native/api-ms-win-core-synch-l1-2-0.dll",
  11883. "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-1-0.dll",
  11884. "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-0.dll",
  11885. "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-1.dll",
  11886. "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-2.dll",
  11887. "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-3.dll",
  11888. "runtimes/win7-x86/native/api-ms-win-core-threadpool-l1-2-0.dll",
  11889. "runtimes/win7-x86/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll",
  11890. "runtimes/win7-x86/native/api-ms-win-core-threadpool-private-l1-1-0.dll",
  11891. "runtimes/win7-x86/native/api-ms-win-core-timezone-l1-1-0.dll",
  11892. "runtimes/win7-x86/native/api-ms-win-core-url-l1-1-0.dll",
  11893. "runtimes/win7-x86/native/api-ms-win-core-util-l1-1-0.dll",
  11894. "runtimes/win7-x86/native/api-ms-win-core-version-l1-1-0.dll",
  11895. "runtimes/win7-x86/native/api-ms-win-core-winrt-error-l1-1-0.dll",
  11896. "runtimes/win7-x86/native/api-ms-win-core-winrt-error-l1-1-1.dll",
  11897. "runtimes/win7-x86/native/api-ms-win-core-winrt-l1-1-0.dll",
  11898. "runtimes/win7-x86/native/api-ms-win-core-winrt-registration-l1-1-0.dll",
  11899. "runtimes/win7-x86/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll",
  11900. "runtimes/win7-x86/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll",
  11901. "runtimes/win7-x86/native/api-ms-win-core-winrt-string-l1-1-0.dll",
  11902. "runtimes/win7-x86/native/api-ms-win-core-wow64-l1-1-0.dll",
  11903. "runtimes/win7-x86/native/api-ms-win-core-xstate-l1-1-0.dll",
  11904. "runtimes/win7-x86/native/api-ms-win-core-xstate-l2-1-0.dll",
  11905. "runtimes/win7-x86/native/API-MS-Win-devices-config-L1-1-0.dll",
  11906. "runtimes/win7-x86/native/API-MS-Win-devices-config-L1-1-1.dll",
  11907. "runtimes/win7-x86/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll",
  11908. "runtimes/win7-x86/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll",
  11909. "runtimes/win7-x86/native/API-MS-Win-Eventing-Controller-L1-1-0.dll",
  11910. "runtimes/win7-x86/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll",
  11911. "runtimes/win7-x86/native/API-MS-Win-Eventing-Provider-L1-1-0.dll",
  11912. "runtimes/win7-x86/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll",
  11913. "runtimes/win7-x86/native/api-ms-win-ro-typeresolution-l1-1-0.dll",
  11914. "runtimes/win7-x86/native/api-ms-win-security-base-l1-1-0.dll",
  11915. "runtimes/win7-x86/native/api-ms-win-security-cpwl-l1-1-0.dll",
  11916. "runtimes/win7-x86/native/api-ms-win-security-cryptoapi-l1-1-0.dll",
  11917. "runtimes/win7-x86/native/api-ms-win-security-lsalookup-l2-1-0.dll",
  11918. "runtimes/win7-x86/native/api-ms-win-security-lsalookup-l2-1-1.dll",
  11919. "runtimes/win7-x86/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll",
  11920. "runtimes/win7-x86/native/api-ms-win-security-provider-l1-1-0.dll",
  11921. "runtimes/win7-x86/native/api-ms-win-security-sddl-l1-1-0.dll",
  11922. "runtimes/win7-x86/native/api-ms-win-service-core-l1-1-0.dll",
  11923. "runtimes/win7-x86/native/api-ms-win-service-core-l1-1-1.dll",
  11924. "runtimes/win7-x86/native/api-ms-win-service-management-l1-1-0.dll",
  11925. "runtimes/win7-x86/native/api-ms-win-service-management-l2-1-0.dll",
  11926. "runtimes/win7-x86/native/api-ms-win-service-private-l1-1-0.dll",
  11927. "runtimes/win7-x86/native/api-ms-win-service-private-l1-1-1.dll",
  11928. "runtimes/win7-x86/native/api-ms-win-service-winsvc-l1-1-0.dll",
  11929. "runtimes/win7-x86/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll",
  11930. "runtimes/win81-x86/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll",
  11931. "runtimes/win81-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll",
  11932. "runtimes/win81-x86/native/api-ms-win-core-memory-l1-1-3.dll",
  11933. "runtimes/win81-x86/native/api-ms-win-core-namedpipe-l1-2-1.dll",
  11934. "runtimes/win81-x86/native/api-ms-win-core-string-obsolete-l1-1-1.dll",
  11935. "runtimes/win81-x86/native/api-ms-win-core-sysinfo-l1-2-2.dll",
  11936. "runtimes/win81-x86/native/api-ms-win-core-sysinfo-l1-2-3.dll",
  11937. "runtimes/win81-x86/native/api-ms-win-security-cpwl-l1-1-0.dll",
  11938. "runtimes/win8-x86/native/api-ms-win-core-file-l1-2-1.dll",
  11939. "runtimes/win8-x86/native/api-ms-win-core-file-l2-1-1.dll",
  11940. "runtimes/win8-x86/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll",
  11941. "runtimes/win8-x86/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll",
  11942. "runtimes/win8-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll",
  11943. "runtimes/win8-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll",
  11944. "runtimes/win8-x86/native/api-ms-win-core-localization-l1-2-1.dll",
  11945. "runtimes/win8-x86/native/api-ms-win-core-localization-obsolete-l1-2-0.dll",
  11946. "runtimes/win8-x86/native/api-ms-win-core-memory-l1-1-2.dll",
  11947. "runtimes/win8-x86/native/api-ms-win-core-memory-l1-1-3.dll",
  11948. "runtimes/win8-x86/native/api-ms-win-core-namedpipe-l1-2-1.dll",
  11949. "runtimes/win8-x86/native/api-ms-win-core-privateprofile-l1-1-1.dll",
  11950. "runtimes/win8-x86/native/api-ms-win-core-processthreads-l1-1-2.dll",
  11951. "runtimes/win8-x86/native/api-ms-win-core-shutdown-l1-1-1.dll",
  11952. "runtimes/win8-x86/native/api-ms-win-core-stringloader-l1-1-1.dll",
  11953. "runtimes/win8-x86/native/api-ms-win-core-string-obsolete-l1-1-1.dll",
  11954. "runtimes/win8-x86/native/api-ms-win-core-sysinfo-l1-2-1.dll",
  11955. "runtimes/win8-x86/native/api-ms-win-core-sysinfo-l1-2-2.dll",
  11956. "runtimes/win8-x86/native/api-ms-win-core-sysinfo-l1-2-3.dll",
  11957. "runtimes/win8-x86/native/api-ms-win-core-winrt-error-l1-1-1.dll",
  11958. "runtimes/win8-x86/native/api-ms-win-core-xstate-l2-1-0.dll",
  11959. "runtimes/win8-x86/native/API-MS-Win-devices-config-L1-1-1.dll",
  11960. "runtimes/win8-x86/native/api-ms-win-security-cpwl-l1-1-0.dll",
  11961. "runtimes/win8-x86/native/api-ms-win-security-cryptoapi-l1-1-0.dll",
  11962. "runtimes/win8-x86/native/api-ms-win-security-lsalookup-l2-1-1.dll",
  11963. "runtimes/win8-x86/native/api-ms-win-service-private-l1-1-1.dll"
  11964. ]
  11965. },
  11966. "Microsoft.VisualBasic/10.0.0": {
  11967. "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==",
  11968. "type": "Package",
  11969. "files": [
  11970. "[Content_Types].xml",
  11971. "_rels/.rels",
  11972. "lib/dotnet/Microsoft.VisualBasic.dll",
  11973. "lib/net45/_._",
  11974. "lib/netcore50/Microsoft.VisualBasic.dll",
  11975. "lib/win8/_._",
  11976. "lib/wpa81/_._",
  11977. "Microsoft.VisualBasic.nuspec",
  11978. "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp",
  11979. "ref/dotnet/de/Microsoft.VisualBasic.xml",
  11980. "ref/dotnet/es/Microsoft.VisualBasic.xml",
  11981. "ref/dotnet/fr/Microsoft.VisualBasic.xml",
  11982. "ref/dotnet/it/Microsoft.VisualBasic.xml",
  11983. "ref/dotnet/ja/Microsoft.VisualBasic.xml",
  11984. "ref/dotnet/ko/Microsoft.VisualBasic.xml",
  11985. "ref/dotnet/Microsoft.VisualBasic.dll",
  11986. "ref/dotnet/Microsoft.VisualBasic.xml",
  11987. "ref/dotnet/ru/Microsoft.VisualBasic.xml",
  11988. "ref/dotnet/zh-hans/Microsoft.VisualBasic.xml",
  11989. "ref/dotnet/zh-hant/Microsoft.VisualBasic.xml",
  11990. "ref/net45/_._",
  11991. "ref/netcore50/Microsoft.VisualBasic.dll",
  11992. "ref/netcore50/Microsoft.VisualBasic.xml",
  11993. "ref/win8/_._",
  11994. "ref/wpa81/_._"
  11995. ]
  11996. },
  11997. "Microsoft.Win32.Primitives/4.0.0": {
  11998. "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==",
  11999. "type": "Package",
  12000. "files": [
  12001. "[Content_Types].xml",
  12002. "_rels/.rels",
  12003. "lib/dotnet/Microsoft.Win32.Primitives.dll",
  12004. "lib/MonoAndroid10/_._",
  12005. "lib/MonoTouch10/_._",
  12006. "lib/net46/Microsoft.Win32.Primitives.dll",
  12007. "lib/xamarinios10/_._",
  12008. "lib/xamarinmac20/_._",
  12009. "Microsoft.Win32.Primitives.nuspec",
  12010. "package/services/metadata/core-properties/1d4eb9d0228b48b88d2df3822fba2d86.psmdcp",
  12011. "ref/dotnet/de/Microsoft.Win32.Primitives.xml",
  12012. "ref/dotnet/es/Microsoft.Win32.Primitives.xml",
  12013. "ref/dotnet/fr/Microsoft.Win32.Primitives.xml",
  12014. "ref/dotnet/it/Microsoft.Win32.Primitives.xml",
  12015. "ref/dotnet/ja/Microsoft.Win32.Primitives.xml",
  12016. "ref/dotnet/ko/Microsoft.Win32.Primitives.xml",
  12017. "ref/dotnet/Microsoft.Win32.Primitives.dll",
  12018. "ref/dotnet/Microsoft.Win32.Primitives.xml",
  12019. "ref/dotnet/ru/Microsoft.Win32.Primitives.xml",
  12020. "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml",
  12021. "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml",
  12022. "ref/MonoAndroid10/_._",
  12023. "ref/MonoTouch10/_._",
  12024. "ref/net46/Microsoft.Win32.Primitives.dll",
  12025. "ref/xamarinios10/_._",
  12026. "ref/xamarinmac20/_._"
  12027. ]
  12028. },
  12029. "System.AppContext/4.0.0": {
  12030. "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==",
  12031. "type": "Package",
  12032. "files": [
  12033. "[Content_Types].xml",
  12034. "_rels/.rels",
  12035. "lib/DNXCore50/System.AppContext.dll",
  12036. "lib/MonoAndroid10/_._",
  12037. "lib/MonoTouch10/_._",
  12038. "lib/net46/System.AppContext.dll",
  12039. "lib/netcore50/System.AppContext.dll",
  12040. "lib/xamarinios10/_._",
  12041. "lib/xamarinmac20/_._",
  12042. "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp",
  12043. "ref/dotnet/de/System.AppContext.xml",
  12044. "ref/dotnet/es/System.AppContext.xml",
  12045. "ref/dotnet/fr/System.AppContext.xml",
  12046. "ref/dotnet/it/System.AppContext.xml",
  12047. "ref/dotnet/ja/System.AppContext.xml",
  12048. "ref/dotnet/ko/System.AppContext.xml",
  12049. "ref/dotnet/ru/System.AppContext.xml",
  12050. "ref/dotnet/System.AppContext.dll",
  12051. "ref/dotnet/System.AppContext.xml",
  12052. "ref/dotnet/zh-hans/System.AppContext.xml",
  12053. "ref/dotnet/zh-hant/System.AppContext.xml",
  12054. "ref/MonoAndroid10/_._",
  12055. "ref/MonoTouch10/_._",
  12056. "ref/net46/System.AppContext.dll",
  12057. "ref/xamarinios10/_._",
  12058. "ref/xamarinmac20/_._",
  12059. "System.AppContext.nuspec"
  12060. ]
  12061. },
  12062. "System.Collections/4.0.10": {
  12063. "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==",
  12064. "type": "Package",
  12065. "files": [
  12066. "[Content_Types].xml",
  12067. "_rels/.rels",
  12068. "lib/DNXCore50/System.Collections.dll",
  12069. "lib/MonoAndroid10/_._",
  12070. "lib/MonoTouch10/_._",
  12071. "lib/net46/_._",
  12072. "lib/netcore50/System.Collections.dll",
  12073. "lib/xamarinios10/_._",
  12074. "lib/xamarinmac20/_._",
  12075. "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp",
  12076. "ref/dotnet/de/System.Collections.xml",
  12077. "ref/dotnet/es/System.Collections.xml",
  12078. "ref/dotnet/fr/System.Collections.xml",
  12079. "ref/dotnet/it/System.Collections.xml",
  12080. "ref/dotnet/ja/System.Collections.xml",
  12081. "ref/dotnet/ko/System.Collections.xml",
  12082. "ref/dotnet/ru/System.Collections.xml",
  12083. "ref/dotnet/System.Collections.dll",
  12084. "ref/dotnet/System.Collections.xml",
  12085. "ref/dotnet/zh-hans/System.Collections.xml",
  12086. "ref/dotnet/zh-hant/System.Collections.xml",
  12087. "ref/MonoAndroid10/_._",
  12088. "ref/MonoTouch10/_._",
  12089. "ref/net46/_._",
  12090. "ref/xamarinios10/_._",
  12091. "ref/xamarinmac20/_._",
  12092. "runtimes/win8-aot/lib/netcore50/System.Collections.dll",
  12093. "System.Collections.nuspec"
  12094. ]
  12095. },
  12096. "System.Collections.Concurrent/4.0.10": {
  12097. "sha512": "ZtMEqOPAjAIqR8fqom9AOKRaB94a+emO2O8uOP6vyJoNswSPrbiwN7iH53rrVpvjMVx0wr4/OMpI7486uGZjbw==",
  12098. "type": "Package",
  12099. "files": [
  12100. "[Content_Types].xml",
  12101. "_rels/.rels",
  12102. "lib/dotnet/System.Collections.Concurrent.dll",
  12103. "lib/MonoAndroid10/_._",
  12104. "lib/MonoTouch10/_._",
  12105. "lib/net46/_._",
  12106. "lib/xamarinios10/_._",
  12107. "lib/xamarinmac20/_._",
  12108. "package/services/metadata/core-properties/c982a1e1e1644b62952fc4d4dcbe0d42.psmdcp",
  12109. "ref/dotnet/de/System.Collections.Concurrent.xml",
  12110. "ref/dotnet/es/System.Collections.Concurrent.xml",
  12111. "ref/dotnet/fr/System.Collections.Concurrent.xml",
  12112. "ref/dotnet/it/System.Collections.Concurrent.xml",
  12113. "ref/dotnet/ja/System.Collections.Concurrent.xml",
  12114. "ref/dotnet/ko/System.Collections.Concurrent.xml",
  12115. "ref/dotnet/ru/System.Collections.Concurrent.xml",
  12116. "ref/dotnet/System.Collections.Concurrent.dll",
  12117. "ref/dotnet/System.Collections.Concurrent.xml",
  12118. "ref/dotnet/zh-hans/System.Collections.Concurrent.xml",
  12119. "ref/dotnet/zh-hant/System.Collections.Concurrent.xml",
  12120. "ref/MonoAndroid10/_._",
  12121. "ref/MonoTouch10/_._",
  12122. "ref/net46/_._",
  12123. "ref/xamarinios10/_._",
  12124. "ref/xamarinmac20/_._",
  12125. "System.Collections.Concurrent.nuspec"
  12126. ]
  12127. },
  12128. "System.Collections.Immutable/1.1.37": {
  12129. "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==",
  12130. "type": "Package",
  12131. "files": [
  12132. "[Content_Types].xml",
  12133. "_rels/.rels",
  12134. "lib/dotnet/System.Collections.Immutable.dll",
  12135. "lib/dotnet/System.Collections.Immutable.xml",
  12136. "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
  12137. "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
  12138. "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp",
  12139. "System.Collections.Immutable.nuspec"
  12140. ]
  12141. },
  12142. "System.Collections.NonGeneric/4.0.0": {
  12143. "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==",
  12144. "type": "Package",
  12145. "files": [
  12146. "[Content_Types].xml",
  12147. "_rels/.rels",
  12148. "lib/dotnet/System.Collections.NonGeneric.dll",
  12149. "lib/MonoAndroid10/_._",
  12150. "lib/MonoTouch10/_._",
  12151. "lib/net46/System.Collections.NonGeneric.dll",
  12152. "lib/xamarinios10/_._",
  12153. "lib/xamarinmac20/_._",
  12154. "package/services/metadata/core-properties/185704b1dc164b078b61038bde9ab31a.psmdcp",
  12155. "ref/dotnet/de/System.Collections.NonGeneric.xml",
  12156. "ref/dotnet/es/System.Collections.NonGeneric.xml",
  12157. "ref/dotnet/fr/System.Collections.NonGeneric.xml",
  12158. "ref/dotnet/it/System.Collections.NonGeneric.xml",
  12159. "ref/dotnet/ja/System.Collections.NonGeneric.xml",
  12160. "ref/dotnet/ko/System.Collections.NonGeneric.xml",
  12161. "ref/dotnet/ru/System.Collections.NonGeneric.xml",
  12162. "ref/dotnet/System.Collections.NonGeneric.dll",
  12163. "ref/dotnet/System.Collections.NonGeneric.xml",
  12164. "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml",
  12165. "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml",
  12166. "ref/MonoAndroid10/_._",
  12167. "ref/MonoTouch10/_._",
  12168. "ref/net46/System.Collections.NonGeneric.dll",
  12169. "ref/xamarinios10/_._",
  12170. "ref/xamarinmac20/_._",
  12171. "System.Collections.NonGeneric.nuspec"
  12172. ]
  12173. },
  12174. "System.Collections.Specialized/4.0.0": {
  12175. "sha512": "poJFwQCUOoXqvdoGxx+3p8Z63yawcYKPBSFP67Z2jICeOINvEIQZN7mVOAnC7gsVF0WU+A2wtVwfhagC7UCgAg==",
  12176. "type": "Package",
  12177. "files": [
  12178. "[Content_Types].xml",
  12179. "_rels/.rels",
  12180. "lib/dotnet/System.Collections.Specialized.dll",
  12181. "lib/MonoAndroid10/_._",
  12182. "lib/MonoTouch10/_._",
  12183. "lib/net46/System.Collections.Specialized.dll",
  12184. "lib/xamarinios10/_._",
  12185. "lib/xamarinmac20/_._",
  12186. "package/services/metadata/core-properties/e7002e4ccd044c00a7cbd4a37efe3400.psmdcp",
  12187. "ref/dotnet/de/System.Collections.Specialized.xml",
  12188. "ref/dotnet/es/System.Collections.Specialized.xml",
  12189. "ref/dotnet/fr/System.Collections.Specialized.xml",
  12190. "ref/dotnet/it/System.Collections.Specialized.xml",
  12191. "ref/dotnet/ja/System.Collections.Specialized.xml",
  12192. "ref/dotnet/ko/System.Collections.Specialized.xml",
  12193. "ref/dotnet/ru/System.Collections.Specialized.xml",
  12194. "ref/dotnet/System.Collections.Specialized.dll",
  12195. "ref/dotnet/System.Collections.Specialized.xml",
  12196. "ref/dotnet/zh-hans/System.Collections.Specialized.xml",
  12197. "ref/dotnet/zh-hant/System.Collections.Specialized.xml",
  12198. "ref/MonoAndroid10/_._",
  12199. "ref/MonoTouch10/_._",
  12200. "ref/net46/System.Collections.Specialized.dll",
  12201. "ref/xamarinios10/_._",
  12202. "ref/xamarinmac20/_._",
  12203. "System.Collections.Specialized.nuspec"
  12204. ]
  12205. },
  12206. "System.ComponentModel/4.0.0": {
  12207. "sha512": "BzpLdSi++ld7rJLOOt5f/G9GxujP202bBgKORsHcGV36rLB0mfSA2h8chTMoBzFhgN7TE14TmJ2J7Q1RyNCTAw==",
  12208. "type": "Package",
  12209. "files": [
  12210. "[Content_Types].xml",
  12211. "_rels/.rels",
  12212. "lib/dotnet/System.ComponentModel.dll",
  12213. "lib/net45/_._",
  12214. "lib/netcore50/System.ComponentModel.dll",
  12215. "lib/win8/_._",
  12216. "lib/wp80/_._",
  12217. "lib/wpa81/_._",
  12218. "package/services/metadata/core-properties/58b9abdedb3a4985a487cb8bf4bdcbd7.psmdcp",
  12219. "ref/dotnet/de/System.ComponentModel.xml",
  12220. "ref/dotnet/es/System.ComponentModel.xml",
  12221. "ref/dotnet/fr/System.ComponentModel.xml",
  12222. "ref/dotnet/it/System.ComponentModel.xml",
  12223. "ref/dotnet/ja/System.ComponentModel.xml",
  12224. "ref/dotnet/ko/System.ComponentModel.xml",
  12225. "ref/dotnet/ru/System.ComponentModel.xml",
  12226. "ref/dotnet/System.ComponentModel.dll",
  12227. "ref/dotnet/System.ComponentModel.xml",
  12228. "ref/dotnet/zh-hans/System.ComponentModel.xml",
  12229. "ref/dotnet/zh-hant/System.ComponentModel.xml",
  12230. "ref/net45/_._",
  12231. "ref/netcore50/System.ComponentModel.dll",
  12232. "ref/netcore50/System.ComponentModel.xml",
  12233. "ref/win8/_._",
  12234. "ref/wp80/_._",
  12235. "ref/wpa81/_._",
  12236. "System.ComponentModel.nuspec"
  12237. ]
  12238. },
  12239. "System.ComponentModel.Annotations/4.0.10": {
  12240. "sha512": "7+XGyEZx24nP1kpHxCB9e+c6D0fdVDvFwE1xujE9BzlXyNVcy5J5aIO0H/ECupx21QpyRvzZibGAHfL/XLL6dw==",
  12241. "type": "Package",
  12242. "files": [
  12243. "[Content_Types].xml",
  12244. "_rels/.rels",
  12245. "lib/dotnet/System.ComponentModel.Annotations.dll",
  12246. "lib/MonoAndroid10/_._",
  12247. "lib/MonoTouch10/_._",
  12248. "lib/net46/_._",
  12249. "lib/xamarinios10/_._",
  12250. "lib/xamarinmac20/_._",
  12251. "package/services/metadata/core-properties/012e5fa97b3d450eb20342cd9ba88069.psmdcp",
  12252. "ref/dotnet/de/System.ComponentModel.Annotations.xml",
  12253. "ref/dotnet/es/System.ComponentModel.Annotations.xml",
  12254. "ref/dotnet/fr/System.ComponentModel.Annotations.xml",
  12255. "ref/dotnet/it/System.ComponentModel.Annotations.xml",
  12256. "ref/dotnet/ja/System.ComponentModel.Annotations.xml",
  12257. "ref/dotnet/ko/System.ComponentModel.Annotations.xml",
  12258. "ref/dotnet/ru/System.ComponentModel.Annotations.xml",
  12259. "ref/dotnet/System.ComponentModel.Annotations.dll",
  12260. "ref/dotnet/System.ComponentModel.Annotations.xml",
  12261. "ref/dotnet/zh-hans/System.ComponentModel.Annotations.xml",
  12262. "ref/dotnet/zh-hant/System.ComponentModel.Annotations.xml",
  12263. "ref/MonoAndroid10/_._",
  12264. "ref/MonoTouch10/_._",
  12265. "ref/net46/_._",
  12266. "ref/xamarinios10/_._",
  12267. "ref/xamarinmac20/_._",
  12268. "System.ComponentModel.Annotations.nuspec"
  12269. ]
  12270. },
  12271. "System.ComponentModel.EventBasedAsync/4.0.10": {
  12272. "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==",
  12273. "type": "Package",
  12274. "files": [
  12275. "[Content_Types].xml",
  12276. "_rels/.rels",
  12277. "lib/dotnet/System.ComponentModel.EventBasedAsync.dll",
  12278. "lib/MonoAndroid10/_._",
  12279. "lib/MonoTouch10/_._",
  12280. "lib/net46/_._",
  12281. "lib/xamarinios10/_._",
  12282. "lib/xamarinmac20/_._",
  12283. "package/services/metadata/core-properties/5094900f1f7e4f4dae27507acc72f2a5.psmdcp",
  12284. "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml",
  12285. "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml",
  12286. "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml",
  12287. "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml",
  12288. "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml",
  12289. "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml",
  12290. "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml",
  12291. "ref/dotnet/System.ComponentModel.EventBasedAsync.dll",
  12292. "ref/dotnet/System.ComponentModel.EventBasedAsync.xml",
  12293. "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml",
  12294. "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml",
  12295. "ref/MonoAndroid10/_._",
  12296. "ref/MonoTouch10/_._",
  12297. "ref/net46/_._",
  12298. "ref/xamarinios10/_._",
  12299. "ref/xamarinmac20/_._",
  12300. "System.ComponentModel.EventBasedAsync.nuspec"
  12301. ]
  12302. },
  12303. "System.Data.Common/4.0.0": {
  12304. "sha512": "SA7IdoTWiImVr0exDM68r0mKmR4f/qFGxZUrJQKu4YS7F+3afWzSOCezHxWdevQ0ONi4WRQsOiv+Zf9p8H0Feg==",
  12305. "type": "Package",
  12306. "files": [
  12307. "[Content_Types].xml",
  12308. "_rels/.rels",
  12309. "lib/dotnet/System.Data.Common.dll",
  12310. "lib/MonoAndroid10/_._",
  12311. "lib/MonoTouch10/_._",
  12312. "lib/net46/System.Data.Common.dll",
  12313. "lib/xamarinios10/_._",
  12314. "lib/xamarinmac20/_._",
  12315. "package/services/metadata/core-properties/aa5ad20c33d94c8e8016ba4fc64d8d66.psmdcp",
  12316. "ref/dotnet/de/System.Data.Common.xml",
  12317. "ref/dotnet/es/System.Data.Common.xml",
  12318. "ref/dotnet/fr/System.Data.Common.xml",
  12319. "ref/dotnet/it/System.Data.Common.xml",
  12320. "ref/dotnet/ja/System.Data.Common.xml",
  12321. "ref/dotnet/ko/System.Data.Common.xml",
  12322. "ref/dotnet/ru/System.Data.Common.xml",
  12323. "ref/dotnet/System.Data.Common.dll",
  12324. "ref/dotnet/System.Data.Common.xml",
  12325. "ref/dotnet/zh-hans/System.Data.Common.xml",
  12326. "ref/dotnet/zh-hant/System.Data.Common.xml",
  12327. "ref/MonoAndroid10/_._",
  12328. "ref/MonoTouch10/_._",
  12329. "ref/net46/System.Data.Common.dll",
  12330. "ref/xamarinios10/_._",
  12331. "ref/xamarinmac20/_._",
  12332. "System.Data.Common.nuspec"
  12333. ]
  12334. },
  12335. "System.Diagnostics.Contracts/4.0.0": {
  12336. "sha512": "lMc7HNmyIsu0pKTdA4wf+FMq5jvouUd+oUpV4BdtyqoV0Pkbg9u/7lTKFGqpjZRQosWHq1+B32Lch2wf4AmloA==",
  12337. "type": "Package",
  12338. "files": [
  12339. "[Content_Types].xml",
  12340. "_rels/.rels",
  12341. "lib/DNXCore50/System.Diagnostics.Contracts.dll",
  12342. "lib/net45/_._",
  12343. "lib/netcore50/System.Diagnostics.Contracts.dll",
  12344. "lib/win8/_._",
  12345. "lib/wp80/_._",
  12346. "lib/wpa81/_._",
  12347. "package/services/metadata/core-properties/c6cd3d0bbc304cbca14dc3d6bff6579c.psmdcp",
  12348. "ref/dotnet/de/System.Diagnostics.Contracts.xml",
  12349. "ref/dotnet/es/System.Diagnostics.Contracts.xml",
  12350. "ref/dotnet/fr/System.Diagnostics.Contracts.xml",
  12351. "ref/dotnet/it/System.Diagnostics.Contracts.xml",
  12352. "ref/dotnet/ja/System.Diagnostics.Contracts.xml",
  12353. "ref/dotnet/ko/System.Diagnostics.Contracts.xml",
  12354. "ref/dotnet/ru/System.Diagnostics.Contracts.xml",
  12355. "ref/dotnet/System.Diagnostics.Contracts.dll",
  12356. "ref/dotnet/System.Diagnostics.Contracts.xml",
  12357. "ref/dotnet/zh-hans/System.Diagnostics.Contracts.xml",
  12358. "ref/dotnet/zh-hant/System.Diagnostics.Contracts.xml",
  12359. "ref/net45/_._",
  12360. "ref/netcore50/System.Diagnostics.Contracts.dll",
  12361. "ref/netcore50/System.Diagnostics.Contracts.xml",
  12362. "ref/win8/_._",
  12363. "ref/wp80/_._",
  12364. "ref/wpa81/_._",
  12365. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll",
  12366. "System.Diagnostics.Contracts.nuspec"
  12367. ]
  12368. },
  12369. "System.Diagnostics.Debug/4.0.10": {
  12370. "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==",
  12371. "type": "Package",
  12372. "files": [
  12373. "[Content_Types].xml",
  12374. "_rels/.rels",
  12375. "lib/DNXCore50/System.Diagnostics.Debug.dll",
  12376. "lib/MonoAndroid10/_._",
  12377. "lib/MonoTouch10/_._",
  12378. "lib/net46/_._",
  12379. "lib/netcore50/System.Diagnostics.Debug.dll",
  12380. "lib/xamarinios10/_._",
  12381. "lib/xamarinmac20/_._",
  12382. "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp",
  12383. "ref/dotnet/de/System.Diagnostics.Debug.xml",
  12384. "ref/dotnet/es/System.Diagnostics.Debug.xml",
  12385. "ref/dotnet/fr/System.Diagnostics.Debug.xml",
  12386. "ref/dotnet/it/System.Diagnostics.Debug.xml",
  12387. "ref/dotnet/ja/System.Diagnostics.Debug.xml",
  12388. "ref/dotnet/ko/System.Diagnostics.Debug.xml",
  12389. "ref/dotnet/ru/System.Diagnostics.Debug.xml",
  12390. "ref/dotnet/System.Diagnostics.Debug.dll",
  12391. "ref/dotnet/System.Diagnostics.Debug.xml",
  12392. "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml",
  12393. "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml",
  12394. "ref/MonoAndroid10/_._",
  12395. "ref/MonoTouch10/_._",
  12396. "ref/net46/_._",
  12397. "ref/xamarinios10/_._",
  12398. "ref/xamarinmac20/_._",
  12399. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll",
  12400. "System.Diagnostics.Debug.nuspec"
  12401. ]
  12402. },
  12403. "System.Diagnostics.StackTrace/4.0.0": {
  12404. "sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==",
  12405. "type": "Package",
  12406. "files": [
  12407. "[Content_Types].xml",
  12408. "_rels/.rels",
  12409. "lib/DNXCore50/System.Diagnostics.StackTrace.dll",
  12410. "lib/MonoAndroid10/_._",
  12411. "lib/MonoTouch10/_._",
  12412. "lib/net46/System.Diagnostics.StackTrace.dll",
  12413. "lib/netcore50/System.Diagnostics.StackTrace.dll",
  12414. "lib/xamarinios10/_._",
  12415. "lib/xamarinmac20/_._",
  12416. "package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp",
  12417. "ref/dotnet/de/System.Diagnostics.StackTrace.xml",
  12418. "ref/dotnet/es/System.Diagnostics.StackTrace.xml",
  12419. "ref/dotnet/fr/System.Diagnostics.StackTrace.xml",
  12420. "ref/dotnet/it/System.Diagnostics.StackTrace.xml",
  12421. "ref/dotnet/ja/System.Diagnostics.StackTrace.xml",
  12422. "ref/dotnet/ko/System.Diagnostics.StackTrace.xml",
  12423. "ref/dotnet/ru/System.Diagnostics.StackTrace.xml",
  12424. "ref/dotnet/System.Diagnostics.StackTrace.dll",
  12425. "ref/dotnet/System.Diagnostics.StackTrace.xml",
  12426. "ref/dotnet/zh-hans/System.Diagnostics.StackTrace.xml",
  12427. "ref/dotnet/zh-hant/System.Diagnostics.StackTrace.xml",
  12428. "ref/MonoAndroid10/_._",
  12429. "ref/MonoTouch10/_._",
  12430. "ref/net46/System.Diagnostics.StackTrace.dll",
  12431. "ref/xamarinios10/_._",
  12432. "ref/xamarinmac20/_._",
  12433. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll",
  12434. "System.Diagnostics.StackTrace.nuspec"
  12435. ]
  12436. },
  12437. "System.Diagnostics.Tools/4.0.0": {
  12438. "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==",
  12439. "type": "Package",
  12440. "files": [
  12441. "[Content_Types].xml",
  12442. "_rels/.rels",
  12443. "lib/DNXCore50/System.Diagnostics.Tools.dll",
  12444. "lib/net45/_._",
  12445. "lib/netcore50/System.Diagnostics.Tools.dll",
  12446. "lib/win8/_._",
  12447. "lib/wp80/_._",
  12448. "lib/wpa81/_._",
  12449. "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp",
  12450. "ref/dotnet/de/System.Diagnostics.Tools.xml",
  12451. "ref/dotnet/es/System.Diagnostics.Tools.xml",
  12452. "ref/dotnet/fr/System.Diagnostics.Tools.xml",
  12453. "ref/dotnet/it/System.Diagnostics.Tools.xml",
  12454. "ref/dotnet/ja/System.Diagnostics.Tools.xml",
  12455. "ref/dotnet/ko/System.Diagnostics.Tools.xml",
  12456. "ref/dotnet/ru/System.Diagnostics.Tools.xml",
  12457. "ref/dotnet/System.Diagnostics.Tools.dll",
  12458. "ref/dotnet/System.Diagnostics.Tools.xml",
  12459. "ref/dotnet/zh-hans/System.Diagnostics.Tools.xml",
  12460. "ref/dotnet/zh-hant/System.Diagnostics.Tools.xml",
  12461. "ref/net45/_._",
  12462. "ref/netcore50/System.Diagnostics.Tools.dll",
  12463. "ref/netcore50/System.Diagnostics.Tools.xml",
  12464. "ref/win8/_._",
  12465. "ref/wp80/_._",
  12466. "ref/wpa81/_._",
  12467. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll",
  12468. "System.Diagnostics.Tools.nuspec"
  12469. ]
  12470. },
  12471. "System.Diagnostics.Tracing/4.0.20": {
  12472. "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==",
  12473. "type": "Package",
  12474. "files": [
  12475. "[Content_Types].xml",
  12476. "_rels/.rels",
  12477. "lib/DNXCore50/System.Diagnostics.Tracing.dll",
  12478. "lib/MonoAndroid10/_._",
  12479. "lib/MonoTouch10/_._",
  12480. "lib/net46/_._",
  12481. "lib/netcore50/System.Diagnostics.Tracing.dll",
  12482. "lib/xamarinios10/_._",
  12483. "lib/xamarinmac20/_._",
  12484. "package/services/metadata/core-properties/13423e75e6344b289b3779b51522737c.psmdcp",
  12485. "ref/dotnet/de/System.Diagnostics.Tracing.xml",
  12486. "ref/dotnet/es/System.Diagnostics.Tracing.xml",
  12487. "ref/dotnet/fr/System.Diagnostics.Tracing.xml",
  12488. "ref/dotnet/it/System.Diagnostics.Tracing.xml",
  12489. "ref/dotnet/ja/System.Diagnostics.Tracing.xml",
  12490. "ref/dotnet/ko/System.Diagnostics.Tracing.xml",
  12491. "ref/dotnet/ru/System.Diagnostics.Tracing.xml",
  12492. "ref/dotnet/System.Diagnostics.Tracing.dll",
  12493. "ref/dotnet/System.Diagnostics.Tracing.xml",
  12494. "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml",
  12495. "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml",
  12496. "ref/MonoAndroid10/_._",
  12497. "ref/MonoTouch10/_._",
  12498. "ref/net46/_._",
  12499. "ref/xamarinios10/_._",
  12500. "ref/xamarinmac20/_._",
  12501. "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll",
  12502. "System.Diagnostics.Tracing.nuspec"
  12503. ]
  12504. },
  12505. "System.Dynamic.Runtime/4.0.10": {
  12506. "sha512": "r10VTLdlxtYp46BuxomHnwx7vIoMOr04CFoC/jJJfY22f7HQQ4P+cXY2Nxo6/rIxNNqOxwdbQQwv7Gl88Jsu1w==",
  12507. "type": "Package",
  12508. "files": [
  12509. "[Content_Types].xml",
  12510. "_rels/.rels",
  12511. "lib/DNXCore50/System.Dynamic.Runtime.dll",
  12512. "lib/MonoAndroid10/_._",
  12513. "lib/MonoTouch10/_._",
  12514. "lib/net46/_._",
  12515. "lib/netcore50/System.Dynamic.Runtime.dll",
  12516. "lib/xamarinios10/_._",
  12517. "lib/xamarinmac20/_._",
  12518. "package/services/metadata/core-properties/b7571751b95d4952803c5011dab33c3b.psmdcp",
  12519. "ref/dotnet/de/System.Dynamic.Runtime.xml",
  12520. "ref/dotnet/es/System.Dynamic.Runtime.xml",
  12521. "ref/dotnet/fr/System.Dynamic.Runtime.xml",
  12522. "ref/dotnet/it/System.Dynamic.Runtime.xml",
  12523. "ref/dotnet/ja/System.Dynamic.Runtime.xml",
  12524. "ref/dotnet/ko/System.Dynamic.Runtime.xml",
  12525. "ref/dotnet/ru/System.Dynamic.Runtime.xml",
  12526. "ref/dotnet/System.Dynamic.Runtime.dll",
  12527. "ref/dotnet/System.Dynamic.Runtime.xml",
  12528. "ref/dotnet/zh-hans/System.Dynamic.Runtime.xml",
  12529. "ref/dotnet/zh-hant/System.Dynamic.Runtime.xml",
  12530. "ref/MonoAndroid10/_._",
  12531. "ref/MonoTouch10/_._",
  12532. "ref/net46/_._",
  12533. "ref/xamarinios10/_._",
  12534. "ref/xamarinmac20/_._",
  12535. "runtime.json",
  12536. "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll",
  12537. "System.Dynamic.Runtime.nuspec"
  12538. ]
  12539. },
  12540. "System.Globalization/4.0.10": {
  12541. "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
  12542. "type": "Package",
  12543. "files": [
  12544. "[Content_Types].xml",
  12545. "_rels/.rels",
  12546. "lib/DNXCore50/System.Globalization.dll",
  12547. "lib/MonoAndroid10/_._",
  12548. "lib/MonoTouch10/_._",
  12549. "lib/net46/_._",
  12550. "lib/netcore50/System.Globalization.dll",
  12551. "lib/xamarinios10/_._",
  12552. "lib/xamarinmac20/_._",
  12553. "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp",
  12554. "ref/dotnet/de/System.Globalization.xml",
  12555. "ref/dotnet/es/System.Globalization.xml",
  12556. "ref/dotnet/fr/System.Globalization.xml",
  12557. "ref/dotnet/it/System.Globalization.xml",
  12558. "ref/dotnet/ja/System.Globalization.xml",
  12559. "ref/dotnet/ko/System.Globalization.xml",
  12560. "ref/dotnet/ru/System.Globalization.xml",
  12561. "ref/dotnet/System.Globalization.dll",
  12562. "ref/dotnet/System.Globalization.xml",
  12563. "ref/dotnet/zh-hans/System.Globalization.xml",
  12564. "ref/dotnet/zh-hant/System.Globalization.xml",
  12565. "ref/MonoAndroid10/_._",
  12566. "ref/MonoTouch10/_._",
  12567. "ref/net46/_._",
  12568. "ref/xamarinios10/_._",
  12569. "ref/xamarinmac20/_._",
  12570. "runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
  12571. "System.Globalization.nuspec"
  12572. ]
  12573. },
  12574. "System.Globalization.Calendars/4.0.0": {
  12575. "sha512": "cL6WrdGKnNBx9W/iTr+jbffsEO4RLjEtOYcpVSzPNDoli6X5Q6bAfWtJYbJNOPi8Q0fXgBEvKK1ncFL/3FTqlA==",
  12576. "type": "Package",
  12577. "files": [
  12578. "[Content_Types].xml",
  12579. "_rels/.rels",
  12580. "lib/DNXCore50/System.Globalization.Calendars.dll",
  12581. "lib/MonoAndroid10/_._",
  12582. "lib/MonoTouch10/_._",
  12583. "lib/net46/System.Globalization.Calendars.dll",
  12584. "lib/netcore50/System.Globalization.Calendars.dll",
  12585. "lib/xamarinios10/_._",
  12586. "lib/xamarinmac20/_._",
  12587. "package/services/metadata/core-properties/95fc8eb4808e4f31a967f407c94eba0f.psmdcp",
  12588. "ref/dotnet/de/System.Globalization.Calendars.xml",
  12589. "ref/dotnet/es/System.Globalization.Calendars.xml",
  12590. "ref/dotnet/fr/System.Globalization.Calendars.xml",
  12591. "ref/dotnet/it/System.Globalization.Calendars.xml",
  12592. "ref/dotnet/ja/System.Globalization.Calendars.xml",
  12593. "ref/dotnet/ko/System.Globalization.Calendars.xml",
  12594. "ref/dotnet/ru/System.Globalization.Calendars.xml",
  12595. "ref/dotnet/System.Globalization.Calendars.dll",
  12596. "ref/dotnet/System.Globalization.Calendars.xml",
  12597. "ref/dotnet/zh-hans/System.Globalization.Calendars.xml",
  12598. "ref/dotnet/zh-hant/System.Globalization.Calendars.xml",
  12599. "ref/MonoAndroid10/_._",
  12600. "ref/MonoTouch10/_._",
  12601. "ref/net46/System.Globalization.Calendars.dll",
  12602. "ref/xamarinios10/_._",
  12603. "ref/xamarinmac20/_._",
  12604. "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll",
  12605. "System.Globalization.Calendars.nuspec"
  12606. ]
  12607. },
  12608. "System.Globalization.Extensions/4.0.0": {
  12609. "sha512": "rqbUXiwpBCvJ18ySCsjh20zleazO+6fr3s5GihC2sVwhyS0MUl6+oc5Rzk0z6CKkS4kmxbZQSeZLsK7cFSO0ng==",
  12610. "type": "Package",
  12611. "files": [
  12612. "[Content_Types].xml",
  12613. "_rels/.rels",
  12614. "lib/dotnet/System.Globalization.Extensions.dll",
  12615. "lib/MonoAndroid10/_._",
  12616. "lib/MonoTouch10/_._",
  12617. "lib/net46/System.Globalization.Extensions.dll",
  12618. "lib/xamarinios10/_._",
  12619. "lib/xamarinmac20/_._",
  12620. "package/services/metadata/core-properties/a0490a34737f448fb53635b5210e48e4.psmdcp",
  12621. "ref/dotnet/de/System.Globalization.Extensions.xml",
  12622. "ref/dotnet/es/System.Globalization.Extensions.xml",
  12623. "ref/dotnet/fr/System.Globalization.Extensions.xml",
  12624. "ref/dotnet/it/System.Globalization.Extensions.xml",
  12625. "ref/dotnet/ja/System.Globalization.Extensions.xml",
  12626. "ref/dotnet/ko/System.Globalization.Extensions.xml",
  12627. "ref/dotnet/ru/System.Globalization.Extensions.xml",
  12628. "ref/dotnet/System.Globalization.Extensions.dll",
  12629. "ref/dotnet/System.Globalization.Extensions.xml",
  12630. "ref/dotnet/zh-hans/System.Globalization.Extensions.xml",
  12631. "ref/dotnet/zh-hant/System.Globalization.Extensions.xml",
  12632. "ref/MonoAndroid10/_._",
  12633. "ref/MonoTouch10/_._",
  12634. "ref/net46/System.Globalization.Extensions.dll",
  12635. "ref/xamarinios10/_._",
  12636. "ref/xamarinmac20/_._",
  12637. "System.Globalization.Extensions.nuspec"
  12638. ]
  12639. },
  12640. "System.IO/4.0.10": {
  12641. "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==",
  12642. "type": "Package",
  12643. "files": [
  12644. "[Content_Types].xml",
  12645. "_rels/.rels",
  12646. "lib/DNXCore50/System.IO.dll",
  12647. "lib/MonoAndroid10/_._",
  12648. "lib/MonoTouch10/_._",
  12649. "lib/net46/_._",
  12650. "lib/netcore50/System.IO.dll",
  12651. "lib/xamarinios10/_._",
  12652. "lib/xamarinmac20/_._",
  12653. "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp",
  12654. "ref/dotnet/de/System.IO.xml",
  12655. "ref/dotnet/es/System.IO.xml",
  12656. "ref/dotnet/fr/System.IO.xml",
  12657. "ref/dotnet/it/System.IO.xml",
  12658. "ref/dotnet/ja/System.IO.xml",
  12659. "ref/dotnet/ko/System.IO.xml",
  12660. "ref/dotnet/ru/System.IO.xml",
  12661. "ref/dotnet/System.IO.dll",
  12662. "ref/dotnet/System.IO.xml",
  12663. "ref/dotnet/zh-hans/System.IO.xml",
  12664. "ref/dotnet/zh-hant/System.IO.xml",
  12665. "ref/MonoAndroid10/_._",
  12666. "ref/MonoTouch10/_._",
  12667. "ref/net46/_._",
  12668. "ref/xamarinios10/_._",
  12669. "ref/xamarinmac20/_._",
  12670. "runtimes/win8-aot/lib/netcore50/System.IO.dll",
  12671. "System.IO.nuspec"
  12672. ]
  12673. },
  12674. "System.IO.Compression/4.0.0": {
  12675. "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==",
  12676. "type": "Package",
  12677. "files": [
  12678. "[Content_Types].xml",
  12679. "_rels/.rels",
  12680. "lib/dotnet/System.IO.Compression.dll",
  12681. "lib/MonoAndroid10/_._",
  12682. "lib/MonoTouch10/_._",
  12683. "lib/net45/_._",
  12684. "lib/netcore50/System.IO.Compression.dll",
  12685. "lib/win8/_._",
  12686. "lib/wpa81/_._",
  12687. "lib/xamarinios10/_._",
  12688. "lib/xamarinmac20/_._",
  12689. "package/services/metadata/core-properties/cdbbc16eba65486f85d2caf9357894f3.psmdcp",
  12690. "ref/dotnet/de/System.IO.Compression.xml",
  12691. "ref/dotnet/es/System.IO.Compression.xml",
  12692. "ref/dotnet/fr/System.IO.Compression.xml",
  12693. "ref/dotnet/it/System.IO.Compression.xml",
  12694. "ref/dotnet/ja/System.IO.Compression.xml",
  12695. "ref/dotnet/ko/System.IO.Compression.xml",
  12696. "ref/dotnet/ru/System.IO.Compression.xml",
  12697. "ref/dotnet/System.IO.Compression.dll",
  12698. "ref/dotnet/System.IO.Compression.xml",
  12699. "ref/dotnet/zh-hans/System.IO.Compression.xml",
  12700. "ref/dotnet/zh-hant/System.IO.Compression.xml",
  12701. "ref/MonoAndroid10/_._",
  12702. "ref/MonoTouch10/_._",
  12703. "ref/net45/_._",
  12704. "ref/netcore50/System.IO.Compression.dll",
  12705. "ref/netcore50/System.IO.Compression.xml",
  12706. "ref/win8/_._",
  12707. "ref/wpa81/_._",
  12708. "ref/xamarinios10/_._",
  12709. "ref/xamarinmac20/_._",
  12710. "runtime.json",
  12711. "System.IO.Compression.nuspec"
  12712. ]
  12713. },
  12714. "System.IO.Compression.clrcompression-arm/4.0.0": {
  12715. "sha512": "Kk21GecAbI+H6tMP6/lMssGObbhoHwLiREiB5UkNMCypdxACuF+6gmrdDTousCUcbH28CJeo7tArrnUc+bchuw==",
  12716. "type": "Package",
  12717. "files": [
  12718. "[Content_Types].xml",
  12719. "_rels/.rels",
  12720. "package/services/metadata/core-properties/e09228dcfd7b47adb2ddcf73e2eb6ddf.psmdcp",
  12721. "runtimes/win10-arm/native/ClrCompression.dll",
  12722. "runtimes/win7-arm/native/clrcompression.dll",
  12723. "System.IO.Compression.clrcompression-arm.nuspec"
  12724. ]
  12725. },
  12726. "System.IO.Compression.clrcompression-x64/4.0.0": {
  12727. "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==",
  12728. "type": "Package",
  12729. "files": [
  12730. "[Content_Types].xml",
  12731. "_rels/.rels",
  12732. "package/services/metadata/core-properties/416c3fd9fab749d484e0fed458de199f.psmdcp",
  12733. "runtimes/win10-x64/native/ClrCompression.dll",
  12734. "runtimes/win7-x64/native/clrcompression.dll",
  12735. "System.IO.Compression.clrcompression-x64.nuspec"
  12736. ]
  12737. },
  12738. "System.IO.Compression.clrcompression-x86/4.0.0": {
  12739. "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==",
  12740. "type": "Package",
  12741. "files": [
  12742. "[Content_Types].xml",
  12743. "_rels/.rels",
  12744. "package/services/metadata/core-properties/cd12f86c8cc2449589dfbe349763f7b3.psmdcp",
  12745. "runtimes/win10-x86/native/ClrCompression.dll",
  12746. "runtimes/win7-x86/native/clrcompression.dll",
  12747. "System.IO.Compression.clrcompression-x86.nuspec"
  12748. ]
  12749. },
  12750. "System.IO.Compression.ZipFile/4.0.0": {
  12751. "sha512": "pwntmtsJqtt6Lez4Iyv4GVGW6DaXUTo9Rnlsx0MFagRgX+8F/sxG5S/IzDJabBj68sUWViz1QJrRZL4V9ngWDg==",
  12752. "type": "Package",
  12753. "files": [
  12754. "[Content_Types].xml",
  12755. "_rels/.rels",
  12756. "lib/dotnet/System.IO.Compression.ZipFile.dll",
  12757. "lib/MonoAndroid10/_._",
  12758. "lib/MonoTouch10/_._",
  12759. "lib/net46/System.IO.Compression.ZipFile.dll",
  12760. "lib/xamarinios10/_._",
  12761. "lib/xamarinmac20/_._",
  12762. "package/services/metadata/core-properties/60dc66d592ac41008e1384536912dabf.psmdcp",
  12763. "ref/dotnet/de/System.IO.Compression.ZipFile.xml",
  12764. "ref/dotnet/es/System.IO.Compression.ZipFile.xml",
  12765. "ref/dotnet/fr/System.IO.Compression.ZipFile.xml",
  12766. "ref/dotnet/it/System.IO.Compression.ZipFile.xml",
  12767. "ref/dotnet/ja/System.IO.Compression.ZipFile.xml",
  12768. "ref/dotnet/ko/System.IO.Compression.ZipFile.xml",
  12769. "ref/dotnet/ru/System.IO.Compression.ZipFile.xml",
  12770. "ref/dotnet/System.IO.Compression.ZipFile.dll",
  12771. "ref/dotnet/System.IO.Compression.ZipFile.xml",
  12772. "ref/dotnet/zh-hans/System.IO.Compression.ZipFile.xml",
  12773. "ref/dotnet/zh-hant/System.IO.Compression.ZipFile.xml",
  12774. "ref/MonoAndroid10/_._",
  12775. "ref/MonoTouch10/_._",
  12776. "ref/net46/System.IO.Compression.ZipFile.dll",
  12777. "ref/xamarinios10/_._",
  12778. "ref/xamarinmac20/_._",
  12779. "System.IO.Compression.ZipFile.nuspec"
  12780. ]
  12781. },
  12782. "System.IO.FileSystem/4.0.0": {
  12783. "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==",
  12784. "type": "Package",
  12785. "files": [
  12786. "[Content_Types].xml",
  12787. "_rels/.rels",
  12788. "lib/DNXCore50/System.IO.FileSystem.dll",
  12789. "lib/MonoAndroid10/_._",
  12790. "lib/MonoTouch10/_._",
  12791. "lib/net46/System.IO.FileSystem.dll",
  12792. "lib/netcore50/System.IO.FileSystem.dll",
  12793. "lib/xamarinios10/_._",
  12794. "lib/xamarinmac20/_._",
  12795. "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp",
  12796. "ref/dotnet/de/System.IO.FileSystem.xml",
  12797. "ref/dotnet/es/System.IO.FileSystem.xml",
  12798. "ref/dotnet/fr/System.IO.FileSystem.xml",
  12799. "ref/dotnet/it/System.IO.FileSystem.xml",
  12800. "ref/dotnet/ja/System.IO.FileSystem.xml",
  12801. "ref/dotnet/ko/System.IO.FileSystem.xml",
  12802. "ref/dotnet/ru/System.IO.FileSystem.xml",
  12803. "ref/dotnet/System.IO.FileSystem.dll",
  12804. "ref/dotnet/System.IO.FileSystem.xml",
  12805. "ref/dotnet/zh-hans/System.IO.FileSystem.xml",
  12806. "ref/dotnet/zh-hant/System.IO.FileSystem.xml",
  12807. "ref/MonoAndroid10/_._",
  12808. "ref/MonoTouch10/_._",
  12809. "ref/net46/System.IO.FileSystem.dll",
  12810. "ref/xamarinios10/_._",
  12811. "ref/xamarinmac20/_._",
  12812. "System.IO.FileSystem.nuspec"
  12813. ]
  12814. },
  12815. "System.IO.FileSystem.Primitives/4.0.0": {
  12816. "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==",
  12817. "type": "Package",
  12818. "files": [
  12819. "[Content_Types].xml",
  12820. "_rels/.rels",
  12821. "lib/dotnet/System.IO.FileSystem.Primitives.dll",
  12822. "lib/MonoAndroid10/_._",
  12823. "lib/MonoTouch10/_._",
  12824. "lib/net46/System.IO.FileSystem.Primitives.dll",
  12825. "lib/xamarinios10/_._",
  12826. "lib/xamarinmac20/_._",
  12827. "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp",
  12828. "ref/dotnet/de/System.IO.FileSystem.Primitives.xml",
  12829. "ref/dotnet/es/System.IO.FileSystem.Primitives.xml",
  12830. "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml",
  12831. "ref/dotnet/it/System.IO.FileSystem.Primitives.xml",
  12832. "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml",
  12833. "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml",
  12834. "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml",
  12835. "ref/dotnet/System.IO.FileSystem.Primitives.dll",
  12836. "ref/dotnet/System.IO.FileSystem.Primitives.xml",
  12837. "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml",
  12838. "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml",
  12839. "ref/MonoAndroid10/_._",
  12840. "ref/MonoTouch10/_._",
  12841. "ref/net46/System.IO.FileSystem.Primitives.dll",
  12842. "ref/xamarinios10/_._",
  12843. "ref/xamarinmac20/_._",
  12844. "System.IO.FileSystem.Primitives.nuspec"
  12845. ]
  12846. },
  12847. "System.IO.IsolatedStorage/4.0.0": {
  12848. "sha512": "d5KimUbZ49Ki6A/uwU+Iodng+nhJvpRs7hr/828cfeXC02LxUiggnRnAu+COtWcKvJ2YbBmAGOcO4GLK4fX1+w==",
  12849. "type": "Package",
  12850. "files": [
  12851. "[Content_Types].xml",
  12852. "_rels/.rels",
  12853. "lib/MonoAndroid10/_._",
  12854. "lib/MonoTouch10/_._",
  12855. "lib/netcore50/System.IO.IsolatedStorage.dll",
  12856. "lib/xamarinios10/_._",
  12857. "lib/xamarinmac20/_._",
  12858. "package/services/metadata/core-properties/0d69e649eab84c3cad77d63bb460f7e7.psmdcp",
  12859. "ref/dotnet/de/System.IO.IsolatedStorage.xml",
  12860. "ref/dotnet/es/System.IO.IsolatedStorage.xml",
  12861. "ref/dotnet/fr/System.IO.IsolatedStorage.xml",
  12862. "ref/dotnet/it/System.IO.IsolatedStorage.xml",
  12863. "ref/dotnet/ja/System.IO.IsolatedStorage.xml",
  12864. "ref/dotnet/ko/System.IO.IsolatedStorage.xml",
  12865. "ref/dotnet/ru/System.IO.IsolatedStorage.xml",
  12866. "ref/dotnet/System.IO.IsolatedStorage.dll",
  12867. "ref/dotnet/System.IO.IsolatedStorage.xml",
  12868. "ref/dotnet/zh-hans/System.IO.IsolatedStorage.xml",
  12869. "ref/dotnet/zh-hant/System.IO.IsolatedStorage.xml",
  12870. "ref/MonoAndroid10/_._",
  12871. "ref/MonoTouch10/_._",
  12872. "ref/xamarinios10/_._",
  12873. "ref/xamarinmac20/_._",
  12874. "System.IO.IsolatedStorage.nuspec"
  12875. ]
  12876. },
  12877. "System.IO.UnmanagedMemoryStream/4.0.0": {
  12878. "sha512": "i2xczgQfwHmolORBNHxV9b5izP8VOBxgSA2gf+H55xBvwqtR+9r9adtzlc7at0MAwiLcsk6V1TZlv2vfRQr8Sw==",
  12879. "type": "Package",
  12880. "files": [
  12881. "[Content_Types].xml",
  12882. "_rels/.rels",
  12883. "lib/dotnet/System.IO.UnmanagedMemoryStream.dll",
  12884. "lib/MonoAndroid10/_._",
  12885. "lib/MonoTouch10/_._",
  12886. "lib/net46/System.IO.UnmanagedMemoryStream.dll",
  12887. "lib/xamarinios10/_._",
  12888. "lib/xamarinmac20/_._",
  12889. "package/services/metadata/core-properties/cce1d37d7dc24e5fb4170ead20101af0.psmdcp",
  12890. "ref/dotnet/de/System.IO.UnmanagedMemoryStream.xml",
  12891. "ref/dotnet/es/System.IO.UnmanagedMemoryStream.xml",
  12892. "ref/dotnet/fr/System.IO.UnmanagedMemoryStream.xml",
  12893. "ref/dotnet/it/System.IO.UnmanagedMemoryStream.xml",
  12894. "ref/dotnet/ja/System.IO.UnmanagedMemoryStream.xml",
  12895. "ref/dotnet/ko/System.IO.UnmanagedMemoryStream.xml",
  12896. "ref/dotnet/ru/System.IO.UnmanagedMemoryStream.xml",
  12897. "ref/dotnet/System.IO.UnmanagedMemoryStream.dll",
  12898. "ref/dotnet/System.IO.UnmanagedMemoryStream.xml",
  12899. "ref/dotnet/zh-hans/System.IO.UnmanagedMemoryStream.xml",
  12900. "ref/dotnet/zh-hant/System.IO.UnmanagedMemoryStream.xml",
  12901. "ref/MonoAndroid10/_._",
  12902. "ref/MonoTouch10/_._",
  12903. "ref/net46/System.IO.UnmanagedMemoryStream.dll",
  12904. "ref/xamarinios10/_._",
  12905. "ref/xamarinmac20/_._",
  12906. "System.IO.UnmanagedMemoryStream.nuspec"
  12907. ]
  12908. },
  12909. "System.Linq/4.0.0": {
  12910. "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==",
  12911. "type": "Package",
  12912. "files": [
  12913. "[Content_Types].xml",
  12914. "_rels/.rels",
  12915. "lib/dotnet/System.Linq.dll",
  12916. "lib/net45/_._",
  12917. "lib/netcore50/System.Linq.dll",
  12918. "lib/win8/_._",
  12919. "lib/wp80/_._",
  12920. "lib/wpa81/_._",
  12921. "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp",
  12922. "ref/dotnet/de/System.Linq.xml",
  12923. "ref/dotnet/es/System.Linq.xml",
  12924. "ref/dotnet/fr/System.Linq.xml",
  12925. "ref/dotnet/it/System.Linq.xml",
  12926. "ref/dotnet/ja/System.Linq.xml",
  12927. "ref/dotnet/ko/System.Linq.xml",
  12928. "ref/dotnet/ru/System.Linq.xml",
  12929. "ref/dotnet/System.Linq.dll",
  12930. "ref/dotnet/System.Linq.xml",
  12931. "ref/dotnet/zh-hans/System.Linq.xml",
  12932. "ref/dotnet/zh-hant/System.Linq.xml",
  12933. "ref/net45/_._",
  12934. "ref/netcore50/System.Linq.dll",
  12935. "ref/netcore50/System.Linq.xml",
  12936. "ref/win8/_._",
  12937. "ref/wp80/_._",
  12938. "ref/wpa81/_._",
  12939. "System.Linq.nuspec"
  12940. ]
  12941. },
  12942. "System.Linq.Expressions/4.0.10": {
  12943. "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==",
  12944. "type": "Package",
  12945. "files": [
  12946. "[Content_Types].xml",
  12947. "_rels/.rels",
  12948. "lib/DNXCore50/System.Linq.Expressions.dll",