Advertisement
Guest User

project.assets.json

a guest
Dec 28th, 2017
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 444.60 KB | None | 0 0
  1. {
  2. "version": 3,
  3. "targets": {
  4. ".NETCoreApp,Version=v1.1": {
  5. "AutoMapper/6.2.2": {
  6. "type": "package",
  7. "dependencies": {
  8. "Microsoft.CSharp": "4.3.0",
  9. "NETStandard.Library": "1.6.1",
  10. "System.Collections.Concurrent": "4.3.0",
  11. "System.Collections.Specialized": "4.3.0",
  12. "System.ComponentModel.TypeConverter": "4.3.0",
  13. "System.Dynamic.Runtime": "4.3.0",
  14. "System.Linq.Queryable": "4.3.0",
  15. "System.Reflection.Emit": "4.3.0",
  16. "System.Resources.ResourceManager": "4.3.0",
  17. "System.Runtime.Serialization.Primitives": "4.3.0",
  18. "System.Text.RegularExpressions": "4.3.0"
  19. },
  20. "compile": {
  21. "lib/netstandard1.3/AutoMapper.dll": {}
  22. },
  23. "runtime": {
  24. "lib/netstandard1.3/AutoMapper.dll": {}
  25. }
  26. },
  27. "Castle.Core/4.0.0": {
  28. "type": "package",
  29. "dependencies": {
  30. "System.AppContext": "4.1.0",
  31. "System.Collections.Specialized": "4.0.1",
  32. "System.ComponentModel.TypeConverter": "4.1.0",
  33. "System.Console": "4.0.0",
  34. "System.Diagnostics.Debug": "4.0.11",
  35. "System.Diagnostics.Tools": "4.0.1",
  36. "System.Diagnostics.TraceSource": "4.0.0",
  37. "System.Dynamic.Runtime": "4.0.11",
  38. "System.Globalization": "4.0.11",
  39. "System.IO.FileSystem": "4.0.1",
  40. "System.Linq": "4.1.0",
  41. "System.ObjectModel": "4.0.12",
  42. "System.Reflection": "4.1.0",
  43. "System.Reflection.Emit": "4.0.1",
  44. "System.Reflection.Emit.Lightweight": "4.0.1",
  45. "System.Reflection.Extensions": "4.0.1",
  46. "System.Reflection.TypeExtensions": "4.1.0",
  47. "System.Resources.ResourceManager": "4.0.1",
  48. "System.Runtime.Extensions": "4.1.0",
  49. "System.Runtime.InteropServices": "4.1.0",
  50. "System.Threading": "4.0.11",
  51. "System.Xml.XmlDocument": "4.0.1",
  52. "System.Xml.XmlSerializer": "4.0.11"
  53. },
  54. "compile": {
  55. "lib/netstandard1.3/Castle.Core.dll": {}
  56. },
  57. "runtime": {
  58. "lib/netstandard1.3/Castle.Core.dll": {}
  59. }
  60. },
  61. "dotnet-test-nunit/3.4.0-beta-3": {
  62. "type": "package",
  63. "dependencies": {
  64. "Microsoft.Extensions.DependencyModel": "1.0.0",
  65. "Microsoft.Extensions.Testing.Abstractions": "1.0.0-preview2-003121",
  66. "Microsoft.NETCore.App": "1.0.0",
  67. "NUnit.Portable.Agent": "3.4.0-beta-3"
  68. },
  69. "compile": {
  70. "lib/netcoreapp1.0/dotnet-test-nunit.dll": {}
  71. },
  72. "runtime": {
  73. "lib/netcoreapp1.0/dotnet-test-nunit.dll": {}
  74. }
  75. },
  76. "FluentAssertions/4.19.0": {
  77. "type": "package",
  78. "dependencies": {
  79. "NETStandard.Library": "1.6.0",
  80. "System.Reflection.TypeExtensions": "4.1.0"
  81. },
  82. "compile": {
  83. "lib/netstandard1.3/FluentAssertions.Core.dll": {},
  84. "lib/netstandard1.3/FluentAssertions.dll": {}
  85. },
  86. "runtime": {
  87. "lib/netstandard1.3/FluentAssertions.Core.dll": {},
  88. "lib/netstandard1.3/FluentAssertions.dll": {}
  89. }
  90. },
  91. "Libuv/1.9.1": {
  92. "type": "package",
  93. "dependencies": {
  94. "Microsoft.NETCore.Platforms": "1.0.1"
  95. },
  96. "runtimeTargets": {
  97. "runtimes/debian-x64/native/libuv.so": {
  98. "assetType": "native",
  99. "rid": "debian-x64"
  100. },
  101. "runtimes/fedora-x64/native/libuv.so": {
  102. "assetType": "native",
  103. "rid": "fedora-x64"
  104. },
  105. "runtimes/opensuse-x64/native/libuv.so": {
  106. "assetType": "native",
  107. "rid": "opensuse-x64"
  108. },
  109. "runtimes/osx/native/libuv.dylib": {
  110. "assetType": "native",
  111. "rid": "osx"
  112. },
  113. "runtimes/rhel-x64/native/libuv.so": {
  114. "assetType": "native",
  115. "rid": "rhel-x64"
  116. },
  117. "runtimes/win7-arm/native/libuv.dll": {
  118. "assetType": "native",
  119. "rid": "win7-arm"
  120. },
  121. "runtimes/win7-x64/native/libuv.dll": {
  122. "assetType": "native",
  123. "rid": "win7-x64"
  124. },
  125. "runtimes/win7-x86/native/libuv.dll": {
  126. "assetType": "native",
  127. "rid": "win7-x86"
  128. }
  129. }
  130. },
  131. "Microsoft.CodeAnalysis.Analyzers/1.1.0": {
  132. "type": "package"
  133. },
  134. "Microsoft.CodeAnalysis.Common/1.3.0": {
  135. "type": "package",
  136. "dependencies": {
  137. "Microsoft.CodeAnalysis.Analyzers": "1.1.0",
  138. "System.AppContext": "4.1.0",
  139. "System.Collections": "4.0.11",
  140. "System.Collections.Concurrent": "4.0.12",
  141. "System.Collections.Immutable": "1.2.0",
  142. "System.Console": "4.0.0",
  143. "System.Diagnostics.Debug": "4.0.11",
  144. "System.Diagnostics.FileVersionInfo": "4.0.0",
  145. "System.Diagnostics.StackTrace": "4.0.1",
  146. "System.Diagnostics.Tools": "4.0.1",
  147. "System.Dynamic.Runtime": "4.0.11",
  148. "System.Globalization": "4.0.11",
  149. "System.IO.FileSystem": "4.0.1",
  150. "System.IO.FileSystem.Primitives": "4.0.1",
  151. "System.Linq": "4.1.0",
  152. "System.Linq.Expressions": "4.1.0",
  153. "System.Reflection": "4.1.0",
  154. "System.Reflection.Metadata": "1.3.0",
  155. "System.Reflection.Primitives": "4.0.1",
  156. "System.Resources.ResourceManager": "4.0.1",
  157. "System.Runtime": "4.1.0",
  158. "System.Runtime.Extensions": "4.1.0",
  159. "System.Runtime.Handles": "4.0.1",
  160. "System.Runtime.InteropServices": "4.1.0",
  161. "System.Runtime.Numerics": "4.0.1",
  162. "System.Security.Cryptography.Algorithms": "4.2.0",
  163. "System.Security.Cryptography.Encoding": "4.0.0",
  164. "System.Security.Cryptography.X509Certificates": "4.1.0",
  165. "System.Text.Encoding": "4.0.11",
  166. "System.Text.Encoding.CodePages": "4.0.1",
  167. "System.Text.Encoding.Extensions": "4.0.11",
  168. "System.Threading": "4.0.11",
  169. "System.Threading.Tasks": "4.0.11",
  170. "System.Threading.Tasks.Parallel": "4.0.1",
  171. "System.Threading.Thread": "4.0.0",
  172. "System.Xml.ReaderWriter": "4.0.11",
  173. "System.Xml.XDocument": "4.0.11",
  174. "System.Xml.XPath.XDocument": "4.0.1",
  175. "System.Xml.XmlDocument": "4.0.1"
  176. },
  177. "compile": {
  178. "lib/netstandard1.3/_._": {}
  179. },
  180. "runtime": {
  181. "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {}
  182. }
  183. },
  184. "Microsoft.CodeAnalysis.CSharp/1.3.0": {
  185. "type": "package",
  186. "dependencies": {
  187. "Microsoft.CodeAnalysis.Common": "[1.3.0]"
  188. },
  189. "compile": {
  190. "lib/netstandard1.3/_._": {}
  191. },
  192. "runtime": {
  193. "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {}
  194. }
  195. },
  196. "Microsoft.CodeAnalysis.VisualBasic/1.3.0": {
  197. "type": "package",
  198. "dependencies": {
  199. "Microsoft.CodeAnalysis.Common": "1.3.0"
  200. },
  201. "compile": {
  202. "lib/netstandard1.3/_._": {}
  203. },
  204. "runtime": {
  205. "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {}
  206. }
  207. },
  208. "Microsoft.CSharp/4.3.0": {
  209. "type": "package",
  210. "dependencies": {
  211. "System.Collections": "4.3.0",
  212. "System.Diagnostics.Debug": "4.3.0",
  213. "System.Dynamic.Runtime": "4.3.0",
  214. "System.Globalization": "4.3.0",
  215. "System.Linq": "4.3.0",
  216. "System.Linq.Expressions": "4.3.0",
  217. "System.ObjectModel": "4.3.0",
  218. "System.Reflection": "4.3.0",
  219. "System.Reflection.Extensions": "4.3.0",
  220. "System.Reflection.Primitives": "4.3.0",
  221. "System.Reflection.TypeExtensions": "4.3.0",
  222. "System.Resources.ResourceManager": "4.3.0",
  223. "System.Runtime": "4.3.0",
  224. "System.Runtime.Extensions": "4.3.0",
  225. "System.Runtime.InteropServices": "4.3.0",
  226. "System.Threading": "4.3.0"
  227. },
  228. "compile": {
  229. "ref/netstandard1.0/Microsoft.CSharp.dll": {}
  230. },
  231. "runtime": {
  232. "lib/netstandard1.3/Microsoft.CSharp.dll": {}
  233. }
  234. },
  235. "Microsoft.DiaSymReader/1.0.8": {
  236. "type": "package",
  237. "dependencies": {
  238. "System.Diagnostics.Debug": "4.0.11",
  239. "System.Runtime": "4.1.0",
  240. "System.Runtime.InteropServices": "4.1.0"
  241. },
  242. "compile": {
  243. "lib/netstandard1.1/Microsoft.DiaSymReader.dll": {}
  244. },
  245. "runtime": {
  246. "lib/netstandard1.1/Microsoft.DiaSymReader.dll": {}
  247. }
  248. },
  249. "Microsoft.DiaSymReader.Native/1.4.1": {
  250. "type": "package",
  251. "build": {
  252. "build/Microsoft.DiaSymReader.Native.props": {}
  253. },
  254. "runtimeTargets": {
  255. "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll": {
  256. "assetType": "native",
  257. "rid": "win-x64"
  258. },
  259. "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll": {
  260. "assetType": "native",
  261. "rid": "win-x86"
  262. },
  263. "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll": {
  264. "assetType": "native",
  265. "rid": "win"
  266. },
  267. "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll": {
  268. "assetType": "native",
  269. "rid": "win"
  270. },
  271. "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll": {
  272. "assetType": "native",
  273. "rid": "win"
  274. },
  275. "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll": {
  276. "assetType": "native",
  277. "rid": "win8-arm"
  278. }
  279. }
  280. },
  281. "Microsoft.DotNet.PlatformAbstractions/1.1.0": {
  282. "type": "package",
  283. "dependencies": {
  284. "System.AppContext": "4.1.0",
  285. "System.Collections": "4.0.11",
  286. "System.IO": "4.1.0",
  287. "System.IO.FileSystem": "4.0.1",
  288. "System.Reflection.TypeExtensions": "4.1.0",
  289. "System.Runtime.Extensions": "4.1.0",
  290. "System.Runtime.InteropServices": "4.1.0",
  291. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
  292. },
  293. "compile": {
  294. "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {}
  295. },
  296. "runtime": {
  297. "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {}
  298. }
  299. },
  300. "Microsoft.DotNet.ProjectModel/1.0.0-rc3-003121": {
  301. "type": "package",
  302. "dependencies": {
  303. "Microsoft.CSharp": "4.0.1",
  304. "Microsoft.Extensions.DependencyModel": "1.0.0",
  305. "Newtonsoft.Json": "9.0.1",
  306. "NuGet.Packaging": "3.5.0-beta2-1484",
  307. "NuGet.RuntimeModel": "3.5.0-beta2-1484",
  308. "System.Dynamic.Runtime": "4.0.11",
  309. "System.Reflection.Metadata": "1.3.0",
  310. "System.Runtime.Loader": "4.0.0",
  311. "System.Runtime.Serialization.Primitives": "4.1.1",
  312. "System.Security.Cryptography.Algorithms": "4.2.0",
  313. "System.Threading.Thread": "4.0.0",
  314. "System.Xml.XDocument": "4.0.11"
  315. },
  316. "compile": {
  317. "lib/netstandard1.6/Microsoft.DotNet.ProjectModel.dll": {}
  318. },
  319. "runtime": {
  320. "lib/netstandard1.6/Microsoft.DotNet.ProjectModel.dll": {}
  321. }
  322. },
  323. "Microsoft.Extensions.DependencyModel/1.1.0": {
  324. "type": "package",
  325. "dependencies": {
  326. "Microsoft.DotNet.PlatformAbstractions": "1.1.0",
  327. "Newtonsoft.Json": "9.0.1",
  328. "System.Diagnostics.Debug": "4.0.11",
  329. "System.Dynamic.Runtime": "4.0.11",
  330. "System.Linq": "4.1.0"
  331. },
  332. "compile": {
  333. "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {}
  334. },
  335. "runtime": {
  336. "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {}
  337. }
  338. },
  339. "Microsoft.Extensions.Testing.Abstractions/1.0.0-preview2-003121": {
  340. "type": "package",
  341. "dependencies": {
  342. "Microsoft.DiaSymReader": "1.0.8",
  343. "Microsoft.DiaSymReader.Native": "1.4.0-rc2",
  344. "Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121",
  345. "Newtonsoft.Json": "9.0.1",
  346. "System.Reflection.TypeExtensions": "4.1.0",
  347. "System.Resources.ResourceManager": "4.0.1"
  348. },
  349. "compile": {
  350. "lib/netstandard1.6/Microsoft.Extensions.Testing.Abstractions.dll": {}
  351. },
  352. "runtime": {
  353. "lib/netstandard1.6/Microsoft.Extensions.Testing.Abstractions.dll": {}
  354. }
  355. },
  356. "Microsoft.NET.Test.Sdk/15.0.0": {
  357. "type": "package",
  358. "dependencies": {
  359. "Microsoft.TestPlatform.TestHost": "15.0.0"
  360. },
  361. "build": {
  362. "build/netcoreapp1.0/Microsoft.Net.Test.Sdk.props": {},
  363. "build/netcoreapp1.0/Microsoft.Net.Test.Sdk.targets": {}
  364. }
  365. },
  366. "Microsoft.NETCore.App/1.1.1": {
  367. "type": "package",
  368. "dependencies": {
  369. "Libuv": "1.9.1",
  370. "Microsoft.CSharp": "4.3.0",
  371. "Microsoft.CodeAnalysis.CSharp": "1.3.0",
  372. "Microsoft.CodeAnalysis.VisualBasic": "1.3.0",
  373. "Microsoft.DiaSymReader.Native": "1.4.1",
  374. "Microsoft.NETCore.DotNetHostPolicy": "1.1.0",
  375. "Microsoft.NETCore.Runtime.CoreCLR": "1.1.1",
  376. "Microsoft.VisualBasic": "10.1.0",
  377. "NETStandard.Library": "1.6.1",
  378. "System.Buffers": "4.3.0",
  379. "System.Collections.Immutable": "1.3.0",
  380. "System.ComponentModel": "4.3.0",
  381. "System.ComponentModel.Annotations": "4.3.0",
  382. "System.Diagnostics.DiagnosticSource": "4.3.0",
  383. "System.Diagnostics.Process": "4.3.0",
  384. "System.Dynamic.Runtime": "4.3.0",
  385. "System.Globalization.Extensions": "4.3.0",
  386. "System.IO.FileSystem.Watcher": "4.3.0",
  387. "System.IO.MemoryMappedFiles": "4.3.0",
  388. "System.IO.UnmanagedMemoryStream": "4.3.0",
  389. "System.Linq.Expressions": "4.3.0",
  390. "System.Linq.Parallel": "4.3.0",
  391. "System.Linq.Queryable": "4.3.0",
  392. "System.Net.NameResolution": "4.3.0",
  393. "System.Net.Requests": "4.3.0",
  394. "System.Net.Security": "4.3.0",
  395. "System.Net.WebHeaderCollection": "4.3.0",
  396. "System.Numerics.Vectors": "4.3.0",
  397. "System.Reflection.DispatchProxy": "4.3.0",
  398. "System.Reflection.Metadata": "1.4.1",
  399. "System.Reflection.TypeExtensions": "4.3.0",
  400. "System.Resources.Reader": "4.3.0",
  401. "System.Runtime.Loader": "4.3.0",
  402. "System.Security.Cryptography.Algorithms": "4.3.0",
  403. "System.Security.Cryptography.Encoding": "4.3.0",
  404. "System.Security.Cryptography.Primitives": "4.3.0",
  405. "System.Security.Cryptography.X509Certificates": "4.3.0",
  406. "System.Threading.Tasks.Dataflow": "4.7.0",
  407. "System.Threading.Tasks.Extensions": "4.3.0",
  408. "System.Threading.Tasks.Parallel": "4.3.0",
  409. "System.Threading.Thread": "4.3.0",
  410. "System.Threading.ThreadPool": "4.3.0"
  411. },
  412. "compile": {
  413. "lib/netcoreapp1.0/_._": {}
  414. },
  415. "runtime": {
  416. "lib/netcoreapp1.0/_._": {}
  417. }
  418. },
  419. "Microsoft.NETCore.DotNetHost/1.1.0": {
  420. "type": "package"
  421. },
  422. "Microsoft.NETCore.DotNetHostPolicy/1.1.0": {
  423. "type": "package",
  424. "dependencies": {
  425. "Microsoft.NETCore.DotNetHostResolver": "1.1.0"
  426. }
  427. },
  428. "Microsoft.NETCore.DotNetHostResolver/1.1.0": {
  429. "type": "package",
  430. "dependencies": {
  431. "Microsoft.NETCore.DotNetHost": "1.1.0"
  432. }
  433. },
  434. "Microsoft.NETCore.Jit/1.1.1": {
  435. "type": "package"
  436. },
  437. "Microsoft.NETCore.Platforms/1.1.0": {
  438. "type": "package",
  439. "compile": {
  440. "lib/netstandard1.0/_._": {}
  441. },
  442. "runtime": {
  443. "lib/netstandard1.0/_._": {}
  444. }
  445. },
  446. "Microsoft.NETCore.Runtime.CoreCLR/1.1.1": {
  447. "type": "package",
  448. "dependencies": {
  449. "Microsoft.NETCore.Jit": "1.1.1",
  450. "Microsoft.NETCore.Windows.ApiSets": "1.0.1"
  451. }
  452. },
  453. "Microsoft.NETCore.Targets/1.1.0": {
  454. "type": "package",
  455. "compile": {
  456. "lib/netstandard1.0/_._": {}
  457. },
  458. "runtime": {
  459. "lib/netstandard1.0/_._": {}
  460. }
  461. },
  462. "Microsoft.NETCore.Windows.ApiSets/1.0.1": {
  463. "type": "package"
  464. },
  465. "Microsoft.TestPlatform.ObjectModel/15.0.0": {
  466. "type": "package",
  467. "dependencies": {
  468. "NETStandard.Library": "1.6.0",
  469. "System.ComponentModel.EventBasedAsync": "4.0.11",
  470. "System.ComponentModel.TypeConverter": "4.1.0",
  471. "System.Diagnostics.Process": "4.1.0",
  472. "System.Diagnostics.TextWriterTraceListener": "4.0.0",
  473. "System.Diagnostics.TraceSource": "4.0.0",
  474. "System.Diagnostics.Tracing": "4.1.0",
  475. "System.IO.FileSystem": "4.0.1",
  476. "System.Reflection.Metadata": "1.3.0",
  477. "System.Reflection.TypeExtensions": "4.1.0",
  478. "System.Runtime.Extensions": "4.1.0",
  479. "System.Runtime.InteropServices": "4.1.0",
  480. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
  481. "System.Runtime.Loader": "4.0.0",
  482. "System.Runtime.Serialization.Json": "4.0.2",
  483. "System.Runtime.Serialization.Primitives": "4.1.1",
  484. "System.Security.Cryptography.Algorithms": "4.2.0",
  485. "System.Threading.Thread": "4.0.0",
  486. "System.Xml.XPath.XmlDocument": "4.0.1"
  487. },
  488. "compile": {
  489. "lib/netstandard1.5/Microsoft.TestPlatform.CoreUtilities.dll": {},
  490. "lib/netstandard1.5/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}
  491. },
  492. "runtime": {
  493. "lib/netstandard1.5/Microsoft.TestPlatform.CoreUtilities.dll": {},
  494. "lib/netstandard1.5/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}
  495. },
  496. "resource": {
  497. "lib/netstandard1.5/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  498. "locale": "cs"
  499. },
  500. "lib/netstandard1.5/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  501. "locale": "cs"
  502. },
  503. "lib/netstandard1.5/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  504. "locale": "de"
  505. },
  506. "lib/netstandard1.5/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  507. "locale": "de"
  508. },
  509. "lib/netstandard1.5/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  510. "locale": "es"
  511. },
  512. "lib/netstandard1.5/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  513. "locale": "es"
  514. },
  515. "lib/netstandard1.5/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  516. "locale": "fr"
  517. },
  518. "lib/netstandard1.5/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  519. "locale": "fr"
  520. },
  521. "lib/netstandard1.5/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  522. "locale": "it"
  523. },
  524. "lib/netstandard1.5/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  525. "locale": "it"
  526. },
  527. "lib/netstandard1.5/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  528. "locale": "ja"
  529. },
  530. "lib/netstandard1.5/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  531. "locale": "ja"
  532. },
  533. "lib/netstandard1.5/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  534. "locale": "ko"
  535. },
  536. "lib/netstandard1.5/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  537. "locale": "ko"
  538. },
  539. "lib/netstandard1.5/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  540. "locale": "pl"
  541. },
  542. "lib/netstandard1.5/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  543. "locale": "pl"
  544. },
  545. "lib/netstandard1.5/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  546. "locale": "pt-BR"
  547. },
  548. "lib/netstandard1.5/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  549. "locale": "pt-BR"
  550. },
  551. "lib/netstandard1.5/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  552. "locale": "ru"
  553. },
  554. "lib/netstandard1.5/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  555. "locale": "ru"
  556. },
  557. "lib/netstandard1.5/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  558. "locale": "tr"
  559. },
  560. "lib/netstandard1.5/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  561. "locale": "tr"
  562. },
  563. "lib/netstandard1.5/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  564. "locale": "zh-Hans"
  565. },
  566. "lib/netstandard1.5/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  567. "locale": "zh-Hans"
  568. },
  569. "lib/netstandard1.5/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  570. "locale": "zh-Hant"
  571. },
  572. "lib/netstandard1.5/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  573. "locale": "zh-Hant"
  574. }
  575. }
  576. },
  577. "Microsoft.TestPlatform.TestHost/15.0.0": {
  578. "type": "package",
  579. "dependencies": {
  580. "Microsoft.TestPlatform.ObjectModel": "15.0.0",
  581. "Newtonsoft.Json": "9.0.1"
  582. },
  583. "compile": {
  584. "lib/netstandard1.5/Microsoft.TestPlatform.CommunicationUtilities.dll": {},
  585. "lib/netstandard1.5/Microsoft.TestPlatform.CrossPlatEngine.dll": {},
  586. "lib/netstandard1.5/Microsoft.VisualStudio.TestPlatform.Common.dll": {},
  587. "lib/netstandard1.5/testhost.dll": {}
  588. },
  589. "runtime": {
  590. "lib/netstandard1.5/Microsoft.TestPlatform.CommunicationUtilities.dll": {},
  591. "lib/netstandard1.5/Microsoft.TestPlatform.CrossPlatEngine.dll": {},
  592. "lib/netstandard1.5/Microsoft.VisualStudio.TestPlatform.Common.dll": {},
  593. "lib/netstandard1.5/testhost.dll": {}
  594. },
  595. "resource": {
  596. "lib/netstandard1.5/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  597. "locale": "cs"
  598. },
  599. "lib/netstandard1.5/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  600. "locale": "cs"
  601. },
  602. "lib/netstandard1.5/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  603. "locale": "cs"
  604. },
  605. "lib/netstandard1.5/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  606. "locale": "de"
  607. },
  608. "lib/netstandard1.5/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  609. "locale": "de"
  610. },
  611. "lib/netstandard1.5/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  612. "locale": "de"
  613. },
  614. "lib/netstandard1.5/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  615. "locale": "es"
  616. },
  617. "lib/netstandard1.5/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  618. "locale": "es"
  619. },
  620. "lib/netstandard1.5/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  621. "locale": "es"
  622. },
  623. "lib/netstandard1.5/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  624. "locale": "fr"
  625. },
  626. "lib/netstandard1.5/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  627. "locale": "fr"
  628. },
  629. "lib/netstandard1.5/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  630. "locale": "fr"
  631. },
  632. "lib/netstandard1.5/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  633. "locale": "it"
  634. },
  635. "lib/netstandard1.5/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  636. "locale": "it"
  637. },
  638. "lib/netstandard1.5/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  639. "locale": "it"
  640. },
  641. "lib/netstandard1.5/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  642. "locale": "ja"
  643. },
  644. "lib/netstandard1.5/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  645. "locale": "ja"
  646. },
  647. "lib/netstandard1.5/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  648. "locale": "ja"
  649. },
  650. "lib/netstandard1.5/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  651. "locale": "ko"
  652. },
  653. "lib/netstandard1.5/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  654. "locale": "ko"
  655. },
  656. "lib/netstandard1.5/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  657. "locale": "ko"
  658. },
  659. "lib/netstandard1.5/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  660. "locale": "pl"
  661. },
  662. "lib/netstandard1.5/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  663. "locale": "pl"
  664. },
  665. "lib/netstandard1.5/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  666. "locale": "pl"
  667. },
  668. "lib/netstandard1.5/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  669. "locale": "pt-BR"
  670. },
  671. "lib/netstandard1.5/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  672. "locale": "pt-BR"
  673. },
  674. "lib/netstandard1.5/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  675. "locale": "pt-BR"
  676. },
  677. "lib/netstandard1.5/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  678. "locale": "ru"
  679. },
  680. "lib/netstandard1.5/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  681. "locale": "ru"
  682. },
  683. "lib/netstandard1.5/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  684. "locale": "ru"
  685. },
  686. "lib/netstandard1.5/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  687. "locale": "tr"
  688. },
  689. "lib/netstandard1.5/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  690. "locale": "tr"
  691. },
  692. "lib/netstandard1.5/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  693. "locale": "tr"
  694. },
  695. "lib/netstandard1.5/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  696. "locale": "zh-Hans"
  697. },
  698. "lib/netstandard1.5/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  699. "locale": "zh-Hans"
  700. },
  701. "lib/netstandard1.5/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  702. "locale": "zh-Hans"
  703. },
  704. "lib/netstandard1.5/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  705. "locale": "zh-Hant"
  706. },
  707. "lib/netstandard1.5/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  708. "locale": "zh-Hant"
  709. },
  710. "lib/netstandard1.5/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  711. "locale": "zh-Hant"
  712. }
  713. }
  714. },
  715. "Microsoft.VisualBasic/10.1.0": {
  716. "type": "package",
  717. "dependencies": {
  718. "System.Collections": "4.3.0",
  719. "System.Diagnostics.Debug": "4.3.0",
  720. "System.Dynamic.Runtime": "4.3.0",
  721. "System.Globalization": "4.3.0",
  722. "System.Linq": "4.3.0",
  723. "System.Linq.Expressions": "4.3.0",
  724. "System.ObjectModel": "4.3.0",
  725. "System.Reflection": "4.3.0",
  726. "System.Reflection.Extensions": "4.3.0",
  727. "System.Reflection.Primitives": "4.3.0",
  728. "System.Reflection.TypeExtensions": "4.3.0",
  729. "System.Resources.ResourceManager": "4.3.0",
  730. "System.Runtime": "4.3.0",
  731. "System.Runtime.Extensions": "4.3.0",
  732. "System.Runtime.InteropServices": "4.3.0",
  733. "System.Threading": "4.3.0"
  734. },
  735. "compile": {
  736. "ref/netstandard1.1/Microsoft.VisualBasic.dll": {}
  737. },
  738. "runtime": {
  739. "lib/netstandard1.3/Microsoft.VisualBasic.dll": {}
  740. }
  741. },
  742. "Microsoft.Win32.Primitives/4.3.0": {
  743. "type": "package",
  744. "dependencies": {
  745. "Microsoft.NETCore.Platforms": "1.1.0",
  746. "Microsoft.NETCore.Targets": "1.1.0",
  747. "System.Runtime": "4.3.0"
  748. },
  749. "compile": {
  750. "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {}
  751. }
  752. },
  753. "Microsoft.Win32.Registry/4.3.0": {
  754. "type": "package",
  755. "dependencies": {
  756. "Microsoft.NETCore.Platforms": "1.1.0",
  757. "System.Collections": "4.3.0",
  758. "System.Globalization": "4.3.0",
  759. "System.Resources.ResourceManager": "4.3.0",
  760. "System.Runtime": "4.3.0",
  761. "System.Runtime.Extensions": "4.3.0",
  762. "System.Runtime.Handles": "4.3.0",
  763. "System.Runtime.InteropServices": "4.3.0"
  764. },
  765. "compile": {
  766. "ref/netstandard1.3/_._": {}
  767. },
  768. "runtimeTargets": {
  769. "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": {
  770. "assetType": "runtime",
  771. "rid": "unix"
  772. },
  773. "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": {
  774. "assetType": "runtime",
  775. "rid": "win"
  776. }
  777. }
  778. },
  779. "Moq/4.7.8": {
  780. "type": "package",
  781. "dependencies": {
  782. "Castle.Core": "4.0.0",
  783. "System.Collections": "4.0.11",
  784. "System.Collections.Concurrent": "4.0.12",
  785. "System.Diagnostics.Debug": "4.0.11",
  786. "System.Diagnostics.Tools": "4.0.1",
  787. "System.Globalization": "4.0.11",
  788. "System.Linq": "4.1.0",
  789. "System.Linq.Expressions": "4.1.0",
  790. "System.Linq.Queryable": "4.0.1",
  791. "System.Reflection": "4.1.0",
  792. "System.Reflection.Emit": "4.0.1",
  793. "System.Reflection.Emit.ILGeneration": "4.0.1",
  794. "System.Reflection.Extensions": "4.0.1",
  795. "System.Reflection.Primitives": "4.0.1",
  796. "System.Reflection.TypeExtensions": "4.1.0",
  797. "System.Resources.ResourceManager": "4.0.1",
  798. "System.Runtime": "4.1.0",
  799. "System.Runtime.Extensions": "4.1.0",
  800. "System.Text.RegularExpressions": "4.1.0",
  801. "System.Threading": "4.0.11",
  802. "System.Threading.Tasks": "4.0.11"
  803. },
  804. "compile": {
  805. "lib/netstandard1.3/Moq.dll": {}
  806. },
  807. "runtime": {
  808. "lib/netstandard1.3/Moq.dll": {}
  809. }
  810. },
  811. "NETStandard.Library/1.6.1": {
  812. "type": "package",
  813. "dependencies": {
  814. "Microsoft.NETCore.Platforms": "1.1.0",
  815. "Microsoft.Win32.Primitives": "4.3.0",
  816. "System.AppContext": "4.3.0",
  817. "System.Collections": "4.3.0",
  818. "System.Collections.Concurrent": "4.3.0",
  819. "System.Console": "4.3.0",
  820. "System.Diagnostics.Debug": "4.3.0",
  821. "System.Diagnostics.Tools": "4.3.0",
  822. "System.Diagnostics.Tracing": "4.3.0",
  823. "System.Globalization": "4.3.0",
  824. "System.Globalization.Calendars": "4.3.0",
  825. "System.IO": "4.3.0",
  826. "System.IO.Compression": "4.3.0",
  827. "System.IO.Compression.ZipFile": "4.3.0",
  828. "System.IO.FileSystem": "4.3.0",
  829. "System.IO.FileSystem.Primitives": "4.3.0",
  830. "System.Linq": "4.3.0",
  831. "System.Linq.Expressions": "4.3.0",
  832. "System.Net.Http": "4.3.0",
  833. "System.Net.Primitives": "4.3.0",
  834. "System.Net.Sockets": "4.3.0",
  835. "System.ObjectModel": "4.3.0",
  836. "System.Reflection": "4.3.0",
  837. "System.Reflection.Extensions": "4.3.0",
  838. "System.Reflection.Primitives": "4.3.0",
  839. "System.Resources.ResourceManager": "4.3.0",
  840. "System.Runtime": "4.3.0",
  841. "System.Runtime.Extensions": "4.3.0",
  842. "System.Runtime.Handles": "4.3.0",
  843. "System.Runtime.InteropServices": "4.3.0",
  844. "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
  845. "System.Runtime.Numerics": "4.3.0",
  846. "System.Security.Cryptography.Algorithms": "4.3.0",
  847. "System.Security.Cryptography.Encoding": "4.3.0",
  848. "System.Security.Cryptography.Primitives": "4.3.0",
  849. "System.Security.Cryptography.X509Certificates": "4.3.0",
  850. "System.Text.Encoding": "4.3.0",
  851. "System.Text.Encoding.Extensions": "4.3.0",
  852. "System.Text.RegularExpressions": "4.3.0",
  853. "System.Threading": "4.3.0",
  854. "System.Threading.Tasks": "4.3.0",
  855. "System.Threading.Timer": "4.3.0",
  856. "System.Xml.ReaderWriter": "4.3.0",
  857. "System.Xml.XDocument": "4.3.0"
  858. }
  859. },
  860. "Newtonsoft.Json/10.0.1": {
  861. "type": "package",
  862. "dependencies": {
  863. "Microsoft.CSharp": "4.3.0",
  864. "System.Collections": "4.3.0",
  865. "System.ComponentModel.TypeConverter": "4.3.0",
  866. "System.Diagnostics.Debug": "4.3.0",
  867. "System.Dynamic.Runtime": "4.3.0",
  868. "System.Globalization": "4.3.0",
  869. "System.IO": "4.3.0",
  870. "System.Linq": "4.3.0",
  871. "System.Linq.Expressions": "4.3.0",
  872. "System.ObjectModel": "4.3.0",
  873. "System.Reflection": "4.3.0",
  874. "System.Reflection.Extensions": "4.3.0",
  875. "System.Resources.ResourceManager": "4.3.0",
  876. "System.Runtime": "4.3.0",
  877. "System.Runtime.Extensions": "4.3.0",
  878. "System.Runtime.Numerics": "4.3.0",
  879. "System.Runtime.Serialization.Formatters": "4.3.0",
  880. "System.Runtime.Serialization.Primitives": "4.3.0",
  881. "System.Text.Encoding": "4.3.0",
  882. "System.Text.Encoding.Extensions": "4.3.0",
  883. "System.Text.RegularExpressions": "4.3.0",
  884. "System.Threading": "4.3.0",
  885. "System.Threading.Tasks": "4.3.0",
  886. "System.Xml.ReaderWriter": "4.3.0",
  887. "System.Xml.XDocument": "4.3.0",
  888. "System.Xml.XmlDocument": "4.3.0"
  889. },
  890. "compile": {
  891. "lib/netstandard1.3/Newtonsoft.Json.dll": {}
  892. },
  893. "runtime": {
  894. "lib/netstandard1.3/Newtonsoft.Json.dll": {}
  895. }
  896. },
  897. "NuGet.Common/3.5.0-beta2-1484": {
  898. "type": "package",
  899. "dependencies": {
  900. "NETStandard.Library": "1.6.0",
  901. "System.Diagnostics.Process": "4.1.0",
  902. "System.Security.Cryptography.Algorithms": "4.2.0",
  903. "System.Threading.Thread": "4.0.0"
  904. },
  905. "compile": {
  906. "lib/netstandard1.3/NuGet.Common.dll": {}
  907. },
  908. "runtime": {
  909. "lib/netstandard1.3/NuGet.Common.dll": {}
  910. }
  911. },
  912. "NuGet.Frameworks/3.5.0-beta2-1484": {
  913. "type": "package",
  914. "dependencies": {
  915. "NETStandard.Library": "1.6.0"
  916. },
  917. "compile": {
  918. "lib/netstandard1.3/NuGet.Frameworks.dll": {}
  919. },
  920. "runtime": {
  921. "lib/netstandard1.3/NuGet.Frameworks.dll": {}
  922. }
  923. },
  924. "NuGet.Packaging/3.5.0-beta2-1484": {
  925. "type": "package",
  926. "dependencies": {
  927. "NETStandard.Library": "1.6.0",
  928. "NuGet.Common": "3.5.0-beta2-1484",
  929. "NuGet.Packaging.Core": "3.5.0-beta2-1484",
  930. "System.IO.Compression": "4.1.0"
  931. },
  932. "compile": {
  933. "lib/netstandard1.3/NuGet.Packaging.dll": {}
  934. },
  935. "runtime": {
  936. "lib/netstandard1.3/NuGet.Packaging.dll": {}
  937. }
  938. },
  939. "NuGet.Packaging.Core/3.5.0-beta2-1484": {
  940. "type": "package",
  941. "dependencies": {
  942. "NETStandard.Library": "1.6.0",
  943. "NuGet.Common": "3.5.0-beta2-1484",
  944. "NuGet.Packaging.Core.Types": "3.5.0-beta2-1484",
  945. "System.Xml.XDocument": "4.0.11"
  946. },
  947. "compile": {
  948. "lib/netstandard1.3/NuGet.Packaging.Core.dll": {}
  949. },
  950. "runtime": {
  951. "lib/netstandard1.3/NuGet.Packaging.Core.dll": {}
  952. }
  953. },
  954. "NuGet.Packaging.Core.Types/3.5.0-beta2-1484": {
  955. "type": "package",
  956. "dependencies": {
  957. "NETStandard.Library": "1.6.0",
  958. "NuGet.Frameworks": "3.5.0-beta2-1484",
  959. "NuGet.Versioning": "3.5.0-beta2-1484"
  960. },
  961. "compile": {
  962. "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {}
  963. },
  964. "runtime": {
  965. "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {}
  966. }
  967. },
  968. "NuGet.RuntimeModel/3.5.0-beta2-1484": {
  969. "type": "package",
  970. "dependencies": {
  971. "NETStandard.Library": "1.6.0",
  972. "Newtonsoft.Json": "6.0.4",
  973. "NuGet.Frameworks": "3.5.0-beta2-1484",
  974. "NuGet.Versioning": "3.5.0-beta2-1484",
  975. "System.Dynamic.Runtime": "4.0.11",
  976. "System.ObjectModel": "4.0.12"
  977. },
  978. "compile": {
  979. "lib/netstandard1.3/NuGet.RuntimeModel.dll": {}
  980. },
  981. "runtime": {
  982. "lib/netstandard1.3/NuGet.RuntimeModel.dll": {}
  983. }
  984. },
  985. "NuGet.Versioning/3.5.0-beta2-1484": {
  986. "type": "package",
  987. "dependencies": {
  988. "NETStandard.Library": "1.6.0"
  989. },
  990. "compile": {
  991. "lib/netstandard1.0/NuGet.Versioning.dll": {}
  992. },
  993. "runtime": {
  994. "lib/netstandard1.0/NuGet.Versioning.dll": {}
  995. }
  996. },
  997. "NUnit.Portable.Agent/3.4.0-beta-3": {
  998. "type": "package",
  999. "dependencies": {
  1000. "System.Globalization": "4.0.11",
  1001. "System.IO.FileSystem": "4.0.1",
  1002. "System.Linq": "4.1.0",
  1003. "System.ObjectModel": "4.0.12",
  1004. "System.Reflection": "4.1.0",
  1005. "System.Reflection.Extensions": "4.0.1",
  1006. "System.Reflection.TypeExtensions": "4.1.0",
  1007. "System.Runtime": "4.1.0",
  1008. "System.Runtime.Extensions": "4.1.0",
  1009. "System.Runtime.Serialization.Primitives": "4.1.1",
  1010. "System.Text.RegularExpressions": "4.1.0",
  1011. "System.Threading": "4.0.11",
  1012. "System.Xml.XDocument": "4.0.11"
  1013. },
  1014. "compile": {
  1015. "lib/netstandard1.3/NUnit.Portable.Agent.dll": {}
  1016. },
  1017. "runtime": {
  1018. "lib/netstandard1.3/NUnit.Portable.Agent.dll": {}
  1019. }
  1020. },
  1021. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1022. "type": "package",
  1023. "runtimeTargets": {
  1024. "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  1025. "assetType": "native",
  1026. "rid": "debian.8-x64"
  1027. }
  1028. }
  1029. },
  1030. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1031. "type": "package",
  1032. "runtimeTargets": {
  1033. "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  1034. "assetType": "native",
  1035. "rid": "fedora.23-x64"
  1036. }
  1037. }
  1038. },
  1039. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1040. "type": "package",
  1041. "runtimeTargets": {
  1042. "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  1043. "assetType": "native",
  1044. "rid": "fedora.24-x64"
  1045. }
  1046. }
  1047. },
  1048. "runtime.native.System/4.3.0": {
  1049. "type": "package",
  1050. "dependencies": {
  1051. "Microsoft.NETCore.Platforms": "1.1.0",
  1052. "Microsoft.NETCore.Targets": "1.1.0"
  1053. },
  1054. "compile": {
  1055. "lib/netstandard1.0/_._": {}
  1056. },
  1057. "runtime": {
  1058. "lib/netstandard1.0/_._": {}
  1059. }
  1060. },
  1061. "runtime.native.System.IO.Compression/4.3.0": {
  1062. "type": "package",
  1063. "dependencies": {
  1064. "Microsoft.NETCore.Platforms": "1.1.0",
  1065. "Microsoft.NETCore.Targets": "1.1.0"
  1066. },
  1067. "compile": {
  1068. "lib/netstandard1.0/_._": {}
  1069. },
  1070. "runtime": {
  1071. "lib/netstandard1.0/_._": {}
  1072. }
  1073. },
  1074. "runtime.native.System.Net.Http/4.3.0": {
  1075. "type": "package",
  1076. "dependencies": {
  1077. "Microsoft.NETCore.Platforms": "1.1.0",
  1078. "Microsoft.NETCore.Targets": "1.1.0"
  1079. },
  1080. "compile": {
  1081. "lib/netstandard1.0/_._": {}
  1082. },
  1083. "runtime": {
  1084. "lib/netstandard1.0/_._": {}
  1085. }
  1086. },
  1087. "runtime.native.System.Net.Security/4.3.0": {
  1088. "type": "package",
  1089. "dependencies": {
  1090. "Microsoft.NETCore.Platforms": "1.1.0",
  1091. "Microsoft.NETCore.Targets": "1.1.0"
  1092. },
  1093. "compile": {
  1094. "lib/netstandard1.0/_._": {}
  1095. },
  1096. "runtime": {
  1097. "lib/netstandard1.0/_._": {}
  1098. }
  1099. },
  1100. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  1101. "type": "package",
  1102. "dependencies": {
  1103. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
  1104. },
  1105. "compile": {
  1106. "lib/netstandard1.0/_._": {}
  1107. },
  1108. "runtime": {
  1109. "lib/netstandard1.0/_._": {}
  1110. }
  1111. },
  1112. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1113. "type": "package",
  1114. "dependencies": {
  1115. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  1116. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  1117. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  1118. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  1119. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  1120. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  1121. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  1122. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  1123. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  1124. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  1125. },
  1126. "compile": {
  1127. "lib/netstandard1.0/_._": {}
  1128. },
  1129. "runtime": {
  1130. "lib/netstandard1.0/_._": {}
  1131. }
  1132. },
  1133. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1134. "type": "package",
  1135. "runtimeTargets": {
  1136. "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  1137. "assetType": "native",
  1138. "rid": "opensuse.13.2-x64"
  1139. }
  1140. }
  1141. },
  1142. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1143. "type": "package",
  1144. "runtimeTargets": {
  1145. "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  1146. "assetType": "native",
  1147. "rid": "opensuse.42.1-x64"
  1148. }
  1149. }
  1150. },
  1151. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  1152. "type": "package",
  1153. "runtimeTargets": {
  1154. "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": {
  1155. "assetType": "native",
  1156. "rid": "osx.10.10-x64"
  1157. }
  1158. }
  1159. },
  1160. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1161. "type": "package",
  1162. "runtimeTargets": {
  1163. "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": {
  1164. "assetType": "native",
  1165. "rid": "osx.10.10-x64"
  1166. }
  1167. }
  1168. },
  1169. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1170. "type": "package",
  1171. "runtimeTargets": {
  1172. "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  1173. "assetType": "native",
  1174. "rid": "rhel.7-x64"
  1175. }
  1176. }
  1177. },
  1178. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1179. "type": "package",
  1180. "runtimeTargets": {
  1181. "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  1182. "assetType": "native",
  1183. "rid": "ubuntu.14.04-x64"
  1184. }
  1185. }
  1186. },
  1187. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1188. "type": "package",
  1189. "runtimeTargets": {
  1190. "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  1191. "assetType": "native",
  1192. "rid": "ubuntu.16.04-x64"
  1193. }
  1194. }
  1195. },
  1196. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1197. "type": "package",
  1198. "runtimeTargets": {
  1199. "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  1200. "assetType": "native",
  1201. "rid": "ubuntu.16.10-x64"
  1202. }
  1203. }
  1204. },
  1205. "System.AppContext/4.3.0": {
  1206. "type": "package",
  1207. "dependencies": {
  1208. "System.Runtime": "4.3.0"
  1209. },
  1210. "compile": {
  1211. "ref/netstandard1.6/System.AppContext.dll": {}
  1212. },
  1213. "runtime": {
  1214. "lib/netstandard1.6/System.AppContext.dll": {}
  1215. }
  1216. },
  1217. "System.Buffers/4.3.0": {
  1218. "type": "package",
  1219. "dependencies": {
  1220. "System.Diagnostics.Debug": "4.3.0",
  1221. "System.Diagnostics.Tracing": "4.3.0",
  1222. "System.Resources.ResourceManager": "4.3.0",
  1223. "System.Runtime": "4.3.0",
  1224. "System.Threading": "4.3.0"
  1225. },
  1226. "compile": {
  1227. "lib/netstandard1.1/System.Buffers.dll": {}
  1228. },
  1229. "runtime": {
  1230. "lib/netstandard1.1/System.Buffers.dll": {}
  1231. }
  1232. },
  1233. "System.Collections/4.3.0": {
  1234. "type": "package",
  1235. "dependencies": {
  1236. "Microsoft.NETCore.Platforms": "1.1.0",
  1237. "Microsoft.NETCore.Targets": "1.1.0",
  1238. "System.Runtime": "4.3.0"
  1239. },
  1240. "compile": {
  1241. "ref/netstandard1.3/System.Collections.dll": {}
  1242. }
  1243. },
  1244. "System.Collections.Concurrent/4.3.0": {
  1245. "type": "package",
  1246. "dependencies": {
  1247. "System.Collections": "4.3.0",
  1248. "System.Diagnostics.Debug": "4.3.0",
  1249. "System.Diagnostics.Tracing": "4.3.0",
  1250. "System.Globalization": "4.3.0",
  1251. "System.Reflection": "4.3.0",
  1252. "System.Resources.ResourceManager": "4.3.0",
  1253. "System.Runtime": "4.3.0",
  1254. "System.Runtime.Extensions": "4.3.0",
  1255. "System.Threading": "4.3.0",
  1256. "System.Threading.Tasks": "4.3.0"
  1257. },
  1258. "compile": {
  1259. "ref/netstandard1.3/System.Collections.Concurrent.dll": {}
  1260. },
  1261. "runtime": {
  1262. "lib/netstandard1.3/System.Collections.Concurrent.dll": {}
  1263. }
  1264. },
  1265. "System.Collections.Immutable/1.3.0": {
  1266. "type": "package",
  1267. "dependencies": {
  1268. "System.Collections": "4.3.0",
  1269. "System.Diagnostics.Debug": "4.3.0",
  1270. "System.Globalization": "4.3.0",
  1271. "System.Linq": "4.3.0",
  1272. "System.Resources.ResourceManager": "4.3.0",
  1273. "System.Runtime": "4.3.0",
  1274. "System.Runtime.Extensions": "4.3.0",
  1275. "System.Threading": "4.3.0"
  1276. },
  1277. "compile": {
  1278. "lib/netstandard1.0/System.Collections.Immutable.dll": {}
  1279. },
  1280. "runtime": {
  1281. "lib/netstandard1.0/System.Collections.Immutable.dll": {}
  1282. }
  1283. },
  1284. "System.Collections.NonGeneric/4.3.0": {
  1285. "type": "package",
  1286. "dependencies": {
  1287. "System.Diagnostics.Debug": "4.3.0",
  1288. "System.Globalization": "4.3.0",
  1289. "System.Resources.ResourceManager": "4.3.0",
  1290. "System.Runtime": "4.3.0",
  1291. "System.Runtime.Extensions": "4.3.0",
  1292. "System.Threading": "4.3.0"
  1293. },
  1294. "compile": {
  1295. "ref/netstandard1.3/System.Collections.NonGeneric.dll": {}
  1296. },
  1297. "runtime": {
  1298. "lib/netstandard1.3/System.Collections.NonGeneric.dll": {}
  1299. }
  1300. },
  1301. "System.Collections.Specialized/4.3.0": {
  1302. "type": "package",
  1303. "dependencies": {
  1304. "System.Collections.NonGeneric": "4.3.0",
  1305. "System.Globalization": "4.3.0",
  1306. "System.Globalization.Extensions": "4.3.0",
  1307. "System.Resources.ResourceManager": "4.3.0",
  1308. "System.Runtime": "4.3.0",
  1309. "System.Runtime.Extensions": "4.3.0",
  1310. "System.Threading": "4.3.0"
  1311. },
  1312. "compile": {
  1313. "ref/netstandard1.3/System.Collections.Specialized.dll": {}
  1314. },
  1315. "runtime": {
  1316. "lib/netstandard1.3/System.Collections.Specialized.dll": {}
  1317. }
  1318. },
  1319. "System.ComponentModel/4.3.0": {
  1320. "type": "package",
  1321. "dependencies": {
  1322. "System.Runtime": "4.3.0"
  1323. },
  1324. "compile": {
  1325. "ref/netstandard1.0/System.ComponentModel.dll": {}
  1326. },
  1327. "runtime": {
  1328. "lib/netstandard1.3/System.ComponentModel.dll": {}
  1329. }
  1330. },
  1331. "System.ComponentModel.Annotations/4.3.0": {
  1332. "type": "package",
  1333. "dependencies": {
  1334. "System.Collections": "4.3.0",
  1335. "System.ComponentModel": "4.3.0",
  1336. "System.Globalization": "4.3.0",
  1337. "System.Linq": "4.3.0",
  1338. "System.Reflection": "4.3.0",
  1339. "System.Reflection.Extensions": "4.3.0",
  1340. "System.Resources.ResourceManager": "4.3.0",
  1341. "System.Runtime": "4.3.0",
  1342. "System.Runtime.Extensions": "4.3.0",
  1343. "System.Text.RegularExpressions": "4.3.0",
  1344. "System.Threading": "4.3.0"
  1345. },
  1346. "compile": {
  1347. "ref/netstandard1.4/System.ComponentModel.Annotations.dll": {}
  1348. },
  1349. "runtime": {
  1350. "lib/netstandard1.4/System.ComponentModel.Annotations.dll": {}
  1351. }
  1352. },
  1353. "System.ComponentModel.EventBasedAsync/4.0.11": {
  1354. "type": "package",
  1355. "dependencies": {
  1356. "System.Resources.ResourceManager": "4.0.1",
  1357. "System.Runtime": "4.1.0",
  1358. "System.Threading": "4.0.11",
  1359. "System.Threading.Tasks": "4.0.11"
  1360. },
  1361. "compile": {
  1362. "ref/netstandard1.3/System.ComponentModel.EventBasedAsync.dll": {}
  1363. },
  1364. "runtime": {
  1365. "lib/netstandard1.3/System.ComponentModel.EventBasedAsync.dll": {}
  1366. }
  1367. },
  1368. "System.ComponentModel.Primitives/4.3.0": {
  1369. "type": "package",
  1370. "dependencies": {
  1371. "System.ComponentModel": "4.3.0",
  1372. "System.Resources.ResourceManager": "4.3.0",
  1373. "System.Runtime": "4.3.0"
  1374. },
  1375. "compile": {
  1376. "ref/netstandard1.0/System.ComponentModel.Primitives.dll": {}
  1377. },
  1378. "runtime": {
  1379. "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {}
  1380. }
  1381. },
  1382. "System.ComponentModel.TypeConverter/4.3.0": {
  1383. "type": "package",
  1384. "dependencies": {
  1385. "System.Collections": "4.3.0",
  1386. "System.Collections.NonGeneric": "4.3.0",
  1387. "System.Collections.Specialized": "4.3.0",
  1388. "System.ComponentModel": "4.3.0",
  1389. "System.ComponentModel.Primitives": "4.3.0",
  1390. "System.Globalization": "4.3.0",
  1391. "System.Linq": "4.3.0",
  1392. "System.Reflection": "4.3.0",
  1393. "System.Reflection.Extensions": "4.3.0",
  1394. "System.Reflection.Primitives": "4.3.0",
  1395. "System.Reflection.TypeExtensions": "4.3.0",
  1396. "System.Resources.ResourceManager": "4.3.0",
  1397. "System.Runtime": "4.3.0",
  1398. "System.Runtime.Extensions": "4.3.0",
  1399. "System.Threading": "4.3.0"
  1400. },
  1401. "compile": {
  1402. "ref/netstandard1.5/System.ComponentModel.TypeConverter.dll": {}
  1403. },
  1404. "runtime": {
  1405. "lib/netstandard1.5/System.ComponentModel.TypeConverter.dll": {}
  1406. }
  1407. },
  1408. "System.Console/4.3.0": {
  1409. "type": "package",
  1410. "dependencies": {
  1411. "Microsoft.NETCore.Platforms": "1.1.0",
  1412. "Microsoft.NETCore.Targets": "1.1.0",
  1413. "System.IO": "4.3.0",
  1414. "System.Runtime": "4.3.0",
  1415. "System.Text.Encoding": "4.3.0"
  1416. },
  1417. "compile": {
  1418. "ref/netstandard1.3/System.Console.dll": {}
  1419. }
  1420. },
  1421. "System.Diagnostics.Debug/4.3.0": {
  1422. "type": "package",
  1423. "dependencies": {
  1424. "Microsoft.NETCore.Platforms": "1.1.0",
  1425. "Microsoft.NETCore.Targets": "1.1.0",
  1426. "System.Runtime": "4.3.0"
  1427. },
  1428. "compile": {
  1429. "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
  1430. }
  1431. },
  1432. "System.Diagnostics.DiagnosticSource/4.3.0": {
  1433. "type": "package",
  1434. "dependencies": {
  1435. "System.Collections": "4.3.0",
  1436. "System.Diagnostics.Tracing": "4.3.0",
  1437. "System.Reflection": "4.3.0",
  1438. "System.Runtime": "4.3.0",
  1439. "System.Threading": "4.3.0"
  1440. },
  1441. "compile": {
  1442. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
  1443. },
  1444. "runtime": {
  1445. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
  1446. }
  1447. },
  1448. "System.Diagnostics.FileVersionInfo/4.0.0": {
  1449. "type": "package",
  1450. "dependencies": {
  1451. "Microsoft.NETCore.Platforms": "1.0.1",
  1452. "System.Globalization": "4.0.11",
  1453. "System.IO": "4.1.0",
  1454. "System.IO.FileSystem": "4.0.1",
  1455. "System.IO.FileSystem.Primitives": "4.0.1",
  1456. "System.Reflection.Metadata": "1.3.0",
  1457. "System.Runtime": "4.1.0",
  1458. "System.Runtime.Extensions": "4.1.0",
  1459. "System.Runtime.InteropServices": "4.1.0"
  1460. },
  1461. "compile": {
  1462. "ref/netstandard1.3/_._": {}
  1463. },
  1464. "runtimeTargets": {
  1465. "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": {
  1466. "assetType": "runtime",
  1467. "rid": "unix"
  1468. },
  1469. "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": {
  1470. "assetType": "runtime",
  1471. "rid": "win"
  1472. }
  1473. }
  1474. },
  1475. "System.Diagnostics.Process/4.3.0": {
  1476. "type": "package",
  1477. "dependencies": {
  1478. "Microsoft.NETCore.Platforms": "1.1.0",
  1479. "Microsoft.Win32.Primitives": "4.3.0",
  1480. "Microsoft.Win32.Registry": "4.3.0",
  1481. "System.Collections": "4.3.0",
  1482. "System.Diagnostics.Debug": "4.3.0",
  1483. "System.Globalization": "4.3.0",
  1484. "System.IO": "4.3.0",
  1485. "System.IO.FileSystem": "4.3.0",
  1486. "System.IO.FileSystem.Primitives": "4.3.0",
  1487. "System.Resources.ResourceManager": "4.3.0",
  1488. "System.Runtime": "4.3.0",
  1489. "System.Runtime.Extensions": "4.3.0",
  1490. "System.Runtime.Handles": "4.3.0",
  1491. "System.Runtime.InteropServices": "4.3.0",
  1492. "System.Text.Encoding": "4.3.0",
  1493. "System.Text.Encoding.Extensions": "4.3.0",
  1494. "System.Threading": "4.3.0",
  1495. "System.Threading.Tasks": "4.3.0",
  1496. "System.Threading.Thread": "4.3.0",
  1497. "System.Threading.ThreadPool": "4.3.0",
  1498. "runtime.native.System": "4.3.0"
  1499. },
  1500. "compile": {
  1501. "ref/netstandard1.4/System.Diagnostics.Process.dll": {}
  1502. },
  1503. "runtimeTargets": {
  1504. "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": {
  1505. "assetType": "runtime",
  1506. "rid": "linux"
  1507. },
  1508. "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll": {
  1509. "assetType": "runtime",
  1510. "rid": "osx"
  1511. },
  1512. "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": {
  1513. "assetType": "runtime",
  1514. "rid": "win"
  1515. }
  1516. }
  1517. },
  1518. "System.Diagnostics.StackTrace/4.0.1": {
  1519. "type": "package",
  1520. "dependencies": {
  1521. "System.Collections.Immutable": "1.2.0",
  1522. "System.IO.FileSystem": "4.0.1",
  1523. "System.Reflection": "4.1.0",
  1524. "System.Reflection.Metadata": "1.3.0",
  1525. "System.Runtime": "4.1.0",
  1526. "System.Runtime.Extensions": "4.1.0"
  1527. },
  1528. "compile": {
  1529. "ref/netstandard1.3/_._": {}
  1530. },
  1531. "runtime": {
  1532. "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {}
  1533. }
  1534. },
  1535. "System.Diagnostics.TextWriterTraceListener/4.0.0": {
  1536. "type": "package",
  1537. "dependencies": {
  1538. "System.Diagnostics.TraceSource": "4.0.0",
  1539. "System.Globalization": "4.0.11",
  1540. "System.IO": "4.1.0",
  1541. "System.Resources.ResourceManager": "4.0.1",
  1542. "System.Runtime": "4.1.0",
  1543. "System.Threading": "4.0.11"
  1544. },
  1545. "compile": {
  1546. "ref/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll": {}
  1547. },
  1548. "runtime": {
  1549. "lib/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll": {}
  1550. }
  1551. },
  1552. "System.Diagnostics.Tools/4.3.0": {
  1553. "type": "package",
  1554. "dependencies": {
  1555. "Microsoft.NETCore.Platforms": "1.1.0",
  1556. "Microsoft.NETCore.Targets": "1.1.0",
  1557. "System.Runtime": "4.3.0"
  1558. },
  1559. "compile": {
  1560. "ref/netstandard1.0/System.Diagnostics.Tools.dll": {}
  1561. }
  1562. },
  1563. "System.Diagnostics.TraceSource/4.0.0": {
  1564. "type": "package",
  1565. "dependencies": {
  1566. "Microsoft.NETCore.Platforms": "1.0.1",
  1567. "System.Collections": "4.0.11",
  1568. "System.Diagnostics.Debug": "4.0.11",
  1569. "System.Globalization": "4.0.11",
  1570. "System.Resources.ResourceManager": "4.0.1",
  1571. "System.Runtime": "4.1.0",
  1572. "System.Runtime.Extensions": "4.1.0",
  1573. "System.Threading": "4.0.11",
  1574. "runtime.native.System": "4.0.0"
  1575. },
  1576. "compile": {
  1577. "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": {}
  1578. },
  1579. "runtimeTargets": {
  1580. "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": {
  1581. "assetType": "runtime",
  1582. "rid": "unix"
  1583. },
  1584. "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": {
  1585. "assetType": "runtime",
  1586. "rid": "win"
  1587. }
  1588. }
  1589. },
  1590. "System.Diagnostics.Tracing/4.3.0": {
  1591. "type": "package",
  1592. "dependencies": {
  1593. "Microsoft.NETCore.Platforms": "1.1.0",
  1594. "Microsoft.NETCore.Targets": "1.1.0",
  1595. "System.Runtime": "4.3.0"
  1596. },
  1597. "compile": {
  1598. "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
  1599. }
  1600. },
  1601. "System.Dynamic.Runtime/4.3.0": {
  1602. "type": "package",
  1603. "dependencies": {
  1604. "System.Collections": "4.3.0",
  1605. "System.Diagnostics.Debug": "4.3.0",
  1606. "System.Linq": "4.3.0",
  1607. "System.Linq.Expressions": "4.3.0",
  1608. "System.ObjectModel": "4.3.0",
  1609. "System.Reflection": "4.3.0",
  1610. "System.Reflection.Emit": "4.3.0",
  1611. "System.Reflection.Emit.ILGeneration": "4.3.0",
  1612. "System.Reflection.Primitives": "4.3.0",
  1613. "System.Reflection.TypeExtensions": "4.3.0",
  1614. "System.Resources.ResourceManager": "4.3.0",
  1615. "System.Runtime": "4.3.0",
  1616. "System.Runtime.Extensions": "4.3.0",
  1617. "System.Threading": "4.3.0"
  1618. },
  1619. "compile": {
  1620. "ref/netstandard1.3/System.Dynamic.Runtime.dll": {}
  1621. },
  1622. "runtime": {
  1623. "lib/netstandard1.3/System.Dynamic.Runtime.dll": {}
  1624. }
  1625. },
  1626. "System.Globalization/4.3.0": {
  1627. "type": "package",
  1628. "dependencies": {
  1629. "Microsoft.NETCore.Platforms": "1.1.0",
  1630. "Microsoft.NETCore.Targets": "1.1.0",
  1631. "System.Runtime": "4.3.0"
  1632. },
  1633. "compile": {
  1634. "ref/netstandard1.3/System.Globalization.dll": {}
  1635. }
  1636. },
  1637. "System.Globalization.Calendars/4.3.0": {
  1638. "type": "package",
  1639. "dependencies": {
  1640. "Microsoft.NETCore.Platforms": "1.1.0",
  1641. "Microsoft.NETCore.Targets": "1.1.0",
  1642. "System.Globalization": "4.3.0",
  1643. "System.Runtime": "4.3.0"
  1644. },
  1645. "compile": {
  1646. "ref/netstandard1.3/System.Globalization.Calendars.dll": {}
  1647. }
  1648. },
  1649. "System.Globalization.Extensions/4.3.0": {
  1650. "type": "package",
  1651. "dependencies": {
  1652. "Microsoft.NETCore.Platforms": "1.1.0",
  1653. "System.Globalization": "4.3.0",
  1654. "System.Resources.ResourceManager": "4.3.0",
  1655. "System.Runtime": "4.3.0",
  1656. "System.Runtime.Extensions": "4.3.0",
  1657. "System.Runtime.InteropServices": "4.3.0"
  1658. },
  1659. "compile": {
  1660. "ref/netstandard1.3/System.Globalization.Extensions.dll": {}
  1661. },
  1662. "runtimeTargets": {
  1663. "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": {
  1664. "assetType": "runtime",
  1665. "rid": "unix"
  1666. },
  1667. "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": {
  1668. "assetType": "runtime",
  1669. "rid": "win"
  1670. }
  1671. }
  1672. },
  1673. "System.IO/4.3.0": {
  1674. "type": "package",
  1675. "dependencies": {
  1676. "Microsoft.NETCore.Platforms": "1.1.0",
  1677. "Microsoft.NETCore.Targets": "1.1.0",
  1678. "System.Runtime": "4.3.0",
  1679. "System.Text.Encoding": "4.3.0",
  1680. "System.Threading.Tasks": "4.3.0"
  1681. },
  1682. "compile": {
  1683. "ref/netstandard1.5/System.IO.dll": {}
  1684. }
  1685. },
  1686. "System.IO.Compression/4.3.0": {
  1687. "type": "package",
  1688. "dependencies": {
  1689. "Microsoft.NETCore.Platforms": "1.1.0",
  1690. "System.Buffers": "4.3.0",
  1691. "System.Collections": "4.3.0",
  1692. "System.Diagnostics.Debug": "4.3.0",
  1693. "System.IO": "4.3.0",
  1694. "System.Resources.ResourceManager": "4.3.0",
  1695. "System.Runtime": "4.3.0",
  1696. "System.Runtime.Extensions": "4.3.0",
  1697. "System.Runtime.Handles": "4.3.0",
  1698. "System.Runtime.InteropServices": "4.3.0",
  1699. "System.Text.Encoding": "4.3.0",
  1700. "System.Threading": "4.3.0",
  1701. "System.Threading.Tasks": "4.3.0",
  1702. "runtime.native.System": "4.3.0",
  1703. "runtime.native.System.IO.Compression": "4.3.0"
  1704. },
  1705. "compile": {
  1706. "ref/netstandard1.3/System.IO.Compression.dll": {}
  1707. },
  1708. "runtimeTargets": {
  1709. "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {
  1710. "assetType": "runtime",
  1711. "rid": "unix"
  1712. },
  1713. "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {
  1714. "assetType": "runtime",
  1715. "rid": "win"
  1716. }
  1717. }
  1718. },
  1719. "System.IO.Compression.ZipFile/4.3.0": {
  1720. "type": "package",
  1721. "dependencies": {
  1722. "System.Buffers": "4.3.0",
  1723. "System.IO": "4.3.0",
  1724. "System.IO.Compression": "4.3.0",
  1725. "System.IO.FileSystem": "4.3.0",
  1726. "System.IO.FileSystem.Primitives": "4.3.0",
  1727. "System.Resources.ResourceManager": "4.3.0",
  1728. "System.Runtime": "4.3.0",
  1729. "System.Runtime.Extensions": "4.3.0",
  1730. "System.Text.Encoding": "4.3.0"
  1731. },
  1732. "compile": {
  1733. "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
  1734. },
  1735. "runtime": {
  1736. "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
  1737. }
  1738. },
  1739. "System.IO.FileSystem/4.3.0": {
  1740. "type": "package",
  1741. "dependencies": {
  1742. "Microsoft.NETCore.Platforms": "1.1.0",
  1743. "Microsoft.NETCore.Targets": "1.1.0",
  1744. "System.IO": "4.3.0",
  1745. "System.IO.FileSystem.Primitives": "4.3.0",
  1746. "System.Runtime": "4.3.0",
  1747. "System.Runtime.Handles": "4.3.0",
  1748. "System.Text.Encoding": "4.3.0",
  1749. "System.Threading.Tasks": "4.3.0"
  1750. },
  1751. "compile": {
  1752. "ref/netstandard1.3/System.IO.FileSystem.dll": {}
  1753. }
  1754. },
  1755. "System.IO.FileSystem.Primitives/4.3.0": {
  1756. "type": "package",
  1757. "dependencies": {
  1758. "System.Runtime": "4.3.0"
  1759. },
  1760. "compile": {
  1761. "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
  1762. },
  1763. "runtime": {
  1764. "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
  1765. }
  1766. },
  1767. "System.IO.FileSystem.Watcher/4.3.0": {
  1768. "type": "package",
  1769. "dependencies": {
  1770. "Microsoft.NETCore.Platforms": "1.1.0",
  1771. "Microsoft.Win32.Primitives": "4.3.0",
  1772. "System.Collections": "4.3.0",
  1773. "System.IO.FileSystem": "4.3.0",
  1774. "System.IO.FileSystem.Primitives": "4.3.0",
  1775. "System.Resources.ResourceManager": "4.3.0",
  1776. "System.Runtime": "4.3.0",
  1777. "System.Runtime.Extensions": "4.3.0",
  1778. "System.Runtime.Handles": "4.3.0",
  1779. "System.Runtime.InteropServices": "4.3.0",
  1780. "System.Text.Encoding": "4.3.0",
  1781. "System.Threading": "4.3.0",
  1782. "System.Threading.Overlapped": "4.3.0",
  1783. "System.Threading.Tasks": "4.3.0",
  1784. "System.Threading.Thread": "4.3.0",
  1785. "runtime.native.System": "4.3.0"
  1786. },
  1787. "compile": {
  1788. "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {}
  1789. },
  1790. "runtimeTargets": {
  1791. "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {
  1792. "assetType": "runtime",
  1793. "rid": "linux"
  1794. },
  1795. "runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {
  1796. "assetType": "runtime",
  1797. "rid": "osx"
  1798. },
  1799. "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {
  1800. "assetType": "runtime",
  1801. "rid": "win"
  1802. }
  1803. }
  1804. },
  1805. "System.IO.MemoryMappedFiles/4.3.0": {
  1806. "type": "package",
  1807. "dependencies": {
  1808. "Microsoft.NETCore.Platforms": "1.1.0",
  1809. "System.IO": "4.3.0",
  1810. "System.IO.FileSystem": "4.3.0",
  1811. "System.IO.FileSystem.Primitives": "4.3.0",
  1812. "System.IO.UnmanagedMemoryStream": "4.3.0",
  1813. "System.Resources.ResourceManager": "4.3.0",
  1814. "System.Runtime": "4.3.0",
  1815. "System.Runtime.Extensions": "4.3.0",
  1816. "System.Runtime.Handles": "4.3.0",
  1817. "System.Runtime.InteropServices": "4.3.0",
  1818. "System.Threading": "4.3.0",
  1819. "System.Threading.Tasks": "4.3.0",
  1820. "runtime.native.System": "4.3.0"
  1821. },
  1822. "compile": {
  1823. "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {}
  1824. },
  1825. "runtimeTargets": {
  1826. "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": {
  1827. "assetType": "runtime",
  1828. "rid": "unix"
  1829. },
  1830. "runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": {
  1831. "assetType": "runtime",
  1832. "rid": "win"
  1833. }
  1834. }
  1835. },
  1836. "System.IO.UnmanagedMemoryStream/4.3.0": {
  1837. "type": "package",
  1838. "dependencies": {
  1839. "System.Buffers": "4.3.0",
  1840. "System.Diagnostics.Debug": "4.3.0",
  1841. "System.IO": "4.3.0",
  1842. "System.IO.FileSystem.Primitives": "4.3.0",
  1843. "System.Resources.ResourceManager": "4.3.0",
  1844. "System.Runtime": "4.3.0",
  1845. "System.Runtime.InteropServices": "4.3.0",
  1846. "System.Threading": "4.3.0",
  1847. "System.Threading.Tasks": "4.3.0"
  1848. },
  1849. "compile": {
  1850. "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {}
  1851. },
  1852. "runtime": {
  1853. "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {}
  1854. }
  1855. },
  1856. "System.Linq/4.3.0": {
  1857. "type": "package",
  1858. "dependencies": {
  1859. "System.Collections": "4.3.0",
  1860. "System.Diagnostics.Debug": "4.3.0",
  1861. "System.Resources.ResourceManager": "4.3.0",
  1862. "System.Runtime": "4.3.0",
  1863. "System.Runtime.Extensions": "4.3.0"
  1864. },
  1865. "compile": {
  1866. "ref/netstandard1.6/System.Linq.dll": {}
  1867. },
  1868. "runtime": {
  1869. "lib/netstandard1.6/System.Linq.dll": {}
  1870. }
  1871. },
  1872. "System.Linq.Expressions/4.3.0": {
  1873. "type": "package",
  1874. "dependencies": {
  1875. "System.Collections": "4.3.0",
  1876. "System.Diagnostics.Debug": "4.3.0",
  1877. "System.Globalization": "4.3.0",
  1878. "System.IO": "4.3.0",
  1879. "System.Linq": "4.3.0",
  1880. "System.ObjectModel": "4.3.0",
  1881. "System.Reflection": "4.3.0",
  1882. "System.Reflection.Emit": "4.3.0",
  1883. "System.Reflection.Emit.ILGeneration": "4.3.0",
  1884. "System.Reflection.Emit.Lightweight": "4.3.0",
  1885. "System.Reflection.Extensions": "4.3.0",
  1886. "System.Reflection.Primitives": "4.3.0",
  1887. "System.Reflection.TypeExtensions": "4.3.0",
  1888. "System.Resources.ResourceManager": "4.3.0",
  1889. "System.Runtime": "4.3.0",
  1890. "System.Runtime.Extensions": "4.3.0",
  1891. "System.Threading": "4.3.0"
  1892. },
  1893. "compile": {
  1894. "ref/netstandard1.6/System.Linq.Expressions.dll": {}
  1895. },
  1896. "runtime": {
  1897. "lib/netstandard1.6/System.Linq.Expressions.dll": {}
  1898. }
  1899. },
  1900. "System.Linq.Parallel/4.3.0": {
  1901. "type": "package",
  1902. "dependencies": {
  1903. "System.Collections": "4.3.0",
  1904. "System.Collections.Concurrent": "4.3.0",
  1905. "System.Diagnostics.Debug": "4.3.0",
  1906. "System.Diagnostics.Tracing": "4.3.0",
  1907. "System.Linq": "4.3.0",
  1908. "System.Resources.ResourceManager": "4.3.0",
  1909. "System.Runtime": "4.3.0",
  1910. "System.Runtime.Extensions": "4.3.0",
  1911. "System.Threading": "4.3.0",
  1912. "System.Threading.Tasks": "4.3.0"
  1913. },
  1914. "compile": {
  1915. "ref/netstandard1.1/System.Linq.Parallel.dll": {}
  1916. },
  1917. "runtime": {
  1918. "lib/netstandard1.3/System.Linq.Parallel.dll": {}
  1919. }
  1920. },
  1921. "System.Linq.Queryable/4.3.0": {
  1922. "type": "package",
  1923. "dependencies": {
  1924. "System.Collections": "4.3.0",
  1925. "System.Diagnostics.Debug": "4.3.0",
  1926. "System.Linq": "4.3.0",
  1927. "System.Linq.Expressions": "4.3.0",
  1928. "System.Reflection": "4.3.0",
  1929. "System.Reflection.Extensions": "4.3.0",
  1930. "System.Resources.ResourceManager": "4.3.0",
  1931. "System.Runtime": "4.3.0"
  1932. },
  1933. "compile": {
  1934. "ref/netstandard1.0/System.Linq.Queryable.dll": {}
  1935. },
  1936. "runtime": {
  1937. "lib/netstandard1.3/System.Linq.Queryable.dll": {}
  1938. }
  1939. },
  1940. "System.Net.Http/4.3.0": {
  1941. "type": "package",
  1942. "dependencies": {
  1943. "Microsoft.NETCore.Platforms": "1.1.0",
  1944. "System.Collections": "4.3.0",
  1945. "System.Diagnostics.Debug": "4.3.0",
  1946. "System.Diagnostics.DiagnosticSource": "4.3.0",
  1947. "System.Diagnostics.Tracing": "4.3.0",
  1948. "System.Globalization": "4.3.0",
  1949. "System.Globalization.Extensions": "4.3.0",
  1950. "System.IO": "4.3.0",
  1951. "System.IO.FileSystem": "4.3.0",
  1952. "System.Net.Primitives": "4.3.0",
  1953. "System.Resources.ResourceManager": "4.3.0",
  1954. "System.Runtime": "4.3.0",
  1955. "System.Runtime.Extensions": "4.3.0",
  1956. "System.Runtime.Handles": "4.3.0",
  1957. "System.Runtime.InteropServices": "4.3.0",
  1958. "System.Security.Cryptography.Algorithms": "4.3.0",
  1959. "System.Security.Cryptography.Encoding": "4.3.0",
  1960. "System.Security.Cryptography.OpenSsl": "4.3.0",
  1961. "System.Security.Cryptography.Primitives": "4.3.0",
  1962. "System.Security.Cryptography.X509Certificates": "4.3.0",
  1963. "System.Text.Encoding": "4.3.0",
  1964. "System.Threading": "4.3.0",
  1965. "System.Threading.Tasks": "4.3.0",
  1966. "runtime.native.System": "4.3.0",
  1967. "runtime.native.System.Net.Http": "4.3.0",
  1968. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  1969. },
  1970. "compile": {
  1971. "ref/netstandard1.3/System.Net.Http.dll": {}
  1972. },
  1973. "runtimeTargets": {
  1974. "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": {
  1975. "assetType": "runtime",
  1976. "rid": "unix"
  1977. },
  1978. "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": {
  1979. "assetType": "runtime",
  1980. "rid": "win"
  1981. }
  1982. }
  1983. },
  1984. "System.Net.NameResolution/4.3.0": {
  1985. "type": "package",
  1986. "dependencies": {
  1987. "Microsoft.NETCore.Platforms": "1.1.0",
  1988. "System.Collections": "4.3.0",
  1989. "System.Diagnostics.Tracing": "4.3.0",
  1990. "System.Globalization": "4.3.0",
  1991. "System.Net.Primitives": "4.3.0",
  1992. "System.Resources.ResourceManager": "4.3.0",
  1993. "System.Runtime": "4.3.0",
  1994. "System.Runtime.Extensions": "4.3.0",
  1995. "System.Runtime.Handles": "4.3.0",
  1996. "System.Runtime.InteropServices": "4.3.0",
  1997. "System.Security.Principal.Windows": "4.3.0",
  1998. "System.Threading": "4.3.0",
  1999. "System.Threading.Tasks": "4.3.0",
  2000. "runtime.native.System": "4.3.0"
  2001. },
  2002. "compile": {
  2003. "ref/netstandard1.3/System.Net.NameResolution.dll": {}
  2004. },
  2005. "runtimeTargets": {
  2006. "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": {
  2007. "assetType": "runtime",
  2008. "rid": "unix"
  2009. },
  2010. "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": {
  2011. "assetType": "runtime",
  2012. "rid": "win"
  2013. }
  2014. }
  2015. },
  2016. "System.Net.Primitives/4.3.0": {
  2017. "type": "package",
  2018. "dependencies": {
  2019. "Microsoft.NETCore.Platforms": "1.1.0",
  2020. "Microsoft.NETCore.Targets": "1.1.0",
  2021. "System.Runtime": "4.3.0",
  2022. "System.Runtime.Handles": "4.3.0"
  2023. },
  2024. "compile": {
  2025. "ref/netstandard1.3/System.Net.Primitives.dll": {}
  2026. }
  2027. },
  2028. "System.Net.Requests/4.3.0": {
  2029. "type": "package",
  2030. "dependencies": {
  2031. "Microsoft.NETCore.Platforms": "1.1.0",
  2032. "System.Collections": "4.3.0",
  2033. "System.Diagnostics.Debug": "4.3.0",
  2034. "System.Diagnostics.Tracing": "4.3.0",
  2035. "System.Globalization": "4.3.0",
  2036. "System.IO": "4.3.0",
  2037. "System.Net.Http": "4.3.0",
  2038. "System.Net.Primitives": "4.3.0",
  2039. "System.Net.WebHeaderCollection": "4.3.0",
  2040. "System.Resources.ResourceManager": "4.3.0",
  2041. "System.Runtime": "4.3.0",
  2042. "System.Threading": "4.3.0",
  2043. "System.Threading.Tasks": "4.3.0"
  2044. },
  2045. "compile": {
  2046. "ref/netstandard1.3/System.Net.Requests.dll": {}
  2047. },
  2048. "runtimeTargets": {
  2049. "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll": {
  2050. "assetType": "runtime",
  2051. "rid": "unix"
  2052. },
  2053. "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": {
  2054. "assetType": "runtime",
  2055. "rid": "win"
  2056. }
  2057. }
  2058. },
  2059. "System.Net.Security/4.3.0": {
  2060. "type": "package",
  2061. "dependencies": {
  2062. "Microsoft.NETCore.Platforms": "1.1.0",
  2063. "Microsoft.Win32.Primitives": "4.3.0",
  2064. "System.Collections": "4.3.0",
  2065. "System.Collections.Concurrent": "4.3.0",
  2066. "System.Diagnostics.Tracing": "4.3.0",
  2067. "System.Globalization": "4.3.0",
  2068. "System.Globalization.Extensions": "4.3.0",
  2069. "System.IO": "4.3.0",
  2070. "System.Net.Primitives": "4.3.0",
  2071. "System.Resources.ResourceManager": "4.3.0",
  2072. "System.Runtime": "4.3.0",
  2073. "System.Runtime.Extensions": "4.3.0",
  2074. "System.Runtime.Handles": "4.3.0",
  2075. "System.Runtime.InteropServices": "4.3.0",
  2076. "System.Security.Claims": "4.3.0",
  2077. "System.Security.Cryptography.Algorithms": "4.3.0",
  2078. "System.Security.Cryptography.Encoding": "4.3.0",
  2079. "System.Security.Cryptography.OpenSsl": "4.3.0",
  2080. "System.Security.Cryptography.Primitives": "4.3.0",
  2081. "System.Security.Cryptography.X509Certificates": "4.3.0",
  2082. "System.Security.Principal": "4.3.0",
  2083. "System.Text.Encoding": "4.3.0",
  2084. "System.Threading": "4.3.0",
  2085. "System.Threading.Tasks": "4.3.0",
  2086. "System.Threading.ThreadPool": "4.3.0",
  2087. "runtime.native.System": "4.3.0",
  2088. "runtime.native.System.Net.Security": "4.3.0",
  2089. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  2090. },
  2091. "compile": {
  2092. "ref/netstandard1.3/System.Net.Security.dll": {}
  2093. },
  2094. "runtimeTargets": {
  2095. "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": {
  2096. "assetType": "runtime",
  2097. "rid": "unix"
  2098. },
  2099. "runtimes/win/lib/netstandard1.3/System.Net.Security.dll": {
  2100. "assetType": "runtime",
  2101. "rid": "win"
  2102. }
  2103. }
  2104. },
  2105. "System.Net.Sockets/4.3.0": {
  2106. "type": "package",
  2107. "dependencies": {
  2108. "Microsoft.NETCore.Platforms": "1.1.0",
  2109. "Microsoft.NETCore.Targets": "1.1.0",
  2110. "System.IO": "4.3.0",
  2111. "System.Net.Primitives": "4.3.0",
  2112. "System.Runtime": "4.3.0",
  2113. "System.Threading.Tasks": "4.3.0"
  2114. },
  2115. "compile": {
  2116. "ref/netstandard1.3/System.Net.Sockets.dll": {}
  2117. }
  2118. },
  2119. "System.Net.WebHeaderCollection/4.3.0": {
  2120. "type": "package",
  2121. "dependencies": {
  2122. "System.Collections": "4.3.0",
  2123. "System.Resources.ResourceManager": "4.3.0",
  2124. "System.Runtime": "4.3.0",
  2125. "System.Runtime.Extensions": "4.3.0"
  2126. },
  2127. "compile": {
  2128. "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {}
  2129. },
  2130. "runtime": {
  2131. "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {}
  2132. }
  2133. },
  2134. "System.Numerics.Vectors/4.3.0": {
  2135. "type": "package",
  2136. "dependencies": {
  2137. "System.Globalization": "4.3.0",
  2138. "System.Resources.ResourceManager": "4.3.0",
  2139. "System.Runtime": "4.3.0",
  2140. "System.Runtime.Extensions": "4.3.0"
  2141. },
  2142. "compile": {
  2143. "ref/netstandard1.0/System.Numerics.Vectors.dll": {}
  2144. },
  2145. "runtime": {
  2146. "lib/netstandard1.0/System.Numerics.Vectors.dll": {}
  2147. }
  2148. },
  2149. "System.ObjectModel/4.3.0": {
  2150. "type": "package",
  2151. "dependencies": {
  2152. "System.Collections": "4.3.0",
  2153. "System.Diagnostics.Debug": "4.3.0",
  2154. "System.Resources.ResourceManager": "4.3.0",
  2155. "System.Runtime": "4.3.0",
  2156. "System.Threading": "4.3.0"
  2157. },
  2158. "compile": {
  2159. "ref/netstandard1.3/System.ObjectModel.dll": {}
  2160. },
  2161. "runtime": {
  2162. "lib/netstandard1.3/System.ObjectModel.dll": {}
  2163. }
  2164. },
  2165. "System.Private.DataContractSerialization/4.1.1": {
  2166. "type": "package",
  2167. "dependencies": {
  2168. "System.Collections": "4.0.11",
  2169. "System.Collections.Concurrent": "4.0.12",
  2170. "System.Diagnostics.Debug": "4.0.11",
  2171. "System.Globalization": "4.0.11",
  2172. "System.IO": "4.1.0",
  2173. "System.Linq": "4.1.0",
  2174. "System.Reflection": "4.1.0",
  2175. "System.Reflection.Emit.ILGeneration": "4.0.1",
  2176. "System.Reflection.Emit.Lightweight": "4.0.1",
  2177. "System.Reflection.Extensions": "4.0.1",
  2178. "System.Reflection.Primitives": "4.0.1",
  2179. "System.Reflection.TypeExtensions": "4.1.0",
  2180. "System.Resources.ResourceManager": "4.0.1",
  2181. "System.Runtime": "4.1.0",
  2182. "System.Runtime.Extensions": "4.1.0",
  2183. "System.Runtime.Serialization.Primitives": "4.1.1",
  2184. "System.Text.Encoding": "4.0.11",
  2185. "System.Text.Encoding.Extensions": "4.0.11",
  2186. "System.Text.RegularExpressions": "4.1.0",
  2187. "System.Threading": "4.0.11",
  2188. "System.Threading.Tasks": "4.0.11",
  2189. "System.Xml.ReaderWriter": "4.0.11",
  2190. "System.Xml.XmlDocument": "4.0.1",
  2191. "System.Xml.XmlSerializer": "4.0.11"
  2192. },
  2193. "compile": {
  2194. "ref/netstandard/_._": {}
  2195. },
  2196. "runtime": {
  2197. "lib/netstandard1.3/System.Private.DataContractSerialization.dll": {}
  2198. }
  2199. },
  2200. "System.Reflection/4.3.0": {
  2201. "type": "package",
  2202. "dependencies": {
  2203. "Microsoft.NETCore.Platforms": "1.1.0",
  2204. "Microsoft.NETCore.Targets": "1.1.0",
  2205. "System.IO": "4.3.0",
  2206. "System.Reflection.Primitives": "4.3.0",
  2207. "System.Runtime": "4.3.0"
  2208. },
  2209. "compile": {
  2210. "ref/netstandard1.5/System.Reflection.dll": {}
  2211. }
  2212. },
  2213. "System.Reflection.DispatchProxy/4.3.0": {
  2214. "type": "package",
  2215. "dependencies": {
  2216. "System.Collections": "4.3.0",
  2217. "System.Linq": "4.3.0",
  2218. "System.Reflection": "4.3.0",
  2219. "System.Reflection.Emit": "4.3.0",
  2220. "System.Reflection.Emit.ILGeneration": "4.3.0",
  2221. "System.Reflection.Extensions": "4.3.0",
  2222. "System.Reflection.Primitives": "4.3.0",
  2223. "System.Resources.ResourceManager": "4.3.0",
  2224. "System.Runtime": "4.3.0",
  2225. "System.Threading": "4.3.0"
  2226. },
  2227. "compile": {
  2228. "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {}
  2229. },
  2230. "runtime": {
  2231. "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {}
  2232. }
  2233. },
  2234. "System.Reflection.Emit/4.3.0": {
  2235. "type": "package",
  2236. "dependencies": {
  2237. "System.IO": "4.3.0",
  2238. "System.Reflection": "4.3.0",
  2239. "System.Reflection.Emit.ILGeneration": "4.3.0",
  2240. "System.Reflection.Primitives": "4.3.0",
  2241. "System.Runtime": "4.3.0"
  2242. },
  2243. "compile": {
  2244. "ref/netstandard1.1/System.Reflection.Emit.dll": {}
  2245. },
  2246. "runtime": {
  2247. "lib/netstandard1.3/System.Reflection.Emit.dll": {}
  2248. }
  2249. },
  2250. "System.Reflection.Emit.ILGeneration/4.3.0": {
  2251. "type": "package",
  2252. "dependencies": {
  2253. "System.Reflection": "4.3.0",
  2254. "System.Reflection.Primitives": "4.3.0",
  2255. "System.Runtime": "4.3.0"
  2256. },
  2257. "compile": {
  2258. "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll": {}
  2259. },
  2260. "runtime": {
  2261. "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {}
  2262. }
  2263. },
  2264. "System.Reflection.Emit.Lightweight/4.3.0": {
  2265. "type": "package",
  2266. "dependencies": {
  2267. "System.Reflection": "4.3.0",
  2268. "System.Reflection.Emit.ILGeneration": "4.3.0",
  2269. "System.Reflection.Primitives": "4.3.0",
  2270. "System.Runtime": "4.3.0"
  2271. },
  2272. "compile": {
  2273. "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll": {}
  2274. },
  2275. "runtime": {
  2276. "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {}
  2277. }
  2278. },
  2279. "System.Reflection.Extensions/4.3.0": {
  2280. "type": "package",
  2281. "dependencies": {
  2282. "Microsoft.NETCore.Platforms": "1.1.0",
  2283. "Microsoft.NETCore.Targets": "1.1.0",
  2284. "System.Reflection": "4.3.0",
  2285. "System.Runtime": "4.3.0"
  2286. },
  2287. "compile": {
  2288. "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
  2289. }
  2290. },
  2291. "System.Reflection.Metadata/1.4.1": {
  2292. "type": "package",
  2293. "dependencies": {
  2294. "System.Collections": "4.3.0",
  2295. "System.Collections.Immutable": "1.3.0",
  2296. "System.Diagnostics.Debug": "4.3.0",
  2297. "System.IO": "4.3.0",
  2298. "System.IO.Compression": "4.3.0",
  2299. "System.Linq": "4.3.0",
  2300. "System.Reflection": "4.3.0",
  2301. "System.Reflection.Extensions": "4.3.0",
  2302. "System.Reflection.Primitives": "4.3.0",
  2303. "System.Resources.ResourceManager": "4.3.0",
  2304. "System.Runtime": "4.3.0",
  2305. "System.Runtime.Extensions": "4.3.0",
  2306. "System.Runtime.InteropServices": "4.3.0",
  2307. "System.Text.Encoding": "4.3.0",
  2308. "System.Text.Encoding.Extensions": "4.3.0",
  2309. "System.Threading": "4.3.0"
  2310. },
  2311. "compile": {
  2312. "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
  2313. },
  2314. "runtime": {
  2315. "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
  2316. }
  2317. },
  2318. "System.Reflection.Primitives/4.3.0": {
  2319. "type": "package",
  2320. "dependencies": {
  2321. "Microsoft.NETCore.Platforms": "1.1.0",
  2322. "Microsoft.NETCore.Targets": "1.1.0",
  2323. "System.Runtime": "4.3.0"
  2324. },
  2325. "compile": {
  2326. "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
  2327. }
  2328. },
  2329. "System.Reflection.TypeExtensions/4.3.0": {
  2330. "type": "package",
  2331. "dependencies": {
  2332. "System.Reflection": "4.3.0",
  2333. "System.Runtime": "4.3.0"
  2334. },
  2335. "compile": {
  2336. "ref/netstandard1.5/System.Reflection.TypeExtensions.dll": {}
  2337. },
  2338. "runtime": {
  2339. "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {}
  2340. }
  2341. },
  2342. "System.Resources.Reader/4.3.0": {
  2343. "type": "package",
  2344. "dependencies": {
  2345. "System.IO": "4.3.0",
  2346. "System.Resources.ResourceManager": "4.3.0",
  2347. "System.Runtime": "4.3.0",
  2348. "System.Text.Encoding": "4.3.0",
  2349. "System.Threading": "4.3.0"
  2350. },
  2351. "compile": {
  2352. "lib/netstandard1.0/System.Resources.Reader.dll": {}
  2353. },
  2354. "runtime": {
  2355. "lib/netstandard1.0/System.Resources.Reader.dll": {}
  2356. }
  2357. },
  2358. "System.Resources.ResourceManager/4.3.0": {
  2359. "type": "package",
  2360. "dependencies": {
  2361. "Microsoft.NETCore.Platforms": "1.1.0",
  2362. "Microsoft.NETCore.Targets": "1.1.0",
  2363. "System.Globalization": "4.3.0",
  2364. "System.Reflection": "4.3.0",
  2365. "System.Runtime": "4.3.0"
  2366. },
  2367. "compile": {
  2368. "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
  2369. }
  2370. },
  2371. "System.Runtime/4.3.0": {
  2372. "type": "package",
  2373. "dependencies": {
  2374. "Microsoft.NETCore.Platforms": "1.1.0",
  2375. "Microsoft.NETCore.Targets": "1.1.0"
  2376. },
  2377. "compile": {
  2378. "ref/netstandard1.5/System.Runtime.dll": {}
  2379. }
  2380. },
  2381. "System.Runtime.Extensions/4.3.0": {
  2382. "type": "package",
  2383. "dependencies": {
  2384. "Microsoft.NETCore.Platforms": "1.1.0",
  2385. "Microsoft.NETCore.Targets": "1.1.0",
  2386. "System.Runtime": "4.3.0"
  2387. },
  2388. "compile": {
  2389. "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
  2390. }
  2391. },
  2392. "System.Runtime.Handles/4.3.0": {
  2393. "type": "package",
  2394. "dependencies": {
  2395. "Microsoft.NETCore.Platforms": "1.1.0",
  2396. "Microsoft.NETCore.Targets": "1.1.0",
  2397. "System.Runtime": "4.3.0"
  2398. },
  2399. "compile": {
  2400. "ref/netstandard1.3/System.Runtime.Handles.dll": {}
  2401. }
  2402. },
  2403. "System.Runtime.InteropServices/4.3.0": {
  2404. "type": "package",
  2405. "dependencies": {
  2406. "Microsoft.NETCore.Platforms": "1.1.0",
  2407. "Microsoft.NETCore.Targets": "1.1.0",
  2408. "System.Reflection": "4.3.0",
  2409. "System.Reflection.Primitives": "4.3.0",
  2410. "System.Runtime": "4.3.0",
  2411. "System.Runtime.Handles": "4.3.0"
  2412. },
  2413. "compile": {
  2414. "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {}
  2415. }
  2416. },
  2417. "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
  2418. "type": "package",
  2419. "dependencies": {
  2420. "System.Reflection": "4.3.0",
  2421. "System.Reflection.Extensions": "4.3.0",
  2422. "System.Resources.ResourceManager": "4.3.0",
  2423. "System.Runtime": "4.3.0",
  2424. "System.Runtime.InteropServices": "4.3.0",
  2425. "System.Threading": "4.3.0",
  2426. "runtime.native.System": "4.3.0"
  2427. },
  2428. "compile": {
  2429. "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
  2430. },
  2431. "runtime": {
  2432. "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
  2433. },
  2434. "runtimeTargets": {
  2435. "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
  2436. "assetType": "runtime",
  2437. "rid": "unix"
  2438. },
  2439. "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
  2440. "assetType": "runtime",
  2441. "rid": "win"
  2442. }
  2443. }
  2444. },
  2445. "System.Runtime.Loader/4.3.0": {
  2446. "type": "package",
  2447. "dependencies": {
  2448. "System.IO": "4.3.0",
  2449. "System.Reflection": "4.3.0",
  2450. "System.Runtime": "4.3.0"
  2451. },
  2452. "compile": {
  2453. "ref/netstandard1.5/System.Runtime.Loader.dll": {}
  2454. },
  2455. "runtime": {
  2456. "lib/netstandard1.5/System.Runtime.Loader.dll": {}
  2457. }
  2458. },
  2459. "System.Runtime.Numerics/4.3.0": {
  2460. "type": "package",
  2461. "dependencies": {
  2462. "System.Globalization": "4.3.0",
  2463. "System.Resources.ResourceManager": "4.3.0",
  2464. "System.Runtime": "4.3.0",
  2465. "System.Runtime.Extensions": "4.3.0"
  2466. },
  2467. "compile": {
  2468. "ref/netstandard1.1/System.Runtime.Numerics.dll": {}
  2469. },
  2470. "runtime": {
  2471. "lib/netstandard1.3/System.Runtime.Numerics.dll": {}
  2472. }
  2473. },
  2474. "System.Runtime.Serialization.Formatters/4.3.0": {
  2475. "type": "package",
  2476. "dependencies": {
  2477. "System.Collections": "4.3.0",
  2478. "System.Reflection": "4.3.0",
  2479. "System.Resources.ResourceManager": "4.3.0",
  2480. "System.Runtime": "4.3.0",
  2481. "System.Runtime.Serialization.Primitives": "4.3.0"
  2482. },
  2483. "compile": {
  2484. "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll": {}
  2485. },
  2486. "runtime": {
  2487. "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll": {}
  2488. }
  2489. },
  2490. "System.Runtime.Serialization.Json/4.0.2": {
  2491. "type": "package",
  2492. "dependencies": {
  2493. "System.IO": "4.1.0",
  2494. "System.Private.DataContractSerialization": "4.1.1",
  2495. "System.Runtime": "4.1.0"
  2496. },
  2497. "compile": {
  2498. "ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {}
  2499. },
  2500. "runtime": {
  2501. "lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {}
  2502. }
  2503. },
  2504. "System.Runtime.Serialization.Primitives/4.3.0": {
  2505. "type": "package",
  2506. "dependencies": {
  2507. "System.Resources.ResourceManager": "4.3.0",
  2508. "System.Runtime": "4.3.0"
  2509. },
  2510. "compile": {
  2511. "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
  2512. },
  2513. "runtime": {
  2514. "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
  2515. }
  2516. },
  2517. "System.Security.Claims/4.3.0": {
  2518. "type": "package",
  2519. "dependencies": {
  2520. "System.Collections": "4.3.0",
  2521. "System.Globalization": "4.3.0",
  2522. "System.IO": "4.3.0",
  2523. "System.Resources.ResourceManager": "4.3.0",
  2524. "System.Runtime": "4.3.0",
  2525. "System.Runtime.Extensions": "4.3.0",
  2526. "System.Security.Principal": "4.3.0"
  2527. },
  2528. "compile": {
  2529. "ref/netstandard1.3/_._": {}
  2530. },
  2531. "runtime": {
  2532. "lib/netstandard1.3/System.Security.Claims.dll": {}
  2533. }
  2534. },
  2535. "System.Security.Cryptography.Algorithms/4.3.0": {
  2536. "type": "package",
  2537. "dependencies": {
  2538. "Microsoft.NETCore.Platforms": "1.1.0",
  2539. "System.Collections": "4.3.0",
  2540. "System.IO": "4.3.0",
  2541. "System.Resources.ResourceManager": "4.3.0",
  2542. "System.Runtime": "4.3.0",
  2543. "System.Runtime.Extensions": "4.3.0",
  2544. "System.Runtime.Handles": "4.3.0",
  2545. "System.Runtime.InteropServices": "4.3.0",
  2546. "System.Runtime.Numerics": "4.3.0",
  2547. "System.Security.Cryptography.Encoding": "4.3.0",
  2548. "System.Security.Cryptography.Primitives": "4.3.0",
  2549. "System.Text.Encoding": "4.3.0",
  2550. "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
  2551. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  2552. },
  2553. "compile": {
  2554. "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {}
  2555. },
  2556. "runtimeTargets": {
  2557. "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {
  2558. "assetType": "runtime",
  2559. "rid": "osx"
  2560. },
  2561. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {
  2562. "assetType": "runtime",
  2563. "rid": "unix"
  2564. },
  2565. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {
  2566. "assetType": "runtime",
  2567. "rid": "win"
  2568. }
  2569. }
  2570. },
  2571. "System.Security.Cryptography.Cng/4.3.0": {
  2572. "type": "package",
  2573. "dependencies": {
  2574. "Microsoft.NETCore.Platforms": "1.1.0",
  2575. "System.IO": "4.3.0",
  2576. "System.Resources.ResourceManager": "4.3.0",
  2577. "System.Runtime": "4.3.0",
  2578. "System.Runtime.Extensions": "4.3.0",
  2579. "System.Runtime.Handles": "4.3.0",
  2580. "System.Runtime.InteropServices": "4.3.0",
  2581. "System.Security.Cryptography.Algorithms": "4.3.0",
  2582. "System.Security.Cryptography.Encoding": "4.3.0",
  2583. "System.Security.Cryptography.Primitives": "4.3.0",
  2584. "System.Text.Encoding": "4.3.0"
  2585. },
  2586. "compile": {
  2587. "ref/netstandard1.6/_._": {}
  2588. },
  2589. "runtimeTargets": {
  2590. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {
  2591. "assetType": "runtime",
  2592. "rid": "unix"
  2593. },
  2594. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {
  2595. "assetType": "runtime",
  2596. "rid": "win"
  2597. }
  2598. }
  2599. },
  2600. "System.Security.Cryptography.Csp/4.3.0": {
  2601. "type": "package",
  2602. "dependencies": {
  2603. "Microsoft.NETCore.Platforms": "1.1.0",
  2604. "System.IO": "4.3.0",
  2605. "System.Reflection": "4.3.0",
  2606. "System.Resources.ResourceManager": "4.3.0",
  2607. "System.Runtime": "4.3.0",
  2608. "System.Runtime.Extensions": "4.3.0",
  2609. "System.Runtime.Handles": "4.3.0",
  2610. "System.Runtime.InteropServices": "4.3.0",
  2611. "System.Security.Cryptography.Algorithms": "4.3.0",
  2612. "System.Security.Cryptography.Encoding": "4.3.0",
  2613. "System.Security.Cryptography.Primitives": "4.3.0",
  2614. "System.Text.Encoding": "4.3.0",
  2615. "System.Threading": "4.3.0"
  2616. },
  2617. "compile": {
  2618. "ref/netstandard1.3/_._": {}
  2619. },
  2620. "runtimeTargets": {
  2621. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {
  2622. "assetType": "runtime",
  2623. "rid": "unix"
  2624. },
  2625. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {
  2626. "assetType": "runtime",
  2627. "rid": "win"
  2628. }
  2629. }
  2630. },
  2631. "System.Security.Cryptography.Encoding/4.3.0": {
  2632. "type": "package",
  2633. "dependencies": {
  2634. "Microsoft.NETCore.Platforms": "1.1.0",
  2635. "System.Collections": "4.3.0",
  2636. "System.Collections.Concurrent": "4.3.0",
  2637. "System.Linq": "4.3.0",
  2638. "System.Resources.ResourceManager": "4.3.0",
  2639. "System.Runtime": "4.3.0",
  2640. "System.Runtime.Extensions": "4.3.0",
  2641. "System.Runtime.Handles": "4.3.0",
  2642. "System.Runtime.InteropServices": "4.3.0",
  2643. "System.Security.Cryptography.Primitives": "4.3.0",
  2644. "System.Text.Encoding": "4.3.0",
  2645. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  2646. },
  2647. "compile": {
  2648. "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {}
  2649. },
  2650. "runtimeTargets": {
  2651. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
  2652. "assetType": "runtime",
  2653. "rid": "unix"
  2654. },
  2655. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
  2656. "assetType": "runtime",
  2657. "rid": "win"
  2658. }
  2659. }
  2660. },
  2661. "System.Security.Cryptography.OpenSsl/4.3.0": {
  2662. "type": "package",
  2663. "dependencies": {
  2664. "System.Collections": "4.3.0",
  2665. "System.IO": "4.3.0",
  2666. "System.Resources.ResourceManager": "4.3.0",
  2667. "System.Runtime": "4.3.0",
  2668. "System.Runtime.Extensions": "4.3.0",
  2669. "System.Runtime.Handles": "4.3.0",
  2670. "System.Runtime.InteropServices": "4.3.0",
  2671. "System.Runtime.Numerics": "4.3.0",
  2672. "System.Security.Cryptography.Algorithms": "4.3.0",
  2673. "System.Security.Cryptography.Encoding": "4.3.0",
  2674. "System.Security.Cryptography.Primitives": "4.3.0",
  2675. "System.Text.Encoding": "4.3.0",
  2676. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  2677. },
  2678. "compile": {
  2679. "ref/netstandard1.6/_._": {}
  2680. },
  2681. "runtime": {
  2682. "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {}
  2683. },
  2684. "runtimeTargets": {
  2685. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {
  2686. "assetType": "runtime",
  2687. "rid": "unix"
  2688. }
  2689. }
  2690. },
  2691. "System.Security.Cryptography.Primitives/4.3.0": {
  2692. "type": "package",
  2693. "dependencies": {
  2694. "System.Diagnostics.Debug": "4.3.0",
  2695. "System.Globalization": "4.3.0",
  2696. "System.IO": "4.3.0",
  2697. "System.Resources.ResourceManager": "4.3.0",
  2698. "System.Runtime": "4.3.0",
  2699. "System.Threading": "4.3.0",
  2700. "System.Threading.Tasks": "4.3.0"
  2701. },
  2702. "compile": {
  2703. "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
  2704. },
  2705. "runtime": {
  2706. "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
  2707. }
  2708. },
  2709. "System.Security.Cryptography.X509Certificates/4.3.0": {
  2710. "type": "package",
  2711. "dependencies": {
  2712. "Microsoft.NETCore.Platforms": "1.1.0",
  2713. "System.Collections": "4.3.0",
  2714. "System.Diagnostics.Debug": "4.3.0",
  2715. "System.Globalization": "4.3.0",
  2716. "System.Globalization.Calendars": "4.3.0",
  2717. "System.IO": "4.3.0",
  2718. "System.IO.FileSystem": "4.3.0",
  2719. "System.IO.FileSystem.Primitives": "4.3.0",
  2720. "System.Resources.ResourceManager": "4.3.0",
  2721. "System.Runtime": "4.3.0",
  2722. "System.Runtime.Extensions": "4.3.0",
  2723. "System.Runtime.Handles": "4.3.0",
  2724. "System.Runtime.InteropServices": "4.3.0",
  2725. "System.Runtime.Numerics": "4.3.0",
  2726. "System.Security.Cryptography.Algorithms": "4.3.0",
  2727. "System.Security.Cryptography.Cng": "4.3.0",
  2728. "System.Security.Cryptography.Csp": "4.3.0",
  2729. "System.Security.Cryptography.Encoding": "4.3.0",
  2730. "System.Security.Cryptography.OpenSsl": "4.3.0",
  2731. "System.Security.Cryptography.Primitives": "4.3.0",
  2732. "System.Text.Encoding": "4.3.0",
  2733. "System.Threading": "4.3.0",
  2734. "runtime.native.System": "4.3.0",
  2735. "runtime.native.System.Net.Http": "4.3.0",
  2736. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  2737. },
  2738. "compile": {
  2739. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {}
  2740. },
  2741. "runtimeTargets": {
  2742. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {
  2743. "assetType": "runtime",
  2744. "rid": "unix"
  2745. },
  2746. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {
  2747. "assetType": "runtime",
  2748. "rid": "win"
  2749. }
  2750. }
  2751. },
  2752. "System.Security.Principal/4.3.0": {
  2753. "type": "package",
  2754. "dependencies": {
  2755. "System.Runtime": "4.3.0"
  2756. },
  2757. "compile": {
  2758. "ref/netstandard1.0/System.Security.Principal.dll": {}
  2759. },
  2760. "runtime": {
  2761. "lib/netstandard1.0/System.Security.Principal.dll": {}
  2762. }
  2763. },
  2764. "System.Security.Principal.Windows/4.3.0": {
  2765. "type": "package",
  2766. "dependencies": {
  2767. "Microsoft.NETCore.Platforms": "1.1.0",
  2768. "Microsoft.Win32.Primitives": "4.3.0",
  2769. "System.Collections": "4.3.0",
  2770. "System.Diagnostics.Debug": "4.3.0",
  2771. "System.Reflection": "4.3.0",
  2772. "System.Resources.ResourceManager": "4.3.0",
  2773. "System.Runtime": "4.3.0",
  2774. "System.Runtime.Extensions": "4.3.0",
  2775. "System.Runtime.Handles": "4.3.0",
  2776. "System.Runtime.InteropServices": "4.3.0",
  2777. "System.Security.Claims": "4.3.0",
  2778. "System.Security.Principal": "4.3.0",
  2779. "System.Text.Encoding": "4.3.0",
  2780. "System.Threading": "4.3.0"
  2781. },
  2782. "compile": {
  2783. "ref/netstandard1.3/_._": {}
  2784. },
  2785. "runtimeTargets": {
  2786. "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
  2787. "assetType": "runtime",
  2788. "rid": "unix"
  2789. },
  2790. "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
  2791. "assetType": "runtime",
  2792. "rid": "win"
  2793. }
  2794. }
  2795. },
  2796. "System.Text.Encoding/4.3.0": {
  2797. "type": "package",
  2798. "dependencies": {
  2799. "Microsoft.NETCore.Platforms": "1.1.0",
  2800. "Microsoft.NETCore.Targets": "1.1.0",
  2801. "System.Runtime": "4.3.0"
  2802. },
  2803. "compile": {
  2804. "ref/netstandard1.3/System.Text.Encoding.dll": {}
  2805. }
  2806. },
  2807. "System.Text.Encoding.CodePages/4.0.1": {
  2808. "type": "package",
  2809. "dependencies": {
  2810. "Microsoft.NETCore.Platforms": "1.0.1",
  2811. "System.Collections": "4.0.11",
  2812. "System.Globalization": "4.0.11",
  2813. "System.IO": "4.1.0",
  2814. "System.Reflection": "4.1.0",
  2815. "System.Resources.ResourceManager": "4.0.1",
  2816. "System.Runtime": "4.1.0",
  2817. "System.Runtime.Extensions": "4.1.0",
  2818. "System.Runtime.Handles": "4.0.1",
  2819. "System.Runtime.InteropServices": "4.1.0",
  2820. "System.Text.Encoding": "4.0.11",
  2821. "System.Threading": "4.0.11"
  2822. },
  2823. "compile": {
  2824. "ref/netstandard1.3/_._": {}
  2825. },
  2826. "runtimeTargets": {
  2827. "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
  2828. "assetType": "runtime",
  2829. "rid": "unix"
  2830. },
  2831. "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
  2832. "assetType": "runtime",
  2833. "rid": "win"
  2834. }
  2835. }
  2836. },
  2837. "System.Text.Encoding.Extensions/4.3.0": {
  2838. "type": "package",
  2839. "dependencies": {
  2840. "Microsoft.NETCore.Platforms": "1.1.0",
  2841. "Microsoft.NETCore.Targets": "1.1.0",
  2842. "System.Runtime": "4.3.0",
  2843. "System.Text.Encoding": "4.3.0"
  2844. },
  2845. "compile": {
  2846. "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
  2847. }
  2848. },
  2849. "System.Text.RegularExpressions/4.3.0": {
  2850. "type": "package",
  2851. "dependencies": {
  2852. "System.Runtime": "4.3.0"
  2853. },
  2854. "compile": {
  2855. "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {}
  2856. },
  2857. "runtime": {
  2858. "lib/netstandard1.6/System.Text.RegularExpressions.dll": {}
  2859. }
  2860. },
  2861. "System.Threading/4.3.0": {
  2862. "type": "package",
  2863. "dependencies": {
  2864. "System.Runtime": "4.3.0",
  2865. "System.Threading.Tasks": "4.3.0"
  2866. },
  2867. "compile": {
  2868. "ref/netstandard1.3/System.Threading.dll": {}
  2869. },
  2870. "runtime": {
  2871. "lib/netstandard1.3/System.Threading.dll": {}
  2872. }
  2873. },
  2874. "System.Threading.Overlapped/4.3.0": {
  2875. "type": "package",
  2876. "dependencies": {
  2877. "Microsoft.NETCore.Platforms": "1.1.0",
  2878. "System.Resources.ResourceManager": "4.3.0",
  2879. "System.Runtime": "4.3.0",
  2880. "System.Runtime.Handles": "4.3.0"
  2881. },
  2882. "compile": {
  2883. "ref/netstandard1.3/_._": {}
  2884. },
  2885. "runtimeTargets": {
  2886. "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": {
  2887. "assetType": "runtime",
  2888. "rid": "unix"
  2889. },
  2890. "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": {
  2891. "assetType": "runtime",
  2892. "rid": "win"
  2893. }
  2894. }
  2895. },
  2896. "System.Threading.Tasks/4.3.0": {
  2897. "type": "package",
  2898. "dependencies": {
  2899. "Microsoft.NETCore.Platforms": "1.1.0",
  2900. "Microsoft.NETCore.Targets": "1.1.0",
  2901. "System.Runtime": "4.3.0"
  2902. },
  2903. "compile": {
  2904. "ref/netstandard1.3/System.Threading.Tasks.dll": {}
  2905. }
  2906. },
  2907. "System.Threading.Tasks.Dataflow/4.7.0": {
  2908. "type": "package",
  2909. "dependencies": {
  2910. "System.Collections": "4.3.0",
  2911. "System.Collections.Concurrent": "4.3.0",
  2912. "System.Diagnostics.Debug": "4.3.0",
  2913. "System.Diagnostics.Tracing": "4.3.0",
  2914. "System.Dynamic.Runtime": "4.3.0",
  2915. "System.Linq": "4.3.0",
  2916. "System.Resources.ResourceManager": "4.3.0",
  2917. "System.Runtime": "4.3.0",
  2918. "System.Runtime.Extensions": "4.3.0",
  2919. "System.Threading": "4.3.0",
  2920. "System.Threading.Tasks": "4.3.0"
  2921. },
  2922. "compile": {
  2923. "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {}
  2924. },
  2925. "runtime": {
  2926. "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {}
  2927. }
  2928. },
  2929. "System.Threading.Tasks.Extensions/4.3.0": {
  2930. "type": "package",
  2931. "dependencies": {
  2932. "System.Collections": "4.3.0",
  2933. "System.Runtime": "4.3.0",
  2934. "System.Threading.Tasks": "4.3.0"
  2935. },
  2936. "compile": {
  2937. "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
  2938. },
  2939. "runtime": {
  2940. "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
  2941. }
  2942. },
  2943. "System.Threading.Tasks.Parallel/4.3.0": {
  2944. "type": "package",
  2945. "dependencies": {
  2946. "System.Collections.Concurrent": "4.3.0",
  2947. "System.Diagnostics.Debug": "4.3.0",
  2948. "System.Diagnostics.Tracing": "4.3.0",
  2949. "System.Resources.ResourceManager": "4.3.0",
  2950. "System.Runtime": "4.3.0",
  2951. "System.Runtime.Extensions": "4.3.0",
  2952. "System.Threading": "4.3.0",
  2953. "System.Threading.Tasks": "4.3.0"
  2954. },
  2955. "compile": {
  2956. "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {}
  2957. },
  2958. "runtime": {
  2959. "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {}
  2960. }
  2961. },
  2962. "System.Threading.Thread/4.3.0": {
  2963. "type": "package",
  2964. "dependencies": {
  2965. "System.Runtime": "4.3.0"
  2966. },
  2967. "compile": {
  2968. "ref/netstandard1.3/System.Threading.Thread.dll": {}
  2969. },
  2970. "runtime": {
  2971. "lib/netstandard1.3/System.Threading.Thread.dll": {}
  2972. }
  2973. },
  2974. "System.Threading.ThreadPool/4.3.0": {
  2975. "type": "package",
  2976. "dependencies": {
  2977. "System.Runtime": "4.3.0",
  2978. "System.Runtime.Handles": "4.3.0"
  2979. },
  2980. "compile": {
  2981. "ref/netstandard1.3/System.Threading.ThreadPool.dll": {}
  2982. },
  2983. "runtime": {
  2984. "lib/netstandard1.3/System.Threading.ThreadPool.dll": {}
  2985. }
  2986. },
  2987. "System.Threading.Timer/4.3.0": {
  2988. "type": "package",
  2989. "dependencies": {
  2990. "Microsoft.NETCore.Platforms": "1.1.0",
  2991. "Microsoft.NETCore.Targets": "1.1.0",
  2992. "System.Runtime": "4.3.0"
  2993. },
  2994. "compile": {
  2995. "ref/netstandard1.2/System.Threading.Timer.dll": {}
  2996. }
  2997. },
  2998. "System.Xml.ReaderWriter/4.3.0": {
  2999. "type": "package",
  3000. "dependencies": {
  3001. "System.Collections": "4.3.0",
  3002. "System.Diagnostics.Debug": "4.3.0",
  3003. "System.Globalization": "4.3.0",
  3004. "System.IO": "4.3.0",
  3005. "System.IO.FileSystem": "4.3.0",
  3006. "System.IO.FileSystem.Primitives": "4.3.0",
  3007. "System.Resources.ResourceManager": "4.3.0",
  3008. "System.Runtime": "4.3.0",
  3009. "System.Runtime.Extensions": "4.3.0",
  3010. "System.Runtime.InteropServices": "4.3.0",
  3011. "System.Text.Encoding": "4.3.0",
  3012. "System.Text.Encoding.Extensions": "4.3.0",
  3013. "System.Text.RegularExpressions": "4.3.0",
  3014. "System.Threading.Tasks": "4.3.0",
  3015. "System.Threading.Tasks.Extensions": "4.3.0"
  3016. },
  3017. "compile": {
  3018. "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {}
  3019. },
  3020. "runtime": {
  3021. "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {}
  3022. }
  3023. },
  3024. "System.Xml.XDocument/4.3.0": {
  3025. "type": "package",
  3026. "dependencies": {
  3027. "System.Collections": "4.3.0",
  3028. "System.Diagnostics.Debug": "4.3.0",
  3029. "System.Diagnostics.Tools": "4.3.0",
  3030. "System.Globalization": "4.3.0",
  3031. "System.IO": "4.3.0",
  3032. "System.Reflection": "4.3.0",
  3033. "System.Resources.ResourceManager": "4.3.0",
  3034. "System.Runtime": "4.3.0",
  3035. "System.Runtime.Extensions": "4.3.0",
  3036. "System.Text.Encoding": "4.3.0",
  3037. "System.Threading": "4.3.0",
  3038. "System.Xml.ReaderWriter": "4.3.0"
  3039. },
  3040. "compile": {
  3041. "ref/netstandard1.3/System.Xml.XDocument.dll": {}
  3042. },
  3043. "runtime": {
  3044. "lib/netstandard1.3/System.Xml.XDocument.dll": {}
  3045. }
  3046. },
  3047. "System.Xml.XmlDocument/4.3.0": {
  3048. "type": "package",
  3049. "dependencies": {
  3050. "System.Collections": "4.3.0",
  3051. "System.Diagnostics.Debug": "4.3.0",
  3052. "System.Globalization": "4.3.0",
  3053. "System.IO": "4.3.0",
  3054. "System.Resources.ResourceManager": "4.3.0",
  3055. "System.Runtime": "4.3.0",
  3056. "System.Runtime.Extensions": "4.3.0",
  3057. "System.Text.Encoding": "4.3.0",
  3058. "System.Threading": "4.3.0",
  3059. "System.Xml.ReaderWriter": "4.3.0"
  3060. },
  3061. "compile": {
  3062. "ref/netstandard1.3/System.Xml.XmlDocument.dll": {}
  3063. },
  3064. "runtime": {
  3065. "lib/netstandard1.3/System.Xml.XmlDocument.dll": {}
  3066. }
  3067. },
  3068. "System.Xml.XmlSerializer/4.0.11": {
  3069. "type": "package",
  3070. "dependencies": {
  3071. "System.Collections": "4.0.11",
  3072. "System.Globalization": "4.0.11",
  3073. "System.IO": "4.1.0",
  3074. "System.Linq": "4.1.0",
  3075. "System.Reflection": "4.1.0",
  3076. "System.Reflection.Emit": "4.0.1",
  3077. "System.Reflection.Emit.ILGeneration": "4.0.1",
  3078. "System.Reflection.Extensions": "4.0.1",
  3079. "System.Reflection.Primitives": "4.0.1",
  3080. "System.Reflection.TypeExtensions": "4.1.0",
  3081. "System.Resources.ResourceManager": "4.0.1",
  3082. "System.Runtime": "4.1.0",
  3083. "System.Runtime.Extensions": "4.1.0",
  3084. "System.Text.RegularExpressions": "4.1.0",
  3085. "System.Threading": "4.0.11",
  3086. "System.Xml.ReaderWriter": "4.0.11",
  3087. "System.Xml.XmlDocument": "4.0.1"
  3088. },
  3089. "compile": {
  3090. "ref/netstandard1.3/System.Xml.XmlSerializer.dll": {}
  3091. },
  3092. "runtime": {
  3093. "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {}
  3094. }
  3095. },
  3096. "System.Xml.XPath/4.0.1": {
  3097. "type": "package",
  3098. "dependencies": {
  3099. "System.Collections": "4.0.11",
  3100. "System.Diagnostics.Debug": "4.0.11",
  3101. "System.Globalization": "4.0.11",
  3102. "System.IO": "4.1.0",
  3103. "System.Resources.ResourceManager": "4.0.1",
  3104. "System.Runtime": "4.1.0",
  3105. "System.Runtime.Extensions": "4.1.0",
  3106. "System.Threading": "4.0.11",
  3107. "System.Xml.ReaderWriter": "4.0.11"
  3108. },
  3109. "compile": {
  3110. "ref/netstandard1.3/System.Xml.XPath.dll": {}
  3111. },
  3112. "runtime": {
  3113. "lib/netstandard1.3/System.Xml.XPath.dll": {}
  3114. }
  3115. },
  3116. "System.Xml.XPath.XDocument/4.0.1": {
  3117. "type": "package",
  3118. "dependencies": {
  3119. "System.Diagnostics.Debug": "4.0.11",
  3120. "System.Linq": "4.1.0",
  3121. "System.Resources.ResourceManager": "4.0.1",
  3122. "System.Runtime": "4.1.0",
  3123. "System.Runtime.Extensions": "4.1.0",
  3124. "System.Threading": "4.0.11",
  3125. "System.Xml.ReaderWriter": "4.0.11",
  3126. "System.Xml.XDocument": "4.0.11",
  3127. "System.Xml.XPath": "4.0.1"
  3128. },
  3129. "compile": {
  3130. "ref/netstandard1.3/_._": {}
  3131. },
  3132. "runtime": {
  3133. "lib/netstandard1.3/System.Xml.XPath.XDocument.dll": {}
  3134. }
  3135. },
  3136. "System.Xml.XPath.XmlDocument/4.0.1": {
  3137. "type": "package",
  3138. "dependencies": {
  3139. "System.Collections": "4.0.11",
  3140. "System.Globalization": "4.0.11",
  3141. "System.IO": "4.1.0",
  3142. "System.Resources.ResourceManager": "4.0.1",
  3143. "System.Runtime": "4.1.0",
  3144. "System.Runtime.Extensions": "4.1.0",
  3145. "System.Threading": "4.0.11",
  3146. "System.Xml.ReaderWriter": "4.0.11",
  3147. "System.Xml.XPath": "4.0.1",
  3148. "System.Xml.XmlDocument": "4.0.1"
  3149. },
  3150. "compile": {
  3151. "ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {}
  3152. },
  3153. "runtime": {
  3154. "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {}
  3155. }
  3156. },
  3157. "xunit/2.2.0": {
  3158. "type": "package",
  3159. "dependencies": {
  3160. "xunit.assert": "[2.2.0]",
  3161. "xunit.core": "[2.2.0]"
  3162. }
  3163. },
  3164. "xunit.abstractions/2.0.1": {
  3165. "type": "package",
  3166. "dependencies": {
  3167. "NETStandard.Library": "1.6.0"
  3168. },
  3169. "compile": {
  3170. "lib/netstandard1.0/xunit.abstractions.dll": {}
  3171. },
  3172. "runtime": {
  3173. "lib/netstandard1.0/xunit.abstractions.dll": {}
  3174. }
  3175. },
  3176. "xunit.assert/2.2.0": {
  3177. "type": "package",
  3178. "dependencies": {
  3179. "NETStandard.Library": "1.6.0"
  3180. },
  3181. "compile": {
  3182. "lib/netstandard1.1/xunit.assert.dll": {}
  3183. },
  3184. "runtime": {
  3185. "lib/netstandard1.1/xunit.assert.dll": {}
  3186. }
  3187. },
  3188. "xunit.core/2.2.0": {
  3189. "type": "package",
  3190. "dependencies": {
  3191. "xunit.extensibility.core": "[2.2.0]",
  3192. "xunit.extensibility.execution": "[2.2.0]"
  3193. },
  3194. "build": {
  3195. "build/netstandard1.0/_._": {}
  3196. }
  3197. },
  3198. "xunit.extensibility.core/2.2.0": {
  3199. "type": "package",
  3200. "dependencies": {
  3201. "NETStandard.Library": "1.6.0",
  3202. "xunit.abstractions": "2.0.1"
  3203. },
  3204. "compile": {
  3205. "lib/netstandard1.1/xunit.core.dll": {}
  3206. },
  3207. "runtime": {
  3208. "lib/netstandard1.1/xunit.core.dll": {}
  3209. }
  3210. },
  3211. "xunit.extensibility.execution/2.2.0": {
  3212. "type": "package",
  3213. "dependencies": {
  3214. "NETStandard.Library": "1.6.0",
  3215. "xunit.extensibility.core": "[2.2.0]"
  3216. },
  3217. "compile": {
  3218. "lib/netstandard1.1/xunit.execution.dotnet.dll": {}
  3219. },
  3220. "runtime": {
  3221. "lib/netstandard1.1/xunit.execution.dotnet.dll": {}
  3222. }
  3223. },
  3224. "xunit.runner.visualstudio/2.2.0": {
  3225. "type": "package",
  3226. "dependencies": {
  3227. "Microsoft.DotNet.PlatformAbstractions": "1.1.0",
  3228. "Microsoft.Extensions.DependencyModel": "1.1.0",
  3229. "Microsoft.TestPlatform.ObjectModel": "11.0.0",
  3230. "NETStandard.Library": "1.6.0",
  3231. "System.Threading.ThreadPool": "4.0.10"
  3232. },
  3233. "build": {
  3234. "build/netcoreapp1.0/xunit.runner.visualstudio.props": {}
  3235. }
  3236. },
  3237. "Passenger.Core/1.0.0": {
  3238. "type": "project",
  3239. "framework": ".NETStandard,Version=v1.6",
  3240. "dependencies": {
  3241. "NETStandard.Library": "1.6.1"
  3242. },
  3243. "compile": {
  3244. "bin/placeholder/Passenger.Core.dll": {}
  3245. },
  3246. "runtime": {
  3247. "bin/placeholder/Passenger.Core.dll": {}
  3248. }
  3249. },
  3250. "Passenger.Infrastructure/1.0.0": {
  3251. "type": "project",
  3252. "framework": ".NETStandard,Version=v1.6",
  3253. "dependencies": {
  3254. "AutoMapper": "6.2.2",
  3255. "NETStandard.Library": "1.6.1",
  3256. "Newtonsoft.Json": "10.0.1",
  3257. "Passenger.Core": "1.0.0"
  3258. },
  3259. "compile": {
  3260. "bin/placeholder/Passenger.Infrastructure.dll": {}
  3261. },
  3262. "runtime": {
  3263. "bin/placeholder/Passenger.Infrastructure.dll": {}
  3264. }
  3265. }
  3266. }
  3267. },
  3268. "libraries": {
  3269. "AutoMapper/6.2.2": {
  3270. "sha512": "eGKcnJdoF5rYMWPUaSPtlWdvua9xw4hnQN5kM/X4AXLGKghrtPIaMv+RYoA3sj0kyZ3X6wZ1Qj67F+u0pCCPaw==",
  3271. "type": "package",
  3272. "path": "automapper/6.2.2",
  3273. "files": [
  3274. "automapper.6.2.2.nupkg.sha512",
  3275. "automapper.nuspec",
  3276. "lib/net40/AutoMapper.dll",
  3277. "lib/net40/AutoMapper.xml",
  3278. "lib/net45/AutoMapper.dll",
  3279. "lib/net45/AutoMapper.xml",
  3280. "lib/netstandard1.1/AutoMapper.dll",
  3281. "lib/netstandard1.1/AutoMapper.xml",
  3282. "lib/netstandard1.3/AutoMapper.dll",
  3283. "lib/netstandard1.3/AutoMapper.xml"
  3284. ]
  3285. },
  3286. "Castle.Core/4.0.0": {
  3287. "sha512": "iLINpMFc07bcb0d075AB0mcXV/MT8J8oyBarDSeyrLM03UoCVOuvYu87LI4511XHfy7XEhHtMDum5gt2s56xDg==",
  3288. "type": "package",
  3289. "path": "castle.core/4.0.0",
  3290. "files": [
  3291. "ASL - Apache Software Foundation License.txt",
  3292. "CHANGELOG.md",
  3293. "LICENSE",
  3294. "castle.core.4.0.0.nupkg.sha512",
  3295. "castle.core.nuspec",
  3296. "lib/net35/Castle.Core.dll",
  3297. "lib/net35/Castle.Core.xml",
  3298. "lib/net40-client/Castle.Core.dll",
  3299. "lib/net40-client/Castle.Core.xml",
  3300. "lib/net45/Castle.Core.dll",
  3301. "lib/net45/Castle.Core.xml",
  3302. "lib/netstandard1.3/Castle.Core.dll",
  3303. "lib/netstandard1.3/Castle.Core.xml",
  3304. "readme.txt"
  3305. ]
  3306. },
  3307. "dotnet-test-nunit/3.4.0-beta-3": {
  3308. "sha512": "TCprFJd60JQrNSygKAinVFBF2zQK3V2BRm1jeBvAGKF/6omeMrjO1tBD3UKlZSGvHFNyiocPn7bgU68cNz94ug==",
  3309. "type": "package",
  3310. "path": "dotnet-test-nunit/3.4.0-beta-3",
  3311. "files": [
  3312. "dotnet-test-nunit.3.4.0-beta-3.nupkg.sha512",
  3313. "dotnet-test-nunit.nuspec",
  3314. "lib/net451/dotnet-test-nunit.exe",
  3315. "lib/netcoreapp1.0/dotnet-test-nunit.dll",
  3316. "lib/netcoreapp1.0/dotnet-test-nunit.runtimeconfig.json"
  3317. ]
  3318. },
  3319. "FluentAssertions/4.19.0": {
  3320. "sha512": "zZG8O18xseYg22L/5Dcsb2ly5b+YezDaerP3kZWOv+A+bDHoywTNFn9pn4wrQPRhsS/nXCVAC7lXTkPPjzhOkQ==",
  3321. "type": "package",
  3322. "path": "fluentassertions/4.19.0",
  3323. "files": [
  3324. "fluentassertions.4.19.0.nupkg.sha512",
  3325. "fluentassertions.nuspec",
  3326. "lib/net40/FluentAssertions.Core.dll",
  3327. "lib/net40/FluentAssertions.Core.pdb",
  3328. "lib/net40/FluentAssertions.Core.xml",
  3329. "lib/net40/FluentAssertions.dll",
  3330. "lib/net40/FluentAssertions.pdb",
  3331. "lib/net40/FluentAssertions.xml",
  3332. "lib/net45/FluentAssertions.Core.dll",
  3333. "lib/net45/FluentAssertions.Core.pdb",
  3334. "lib/net45/FluentAssertions.Core.xml",
  3335. "lib/net45/FluentAssertions.dll",
  3336. "lib/net45/FluentAssertions.pdb",
  3337. "lib/net45/FluentAssertions.xml",
  3338. "lib/netstandard1.3/FluentAssertions.Core.XML",
  3339. "lib/netstandard1.3/FluentAssertions.Core.dll",
  3340. "lib/netstandard1.3/FluentAssertions.Core.pdb",
  3341. "lib/netstandard1.3/FluentAssertions.dll",
  3342. "lib/netstandard1.3/FluentAssertions.pdb",
  3343. "lib/netstandard1.3/FluentAssertions.xml",
  3344. "lib/portable-net40+sl5+win8+wp8+wpa81/FluentAssertions.Core.dll",
  3345. "lib/portable-net40+sl5+win8+wp8+wpa81/FluentAssertions.Core.pdb",
  3346. "lib/portable-net40+sl5+win8+wp8+wpa81/FluentAssertions.Core.xml",
  3347. "lib/portable-net40+sl5+win8+wp8+wpa81/FluentAssertions.XML",
  3348. "lib/portable-net40+sl5+win8+wp8+wpa81/FluentAssertions.dll",
  3349. "lib/portable-net40+sl5+win8+wp8+wpa81/FluentAssertions.pdb",
  3350. "lib/portable-win81+wpa81/FluentAssertions.Core.dll",
  3351. "lib/portable-win81+wpa81/FluentAssertions.Core.pdb",
  3352. "lib/portable-win81+wpa81/FluentAssertions.Core.xml",
  3353. "lib/portable-win81+wpa81/FluentAssertions.dll",
  3354. "lib/portable-win81+wpa81/FluentAssertions.pdb",
  3355. "lib/portable-win81+wpa81/FluentAssertions.pri",
  3356. "lib/portable-win81+wpa81/FluentAssertions.xml",
  3357. "lib/sl5/FluentAssertions.Core.dll",
  3358. "lib/sl5/FluentAssertions.Core.pdb",
  3359. "lib/sl5/FluentAssertions.Core.xml",
  3360. "lib/sl5/FluentAssertions.dll",
  3361. "lib/sl5/FluentAssertions.pdb",
  3362. "lib/sl5/FluentAssertions.xml",
  3363. "lib/sl5/Microsoft.CSharp.dll",
  3364. "lib/sl5/Microsoft.CSharp.xml",
  3365. "lib/sl5/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll",
  3366. "lib/sl5/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.xml",
  3367. "lib/sl5/System.Xml.Linq.dll",
  3368. "lib/sl5/System.Xml.Linq.xml",
  3369. "lib/sl5/de/Microsoft.CSharp.resources.dll",
  3370. "lib/sl5/de/System.Xml.Linq.resources.dll",
  3371. "lib/sl5/es/Microsoft.CSharp.resources.dll",
  3372. "lib/sl5/es/System.Xml.Linq.resources.dll",
  3373. "lib/sl5/fr/Microsoft.CSharp.resources.dll",
  3374. "lib/sl5/fr/System.Xml.Linq.resources.dll",
  3375. "lib/sl5/it/Microsoft.CSharp.resources.dll",
  3376. "lib/sl5/it/System.Xml.Linq.resources.dll",
  3377. "lib/sl5/ja/Microsoft.CSharp.resources.dll",
  3378. "lib/sl5/ja/System.Xml.Linq.resources.dll",
  3379. "lib/sl5/ko/Microsoft.CSharp.resources.dll",
  3380. "lib/sl5/ko/System.Xml.Linq.resources.dll",
  3381. "lib/sl5/ru/Microsoft.CSharp.resources.dll",
  3382. "lib/sl5/ru/System.Xml.Linq.resources.dll",
  3383. "lib/sl5/zh-Hans/Microsoft.CSharp.resources.dll",
  3384. "lib/sl5/zh-Hans/System.Xml.Linq.resources.dll",
  3385. "lib/sl5/zh-Hant/Microsoft.CSharp.resources.dll",
  3386. "lib/sl5/zh-Hant/System.Xml.Linq.resources.dll",
  3387. "lib/uap10.0/FluentAssertions.Core.XML",
  3388. "lib/uap10.0/FluentAssertions.Core.dll",
  3389. "lib/uap10.0/FluentAssertions.Core.pdb",
  3390. "lib/uap10.0/FluentAssertions.dll",
  3391. "lib/uap10.0/FluentAssertions.pdb",
  3392. "lib/uap10.0/FluentAssertions.xml",
  3393. "lib/win81/FluentAssertions.Core.dll",
  3394. "lib/win81/FluentAssertions.Core.pdb",
  3395. "lib/win81/FluentAssertions.Core.xml",
  3396. "lib/win81/FluentAssertions.dll",
  3397. "lib/win81/FluentAssertions.pdb",
  3398. "lib/win81/FluentAssertions.pri",
  3399. "lib/win81/FluentAssertions.xml",
  3400. "lib/wp8/FluentAssertions.Core.dll",
  3401. "lib/wp8/FluentAssertions.Core.pdb",
  3402. "lib/wp8/FluentAssertions.Core.xml",
  3403. "lib/wp8/FluentAssertions.dll",
  3404. "lib/wp8/FluentAssertions.pdb",
  3405. "lib/wp8/FluentAssertions.xml",
  3406. "lib/wpa81/FluentAssertions.Core.dll",
  3407. "lib/wpa81/FluentAssertions.Core.pdb",
  3408. "lib/wpa81/FluentAssertions.Core.xml",
  3409. "lib/wpa81/FluentAssertions.dll",
  3410. "lib/wpa81/FluentAssertions.pdb",
  3411. "lib/wpa81/FluentAssertions.pri",
  3412. "lib/wpa81/FluentAssertions.xml"
  3413. ]
  3414. },
  3415. "Libuv/1.9.1": {
  3416. "sha512": "uqX2Frwf9PW8MaY7PRNY6HM5BpW1D8oj1EdqzrmbEFD5nH63Yat3aEjN/tws6Tw6Fk7LwmLBvtUh32tTeTaHiA==",
  3417. "type": "package",
  3418. "path": "libuv/1.9.1",
  3419. "files": [
  3420. "License.txt",
  3421. "libuv.1.9.1.nupkg.sha512",
  3422. "libuv.nuspec",
  3423. "runtimes/debian-x64/native/libuv.so",
  3424. "runtimes/fedora-x64/native/libuv.so",
  3425. "runtimes/opensuse-x64/native/libuv.so",
  3426. "runtimes/osx/native/libuv.dylib",
  3427. "runtimes/rhel-x64/native/libuv.so",
  3428. "runtimes/win7-arm/native/libuv.dll",
  3429. "runtimes/win7-x64/native/libuv.dll",
  3430. "runtimes/win7-x86/native/libuv.dll"
  3431. ]
  3432. },
  3433. "Microsoft.CodeAnalysis.Analyzers/1.1.0": {
  3434. "sha512": "HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==",
  3435. "type": "package",
  3436. "path": "microsoft.codeanalysis.analyzers/1.1.0",
  3437. "files": [
  3438. "ThirdPartyNotices.rtf",
  3439. "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll",
  3440. "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll",
  3441. "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll",
  3442. "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll",
  3443. "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512",
  3444. "microsoft.codeanalysis.analyzers.nuspec",
  3445. "tools/install.ps1",
  3446. "tools/uninstall.ps1"
  3447. ]
  3448. },
  3449. "Microsoft.CodeAnalysis.Common/1.3.0": {
  3450. "sha512": "V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==",
  3451. "type": "package",
  3452. "path": "microsoft.codeanalysis.common/1.3.0",
  3453. "files": [
  3454. "ThirdPartyNotices.rtf",
  3455. "lib/net45/Microsoft.CodeAnalysis.dll",
  3456. "lib/net45/Microsoft.CodeAnalysis.xml",
  3457. "lib/netstandard1.3/Microsoft.CodeAnalysis.dll",
  3458. "lib/netstandard1.3/Microsoft.CodeAnalysis.xml",
  3459. "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll",
  3460. "lib/portable-net45+win8/Microsoft.CodeAnalysis.xml",
  3461. "microsoft.codeanalysis.common.1.3.0.nupkg.sha512",
  3462. "microsoft.codeanalysis.common.nuspec"
  3463. ]
  3464. },
  3465. "Microsoft.CodeAnalysis.CSharp/1.3.0": {
  3466. "sha512": "BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==",
  3467. "type": "package",
  3468. "path": "microsoft.codeanalysis.csharp/1.3.0",
  3469. "files": [
  3470. "ThirdPartyNotices.rtf",
  3471. "lib/net45/Microsoft.CodeAnalysis.CSharp.dll",
  3472. "lib/net45/Microsoft.CodeAnalysis.CSharp.xml",
  3473. "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll",
  3474. "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.xml",
  3475. "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll",
  3476. "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml",
  3477. "microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512",
  3478. "microsoft.codeanalysis.csharp.nuspec"
  3479. ]
  3480. },
  3481. "Microsoft.CodeAnalysis.VisualBasic/1.3.0": {
  3482. "sha512": "Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==",
  3483. "type": "package",
  3484. "path": "microsoft.codeanalysis.visualbasic/1.3.0",
  3485. "files": [
  3486. "ThirdPartyNotices.rtf",
  3487. "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll",
  3488. "lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml",
  3489. "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll",
  3490. "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.xml",
  3491. "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll",
  3492. "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml",
  3493. "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512",
  3494. "microsoft.codeanalysis.visualbasic.nuspec"
  3495. ]
  3496. },
  3497. "Microsoft.CSharp/4.3.0": {
  3498. "sha512": "P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==",
  3499. "type": "package",
  3500. "path": "microsoft.csharp/4.3.0",
  3501. "files": [
  3502. "ThirdPartyNotices.txt",
  3503. "dotnet_library_license.txt",
  3504. "lib/MonoAndroid10/_._",
  3505. "lib/MonoTouch10/_._",
  3506. "lib/net45/_._",
  3507. "lib/netcore50/Microsoft.CSharp.dll",
  3508. "lib/netstandard1.3/Microsoft.CSharp.dll",
  3509. "lib/portable-net45+win8+wp8+wpa81/_._",
  3510. "lib/win8/_._",
  3511. "lib/wp80/_._",
  3512. "lib/wpa81/_._",
  3513. "lib/xamarinios10/_._",
  3514. "lib/xamarinmac20/_._",
  3515. "lib/xamarintvos10/_._",
  3516. "lib/xamarinwatchos10/_._",
  3517. "microsoft.csharp.4.3.0.nupkg.sha512",
  3518. "microsoft.csharp.nuspec",
  3519. "ref/MonoAndroid10/_._",
  3520. "ref/MonoTouch10/_._",
  3521. "ref/net45/_._",
  3522. "ref/netcore50/Microsoft.CSharp.dll",
  3523. "ref/netcore50/Microsoft.CSharp.xml",
  3524. "ref/netcore50/de/Microsoft.CSharp.xml",
  3525. "ref/netcore50/es/Microsoft.CSharp.xml",
  3526. "ref/netcore50/fr/Microsoft.CSharp.xml",
  3527. "ref/netcore50/it/Microsoft.CSharp.xml",
  3528. "ref/netcore50/ja/Microsoft.CSharp.xml",
  3529. "ref/netcore50/ko/Microsoft.CSharp.xml",
  3530. "ref/netcore50/ru/Microsoft.CSharp.xml",
  3531. "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
  3532. "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
  3533. "ref/netstandard1.0/Microsoft.CSharp.dll",
  3534. "ref/netstandard1.0/Microsoft.CSharp.xml",
  3535. "ref/netstandard1.0/de/Microsoft.CSharp.xml",
  3536. "ref/netstandard1.0/es/Microsoft.CSharp.xml",
  3537. "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
  3538. "ref/netstandard1.0/it/Microsoft.CSharp.xml",
  3539. "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
  3540. "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
  3541. "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
  3542. "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
  3543. "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
  3544. "ref/portable-net45+win8+wp8+wpa81/_._",
  3545. "ref/win8/_._",
  3546. "ref/wp80/_._",
  3547. "ref/wpa81/_._",
  3548. "ref/xamarinios10/_._",
  3549. "ref/xamarinmac20/_._",
  3550. "ref/xamarintvos10/_._",
  3551. "ref/xamarinwatchos10/_._"
  3552. ]
  3553. },
  3554. "Microsoft.DiaSymReader/1.0.8": {
  3555. "sha512": "HAhTmRgU+nnDVYxMZFAS1iwqg6CudbsSMZfSY9UJj4AJO4L69xZCtTOPKC5rW8+egNBWjDb0iBZV4ZdNI6dZnA==",
  3556. "type": "package",
  3557. "path": "microsoft.diasymreader/1.0.8",
  3558. "files": [
  3559. "lib/net20/Microsoft.DiaSymReader.dll",
  3560. "lib/net20/Microsoft.DiaSymReader.xml",
  3561. "lib/netstandard1.1/Microsoft.DiaSymReader.dll",
  3562. "lib/netstandard1.1/Microsoft.DiaSymReader.xml",
  3563. "lib/portable-net45+win8/Microsoft.DiaSymReader.dll",
  3564. "lib/portable-net45+win8/Microsoft.DiaSymReader.xml",
  3565. "microsoft.diasymreader.1.0.8.nupkg.sha512",
  3566. "microsoft.diasymreader.nuspec"
  3567. ]
  3568. },
  3569. "Microsoft.DiaSymReader.Native/1.4.1": {
  3570. "sha512": "oi9LCkKzSm7WgI0LsODDQUQdzldNdv9BU/QDoW9QMu+uN4baJXANkTWrjc2+aTqeftyhPXF1fn/m9jPo7mJ6FA==",
  3571. "type": "package",
  3572. "path": "microsoft.diasymreader.native/1.4.1",
  3573. "files": [
  3574. "build/Microsoft.DiaSymReader.Native.props",
  3575. "microsoft.diasymreader.native.1.4.1.nupkg.sha512",
  3576. "microsoft.diasymreader.native.nuspec",
  3577. "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll",
  3578. "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll",
  3579. "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll",
  3580. "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll",
  3581. "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll",
  3582. "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll"
  3583. ]
  3584. },
  3585. "Microsoft.DotNet.PlatformAbstractions/1.1.0": {
  3586. "sha512": "Bl6KYfbFSIW3QIRHAp931iR5h01qHjKghdpAtncwbzNUs0+IUZ+XfwkIU0sQsR33ufGvi3u4dZMIYYFysjpHAA==",
  3587. "type": "package",
  3588. "path": "microsoft.dotnet.platformabstractions/1.1.0",
  3589. "files": [
  3590. "lib/net451/Microsoft.DotNet.PlatformAbstractions.dll",
  3591. "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll",
  3592. "microsoft.dotnet.platformabstractions.1.1.0.nupkg.sha512",
  3593. "microsoft.dotnet.platformabstractions.nuspec"
  3594. ]
  3595. },
  3596. "Microsoft.DotNet.ProjectModel/1.0.0-rc3-003121": {
  3597. "sha512": "wnWw5KsKinG2wWxdoQIJXZlMFvPNhL7WmIyW9q6xrZFUi/uld5PC3ksq2QDZepF148FUjCIyTP+TnRwU3RJqUg==",
  3598. "type": "package",
  3599. "path": "microsoft.dotnet.projectmodel/1.0.0-rc3-003121",
  3600. "files": [
  3601. "lib/net451/Microsoft.DotNet.ProjectModel.dll",
  3602. "lib/netstandard1.6/Microsoft.DotNet.ProjectModel.dll",
  3603. "microsoft.dotnet.projectmodel.1.0.0-rc3-003121.nupkg.sha512",
  3604. "microsoft.dotnet.projectmodel.nuspec"
  3605. ]
  3606. },
  3607. "Microsoft.Extensions.DependencyModel/1.1.0": {
  3608. "sha512": "TG7dJ8GY1Myz9lZ8DJL4i6D05ncJQBi5CjBMXMdJ4edKxaW+vP2DndDd1jJabdMdmVRdGrvybzqkB+A6Df7eDw==",
  3609. "type": "package",
  3610. "path": "microsoft.extensions.dependencymodel/1.1.0",
  3611. "files": [
  3612. "lib/net451/Microsoft.Extensions.DependencyModel.dll",
  3613. "lib/netstandard1.3/Microsoft.Extensions.DependencyModel.dll",
  3614. "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll",
  3615. "microsoft.extensions.dependencymodel.1.1.0.nupkg.sha512",
  3616. "microsoft.extensions.dependencymodel.nuspec"
  3617. ]
  3618. },
  3619. "Microsoft.Extensions.Testing.Abstractions/1.0.0-preview2-003121": {
  3620. "sha512": "q3Uq07d6LbYr0NiX5Dz9GCbXJv4vkmSbUvFEmov3Vo4prZWjhFzF+byk2tWAEEqtZ6ereMYXBUt99wCTtANk6Q==",
  3621. "type": "package",
  3622. "path": "microsoft.extensions.testing.abstractions/1.0.0-preview2-003121",
  3623. "files": [
  3624. "lib/net451/Microsoft.Extensions.Testing.Abstractions.dll",
  3625. "lib/netstandard1.6/Microsoft.Extensions.Testing.Abstractions.dll",
  3626. "microsoft.extensions.testing.abstractions.1.0.0-preview2-003121.nupkg.sha512",
  3627. "microsoft.extensions.testing.abstractions.nuspec"
  3628. ]
  3629. },
  3630. "Microsoft.NET.Test.Sdk/15.0.0": {
  3631. "sha512": "fiOrr+qc9NUc7T8am9Kz9TlXVDa+tQcVP3WFXyeZQA1vrbgsA578wcmGhSbc7KxMcWCu2GG4i0DKK1c5pLRdpQ==",
  3632. "type": "package",
  3633. "path": "microsoft.net.test.sdk/15.0.0",
  3634. "files": [
  3635. "build/net45/Microsoft.Net.Test.Sdk.props",
  3636. "build/net45/Microsoft.Net.Test.Sdk.targets",
  3637. "build/netcoreapp1.0/Microsoft.Net.Test.Sdk.props",
  3638. "build/netcoreapp1.0/Microsoft.Net.Test.Sdk.targets",
  3639. "microsoft.net.test.sdk.15.0.0.nupkg.sha512",
  3640. "microsoft.net.test.sdk.nuspec"
  3641. ]
  3642. },
  3643. "Microsoft.NETCore.App/1.1.1": {
  3644. "sha512": "VmbeuJr3rHBRssZp3tR48mzWPzt4syJNXRKq/hfAmUbdSu03cR1HrMcmDAC1L00bs7l/PkDxbo/+v3X65JT+MA==",
  3645. "type": "package",
  3646. "path": "microsoft.netcore.app/1.1.1",
  3647. "files": [
  3648. "ThirdPartyNotices.txt",
  3649. "dotnet_library_license.txt",
  3650. "lib/netcoreapp1.0/_._",
  3651. "microsoft.netcore.app.1.1.1.nupkg.sha512",
  3652. "microsoft.netcore.app.nuspec"
  3653. ]
  3654. },
  3655. "Microsoft.NETCore.DotNetHost/1.1.0": {
  3656. "sha512": "1xk/a9uXjJWDQqXw8l4067aoNwUfugq4UVQQinlIM2W4posm0+wcW+bi3uKuyufsjG6KBhlCqKuFBqa5DXO6ug==",
  3657. "type": "package",
  3658. "path": "microsoft.netcore.dotnethost/1.1.0",
  3659. "files": [
  3660. "ThirdPartyNotices.txt",
  3661. "dotnet_library_license.txt",
  3662. "microsoft.netcore.dotnethost.1.1.0.nupkg.sha512",
  3663. "microsoft.netcore.dotnethost.nuspec",
  3664. "runtime.json"
  3665. ]
  3666. },
  3667. "Microsoft.NETCore.DotNetHostPolicy/1.1.0": {
  3668. "sha512": "xa5FjffmB4QMfWIdwrW1cUKX6UD1VEePyzDcMqV8b/d9onZLJwIamPIRmDpN5lTlvdCnyUOI+5ZqZEjQIqSqxQ==",
  3669. "type": "package",
  3670. "path": "microsoft.netcore.dotnethostpolicy/1.1.0",
  3671. "files": [
  3672. "ThirdPartyNotices.txt",
  3673. "dotnet_library_license.txt",
  3674. "microsoft.netcore.dotnethostpolicy.1.1.0.nupkg.sha512",
  3675. "microsoft.netcore.dotnethostpolicy.nuspec",
  3676. "runtime.json"
  3677. ]
  3678. },
  3679. "Microsoft.NETCore.DotNetHostResolver/1.1.0": {
  3680. "sha512": "xf7RRVJ4M1w1Hg9TTzTH4g+zFqGtu6uXBjpcyy+o5UYrRj44dtJkmlnc1OnoKQFU0pZ8i9C8eNbSeqq/p6n19w==",
  3681. "type": "package",
  3682. "path": "microsoft.netcore.dotnethostresolver/1.1.0",
  3683. "files": [
  3684. "ThirdPartyNotices.txt",
  3685. "dotnet_library_license.txt",
  3686. "microsoft.netcore.dotnethostresolver.1.1.0.nupkg.sha512",
  3687. "microsoft.netcore.dotnethostresolver.nuspec",
  3688. "runtime.json"
  3689. ]
  3690. },
  3691. "Microsoft.NETCore.Jit/1.1.1": {
  3692. "sha512": "TiG1ZTlStqkcrZzSIkyhbAr8PvTKzJQMS2awfzfU3wQd4oIxZr2Ausrf8ksHOfQC2EKgZd66r9tHsqASDWwKsg==",
  3693. "type": "package",
  3694. "path": "microsoft.netcore.jit/1.1.1",
  3695. "files": [
  3696. "ThirdPartyNotices.txt",
  3697. "dotnet_library_license.txt",
  3698. "microsoft.netcore.jit.1.1.1.nupkg.sha512",
  3699. "microsoft.netcore.jit.nuspec",
  3700. "runtime.json"
  3701. ]
  3702. },
  3703. "Microsoft.NETCore.Platforms/1.1.0": {
  3704. "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  3705. "type": "package",
  3706. "path": "microsoft.netcore.platforms/1.1.0",
  3707. "files": [
  3708. "ThirdPartyNotices.txt",
  3709. "dotnet_library_license.txt",
  3710. "lib/netstandard1.0/_._",
  3711. "microsoft.netcore.platforms.1.1.0.nupkg.sha512",
  3712. "microsoft.netcore.platforms.nuspec",
  3713. "runtime.json"
  3714. ]
  3715. },
  3716. "Microsoft.NETCore.Runtime.CoreCLR/1.1.1": {
  3717. "sha512": "uCLPGXIFJ49eIhwmBpuVQWQKzddeNYxmJpa0jjM6O5mJCeCN7Anz4aIT2nOxSh0U/mti1SR7f4elLnsU2j/bfQ==",
  3718. "type": "package",
  3719. "path": "microsoft.netcore.runtime.coreclr/1.1.1",
  3720. "files": [
  3721. "ThirdPartyNotices.txt",
  3722. "dotnet_library_license.txt",
  3723. "microsoft.netcore.runtime.coreclr.1.1.1.nupkg.sha512",
  3724. "microsoft.netcore.runtime.coreclr.nuspec",
  3725. "runtime.json"
  3726. ]
  3727. },
  3728. "Microsoft.NETCore.Targets/1.1.0": {
  3729. "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  3730. "type": "package",
  3731. "path": "microsoft.netcore.targets/1.1.0",
  3732. "files": [
  3733. "ThirdPartyNotices.txt",
  3734. "dotnet_library_license.txt",
  3735. "lib/netstandard1.0/_._",
  3736. "microsoft.netcore.targets.1.1.0.nupkg.sha512",
  3737. "microsoft.netcore.targets.nuspec",
  3738. "runtime.json"
  3739. ]
  3740. },
  3741. "Microsoft.NETCore.Windows.ApiSets/1.0.1": {
  3742. "sha512": "SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==",
  3743. "type": "package",
  3744. "path": "microsoft.netcore.windows.apisets/1.0.1",
  3745. "files": [
  3746. "ThirdPartyNotices.txt",
  3747. "dotnet_library_license.txt",
  3748. "microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512",
  3749. "microsoft.netcore.windows.apisets.nuspec",
  3750. "runtime.json"
  3751. ]
  3752. },
  3753. "Microsoft.TestPlatform.ObjectModel/15.0.0": {
  3754. "sha512": "cmnwtae/q/DKcWT6aF3fvexPhQ/rhr0twc+2VLEhzDBfE0khtBGrlDvnCfcWktGjShtTCB0OO204JdS3QtAByQ==",
  3755. "type": "package",
  3756. "path": "microsoft.testplatform.objectmodel/15.0.0",
  3757. "files": [
  3758. "lib/net46/Microsoft.TestPlatform.CoreUtilities.dll",
  3759. "lib/net46/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll",
  3760. "lib/net46/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3761. "lib/net46/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3762. "lib/net46/de/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3763. "lib/net46/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3764. "lib/net46/es/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3765. "lib/net46/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3766. "lib/net46/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3767. "lib/net46/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3768. "lib/net46/it/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3769. "lib/net46/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3770. "lib/net46/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3771. "lib/net46/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3772. "lib/net46/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3773. "lib/net46/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3774. "lib/net46/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3775. "lib/net46/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3776. "lib/net46/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3777. "lib/net46/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3778. "lib/net46/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3779. "lib/net46/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3780. "lib/net46/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3781. "lib/net46/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3782. "lib/net46/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3783. "lib/net46/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3784. "lib/net46/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3785. "lib/net46/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3786. "lib/netstandard1.5/Microsoft.TestPlatform.CoreUtilities.dll",
  3787. "lib/netstandard1.5/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll",
  3788. "lib/netstandard1.5/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3789. "lib/netstandard1.5/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3790. "lib/netstandard1.5/de/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3791. "lib/netstandard1.5/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3792. "lib/netstandard1.5/es/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3793. "lib/netstandard1.5/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3794. "lib/netstandard1.5/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3795. "lib/netstandard1.5/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3796. "lib/netstandard1.5/it/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3797. "lib/netstandard1.5/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3798. "lib/netstandard1.5/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3799. "lib/netstandard1.5/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3800. "lib/netstandard1.5/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3801. "lib/netstandard1.5/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3802. "lib/netstandard1.5/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3803. "lib/netstandard1.5/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3804. "lib/netstandard1.5/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3805. "lib/netstandard1.5/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3806. "lib/netstandard1.5/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3807. "lib/netstandard1.5/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3808. "lib/netstandard1.5/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3809. "lib/netstandard1.5/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3810. "lib/netstandard1.5/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3811. "lib/netstandard1.5/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3812. "lib/netstandard1.5/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  3813. "lib/netstandard1.5/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  3814. "microsoft.testplatform.objectmodel.15.0.0.nupkg.sha512",
  3815. "microsoft.testplatform.objectmodel.nuspec"
  3816. ]
  3817. },
  3818. "Microsoft.TestPlatform.TestHost/15.0.0": {
  3819. "sha512": "OIQilyR5xljftuD2UcKoXANGrHESt/MN7DVfzEdpF7Lg7CtL6NMADidHjZU+iwHCdvpyqBJ+TE7aI01qYVWsaw==",
  3820. "type": "package",
  3821. "path": "microsoft.testplatform.testhost/15.0.0",
  3822. "files": [
  3823. "ThirdPartyNotices.txt",
  3824. "lib/net45/_._",
  3825. "lib/netstandard1.5/Microsoft.TestPlatform.CommunicationUtilities.dll",
  3826. "lib/netstandard1.5/Microsoft.TestPlatform.CrossPlatEngine.dll",
  3827. "lib/netstandard1.5/Microsoft.VisualStudio.TestPlatform.Common.dll",
  3828. "lib/netstandard1.5/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3829. "lib/netstandard1.5/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3830. "lib/netstandard1.5/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3831. "lib/netstandard1.5/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3832. "lib/netstandard1.5/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3833. "lib/netstandard1.5/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3834. "lib/netstandard1.5/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3835. "lib/netstandard1.5/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3836. "lib/netstandard1.5/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3837. "lib/netstandard1.5/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3838. "lib/netstandard1.5/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3839. "lib/netstandard1.5/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3840. "lib/netstandard1.5/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3841. "lib/netstandard1.5/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3842. "lib/netstandard1.5/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3843. "lib/netstandard1.5/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3844. "lib/netstandard1.5/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3845. "lib/netstandard1.5/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3846. "lib/netstandard1.5/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3847. "lib/netstandard1.5/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3848. "lib/netstandard1.5/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3849. "lib/netstandard1.5/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3850. "lib/netstandard1.5/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3851. "lib/netstandard1.5/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3852. "lib/netstandard1.5/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3853. "lib/netstandard1.5/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3854. "lib/netstandard1.5/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3855. "lib/netstandard1.5/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3856. "lib/netstandard1.5/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3857. "lib/netstandard1.5/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3858. "lib/netstandard1.5/testhost.deps.json",
  3859. "lib/netstandard1.5/testhost.dll",
  3860. "lib/netstandard1.5/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3861. "lib/netstandard1.5/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3862. "lib/netstandard1.5/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3863. "lib/netstandard1.5/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3864. "lib/netstandard1.5/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3865. "lib/netstandard1.5/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3866. "lib/netstandard1.5/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  3867. "lib/netstandard1.5/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  3868. "lib/netstandard1.5/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  3869. "microsoft.testplatform.testhost.15.0.0.nupkg.sha512",
  3870. "microsoft.testplatform.testhost.nuspec"
  3871. ]
  3872. },
  3873. "Microsoft.VisualBasic/10.1.0": {
  3874. "sha512": "jgBfelga8QHZDTtUBtLNgcDPuXzaplCeXLqQcf5qB4jeVdPpX1AtnZnGeHbbi2tmp+P96hgI+KhXbUN567K60Q==",
  3875. "type": "package",
  3876. "path": "microsoft.visualbasic/10.1.0",
  3877. "files": [
  3878. "ThirdPartyNotices.txt",
  3879. "dotnet_library_license.txt",
  3880. "lib/net45/_._",
  3881. "lib/netcore50/Microsoft.VisualBasic.dll",
  3882. "lib/netstandard1.3/Microsoft.VisualBasic.dll",
  3883. "lib/portable-net45+win8+wpa81/_._",
  3884. "lib/win8/_._",
  3885. "lib/wpa81/_._",
  3886. "microsoft.visualbasic.10.1.0.nupkg.sha512",
  3887. "microsoft.visualbasic.nuspec",
  3888. "ref/MonoAndroid10/Microsoft.VisualBasic.dll",
  3889. "ref/MonoTouch10/Microsoft.VisualBasic.dll",
  3890. "ref/net45/_._",
  3891. "ref/netcore50/Microsoft.VisualBasic.dll",
  3892. "ref/netcore50/Microsoft.VisualBasic.xml",
  3893. "ref/netcore50/de/Microsoft.VisualBasic.xml",
  3894. "ref/netcore50/es/Microsoft.VisualBasic.xml",
  3895. "ref/netcore50/fr/Microsoft.VisualBasic.xml",
  3896. "ref/netcore50/it/Microsoft.VisualBasic.xml",
  3897. "ref/netcore50/ja/Microsoft.VisualBasic.xml",
  3898. "ref/netcore50/ko/Microsoft.VisualBasic.xml",
  3899. "ref/netcore50/ru/Microsoft.VisualBasic.xml",
  3900. "ref/netcore50/zh-hans/Microsoft.VisualBasic.xml",
  3901. "ref/netcore50/zh-hant/Microsoft.VisualBasic.xml",
  3902. "ref/netstandard1.1/Microsoft.VisualBasic.dll",
  3903. "ref/netstandard1.1/Microsoft.VisualBasic.xml",
  3904. "ref/netstandard1.1/de/Microsoft.VisualBasic.xml",
  3905. "ref/netstandard1.1/es/Microsoft.VisualBasic.xml",
  3906. "ref/netstandard1.1/fr/Microsoft.VisualBasic.xml",
  3907. "ref/netstandard1.1/it/Microsoft.VisualBasic.xml",
  3908. "ref/netstandard1.1/ja/Microsoft.VisualBasic.xml",
  3909. "ref/netstandard1.1/ko/Microsoft.VisualBasic.xml",
  3910. "ref/netstandard1.1/ru/Microsoft.VisualBasic.xml",
  3911. "ref/netstandard1.1/zh-hans/Microsoft.VisualBasic.xml",
  3912. "ref/netstandard1.1/zh-hant/Microsoft.VisualBasic.xml",
  3913. "ref/portable-net45+win8+wpa81/_._",
  3914. "ref/win8/_._",
  3915. "ref/wpa81/_._",
  3916. "ref/xamarinios10/Microsoft.VisualBasic.dll",
  3917. "ref/xamarintvos10/Microsoft.VisualBasic.dll",
  3918. "ref/xamarinwatchos10/Microsoft.VisualBasic.dll"
  3919. ]
  3920. },
  3921. "Microsoft.Win32.Primitives/4.3.0": {
  3922. "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
  3923. "type": "package",
  3924. "path": "microsoft.win32.primitives/4.3.0",
  3925. "files": [
  3926. "ThirdPartyNotices.txt",
  3927. "dotnet_library_license.txt",
  3928. "lib/MonoAndroid10/_._",
  3929. "lib/MonoTouch10/_._",
  3930. "lib/net46/Microsoft.Win32.Primitives.dll",
  3931. "lib/xamarinios10/_._",
  3932. "lib/xamarinmac20/_._",
  3933. "lib/xamarintvos10/_._",
  3934. "lib/xamarinwatchos10/_._",
  3935. "microsoft.win32.primitives.4.3.0.nupkg.sha512",
  3936. "microsoft.win32.primitives.nuspec",
  3937. "ref/MonoAndroid10/_._",
  3938. "ref/MonoTouch10/_._",
  3939. "ref/net46/Microsoft.Win32.Primitives.dll",
  3940. "ref/netstandard1.3/Microsoft.Win32.Primitives.dll",
  3941. "ref/netstandard1.3/Microsoft.Win32.Primitives.xml",
  3942. "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml",
  3943. "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml",
  3944. "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml",
  3945. "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml",
  3946. "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml",
  3947. "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml",
  3948. "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml",
  3949. "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml",
  3950. "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml",
  3951. "ref/xamarinios10/_._",
  3952. "ref/xamarinmac20/_._",
  3953. "ref/xamarintvos10/_._",
  3954. "ref/xamarinwatchos10/_._"
  3955. ]
  3956. },
  3957. "Microsoft.Win32.Registry/4.3.0": {
  3958. "sha512": "Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==",
  3959. "type": "package",
  3960. "path": "microsoft.win32.registry/4.3.0",
  3961. "files": [
  3962. "ThirdPartyNotices.txt",
  3963. "dotnet_library_license.txt",
  3964. "lib/net46/Microsoft.Win32.Registry.dll",
  3965. "microsoft.win32.registry.4.3.0.nupkg.sha512",
  3966. "microsoft.win32.registry.nuspec",
  3967. "ref/net46/Microsoft.Win32.Registry.dll",
  3968. "ref/netstandard1.3/Microsoft.Win32.Registry.dll",
  3969. "ref/netstandard1.3/Microsoft.Win32.Registry.xml",
  3970. "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
  3971. "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
  3972. "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
  3973. "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
  3974. "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
  3975. "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
  3976. "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
  3977. "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
  3978. "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
  3979. "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
  3980. "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
  3981. "runtimes/win/lib/netcore50/_._",
  3982. "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll"
  3983. ]
  3984. },
  3985. "Moq/4.7.8": {
  3986. "sha512": "7LD7s3joVFdnJCJ/T0591zIgzd/JRK517H2TH0yXBn0PkbjK1JfyT4LfIhk+2ywdMOm1BXGQfcvtiI/ES2xWKQ==",
  3987. "type": "package",
  3988. "path": "moq/4.7.8",
  3989. "files": [
  3990. "lib/net45/Moq.dll",
  3991. "lib/net45/Moq.xml",
  3992. "lib/netstandard1.3/Moq.dll",
  3993. "lib/netstandard1.3/Moq.xml",
  3994. "moq.4.7.8.nupkg.sha512",
  3995. "moq.nuspec"
  3996. ]
  3997. },
  3998. "NETStandard.Library/1.6.1": {
  3999. "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
  4000. "type": "package",
  4001. "path": "netstandard.library/1.6.1",
  4002. "files": [
  4003. "ThirdPartyNotices.txt",
  4004. "dotnet_library_license.txt",
  4005. "netstandard.library.1.6.1.nupkg.sha512",
  4006. "netstandard.library.nuspec"
  4007. ]
  4008. },
  4009. "Newtonsoft.Json/10.0.1": {
  4010. "sha512": "ebWzW9j2nwxQeBo59As2TYn7nYr9BHicqqCwHOD1Vdo+50HBtLPuqdiCYJcLdTRknpYis/DSEOQz5KmZxwrIAg==",
  4011. "type": "package",
  4012. "path": "newtonsoft.json/10.0.1",
  4013. "files": [
  4014. "lib/net20/Newtonsoft.Json.dll",
  4015. "lib/net20/Newtonsoft.Json.xml",
  4016. "lib/net35/Newtonsoft.Json.dll",
  4017. "lib/net35/Newtonsoft.Json.xml",
  4018. "lib/net40/Newtonsoft.Json.dll",
  4019. "lib/net40/Newtonsoft.Json.xml",
  4020. "lib/net45/Newtonsoft.Json.dll",
  4021. "lib/net45/Newtonsoft.Json.xml",
  4022. "lib/netstandard1.0/Newtonsoft.Json.dll",
  4023. "lib/netstandard1.0/Newtonsoft.Json.xml",
  4024. "lib/netstandard1.3/Newtonsoft.Json.dll",
  4025. "lib/netstandard1.3/Newtonsoft.Json.xml",
  4026. "lib/portable-net45+win8+wpa81+wp8/Newtonsoft.Json.dll",
  4027. "lib/portable-net45+win8+wpa81+wp8/Newtonsoft.Json.xml",
  4028. "newtonsoft.json.10.0.1.nupkg.sha512",
  4029. "newtonsoft.json.nuspec",
  4030. "tools/install.ps1"
  4031. ]
  4032. },
  4033. "NuGet.Common/3.5.0-beta2-1484": {
  4034. "sha512": "rLBmcZOPVF7Mne/LumDNACZZyI5B67hjylt+Z/WSEUQ/IXE9nLv8IVL0+T9xljIaSSQCjO8cOtmJ6ztqrsQKcQ==",
  4035. "type": "package",
  4036. "path": "nuget.common/3.5.0-beta2-1484",
  4037. "files": [
  4038. "lib/net45/NuGet.Common.dll",
  4039. "lib/net45/NuGet.Common.xml",
  4040. "lib/netstandard1.3/NuGet.Common.dll",
  4041. "lib/netstandard1.3/NuGet.Common.xml",
  4042. "nuget.common.3.5.0-beta2-1484.nupkg.sha512",
  4043. "nuget.common.nuspec"
  4044. ]
  4045. },
  4046. "NuGet.Frameworks/3.5.0-beta2-1484": {
  4047. "sha512": "AZoX0c05qgSfx0IOGTbLXa2fD7eM2WUqKP3osMMvSxK+tOGmctHuFlvjXxMHBv9yg0/13KdH0osV/zI7+SjzOA==",
  4048. "type": "package",
  4049. "path": "nuget.frameworks/3.5.0-beta2-1484",
  4050. "files": [
  4051. "lib/net40-client/NuGet.Frameworks.dll",
  4052. "lib/net40-client/NuGet.Frameworks.xml",
  4053. "lib/net45/NuGet.Frameworks.dll",
  4054. "lib/net45/NuGet.Frameworks.xml",
  4055. "lib/netstandard1.3/NuGet.Frameworks.dll",
  4056. "lib/netstandard1.3/NuGet.Frameworks.xml",
  4057. "nuget.frameworks.3.5.0-beta2-1484.nupkg.sha512",
  4058. "nuget.frameworks.nuspec"
  4059. ]
  4060. },
  4061. "NuGet.Packaging/3.5.0-beta2-1484": {
  4062. "sha512": "/+7d3vvCel4KhJo6AyOneg07fbAkUsy/ORgIaxW3nNdJubCXSrAdg1wfQpwzBygmErjrPcdYzzk2y2Sc6m7hwQ==",
  4063. "type": "package",
  4064. "path": "nuget.packaging/3.5.0-beta2-1484",
  4065. "files": [
  4066. "lib/net45/NuGet.Packaging.dll",
  4067. "lib/net45/NuGet.Packaging.xml",
  4068. "lib/netstandard1.3/NuGet.Packaging.dll",
  4069. "lib/netstandard1.3/NuGet.Packaging.xml",
  4070. "nuget.packaging.3.5.0-beta2-1484.nupkg.sha512",
  4071. "nuget.packaging.nuspec"
  4072. ]
  4073. },
  4074. "NuGet.Packaging.Core/3.5.0-beta2-1484": {
  4075. "sha512": "Lsz2lgYH0mdOvuL8C3G4XLm9EaAheBOqrgLgnBNxCeLGLU+n+Zu8Lt6K1bpzgkeKyTyAhJdWbv/3lS4w7s04gw==",
  4076. "type": "package",
  4077. "path": "nuget.packaging.core/3.5.0-beta2-1484",
  4078. "files": [
  4079. "lib/net45/NuGet.Packaging.Core.dll",
  4080. "lib/net45/NuGet.Packaging.Core.xml",
  4081. "lib/netstandard1.3/NuGet.Packaging.Core.dll",
  4082. "lib/netstandard1.3/NuGet.Packaging.Core.xml",
  4083. "nuget.packaging.core.3.5.0-beta2-1484.nupkg.sha512",
  4084. "nuget.packaging.core.nuspec"
  4085. ]
  4086. },
  4087. "NuGet.Packaging.Core.Types/3.5.0-beta2-1484": {
  4088. "sha512": "4mEXZBoe/RKTDVQGwdrl/f5gqolU2d1JWjpbGdQv5EG/xQCC8IQ8FTNYzk0+ydV/vuRM1yaNe+6UQ90nGE+1kQ==",
  4089. "type": "package",
  4090. "path": "nuget.packaging.core.types/3.5.0-beta2-1484",
  4091. "files": [
  4092. "lib/net45/NuGet.Packaging.Core.Types.dll",
  4093. "lib/net45/NuGet.Packaging.Core.Types.xml",
  4094. "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll",
  4095. "lib/netstandard1.3/NuGet.Packaging.Core.Types.xml",
  4096. "nuget.packaging.core.types.3.5.0-beta2-1484.nupkg.sha512",
  4097. "nuget.packaging.core.types.nuspec"
  4098. ]
  4099. },
  4100. "NuGet.RuntimeModel/3.5.0-beta2-1484": {
  4101. "sha512": "vg29WbKcExD9AJrKMr7NB9pnp+0MTAcDHB6gFHCqRynSo6jgjC8q+ZPAlxC115rQiO8fqzOEP59Q8hx20anUtA==",
  4102. "type": "package",
  4103. "path": "nuget.runtimemodel/3.5.0-beta2-1484",
  4104. "files": [
  4105. "lib/net45/NuGet.RuntimeModel.dll",
  4106. "lib/net45/NuGet.RuntimeModel.xml",
  4107. "lib/netstandard1.3/NuGet.RuntimeModel.dll",
  4108. "lib/netstandard1.3/NuGet.RuntimeModel.xml",
  4109. "nuget.runtimemodel.3.5.0-beta2-1484.nupkg.sha512",
  4110. "nuget.runtimemodel.nuspec"
  4111. ]
  4112. },
  4113. "NuGet.Versioning/3.5.0-beta2-1484": {
  4114. "sha512": "Stok+SI5lWxOkTgZZM7jT4xuAZogm5+j85mKJeHSXb8o0OAbB+qDX9jkdM2wIEnjoR8R29J0nQYwk2Kl2lWFpA==",
  4115. "type": "package",
  4116. "path": "nuget.versioning/3.5.0-beta2-1484",
  4117. "files": [
  4118. "lib/net45/NuGet.Versioning.dll",
  4119. "lib/net45/NuGet.Versioning.xml",
  4120. "lib/netstandard1.0/NuGet.Versioning.dll",
  4121. "lib/netstandard1.0/NuGet.Versioning.xml",
  4122. "nuget.versioning.3.5.0-beta2-1484.nupkg.sha512",
  4123. "nuget.versioning.nuspec"
  4124. ]
  4125. },
  4126. "NUnit.Portable.Agent/3.4.0-beta-3": {
  4127. "sha512": "BcgxOFtivkK8+eu5krwxxTWw6RtASfp7q/nQ18Z5a2rEvDHZz9h+U2fJjIrw4P9CtqbzZwNuGHprUnhoVqlZrw==",
  4128. "type": "package",
  4129. "path": "nunit.portable.agent/3.4.0-beta-3",
  4130. "files": [
  4131. "lib/net45/NUnit.Portable.Agent.dll",
  4132. "lib/netstandard1.3/NUnit.Portable.Agent.dll",
  4133. "nunit.portable.agent.3.4.0-beta-3.nupkg.sha512",
  4134. "nunit.portable.agent.nuspec"
  4135. ]
  4136. },
  4137. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  4138. "sha512": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
  4139. "type": "package",
  4140. "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  4141. "files": [
  4142. "ThirdPartyNotices.txt",
  4143. "dotnet_library_license.txt",
  4144. "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  4145. "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  4146. "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  4147. ]
  4148. },
  4149. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  4150. "sha512": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
  4151. "type": "package",
  4152. "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  4153. "files": [
  4154. "ThirdPartyNotices.txt",
  4155. "dotnet_library_license.txt",
  4156. "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  4157. "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  4158. "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  4159. ]
  4160. },
  4161. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  4162. "sha512": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
  4163. "type": "package",
  4164. "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  4165. "files": [
  4166. "ThirdPartyNotices.txt",
  4167. "dotnet_library_license.txt",
  4168. "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  4169. "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  4170. "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  4171. ]
  4172. },
  4173. "runtime.native.System/4.3.0": {
  4174. "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
  4175. "type": "package",
  4176. "path": "runtime.native.system/4.3.0",
  4177. "files": [
  4178. "ThirdPartyNotices.txt",
  4179. "dotnet_library_license.txt",
  4180. "lib/netstandard1.0/_._",
  4181. "runtime.native.system.4.3.0.nupkg.sha512",
  4182. "runtime.native.system.nuspec"
  4183. ]
  4184. },
  4185. "runtime.native.System.IO.Compression/4.3.0": {
  4186. "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
  4187. "type": "package",
  4188. "path": "runtime.native.system.io.compression/4.3.0",
  4189. "files": [
  4190. "ThirdPartyNotices.txt",
  4191. "dotnet_library_license.txt",
  4192. "lib/netstandard1.0/_._",
  4193. "runtime.native.system.io.compression.4.3.0.nupkg.sha512",
  4194. "runtime.native.system.io.compression.nuspec"
  4195. ]
  4196. },
  4197. "runtime.native.System.Net.Http/4.3.0": {
  4198. "sha512": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
  4199. "type": "package",
  4200. "path": "runtime.native.system.net.http/4.3.0",
  4201. "files": [
  4202. "ThirdPartyNotices.txt",
  4203. "dotnet_library_license.txt",
  4204. "lib/netstandard1.0/_._",
  4205. "runtime.native.system.net.http.4.3.0.nupkg.sha512",
  4206. "runtime.native.system.net.http.nuspec"
  4207. ]
  4208. },
  4209. "runtime.native.System.Net.Security/4.3.0": {
  4210. "sha512": "M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==",
  4211. "type": "package",
  4212. "path": "runtime.native.system.net.security/4.3.0",
  4213. "files": [
  4214. "ThirdPartyNotices.txt",
  4215. "dotnet_library_license.txt",
  4216. "lib/netstandard1.0/_._",
  4217. "runtime.native.system.net.security.4.3.0.nupkg.sha512",
  4218. "runtime.native.system.net.security.nuspec"
  4219. ]
  4220. },
  4221. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  4222. "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
  4223. "type": "package",
  4224. "path": "runtime.native.system.security.cryptography.apple/4.3.0",
  4225. "files": [
  4226. "ThirdPartyNotices.txt",
  4227. "dotnet_library_license.txt",
  4228. "lib/netstandard1.0/_._",
  4229. "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512",
  4230. "runtime.native.system.security.cryptography.apple.nuspec"
  4231. ]
  4232. },
  4233. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  4234. "sha512": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
  4235. "type": "package",
  4236. "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
  4237. "files": [
  4238. "ThirdPartyNotices.txt",
  4239. "dotnet_library_license.txt",
  4240. "lib/netstandard1.0/_._",
  4241. "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  4242. "runtime.native.system.security.cryptography.openssl.nuspec"
  4243. ]
  4244. },
  4245. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  4246. "sha512": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
  4247. "type": "package",
  4248. "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  4249. "files": [
  4250. "ThirdPartyNotices.txt",
  4251. "dotnet_library_license.txt",
  4252. "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  4253. "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  4254. "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  4255. ]
  4256. },
  4257. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  4258. "sha512": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
  4259. "type": "package",
  4260. "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  4261. "files": [
  4262. "ThirdPartyNotices.txt",
  4263. "dotnet_library_license.txt",
  4264. "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  4265. "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  4266. "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  4267. ]
  4268. },
  4269. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  4270. "sha512": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
  4271. "type": "package",
  4272. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
  4273. "files": [
  4274. "ThirdPartyNotices.txt",
  4275. "dotnet_library_license.txt",
  4276. "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512",
  4277. "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec",
  4278. "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib"
  4279. ]
  4280. },
  4281. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  4282. "sha512": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
  4283. "type": "package",
  4284. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  4285. "files": [
  4286. "ThirdPartyNotices.txt",
  4287. "dotnet_library_license.txt",
  4288. "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  4289. "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  4290. "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib"
  4291. ]
  4292. },
  4293. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  4294. "sha512": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
  4295. "type": "package",
  4296. "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  4297. "files": [
  4298. "ThirdPartyNotices.txt",
  4299. "dotnet_library_license.txt",
  4300. "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  4301. "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  4302. "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  4303. ]
  4304. },
  4305. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  4306. "sha512": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
  4307. "type": "package",
  4308. "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  4309. "files": [
  4310. "ThirdPartyNotices.txt",
  4311. "dotnet_library_license.txt",
  4312. "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  4313. "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  4314. "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  4315. ]
  4316. },
  4317. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  4318. "sha512": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
  4319. "type": "package",
  4320. "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  4321. "files": [
  4322. "ThirdPartyNotices.txt",
  4323. "dotnet_library_license.txt",
  4324. "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  4325. "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  4326. "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  4327. ]
  4328. },
  4329. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  4330. "sha512": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
  4331. "type": "package",
  4332. "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  4333. "files": [
  4334. "ThirdPartyNotices.txt",
  4335. "dotnet_library_license.txt",
  4336. "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  4337. "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  4338. "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  4339. ]
  4340. },
  4341. "System.AppContext/4.3.0": {
  4342. "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
  4343. "type": "package",
  4344. "path": "system.appcontext/4.3.0",
  4345. "files": [
  4346. "ThirdPartyNotices.txt",
  4347. "dotnet_library_license.txt",
  4348. "lib/MonoAndroid10/_._",
  4349. "lib/MonoTouch10/_._",
  4350. "lib/net46/System.AppContext.dll",
  4351. "lib/net463/System.AppContext.dll",
  4352. "lib/netcore50/System.AppContext.dll",
  4353. "lib/netstandard1.6/System.AppContext.dll",
  4354. "lib/xamarinios10/_._",
  4355. "lib/xamarinmac20/_._",
  4356. "lib/xamarintvos10/_._",
  4357. "lib/xamarinwatchos10/_._",
  4358. "ref/MonoAndroid10/_._",
  4359. "ref/MonoTouch10/_._",
  4360. "ref/net46/System.AppContext.dll",
  4361. "ref/net463/System.AppContext.dll",
  4362. "ref/netstandard/_._",
  4363. "ref/netstandard1.3/System.AppContext.dll",
  4364. "ref/netstandard1.3/System.AppContext.xml",
  4365. "ref/netstandard1.3/de/System.AppContext.xml",
  4366. "ref/netstandard1.3/es/System.AppContext.xml",
  4367. "ref/netstandard1.3/fr/System.AppContext.xml",
  4368. "ref/netstandard1.3/it/System.AppContext.xml",
  4369. "ref/netstandard1.3/ja/System.AppContext.xml",
  4370. "ref/netstandard1.3/ko/System.AppContext.xml",
  4371. "ref/netstandard1.3/ru/System.AppContext.xml",
  4372. "ref/netstandard1.3/zh-hans/System.AppContext.xml",
  4373. "ref/netstandard1.3/zh-hant/System.AppContext.xml",
  4374. "ref/netstandard1.6/System.AppContext.dll",
  4375. "ref/netstandard1.6/System.AppContext.xml",
  4376. "ref/netstandard1.6/de/System.AppContext.xml",
  4377. "ref/netstandard1.6/es/System.AppContext.xml",
  4378. "ref/netstandard1.6/fr/System.AppContext.xml",
  4379. "ref/netstandard1.6/it/System.AppContext.xml",
  4380. "ref/netstandard1.6/ja/System.AppContext.xml",
  4381. "ref/netstandard1.6/ko/System.AppContext.xml",
  4382. "ref/netstandard1.6/ru/System.AppContext.xml",
  4383. "ref/netstandard1.6/zh-hans/System.AppContext.xml",
  4384. "ref/netstandard1.6/zh-hant/System.AppContext.xml",
  4385. "ref/xamarinios10/_._",
  4386. "ref/xamarinmac20/_._",
  4387. "ref/xamarintvos10/_._",
  4388. "ref/xamarinwatchos10/_._",
  4389. "runtimes/aot/lib/netcore50/System.AppContext.dll",
  4390. "system.appcontext.4.3.0.nupkg.sha512",
  4391. "system.appcontext.nuspec"
  4392. ]
  4393. },
  4394. "System.Buffers/4.3.0": {
  4395. "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
  4396. "type": "package",
  4397. "path": "system.buffers/4.3.0",
  4398. "files": [
  4399. "ThirdPartyNotices.txt",
  4400. "dotnet_library_license.txt",
  4401. "lib/netstandard1.1/.xml",
  4402. "lib/netstandard1.1/System.Buffers.dll",
  4403. "system.buffers.4.3.0.nupkg.sha512",
  4404. "system.buffers.nuspec"
  4405. ]
  4406. },
  4407. "System.Collections/4.3.0": {
  4408. "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  4409. "type": "package",
  4410. "path": "system.collections/4.3.0",
  4411. "files": [
  4412. "ThirdPartyNotices.txt",
  4413. "dotnet_library_license.txt",
  4414. "lib/MonoAndroid10/_._",
  4415. "lib/MonoTouch10/_._",
  4416. "lib/net45/_._",
  4417. "lib/portable-net45+win8+wp8+wpa81/_._",
  4418. "lib/win8/_._",
  4419. "lib/wp80/_._",
  4420. "lib/wpa81/_._",
  4421. "lib/xamarinios10/_._",
  4422. "lib/xamarinmac20/_._",
  4423. "lib/xamarintvos10/_._",
  4424. "lib/xamarinwatchos10/_._",
  4425. "ref/MonoAndroid10/_._",
  4426. "ref/MonoTouch10/_._",
  4427. "ref/net45/_._",
  4428. "ref/netcore50/System.Collections.dll",
  4429. "ref/netcore50/System.Collections.xml",
  4430. "ref/netcore50/de/System.Collections.xml",
  4431. "ref/netcore50/es/System.Collections.xml",
  4432. "ref/netcore50/fr/System.Collections.xml",
  4433. "ref/netcore50/it/System.Collections.xml",
  4434. "ref/netcore50/ja/System.Collections.xml",
  4435. "ref/netcore50/ko/System.Collections.xml",
  4436. "ref/netcore50/ru/System.Collections.xml",
  4437. "ref/netcore50/zh-hans/System.Collections.xml",
  4438. "ref/netcore50/zh-hant/System.Collections.xml",
  4439. "ref/netstandard1.0/System.Collections.dll",
  4440. "ref/netstandard1.0/System.Collections.xml",
  4441. "ref/netstandard1.0/de/System.Collections.xml",
  4442. "ref/netstandard1.0/es/System.Collections.xml",
  4443. "ref/netstandard1.0/fr/System.Collections.xml",
  4444. "ref/netstandard1.0/it/System.Collections.xml",
  4445. "ref/netstandard1.0/ja/System.Collections.xml",
  4446. "ref/netstandard1.0/ko/System.Collections.xml",
  4447. "ref/netstandard1.0/ru/System.Collections.xml",
  4448. "ref/netstandard1.0/zh-hans/System.Collections.xml",
  4449. "ref/netstandard1.0/zh-hant/System.Collections.xml",
  4450. "ref/netstandard1.3/System.Collections.dll",
  4451. "ref/netstandard1.3/System.Collections.xml",
  4452. "ref/netstandard1.3/de/System.Collections.xml",
  4453. "ref/netstandard1.3/es/System.Collections.xml",
  4454. "ref/netstandard1.3/fr/System.Collections.xml",
  4455. "ref/netstandard1.3/it/System.Collections.xml",
  4456. "ref/netstandard1.3/ja/System.Collections.xml",
  4457. "ref/netstandard1.3/ko/System.Collections.xml",
  4458. "ref/netstandard1.3/ru/System.Collections.xml",
  4459. "ref/netstandard1.3/zh-hans/System.Collections.xml",
  4460. "ref/netstandard1.3/zh-hant/System.Collections.xml",
  4461. "ref/portable-net45+win8+wp8+wpa81/_._",
  4462. "ref/win8/_._",
  4463. "ref/wp80/_._",
  4464. "ref/wpa81/_._",
  4465. "ref/xamarinios10/_._",
  4466. "ref/xamarinmac20/_._",
  4467. "ref/xamarintvos10/_._",
  4468. "ref/xamarinwatchos10/_._",
  4469. "system.collections.4.3.0.nupkg.sha512",
  4470. "system.collections.nuspec"
  4471. ]
  4472. },
  4473. "System.Collections.Concurrent/4.3.0": {
  4474. "sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
  4475. "type": "package",
  4476. "path": "system.collections.concurrent/4.3.0",
  4477. "files": [
  4478. "ThirdPartyNotices.txt",
  4479. "dotnet_library_license.txt",
  4480. "lib/MonoAndroid10/_._",
  4481. "lib/MonoTouch10/_._",
  4482. "lib/net45/_._",
  4483. "lib/netcore50/System.Collections.Concurrent.dll",
  4484. "lib/netstandard1.3/System.Collections.Concurrent.dll",
  4485. "lib/portable-net45+win8+wpa81/_._",
  4486. "lib/win8/_._",
  4487. "lib/wpa81/_._",
  4488. "lib/xamarinios10/_._",
  4489. "lib/xamarinmac20/_._",
  4490. "lib/xamarintvos10/_._",
  4491. "lib/xamarinwatchos10/_._",
  4492. "ref/MonoAndroid10/_._",
  4493. "ref/MonoTouch10/_._",
  4494. "ref/net45/_._",
  4495. "ref/netcore50/System.Collections.Concurrent.dll",
  4496. "ref/netcore50/System.Collections.Concurrent.xml",
  4497. "ref/netcore50/de/System.Collections.Concurrent.xml",
  4498. "ref/netcore50/es/System.Collections.Concurrent.xml",
  4499. "ref/netcore50/fr/System.Collections.Concurrent.xml",
  4500. "ref/netcore50/it/System.Collections.Concurrent.xml",
  4501. "ref/netcore50/ja/System.Collections.Concurrent.xml",
  4502. "ref/netcore50/ko/System.Collections.Concurrent.xml",
  4503. "ref/netcore50/ru/System.Collections.Concurrent.xml",
  4504. "ref/netcore50/zh-hans/System.Collections.Concurrent.xml",
  4505. "ref/netcore50/zh-hant/System.Collections.Concurrent.xml",
  4506. "ref/netstandard1.1/System.Collections.Concurrent.dll",
  4507. "ref/netstandard1.1/System.Collections.Concurrent.xml",
  4508. "ref/netstandard1.1/de/System.Collections.Concurrent.xml",
  4509. "ref/netstandard1.1/es/System.Collections.Concurrent.xml",
  4510. "ref/netstandard1.1/fr/System.Collections.Concurrent.xml",
  4511. "ref/netstandard1.1/it/System.Collections.Concurrent.xml",
  4512. "ref/netstandard1.1/ja/System.Collections.Concurrent.xml",
  4513. "ref/netstandard1.1/ko/System.Collections.Concurrent.xml",
  4514. "ref/netstandard1.1/ru/System.Collections.Concurrent.xml",
  4515. "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml",
  4516. "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml",
  4517. "ref/netstandard1.3/System.Collections.Concurrent.dll",
  4518. "ref/netstandard1.3/System.Collections.Concurrent.xml",
  4519. "ref/netstandard1.3/de/System.Collections.Concurrent.xml",
  4520. "ref/netstandard1.3/es/System.Collections.Concurrent.xml",
  4521. "ref/netstandard1.3/fr/System.Collections.Concurrent.xml",
  4522. "ref/netstandard1.3/it/System.Collections.Concurrent.xml",
  4523. "ref/netstandard1.3/ja/System.Collections.Concurrent.xml",
  4524. "ref/netstandard1.3/ko/System.Collections.Concurrent.xml",
  4525. "ref/netstandard1.3/ru/System.Collections.Concurrent.xml",
  4526. "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml",
  4527. "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml",
  4528. "ref/portable-net45+win8+wpa81/_._",
  4529. "ref/win8/_._",
  4530. "ref/wpa81/_._",
  4531. "ref/xamarinios10/_._",
  4532. "ref/xamarinmac20/_._",
  4533. "ref/xamarintvos10/_._",
  4534. "ref/xamarinwatchos10/_._",
  4535. "system.collections.concurrent.4.3.0.nupkg.sha512",
  4536. "system.collections.concurrent.nuspec"
  4537. ]
  4538. },
  4539. "System.Collections.Immutable/1.3.0": {
  4540. "sha512": "zukBRPUuNxwy9m4TGWLxKAnoiMc9+B+8VXeXVyPiBPvOd7yLgAlZ1DlsRWJjMx4VsvhhF2+6q6kO2GRbPja6hA==",
  4541. "type": "package",
  4542. "path": "system.collections.immutable/1.3.0",
  4543. "files": [
  4544. "ThirdPartyNotices.txt",
  4545. "dotnet_library_license.txt",
  4546. "lib/netstandard1.0/System.Collections.Immutable.dll",
  4547. "lib/netstandard1.0/System.Collections.Immutable.xml",
  4548. "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
  4549. "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
  4550. "system.collections.immutable.1.3.0.nupkg.sha512",
  4551. "system.collections.immutable.nuspec"
  4552. ]
  4553. },
  4554. "System.Collections.NonGeneric/4.3.0": {
  4555. "sha512": "prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==",
  4556. "type": "package",
  4557. "path": "system.collections.nongeneric/4.3.0",
  4558. "files": [
  4559. "ThirdPartyNotices.txt",
  4560. "dotnet_library_license.txt",
  4561. "lib/MonoAndroid10/_._",
  4562. "lib/MonoTouch10/_._",
  4563. "lib/net46/System.Collections.NonGeneric.dll",
  4564. "lib/netstandard1.3/System.Collections.NonGeneric.dll",
  4565. "lib/xamarinios10/_._",
  4566. "lib/xamarinmac20/_._",
  4567. "lib/xamarintvos10/_._",
  4568. "lib/xamarinwatchos10/_._",
  4569. "ref/MonoAndroid10/_._",
  4570. "ref/MonoTouch10/_._",
  4571. "ref/net46/System.Collections.NonGeneric.dll",
  4572. "ref/netstandard1.3/System.Collections.NonGeneric.dll",
  4573. "ref/netstandard1.3/System.Collections.NonGeneric.xml",
  4574. "ref/netstandard1.3/de/System.Collections.NonGeneric.xml",
  4575. "ref/netstandard1.3/es/System.Collections.NonGeneric.xml",
  4576. "ref/netstandard1.3/fr/System.Collections.NonGeneric.xml",
  4577. "ref/netstandard1.3/it/System.Collections.NonGeneric.xml",
  4578. "ref/netstandard1.3/ja/System.Collections.NonGeneric.xml",
  4579. "ref/netstandard1.3/ko/System.Collections.NonGeneric.xml",
  4580. "ref/netstandard1.3/ru/System.Collections.NonGeneric.xml",
  4581. "ref/netstandard1.3/zh-hans/System.Collections.NonGeneric.xml",
  4582. "ref/netstandard1.3/zh-hant/System.Collections.NonGeneric.xml",
  4583. "ref/xamarinios10/_._",
  4584. "ref/xamarinmac20/_._",
  4585. "ref/xamarintvos10/_._",
  4586. "ref/xamarinwatchos10/_._",
  4587. "system.collections.nongeneric.4.3.0.nupkg.sha512",
  4588. "system.collections.nongeneric.nuspec"
  4589. ]
  4590. },
  4591. "System.Collections.Specialized/4.3.0": {
  4592. "sha512": "Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==",
  4593. "type": "package",
  4594. "path": "system.collections.specialized/4.3.0",
  4595. "files": [
  4596. "ThirdPartyNotices.txt",
  4597. "dotnet_library_license.txt",
  4598. "lib/MonoAndroid10/_._",
  4599. "lib/MonoTouch10/_._",
  4600. "lib/net46/System.Collections.Specialized.dll",
  4601. "lib/netstandard1.3/System.Collections.Specialized.dll",
  4602. "lib/xamarinios10/_._",
  4603. "lib/xamarinmac20/_._",
  4604. "lib/xamarintvos10/_._",
  4605. "lib/xamarinwatchos10/_._",
  4606. "ref/MonoAndroid10/_._",
  4607. "ref/MonoTouch10/_._",
  4608. "ref/net46/System.Collections.Specialized.dll",
  4609. "ref/netstandard1.3/System.Collections.Specialized.dll",
  4610. "ref/netstandard1.3/System.Collections.Specialized.xml",
  4611. "ref/netstandard1.3/de/System.Collections.Specialized.xml",
  4612. "ref/netstandard1.3/es/System.Collections.Specialized.xml",
  4613. "ref/netstandard1.3/fr/System.Collections.Specialized.xml",
  4614. "ref/netstandard1.3/it/System.Collections.Specialized.xml",
  4615. "ref/netstandard1.3/ja/System.Collections.Specialized.xml",
  4616. "ref/netstandard1.3/ko/System.Collections.Specialized.xml",
  4617. "ref/netstandard1.3/ru/System.Collections.Specialized.xml",
  4618. "ref/netstandard1.3/zh-hans/System.Collections.Specialized.xml",
  4619. "ref/netstandard1.3/zh-hant/System.Collections.Specialized.xml",
  4620. "ref/xamarinios10/_._",
  4621. "ref/xamarinmac20/_._",
  4622. "ref/xamarintvos10/_._",
  4623. "ref/xamarinwatchos10/_._",
  4624. "system.collections.specialized.4.3.0.nupkg.sha512",
  4625. "system.collections.specialized.nuspec"
  4626. ]
  4627. },
  4628. "System.ComponentModel/4.3.0": {
  4629. "sha512": "VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==",
  4630. "type": "package",
  4631. "path": "system.componentmodel/4.3.0",
  4632. "files": [
  4633. "ThirdPartyNotices.txt",
  4634. "dotnet_library_license.txt",
  4635. "lib/MonoAndroid10/_._",
  4636. "lib/MonoTouch10/_._",
  4637. "lib/net45/_._",
  4638. "lib/netcore50/System.ComponentModel.dll",
  4639. "lib/netstandard1.3/System.ComponentModel.dll",
  4640. "lib/portable-net45+win8+wp8+wpa81/_._",
  4641. "lib/win8/_._",
  4642. "lib/wp80/_._",
  4643. "lib/wpa81/_._",
  4644. "lib/xamarinios10/_._",
  4645. "lib/xamarinmac20/_._",
  4646. "lib/xamarintvos10/_._",
  4647. "lib/xamarinwatchos10/_._",
  4648. "ref/MonoAndroid10/_._",
  4649. "ref/MonoTouch10/_._",
  4650. "ref/net45/_._",
  4651. "ref/netcore50/System.ComponentModel.dll",
  4652. "ref/netcore50/System.ComponentModel.xml",
  4653. "ref/netcore50/de/System.ComponentModel.xml",
  4654. "ref/netcore50/es/System.ComponentModel.xml",
  4655. "ref/netcore50/fr/System.ComponentModel.xml",
  4656. "ref/netcore50/it/System.ComponentModel.xml",
  4657. "ref/netcore50/ja/System.ComponentModel.xml",
  4658. "ref/netcore50/ko/System.ComponentModel.xml",
  4659. "ref/netcore50/ru/System.ComponentModel.xml",
  4660. "ref/netcore50/zh-hans/System.ComponentModel.xml",
  4661. "ref/netcore50/zh-hant/System.ComponentModel.xml",
  4662. "ref/netstandard1.0/System.ComponentModel.dll",
  4663. "ref/netstandard1.0/System.ComponentModel.xml",
  4664. "ref/netstandard1.0/de/System.ComponentModel.xml",
  4665. "ref/netstandard1.0/es/System.ComponentModel.xml",
  4666. "ref/netstandard1.0/fr/System.ComponentModel.xml",
  4667. "ref/netstandard1.0/it/System.ComponentModel.xml",
  4668. "ref/netstandard1.0/ja/System.ComponentModel.xml",
  4669. "ref/netstandard1.0/ko/System.ComponentModel.xml",
  4670. "ref/netstandard1.0/ru/System.ComponentModel.xml",
  4671. "ref/netstandard1.0/zh-hans/System.ComponentModel.xml",
  4672. "ref/netstandard1.0/zh-hant/System.ComponentModel.xml",
  4673. "ref/portable-net45+win8+wp8+wpa81/_._",
  4674. "ref/win8/_._",
  4675. "ref/wp80/_._",
  4676. "ref/wpa81/_._",
  4677. "ref/xamarinios10/_._",
  4678. "ref/xamarinmac20/_._",
  4679. "ref/xamarintvos10/_._",
  4680. "ref/xamarinwatchos10/_._",
  4681. "system.componentmodel.4.3.0.nupkg.sha512",
  4682. "system.componentmodel.nuspec"
  4683. ]
  4684. },
  4685. "System.ComponentModel.Annotations/4.3.0": {
  4686. "sha512": "SY2RLItHt43rd8J9D8M8e8NM4m+9WLN2uUd9G0n1I4hj/7w+v3pzK6ZBjexlG1/2xvLKQsqir3UGVSyBTXMLWA==",
  4687. "type": "package",
  4688. "path": "system.componentmodel.annotations/4.3.0",
  4689. "files": [
  4690. "ThirdPartyNotices.txt",
  4691. "dotnet_library_license.txt",
  4692. "lib/MonoAndroid10/_._",
  4693. "lib/MonoTouch10/_._",
  4694. "lib/net45/_._",
  4695. "lib/net461/System.ComponentModel.Annotations.dll",
  4696. "lib/netcore50/System.ComponentModel.Annotations.dll",
  4697. "lib/netstandard1.4/System.ComponentModel.Annotations.dll",
  4698. "lib/portable-net45+win8/_._",
  4699. "lib/win8/_._",
  4700. "lib/xamarinios10/_._",
  4701. "lib/xamarinmac20/_._",
  4702. "lib/xamarintvos10/_._",
  4703. "lib/xamarinwatchos10/_._",
  4704. "ref/MonoAndroid10/_._",
  4705. "ref/MonoTouch10/_._",
  4706. "ref/net45/_._",
  4707. "ref/net461/System.ComponentModel.Annotations.dll",
  4708. "ref/netcore50/System.ComponentModel.Annotations.dll",
  4709. "ref/netcore50/System.ComponentModel.Annotations.xml",
  4710. "ref/netcore50/de/System.ComponentModel.Annotations.xml",
  4711. "ref/netcore50/es/System.ComponentModel.Annotations.xml",
  4712. "ref/netcore50/fr/System.ComponentModel.Annotations.xml",
  4713. "ref/netcore50/it/System.ComponentModel.Annotations.xml",
  4714. "ref/netcore50/ja/System.ComponentModel.Annotations.xml",
  4715. "ref/netcore50/ko/System.ComponentModel.Annotations.xml",
  4716. "ref/netcore50/ru/System.ComponentModel.Annotations.xml",
  4717. "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml",
  4718. "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml",
  4719. "ref/netstandard1.1/System.ComponentModel.Annotations.dll",
  4720. "ref/netstandard1.1/System.ComponentModel.Annotations.xml",
  4721. "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml",
  4722. "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml",
  4723. "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml",
  4724. "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml",
  4725. "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml",
  4726. "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml",
  4727. "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml",
  4728. "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml",
  4729. "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml",
  4730. "ref/netstandard1.3/System.ComponentModel.Annotations.dll",
  4731. "ref/netstandard1.3/System.ComponentModel.Annotations.xml",
  4732. "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml",
  4733. "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml",
  4734. "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml",
  4735. "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml",
  4736. "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml",
  4737. "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml",
  4738. "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml",
  4739. "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml",
  4740. "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml",
  4741. "ref/netstandard1.4/System.ComponentModel.Annotations.dll",
  4742. "ref/netstandard1.4/System.ComponentModel.Annotations.xml",
  4743. "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml",
  4744. "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml",
  4745. "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml",
  4746. "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml",
  4747. "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml",
  4748. "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml",
  4749. "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml",
  4750. "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml",
  4751. "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml",
  4752. "ref/portable-net45+win8/_._",
  4753. "ref/win8/_._",
  4754. "ref/xamarinios10/_._",
  4755. "ref/xamarinmac20/_._",
  4756. "ref/xamarintvos10/_._",
  4757. "ref/xamarinwatchos10/_._",
  4758. "system.componentmodel.annotations.4.3.0.nupkg.sha512",
  4759. "system.componentmodel.annotations.nuspec"
  4760. ]
  4761. },
  4762. "System.ComponentModel.EventBasedAsync/4.0.11": {
  4763. "sha512": "Z7SO6vvQIR84daPE4uhaNdef9CjgjDMGYkas8epUhf0U3WGuaGgZ0Mm4QuNycMdbHUY8KEdZrtgxonkAiJaAlA==",
  4764. "type": "package",
  4765. "path": "system.componentmodel.eventbasedasync/4.0.11",
  4766. "files": [
  4767. "ThirdPartyNotices.txt",
  4768. "dotnet_library_license.txt",
  4769. "lib/MonoAndroid10/_._",
  4770. "lib/MonoTouch10/_._",
  4771. "lib/net45/_._",
  4772. "lib/netcore50/System.ComponentModel.EventBasedAsync.dll",
  4773. "lib/netstandard1.3/System.ComponentModel.EventBasedAsync.dll",
  4774. "lib/portable-net45+win8+wp8+wpa81/_._",
  4775. "lib/win8/_._",
  4776. "lib/wp80/_._",
  4777. "lib/wpa81/_._",
  4778. "lib/xamarinios10/_._",
  4779. "lib/xamarinmac20/_._",
  4780. "lib/xamarintvos10/_._",
  4781. "lib/xamarinwatchos10/_._",
  4782. "ref/MonoAndroid10/_._",
  4783. "ref/MonoTouch10/_._",
  4784. "ref/net45/_._",
  4785. "ref/netcore50/System.ComponentModel.EventBasedAsync.dll",
  4786. "ref/netcore50/System.ComponentModel.EventBasedAsync.xml",
  4787. "ref/netcore50/de/System.ComponentModel.EventBasedAsync.xml",
  4788. "ref/netcore50/es/System.ComponentModel.EventBasedAsync.xml",
  4789. "ref/netcore50/fr/System.ComponentModel.EventBasedAsync.xml",
  4790. "ref/netcore50/it/System.ComponentModel.EventBasedAsync.xml",
  4791. "ref/netcore50/ja/System.ComponentModel.EventBasedAsync.xml",
  4792. "ref/netcore50/ko/System.ComponentModel.EventBasedAsync.xml",
  4793. "ref/netcore50/ru/System.ComponentModel.EventBasedAsync.xml",
  4794. "ref/netcore50/zh-hans/System.ComponentModel.EventBasedAsync.xml",
  4795. "ref/netcore50/zh-hant/System.ComponentModel.EventBasedAsync.xml",
  4796. "ref/netstandard1.0/System.ComponentModel.EventBasedAsync.dll",
  4797. "ref/netstandard1.0/System.ComponentModel.EventBasedAsync.xml",
  4798. "ref/netstandard1.0/de/System.ComponentModel.EventBasedAsync.xml",
  4799. "ref/netstandard1.0/es/System.ComponentModel.EventBasedAsync.xml",
  4800. "ref/netstandard1.0/fr/System.ComponentModel.EventBasedAsync.xml",
  4801. "ref/netstandard1.0/it/System.ComponentModel.EventBasedAsync.xml",
  4802. "ref/netstandard1.0/ja/System.ComponentModel.EventBasedAsync.xml",
  4803. "ref/netstandard1.0/ko/System.ComponentModel.EventBasedAsync.xml",
  4804. "ref/netstandard1.0/ru/System.ComponentModel.EventBasedAsync.xml",
  4805. "ref/netstandard1.0/zh-hans/System.ComponentModel.EventBasedAsync.xml",
  4806. "ref/netstandard1.0/zh-hant/System.ComponentModel.EventBasedAsync.xml",
  4807. "ref/netstandard1.3/System.ComponentModel.EventBasedAsync.dll",
  4808. "ref/netstandard1.3/System.ComponentModel.EventBasedAsync.xml",
  4809. "ref/netstandard1.3/de/System.ComponentModel.EventBasedAsync.xml",
  4810. "ref/netstandard1.3/es/System.ComponentModel.EventBasedAsync.xml",
  4811. "ref/netstandard1.3/fr/System.ComponentModel.EventBasedAsync.xml",
  4812. "ref/netstandard1.3/it/System.ComponentModel.EventBasedAsync.xml",
  4813. "ref/netstandard1.3/ja/System.ComponentModel.EventBasedAsync.xml",
  4814. "ref/netstandard1.3/ko/System.ComponentModel.EventBasedAsync.xml",
  4815. "ref/netstandard1.3/ru/System.ComponentModel.EventBasedAsync.xml",
  4816. "ref/netstandard1.3/zh-hans/System.ComponentModel.EventBasedAsync.xml",
  4817. "ref/netstandard1.3/zh-hant/System.ComponentModel.EventBasedAsync.xml",
  4818. "ref/portable-net45+win8+wp8+wpa81/_._",
  4819. "ref/win8/_._",
  4820. "ref/wp80/_._",
  4821. "ref/wpa81/_._",
  4822. "ref/xamarinios10/_._",
  4823. "ref/xamarinmac20/_._",
  4824. "ref/xamarintvos10/_._",
  4825. "ref/xamarinwatchos10/_._",
  4826. "system.componentmodel.eventbasedasync.4.0.11.nupkg.sha512",
  4827. "system.componentmodel.eventbasedasync.nuspec"
  4828. ]
  4829. },
  4830. "System.ComponentModel.Primitives/4.3.0": {
  4831. "sha512": "j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==",
  4832. "type": "package",
  4833. "path": "system.componentmodel.primitives/4.3.0",
  4834. "files": [
  4835. "ThirdPartyNotices.txt",
  4836. "dotnet_library_license.txt",
  4837. "lib/MonoAndroid10/_._",
  4838. "lib/MonoTouch10/_._",
  4839. "lib/net45/System.ComponentModel.Primitives.dll",
  4840. "lib/netstandard1.0/System.ComponentModel.Primitives.dll",
  4841. "lib/xamarinios10/_._",
  4842. "lib/xamarinmac20/_._",
  4843. "lib/xamarintvos10/_._",
  4844. "lib/xamarinwatchos10/_._",
  4845. "ref/MonoAndroid10/_._",
  4846. "ref/MonoTouch10/_._",
  4847. "ref/net45/System.ComponentModel.Primitives.dll",
  4848. "ref/netstandard1.0/System.ComponentModel.Primitives.dll",
  4849. "ref/netstandard1.0/System.ComponentModel.Primitives.xml",
  4850. "ref/netstandard1.0/de/System.ComponentModel.Primitives.xml",
  4851. "ref/netstandard1.0/es/System.ComponentModel.Primitives.xml",
  4852. "ref/netstandard1.0/fr/System.ComponentModel.Primitives.xml",
  4853. "ref/netstandard1.0/it/System.ComponentModel.Primitives.xml",
  4854. "ref/netstandard1.0/ja/System.ComponentModel.Primitives.xml",
  4855. "ref/netstandard1.0/ko/System.ComponentModel.Primitives.xml",
  4856. "ref/netstandard1.0/ru/System.ComponentModel.Primitives.xml",
  4857. "ref/netstandard1.0/zh-hans/System.ComponentModel.Primitives.xml",
  4858. "ref/netstandard1.0/zh-hant/System.ComponentModel.Primitives.xml",
  4859. "ref/xamarinios10/_._",
  4860. "ref/xamarinmac20/_._",
  4861. "ref/xamarintvos10/_._",
  4862. "ref/xamarinwatchos10/_._",
  4863. "system.componentmodel.primitives.4.3.0.nupkg.sha512",
  4864. "system.componentmodel.primitives.nuspec"
  4865. ]
  4866. },
  4867. "System.ComponentModel.TypeConverter/4.3.0": {
  4868. "sha512": "16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==",
  4869. "type": "package",
  4870. "path": "system.componentmodel.typeconverter/4.3.0",
  4871. "files": [
  4872. "ThirdPartyNotices.txt",
  4873. "dotnet_library_license.txt",
  4874. "lib/MonoAndroid10/_._",
  4875. "lib/MonoTouch10/_._",
  4876. "lib/net45/System.ComponentModel.TypeConverter.dll",
  4877. "lib/net462/System.ComponentModel.TypeConverter.dll",
  4878. "lib/netstandard1.0/System.ComponentModel.TypeConverter.dll",
  4879. "lib/netstandard1.5/System.ComponentModel.TypeConverter.dll",
  4880. "lib/xamarinios10/_._",
  4881. "lib/xamarinmac20/_._",
  4882. "lib/xamarintvos10/_._",
  4883. "lib/xamarinwatchos10/_._",
  4884. "ref/MonoAndroid10/_._",
  4885. "ref/MonoTouch10/_._",
  4886. "ref/net45/System.ComponentModel.TypeConverter.dll",
  4887. "ref/net462/System.ComponentModel.TypeConverter.dll",
  4888. "ref/netstandard1.0/System.ComponentModel.TypeConverter.dll",
  4889. "ref/netstandard1.0/System.ComponentModel.TypeConverter.xml",
  4890. "ref/netstandard1.0/de/System.ComponentModel.TypeConverter.xml",
  4891. "ref/netstandard1.0/es/System.ComponentModel.TypeConverter.xml",
  4892. "ref/netstandard1.0/fr/System.ComponentModel.TypeConverter.xml",
  4893. "ref/netstandard1.0/it/System.ComponentModel.TypeConverter.xml",
  4894. "ref/netstandard1.0/ja/System.ComponentModel.TypeConverter.xml",
  4895. "ref/netstandard1.0/ko/System.ComponentModel.TypeConverter.xml",
  4896. "ref/netstandard1.0/ru/System.ComponentModel.TypeConverter.xml",
  4897. "ref/netstandard1.0/zh-hans/System.ComponentModel.TypeConverter.xml",
  4898. "ref/netstandard1.0/zh-hant/System.ComponentModel.TypeConverter.xml",
  4899. "ref/netstandard1.5/System.ComponentModel.TypeConverter.dll",
  4900. "ref/netstandard1.5/System.ComponentModel.TypeConverter.xml",
  4901. "ref/netstandard1.5/de/System.ComponentModel.TypeConverter.xml",
  4902. "ref/netstandard1.5/es/System.ComponentModel.TypeConverter.xml",
  4903. "ref/netstandard1.5/fr/System.ComponentModel.TypeConverter.xml",
  4904. "ref/netstandard1.5/it/System.ComponentModel.TypeConverter.xml",
  4905. "ref/netstandard1.5/ja/System.ComponentModel.TypeConverter.xml",
  4906. "ref/netstandard1.5/ko/System.ComponentModel.TypeConverter.xml",
  4907. "ref/netstandard1.5/ru/System.ComponentModel.TypeConverter.xml",
  4908. "ref/netstandard1.5/zh-hans/System.ComponentModel.TypeConverter.xml",
  4909. "ref/netstandard1.5/zh-hant/System.ComponentModel.TypeConverter.xml",
  4910. "ref/xamarinios10/_._",
  4911. "ref/xamarinmac20/_._",
  4912. "ref/xamarintvos10/_._",
  4913. "ref/xamarinwatchos10/_._",
  4914. "system.componentmodel.typeconverter.4.3.0.nupkg.sha512",
  4915. "system.componentmodel.typeconverter.nuspec"
  4916. ]
  4917. },
  4918. "System.Console/4.3.0": {
  4919. "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
  4920. "type": "package",
  4921. "path": "system.console/4.3.0",
  4922. "files": [
  4923. "ThirdPartyNotices.txt",
  4924. "dotnet_library_license.txt",
  4925. "lib/MonoAndroid10/_._",
  4926. "lib/MonoTouch10/_._",
  4927. "lib/net46/System.Console.dll",
  4928. "lib/xamarinios10/_._",
  4929. "lib/xamarinmac20/_._",
  4930. "lib/xamarintvos10/_._",
  4931. "lib/xamarinwatchos10/_._",
  4932. "ref/MonoAndroid10/_._",
  4933. "ref/MonoTouch10/_._",
  4934. "ref/net46/System.Console.dll",
  4935. "ref/netstandard1.3/System.Console.dll",
  4936. "ref/netstandard1.3/System.Console.xml",
  4937. "ref/netstandard1.3/de/System.Console.xml",
  4938. "ref/netstandard1.3/es/System.Console.xml",
  4939. "ref/netstandard1.3/fr/System.Console.xml",
  4940. "ref/netstandard1.3/it/System.Console.xml",
  4941. "ref/netstandard1.3/ja/System.Console.xml",
  4942. "ref/netstandard1.3/ko/System.Console.xml",
  4943. "ref/netstandard1.3/ru/System.Console.xml",
  4944. "ref/netstandard1.3/zh-hans/System.Console.xml",
  4945. "ref/netstandard1.3/zh-hant/System.Console.xml",
  4946. "ref/xamarinios10/_._",
  4947. "ref/xamarinmac20/_._",
  4948. "ref/xamarintvos10/_._",
  4949. "ref/xamarinwatchos10/_._",
  4950. "system.console.4.3.0.nupkg.sha512",
  4951. "system.console.nuspec"
  4952. ]
  4953. },
  4954. "System.Diagnostics.Debug/4.3.0": {
  4955. "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  4956. "type": "package",
  4957. "path": "system.diagnostics.debug/4.3.0",
  4958. "files": [
  4959. "ThirdPartyNotices.txt",
  4960. "dotnet_library_license.txt",
  4961. "lib/MonoAndroid10/_._",
  4962. "lib/MonoTouch10/_._",
  4963. "lib/net45/_._",
  4964. "lib/portable-net45+win8+wp8+wpa81/_._",
  4965. "lib/win8/_._",
  4966. "lib/wp80/_._",
  4967. "lib/wpa81/_._",
  4968. "lib/xamarinios10/_._",
  4969. "lib/xamarinmac20/_._",
  4970. "lib/xamarintvos10/_._",
  4971. "lib/xamarinwatchos10/_._",
  4972. "ref/MonoAndroid10/_._",
  4973. "ref/MonoTouch10/_._",
  4974. "ref/net45/_._",
  4975. "ref/netcore50/System.Diagnostics.Debug.dll",
  4976. "ref/netcore50/System.Diagnostics.Debug.xml",
  4977. "ref/netcore50/de/System.Diagnostics.Debug.xml",
  4978. "ref/netcore50/es/System.Diagnostics.Debug.xml",
  4979. "ref/netcore50/fr/System.Diagnostics.Debug.xml",
  4980. "ref/netcore50/it/System.Diagnostics.Debug.xml",
  4981. "ref/netcore50/ja/System.Diagnostics.Debug.xml",
  4982. "ref/netcore50/ko/System.Diagnostics.Debug.xml",
  4983. "ref/netcore50/ru/System.Diagnostics.Debug.xml",
  4984. "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
  4985. "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
  4986. "ref/netstandard1.0/System.Diagnostics.Debug.dll",
  4987. "ref/netstandard1.0/System.Diagnostics.Debug.xml",
  4988. "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
  4989. "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
  4990. "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
  4991. "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
  4992. "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
  4993. "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
  4994. "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
  4995. "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
  4996. "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
  4997. "ref/netstandard1.3/System.Diagnostics.Debug.dll",
  4998. "ref/netstandard1.3/System.Diagnostics.Debug.xml",
  4999. "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
  5000. "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
  5001. "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
  5002. "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
  5003. "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
  5004. "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
  5005. "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
  5006. "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
  5007. "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
  5008. "ref/portable-net45+win8+wp8+wpa81/_._",
  5009. "ref/win8/_._",
  5010. "ref/wp80/_._",
  5011. "ref/wpa81/_._",
  5012. "ref/xamarinios10/_._",
  5013. "ref/xamarinmac20/_._",
  5014. "ref/xamarintvos10/_._",
  5015. "ref/xamarinwatchos10/_._",
  5016. "system.diagnostics.debug.4.3.0.nupkg.sha512",
  5017. "system.diagnostics.debug.nuspec"
  5018. ]
  5019. },
  5020. "System.Diagnostics.DiagnosticSource/4.3.0": {
  5021. "sha512": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
  5022. "type": "package",
  5023. "path": "system.diagnostics.diagnosticsource/4.3.0",
  5024. "files": [
  5025. "ThirdPartyNotices.txt",
  5026. "dotnet_library_license.txt",
  5027. "lib/net46/System.Diagnostics.DiagnosticSource.dll",
  5028. "lib/net46/System.Diagnostics.DiagnosticSource.xml",
  5029. "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
  5030. "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
  5031. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
  5032. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
  5033. "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
  5034. "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
  5035. "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512",
  5036. "system.diagnostics.diagnosticsource.nuspec"
  5037. ]
  5038. },
  5039. "System.Diagnostics.FileVersionInfo/4.0.0": {
  5040. "sha512": "qjF74OTAU+mRhLaL4YSfiWy3vj6T3AOz8AW37l5zCwfbBfj0k7E94XnEsRaf2TnhE/7QaV6Hvqakoy2LoV8MVg==",
  5041. "type": "package",
  5042. "path": "system.diagnostics.fileversioninfo/4.0.0",
  5043. "files": [
  5044. "ThirdPartyNotices.txt",
  5045. "dotnet_library_license.txt",
  5046. "lib/MonoAndroid10/_._",
  5047. "lib/MonoTouch10/_._",
  5048. "lib/net46/System.Diagnostics.FileVersionInfo.dll",
  5049. "lib/xamarinios10/_._",
  5050. "lib/xamarinmac20/_._",
  5051. "lib/xamarintvos10/_._",
  5052. "lib/xamarinwatchos10/_._",
  5053. "ref/MonoAndroid10/_._",
  5054. "ref/MonoTouch10/_._",
  5055. "ref/net46/System.Diagnostics.FileVersionInfo.dll",
  5056. "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll",
  5057. "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.xml",
  5058. "ref/netstandard1.3/de/System.Diagnostics.FileVersionInfo.xml",
  5059. "ref/netstandard1.3/es/System.Diagnostics.FileVersionInfo.xml",
  5060. "ref/netstandard1.3/fr/System.Diagnostics.FileVersionInfo.xml",
  5061. "ref/netstandard1.3/it/System.Diagnostics.FileVersionInfo.xml",
  5062. "ref/netstandard1.3/ja/System.Diagnostics.FileVersionInfo.xml",
  5063. "ref/netstandard1.3/ko/System.Diagnostics.FileVersionInfo.xml",
  5064. "ref/netstandard1.3/ru/System.Diagnostics.FileVersionInfo.xml",
  5065. "ref/netstandard1.3/zh-hans/System.Diagnostics.FileVersionInfo.xml",
  5066. "ref/netstandard1.3/zh-hant/System.Diagnostics.FileVersionInfo.xml",
  5067. "ref/xamarinios10/_._",
  5068. "ref/xamarinmac20/_._",
  5069. "ref/xamarintvos10/_._",
  5070. "ref/xamarinwatchos10/_._",
  5071. "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll",
  5072. "runtimes/win/lib/net46/System.Diagnostics.FileVersionInfo.dll",
  5073. "runtimes/win/lib/netcore50/System.Diagnostics.FileVersionInfo.dll",
  5074. "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll",
  5075. "system.diagnostics.fileversioninfo.4.0.0.nupkg.sha512",
  5076. "system.diagnostics.fileversioninfo.nuspec"
  5077. ]
  5078. },
  5079. "System.Diagnostics.Process/4.3.0": {
  5080. "sha512": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
  5081. "type": "package",
  5082. "path": "system.diagnostics.process/4.3.0",
  5083. "files": [
  5084. "ThirdPartyNotices.txt",
  5085. "dotnet_library_license.txt",
  5086. "lib/MonoAndroid10/_._",
  5087. "lib/MonoTouch10/_._",
  5088. "lib/net46/System.Diagnostics.Process.dll",
  5089. "lib/net461/System.Diagnostics.Process.dll",
  5090. "lib/xamarinios10/_._",
  5091. "lib/xamarinmac20/_._",
  5092. "lib/xamarintvos10/_._",
  5093. "lib/xamarinwatchos10/_._",
  5094. "ref/MonoAndroid10/_._",
  5095. "ref/MonoTouch10/_._",
  5096. "ref/net46/System.Diagnostics.Process.dll",
  5097. "ref/net461/System.Diagnostics.Process.dll",
  5098. "ref/netstandard1.3/System.Diagnostics.Process.dll",
  5099. "ref/netstandard1.3/System.Diagnostics.Process.xml",
  5100. "ref/netstandard1.3/de/System.Diagnostics.Process.xml",
  5101. "ref/netstandard1.3/es/System.Diagnostics.Process.xml",
  5102. "ref/netstandard1.3/fr/System.Diagnostics.Process.xml",
  5103. "ref/netstandard1.3/it/System.Diagnostics.Process.xml",
  5104. "ref/netstandard1.3/ja/System.Diagnostics.Process.xml",
  5105. "ref/netstandard1.3/ko/System.Diagnostics.Process.xml",
  5106. "ref/netstandard1.3/ru/System.Diagnostics.Process.xml",
  5107. "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml",
  5108. "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml",
  5109. "ref/netstandard1.4/System.Diagnostics.Process.dll",
  5110. "ref/netstandard1.4/System.Diagnostics.Process.xml",
  5111. "ref/netstandard1.4/de/System.Diagnostics.Process.xml",
  5112. "ref/netstandard1.4/es/System.Diagnostics.Process.xml",
  5113. "ref/netstandard1.4/fr/System.Diagnostics.Process.xml",
  5114. "ref/netstandard1.4/it/System.Diagnostics.Process.xml",
  5115. "ref/netstandard1.4/ja/System.Diagnostics.Process.xml",
  5116. "ref/netstandard1.4/ko/System.Diagnostics.Process.xml",
  5117. "ref/netstandard1.4/ru/System.Diagnostics.Process.xml",
  5118. "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml",
  5119. "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml",
  5120. "ref/xamarinios10/_._",
  5121. "ref/xamarinmac20/_._",
  5122. "ref/xamarintvos10/_._",
  5123. "ref/xamarinwatchos10/_._",
  5124. "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll",
  5125. "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll",
  5126. "runtimes/win/lib/net46/System.Diagnostics.Process.dll",
  5127. "runtimes/win/lib/net461/System.Diagnostics.Process.dll",
  5128. "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll",
  5129. "runtimes/win7/lib/netcore50/_._",
  5130. "system.diagnostics.process.4.3.0.nupkg.sha512",
  5131. "system.diagnostics.process.nuspec"
  5132. ]
  5133. },
  5134. "System.Diagnostics.StackTrace/4.0.1": {
  5135. "sha512": "6i2EbRq0lgGfiZ+FDf0gVaw9qeEU+7IS2+wbZJmFVpvVzVOgZEt0ScZtyenuBvs6iDYbGiF51bMAa0oDP/tujQ==",
  5136. "type": "package",
  5137. "path": "system.diagnostics.stacktrace/4.0.1",
  5138. "files": [
  5139. "ThirdPartyNotices.txt",
  5140. "dotnet_library_license.txt",
  5141. "lib/MonoAndroid10/_._",
  5142. "lib/MonoTouch10/_._",
  5143. "lib/net46/System.Diagnostics.StackTrace.dll",
  5144. "lib/netstandard1.3/System.Diagnostics.StackTrace.dll",
  5145. "lib/xamarinios10/_._",
  5146. "lib/xamarinmac20/_._",
  5147. "lib/xamarintvos10/_._",
  5148. "lib/xamarinwatchos10/_._",
  5149. "ref/MonoAndroid10/_._",
  5150. "ref/MonoTouch10/_._",
  5151. "ref/net46/System.Diagnostics.StackTrace.dll",
  5152. "ref/netstandard1.3/System.Diagnostics.StackTrace.dll",
  5153. "ref/netstandard1.3/System.Diagnostics.StackTrace.xml",
  5154. "ref/netstandard1.3/de/System.Diagnostics.StackTrace.xml",
  5155. "ref/netstandard1.3/es/System.Diagnostics.StackTrace.xml",
  5156. "ref/netstandard1.3/fr/System.Diagnostics.StackTrace.xml",
  5157. "ref/netstandard1.3/it/System.Diagnostics.StackTrace.xml",
  5158. "ref/netstandard1.3/ja/System.Diagnostics.StackTrace.xml",
  5159. "ref/netstandard1.3/ko/System.Diagnostics.StackTrace.xml",
  5160. "ref/netstandard1.3/ru/System.Diagnostics.StackTrace.xml",
  5161. "ref/netstandard1.3/zh-hans/System.Diagnostics.StackTrace.xml",
  5162. "ref/netstandard1.3/zh-hant/System.Diagnostics.StackTrace.xml",
  5163. "ref/xamarinios10/_._",
  5164. "ref/xamarinmac20/_._",
  5165. "ref/xamarintvos10/_._",
  5166. "ref/xamarinwatchos10/_._",
  5167. "runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll",
  5168. "system.diagnostics.stacktrace.4.0.1.nupkg.sha512",
  5169. "system.diagnostics.stacktrace.nuspec"
  5170. ]
  5171. },
  5172. "System.Diagnostics.TextWriterTraceListener/4.0.0": {
  5173. "sha512": "w36Dr8yKy8xP150qPANe7Td+/zOI3G62ImRcHDIEW+oUXUuTKZHd4DHmqRx5+x8RXd85v3tXd1uhNTfsr+yxjA==",
  5174. "type": "package",
  5175. "path": "system.diagnostics.textwritertracelistener/4.0.0",
  5176. "files": [
  5177. "ThirdPartyNotices.txt",
  5178. "dotnet_library_license.txt",
  5179. "lib/MonoAndroid10/_._",
  5180. "lib/MonoTouch10/_._",
  5181. "lib/net46/System.Diagnostics.TextWriterTraceListener.dll",
  5182. "lib/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll",
  5183. "lib/xamarinios10/_._",
  5184. "lib/xamarinmac20/_._",
  5185. "lib/xamarintvos10/_._",
  5186. "lib/xamarinwatchos10/_._",
  5187. "ref/MonoAndroid10/_._",
  5188. "ref/MonoTouch10/_._",
  5189. "ref/net46/System.Diagnostics.TextWriterTraceListener.dll",
  5190. "ref/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll",
  5191. "ref/netstandard1.3/System.Diagnostics.TextWriterTraceListener.xml",
  5192. "ref/netstandard1.3/de/System.Diagnostics.TextWriterTraceListener.xml",
  5193. "ref/netstandard1.3/es/System.Diagnostics.TextWriterTraceListener.xml",
  5194. "ref/netstandard1.3/fr/System.Diagnostics.TextWriterTraceListener.xml",
  5195. "ref/netstandard1.3/it/System.Diagnostics.TextWriterTraceListener.xml",
  5196. "ref/netstandard1.3/ja/System.Diagnostics.TextWriterTraceListener.xml",
  5197. "ref/netstandard1.3/ko/System.Diagnostics.TextWriterTraceListener.xml",
  5198. "ref/netstandard1.3/ru/System.Diagnostics.TextWriterTraceListener.xml",
  5199. "ref/netstandard1.3/zh-hans/System.Diagnostics.TextWriterTraceListener.xml",
  5200. "ref/netstandard1.3/zh-hant/System.Diagnostics.TextWriterTraceListener.xml",
  5201. "ref/xamarinios10/_._",
  5202. "ref/xamarinmac20/_._",
  5203. "ref/xamarintvos10/_._",
  5204. "ref/xamarinwatchos10/_._",
  5205. "system.diagnostics.textwritertracelistener.4.0.0.nupkg.sha512",
  5206. "system.diagnostics.textwritertracelistener.nuspec"
  5207. ]
  5208. },
  5209. "System.Diagnostics.Tools/4.3.0": {
  5210. "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
  5211. "type": "package",
  5212. "path": "system.diagnostics.tools/4.3.0",
  5213. "files": [
  5214. "ThirdPartyNotices.txt",
  5215. "dotnet_library_license.txt",
  5216. "lib/MonoAndroid10/_._",
  5217. "lib/MonoTouch10/_._",
  5218. "lib/net45/_._",
  5219. "lib/portable-net45+win8+wp8+wpa81/_._",
  5220. "lib/win8/_._",
  5221. "lib/wp80/_._",
  5222. "lib/wpa81/_._",
  5223. "lib/xamarinios10/_._",
  5224. "lib/xamarinmac20/_._",
  5225. "lib/xamarintvos10/_._",
  5226. "lib/xamarinwatchos10/_._",
  5227. "ref/MonoAndroid10/_._",
  5228. "ref/MonoTouch10/_._",
  5229. "ref/net45/_._",
  5230. "ref/netcore50/System.Diagnostics.Tools.dll",
  5231. "ref/netcore50/System.Diagnostics.Tools.xml",
  5232. "ref/netcore50/de/System.Diagnostics.Tools.xml",
  5233. "ref/netcore50/es/System.Diagnostics.Tools.xml",
  5234. "ref/netcore50/fr/System.Diagnostics.Tools.xml",
  5235. "ref/netcore50/it/System.Diagnostics.Tools.xml",
  5236. "ref/netcore50/ja/System.Diagnostics.Tools.xml",
  5237. "ref/netcore50/ko/System.Diagnostics.Tools.xml",
  5238. "ref/netcore50/ru/System.Diagnostics.Tools.xml",
  5239. "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml",
  5240. "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml",
  5241. "ref/netstandard1.0/System.Diagnostics.Tools.dll",
  5242. "ref/netstandard1.0/System.Diagnostics.Tools.xml",
  5243. "ref/netstandard1.0/de/System.Diagnostics.Tools.xml",
  5244. "ref/netstandard1.0/es/System.Diagnostics.Tools.xml",
  5245. "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml",
  5246. "ref/netstandard1.0/it/System.Diagnostics.Tools.xml",
  5247. "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml",
  5248. "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml",
  5249. "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml",
  5250. "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml",
  5251. "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml",
  5252. "ref/portable-net45+win8+wp8+wpa81/_._",
  5253. "ref/win8/_._",
  5254. "ref/wp80/_._",
  5255. "ref/wpa81/_._",
  5256. "ref/xamarinios10/_._",
  5257. "ref/xamarinmac20/_._",
  5258. "ref/xamarintvos10/_._",
  5259. "ref/xamarinwatchos10/_._",
  5260. "system.diagnostics.tools.4.3.0.nupkg.sha512",
  5261. "system.diagnostics.tools.nuspec"
  5262. ]
  5263. },
  5264. "System.Diagnostics.TraceSource/4.0.0": {
  5265. "sha512": "6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==",
  5266. "type": "package",
  5267. "path": "system.diagnostics.tracesource/4.0.0",
  5268. "files": [
  5269. "ThirdPartyNotices.txt",
  5270. "dotnet_library_license.txt",
  5271. "lib/MonoAndroid10/_._",
  5272. "lib/MonoTouch10/_._",
  5273. "lib/net46/System.Diagnostics.TraceSource.dll",
  5274. "lib/xamarinios10/_._",
  5275. "lib/xamarinmac20/_._",
  5276. "lib/xamarintvos10/_._",
  5277. "lib/xamarinwatchos10/_._",
  5278. "ref/MonoAndroid10/_._",
  5279. "ref/MonoTouch10/_._",
  5280. "ref/net46/System.Diagnostics.TraceSource.dll",
  5281. "ref/netstandard1.3/System.Diagnostics.TraceSource.dll",
  5282. "ref/netstandard1.3/System.Diagnostics.TraceSource.xml",
  5283. "ref/netstandard1.3/de/System.Diagnostics.TraceSource.xml",
  5284. "ref/netstandard1.3/es/System.Diagnostics.TraceSource.xml",
  5285. "ref/netstandard1.3/fr/System.Diagnostics.TraceSource.xml",
  5286. "ref/netstandard1.3/it/System.Diagnostics.TraceSource.xml",
  5287. "ref/netstandard1.3/ja/System.Diagnostics.TraceSource.xml",
  5288. "ref/netstandard1.3/ko/System.Diagnostics.TraceSource.xml",
  5289. "ref/netstandard1.3/ru/System.Diagnostics.TraceSource.xml",
  5290. "ref/netstandard1.3/zh-hans/System.Diagnostics.TraceSource.xml",
  5291. "ref/netstandard1.3/zh-hant/System.Diagnostics.TraceSource.xml",
  5292. "ref/xamarinios10/_._",
  5293. "ref/xamarinmac20/_._",
  5294. "ref/xamarintvos10/_._",
  5295. "ref/xamarinwatchos10/_._",
  5296. "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll",
  5297. "runtimes/win/lib/net46/System.Diagnostics.TraceSource.dll",
  5298. "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll",
  5299. "system.diagnostics.tracesource.4.0.0.nupkg.sha512",
  5300. "system.diagnostics.tracesource.nuspec"
  5301. ]
  5302. },
  5303. "System.Diagnostics.Tracing/4.3.0": {
  5304. "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
  5305. "type": "package",
  5306. "path": "system.diagnostics.tracing/4.3.0",
  5307. "files": [
  5308. "ThirdPartyNotices.txt",
  5309. "dotnet_library_license.txt",
  5310. "lib/MonoAndroid10/_._",
  5311. "lib/MonoTouch10/_._",
  5312. "lib/net45/_._",
  5313. "lib/net462/System.Diagnostics.Tracing.dll",
  5314. "lib/portable-net45+win8+wpa81/_._",
  5315. "lib/win8/_._",
  5316. "lib/wpa81/_._",
  5317. "lib/xamarinios10/_._",
  5318. "lib/xamarinmac20/_._",
  5319. "lib/xamarintvos10/_._",
  5320. "lib/xamarinwatchos10/_._",
  5321. "ref/MonoAndroid10/_._",
  5322. "ref/MonoTouch10/_._",
  5323. "ref/net45/_._",
  5324. "ref/net462/System.Diagnostics.Tracing.dll",
  5325. "ref/netcore50/System.Diagnostics.Tracing.dll",
  5326. "ref/netcore50/System.Diagnostics.Tracing.xml",
  5327. "ref/netcore50/de/System.Diagnostics.Tracing.xml",
  5328. "ref/netcore50/es/System.Diagnostics.Tracing.xml",
  5329. "ref/netcore50/fr/System.Diagnostics.Tracing.xml",
  5330. "ref/netcore50/it/System.Diagnostics.Tracing.xml",
  5331. "ref/netcore50/ja/System.Diagnostics.Tracing.xml",
  5332. "ref/netcore50/ko/System.Diagnostics.Tracing.xml",
  5333. "ref/netcore50/ru/System.Diagnostics.Tracing.xml",
  5334. "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
  5335. "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
  5336. "ref/netstandard1.1/System.Diagnostics.Tracing.dll",
  5337. "ref/netstandard1.1/System.Diagnostics.Tracing.xml",
  5338. "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml",
  5339. "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml",
  5340. "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml",
  5341. "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml",
  5342. "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml",
  5343. "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml",
  5344. "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml",
  5345. "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml",
  5346. "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml",
  5347. "ref/netstandard1.2/System.Diagnostics.Tracing.dll",
  5348. "ref/netstandard1.2/System.Diagnostics.Tracing.xml",
  5349. "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml",
  5350. "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml",
  5351. "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml",
  5352. "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml",
  5353. "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml",
  5354. "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml",
  5355. "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml",
  5356. "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml",
  5357. "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml",
  5358. "ref/netstandard1.3/System.Diagnostics.Tracing.dll",
  5359. "ref/netstandard1.3/System.Diagnostics.Tracing.xml",
  5360. "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml",
  5361. "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml",
  5362. "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml",
  5363. "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml",
  5364. "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml",
  5365. "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml",
  5366. "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml",
  5367. "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml",
  5368. "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml",
  5369. "ref/netstandard1.5/System.Diagnostics.Tracing.dll",
  5370. "ref/netstandard1.5/System.Diagnostics.Tracing.xml",
  5371. "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml",
  5372. "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml",
  5373. "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml",
  5374. "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml",
  5375. "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml",
  5376. "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml",
  5377. "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml",
  5378. "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml",
  5379. "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml",
  5380. "ref/portable-net45+win8+wpa81/_._",
  5381. "ref/win8/_._",
  5382. "ref/wpa81/_._",
  5383. "ref/xamarinios10/_._",
  5384. "ref/xamarinmac20/_._",
  5385. "ref/xamarintvos10/_._",
  5386. "ref/xamarinwatchos10/_._",
  5387. "system.diagnostics.tracing.4.3.0.nupkg.sha512",
  5388. "system.diagnostics.tracing.nuspec"
  5389. ]
  5390. },
  5391. "System.Dynamic.Runtime/4.3.0": {
  5392. "sha512": "SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==",
  5393. "type": "package",
  5394. "path": "system.dynamic.runtime/4.3.0",
  5395. "files": [
  5396. "ThirdPartyNotices.txt",
  5397. "dotnet_library_license.txt",
  5398. "lib/MonoAndroid10/_._",
  5399. "lib/MonoTouch10/_._",
  5400. "lib/net45/_._",
  5401. "lib/netcore50/System.Dynamic.Runtime.dll",
  5402. "lib/netstandard1.3/System.Dynamic.Runtime.dll",
  5403. "lib/portable-net45+win8+wp8+wpa81/_._",
  5404. "lib/win8/_._",
  5405. "lib/wp80/_._",
  5406. "lib/wpa81/_._",
  5407. "lib/xamarinios10/_._",
  5408. "lib/xamarinmac20/_._",
  5409. "lib/xamarintvos10/_._",
  5410. "lib/xamarinwatchos10/_._",
  5411. "ref/MonoAndroid10/_._",
  5412. "ref/MonoTouch10/_._",
  5413. "ref/net45/_._",
  5414. "ref/netcore50/System.Dynamic.Runtime.dll",
  5415. "ref/netcore50/System.Dynamic.Runtime.xml",
  5416. "ref/netcore50/de/System.Dynamic.Runtime.xml",
  5417. "ref/netcore50/es/System.Dynamic.Runtime.xml",
  5418. "ref/netcore50/fr/System.Dynamic.Runtime.xml",
  5419. "ref/netcore50/it/System.Dynamic.Runtime.xml",
  5420. "ref/netcore50/ja/System.Dynamic.Runtime.xml",
  5421. "ref/netcore50/ko/System.Dynamic.Runtime.xml",
  5422. "ref/netcore50/ru/System.Dynamic.Runtime.xml",
  5423. "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml",
  5424. "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml",
  5425. "ref/netstandard1.0/System.Dynamic.Runtime.dll",
  5426. "ref/netstandard1.0/System.Dynamic.Runtime.xml",
  5427. "ref/netstandard1.0/de/System.Dynamic.Runtime.xml",
  5428. "ref/netstandard1.0/es/System.Dynamic.Runtime.xml",
  5429. "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml",
  5430. "ref/netstandard1.0/it/System.Dynamic.Runtime.xml",
  5431. "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml",
  5432. "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml",
  5433. "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml",
  5434. "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml",
  5435. "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml",
  5436. "ref/netstandard1.3/System.Dynamic.Runtime.dll",
  5437. "ref/netstandard1.3/System.Dynamic.Runtime.xml",
  5438. "ref/netstandard1.3/de/System.Dynamic.Runtime.xml",
  5439. "ref/netstandard1.3/es/System.Dynamic.Runtime.xml",
  5440. "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml",
  5441. "ref/netstandard1.3/it/System.Dynamic.Runtime.xml",
  5442. "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml",
  5443. "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml",
  5444. "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml",
  5445. "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml",
  5446. "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml",
  5447. "ref/portable-net45+win8+wp8+wpa81/_._",
  5448. "ref/win8/_._",
  5449. "ref/wp80/_._",
  5450. "ref/wpa81/_._",
  5451. "ref/xamarinios10/_._",
  5452. "ref/xamarinmac20/_._",
  5453. "ref/xamarintvos10/_._",
  5454. "ref/xamarinwatchos10/_._",
  5455. "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll",
  5456. "system.dynamic.runtime.4.3.0.nupkg.sha512",
  5457. "system.dynamic.runtime.nuspec"
  5458. ]
  5459. },
  5460. "System.Globalization/4.3.0": {
  5461. "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  5462. "type": "package",
  5463. "path": "system.globalization/4.3.0",
  5464. "files": [
  5465. "ThirdPartyNotices.txt",
  5466. "dotnet_library_license.txt",
  5467. "lib/MonoAndroid10/_._",
  5468. "lib/MonoTouch10/_._",
  5469. "lib/net45/_._",
  5470. "lib/portable-net45+win8+wp8+wpa81/_._",
  5471. "lib/win8/_._",
  5472. "lib/wp80/_._",
  5473. "lib/wpa81/_._",
  5474. "lib/xamarinios10/_._",
  5475. "lib/xamarinmac20/_._",
  5476. "lib/xamarintvos10/_._",
  5477. "lib/xamarinwatchos10/_._",
  5478. "ref/MonoAndroid10/_._",
  5479. "ref/MonoTouch10/_._",
  5480. "ref/net45/_._",
  5481. "ref/netcore50/System.Globalization.dll",
  5482. "ref/netcore50/System.Globalization.xml",
  5483. "ref/netcore50/de/System.Globalization.xml",
  5484. "ref/netcore50/es/System.Globalization.xml",
  5485. "ref/netcore50/fr/System.Globalization.xml",
  5486. "ref/netcore50/it/System.Globalization.xml",
  5487. "ref/netcore50/ja/System.Globalization.xml",
  5488. "ref/netcore50/ko/System.Globalization.xml",
  5489. "ref/netcore50/ru/System.Globalization.xml",
  5490. "ref/netcore50/zh-hans/System.Globalization.xml",
  5491. "ref/netcore50/zh-hant/System.Globalization.xml",
  5492. "ref/netstandard1.0/System.Globalization.dll",
  5493. "ref/netstandard1.0/System.Globalization.xml",
  5494. "ref/netstandard1.0/de/System.Globalization.xml",
  5495. "ref/netstandard1.0/es/System.Globalization.xml",
  5496. "ref/netstandard1.0/fr/System.Globalization.xml",
  5497. "ref/netstandard1.0/it/System.Globalization.xml",
  5498. "ref/netstandard1.0/ja/System.Globalization.xml",
  5499. "ref/netstandard1.0/ko/System.Globalization.xml",
  5500. "ref/netstandard1.0/ru/System.Globalization.xml",
  5501. "ref/netstandard1.0/zh-hans/System.Globalization.xml",
  5502. "ref/netstandard1.0/zh-hant/System.Globalization.xml",
  5503. "ref/netstandard1.3/System.Globalization.dll",
  5504. "ref/netstandard1.3/System.Globalization.xml",
  5505. "ref/netstandard1.3/de/System.Globalization.xml",
  5506. "ref/netstandard1.3/es/System.Globalization.xml",
  5507. "ref/netstandard1.3/fr/System.Globalization.xml",
  5508. "ref/netstandard1.3/it/System.Globalization.xml",
  5509. "ref/netstandard1.3/ja/System.Globalization.xml",
  5510. "ref/netstandard1.3/ko/System.Globalization.xml",
  5511. "ref/netstandard1.3/ru/System.Globalization.xml",
  5512. "ref/netstandard1.3/zh-hans/System.Globalization.xml",
  5513. "ref/netstandard1.3/zh-hant/System.Globalization.xml",
  5514. "ref/portable-net45+win8+wp8+wpa81/_._",
  5515. "ref/win8/_._",
  5516. "ref/wp80/_._",
  5517. "ref/wpa81/_._",
  5518. "ref/xamarinios10/_._",
  5519. "ref/xamarinmac20/_._",
  5520. "ref/xamarintvos10/_._",
  5521. "ref/xamarinwatchos10/_._",
  5522. "system.globalization.4.3.0.nupkg.sha512",
  5523. "system.globalization.nuspec"
  5524. ]
  5525. },
  5526. "System.Globalization.Calendars/4.3.0": {
  5527. "sha512": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
  5528. "type": "package",
  5529. "path": "system.globalization.calendars/4.3.0",
  5530. "files": [
  5531. "ThirdPartyNotices.txt",
  5532. "dotnet_library_license.txt",
  5533. "lib/MonoAndroid10/_._",
  5534. "lib/MonoTouch10/_._",
  5535. "lib/net46/System.Globalization.Calendars.dll",
  5536. "lib/xamarinios10/_._",
  5537. "lib/xamarinmac20/_._",
  5538. "lib/xamarintvos10/_._",
  5539. "lib/xamarinwatchos10/_._",
  5540. "ref/MonoAndroid10/_._",
  5541. "ref/MonoTouch10/_._",
  5542. "ref/net46/System.Globalization.Calendars.dll",
  5543. "ref/netstandard1.3/System.Globalization.Calendars.dll",
  5544. "ref/netstandard1.3/System.Globalization.Calendars.xml",
  5545. "ref/netstandard1.3/de/System.Globalization.Calendars.xml",
  5546. "ref/netstandard1.3/es/System.Globalization.Calendars.xml",
  5547. "ref/netstandard1.3/fr/System.Globalization.Calendars.xml",
  5548. "ref/netstandard1.3/it/System.Globalization.Calendars.xml",
  5549. "ref/netstandard1.3/ja/System.Globalization.Calendars.xml",
  5550. "ref/netstandard1.3/ko/System.Globalization.Calendars.xml",
  5551. "ref/netstandard1.3/ru/System.Globalization.Calendars.xml",
  5552. "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml",
  5553. "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml",
  5554. "ref/xamarinios10/_._",
  5555. "ref/xamarinmac20/_._",
  5556. "ref/xamarintvos10/_._",
  5557. "ref/xamarinwatchos10/_._",
  5558. "system.globalization.calendars.4.3.0.nupkg.sha512",
  5559. "system.globalization.calendars.nuspec"
  5560. ]
  5561. },
  5562. "System.Globalization.Extensions/4.3.0": {
  5563. "sha512": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
  5564. "type": "package",
  5565. "path": "system.globalization.extensions/4.3.0",
  5566. "files": [
  5567. "ThirdPartyNotices.txt",
  5568. "dotnet_library_license.txt",
  5569. "lib/MonoAndroid10/_._",
  5570. "lib/MonoTouch10/_._",
  5571. "lib/net46/System.Globalization.Extensions.dll",
  5572. "lib/xamarinios10/_._",
  5573. "lib/xamarinmac20/_._",
  5574. "lib/xamarintvos10/_._",
  5575. "lib/xamarinwatchos10/_._",
  5576. "ref/MonoAndroid10/_._",
  5577. "ref/MonoTouch10/_._",
  5578. "ref/net46/System.Globalization.Extensions.dll",
  5579. "ref/netstandard1.3/System.Globalization.Extensions.dll",
  5580. "ref/netstandard1.3/System.Globalization.Extensions.xml",
  5581. "ref/netstandard1.3/de/System.Globalization.Extensions.xml",
  5582. "ref/netstandard1.3/es/System.Globalization.Extensions.xml",
  5583. "ref/netstandard1.3/fr/System.Globalization.Extensions.xml",
  5584. "ref/netstandard1.3/it/System.Globalization.Extensions.xml",
  5585. "ref/netstandard1.3/ja/System.Globalization.Extensions.xml",
  5586. "ref/netstandard1.3/ko/System.Globalization.Extensions.xml",
  5587. "ref/netstandard1.3/ru/System.Globalization.Extensions.xml",
  5588. "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml",
  5589. "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml",
  5590. "ref/xamarinios10/_._",
  5591. "ref/xamarinmac20/_._",
  5592. "ref/xamarintvos10/_._",
  5593. "ref/xamarinwatchos10/_._",
  5594. "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll",
  5595. "runtimes/win/lib/net46/System.Globalization.Extensions.dll",
  5596. "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll",
  5597. "system.globalization.extensions.4.3.0.nupkg.sha512",
  5598. "system.globalization.extensions.nuspec"
  5599. ]
  5600. },
  5601. "System.IO/4.3.0": {
  5602. "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  5603. "type": "package",
  5604. "path": "system.io/4.3.0",
  5605. "files": [
  5606. "ThirdPartyNotices.txt",
  5607. "dotnet_library_license.txt",
  5608. "lib/MonoAndroid10/_._",
  5609. "lib/MonoTouch10/_._",
  5610. "lib/net45/_._",
  5611. "lib/net462/System.IO.dll",
  5612. "lib/portable-net45+win8+wp8+wpa81/_._",
  5613. "lib/win8/_._",
  5614. "lib/wp80/_._",
  5615. "lib/wpa81/_._",
  5616. "lib/xamarinios10/_._",
  5617. "lib/xamarinmac20/_._",
  5618. "lib/xamarintvos10/_._",
  5619. "lib/xamarinwatchos10/_._",
  5620. "ref/MonoAndroid10/_._",
  5621. "ref/MonoTouch10/_._",
  5622. "ref/net45/_._",
  5623. "ref/net462/System.IO.dll",
  5624. "ref/netcore50/System.IO.dll",
  5625. "ref/netcore50/System.IO.xml",
  5626. "ref/netcore50/de/System.IO.xml",
  5627. "ref/netcore50/es/System.IO.xml",
  5628. "ref/netcore50/fr/System.IO.xml",
  5629. "ref/netcore50/it/System.IO.xml",
  5630. "ref/netcore50/ja/System.IO.xml",
  5631. "ref/netcore50/ko/System.IO.xml",
  5632. "ref/netcore50/ru/System.IO.xml",
  5633. "ref/netcore50/zh-hans/System.IO.xml",
  5634. "ref/netcore50/zh-hant/System.IO.xml",
  5635. "ref/netstandard1.0/System.IO.dll",
  5636. "ref/netstandard1.0/System.IO.xml",
  5637. "ref/netstandard1.0/de/System.IO.xml",
  5638. "ref/netstandard1.0/es/System.IO.xml",
  5639. "ref/netstandard1.0/fr/System.IO.xml",
  5640. "ref/netstandard1.0/it/System.IO.xml",
  5641. "ref/netstandard1.0/ja/System.IO.xml",
  5642. "ref/netstandard1.0/ko/System.IO.xml",
  5643. "ref/netstandard1.0/ru/System.IO.xml",
  5644. "ref/netstandard1.0/zh-hans/System.IO.xml",
  5645. "ref/netstandard1.0/zh-hant/System.IO.xml",
  5646. "ref/netstandard1.3/System.IO.dll",
  5647. "ref/netstandard1.3/System.IO.xml",
  5648. "ref/netstandard1.3/de/System.IO.xml",
  5649. "ref/netstandard1.3/es/System.IO.xml",
  5650. "ref/netstandard1.3/fr/System.IO.xml",
  5651. "ref/netstandard1.3/it/System.IO.xml",
  5652. "ref/netstandard1.3/ja/System.IO.xml",
  5653. "ref/netstandard1.3/ko/System.IO.xml",
  5654. "ref/netstandard1.3/ru/System.IO.xml",
  5655. "ref/netstandard1.3/zh-hans/System.IO.xml",
  5656. "ref/netstandard1.3/zh-hant/System.IO.xml",
  5657. "ref/netstandard1.5/System.IO.dll",
  5658. "ref/netstandard1.5/System.IO.xml",
  5659. "ref/netstandard1.5/de/System.IO.xml",
  5660. "ref/netstandard1.5/es/System.IO.xml",
  5661. "ref/netstandard1.5/fr/System.IO.xml",
  5662. "ref/netstandard1.5/it/System.IO.xml",
  5663. "ref/netstandard1.5/ja/System.IO.xml",
  5664. "ref/netstandard1.5/ko/System.IO.xml",
  5665. "ref/netstandard1.5/ru/System.IO.xml",
  5666. "ref/netstandard1.5/zh-hans/System.IO.xml",
  5667. "ref/netstandard1.5/zh-hant/System.IO.xml",
  5668. "ref/portable-net45+win8+wp8+wpa81/_._",
  5669. "ref/win8/_._",
  5670. "ref/wp80/_._",
  5671. "ref/wpa81/_._",
  5672. "ref/xamarinios10/_._",
  5673. "ref/xamarinmac20/_._",
  5674. "ref/xamarintvos10/_._",
  5675. "ref/xamarinwatchos10/_._",
  5676. "system.io.4.3.0.nupkg.sha512",
  5677. "system.io.nuspec"
  5678. ]
  5679. },
  5680. "System.IO.Compression/4.3.0": {
  5681. "sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
  5682. "type": "package",
  5683. "path": "system.io.compression/4.3.0",
  5684. "files": [
  5685. "ThirdPartyNotices.txt",
  5686. "dotnet_library_license.txt",
  5687. "lib/MonoAndroid10/_._",
  5688. "lib/MonoTouch10/_._",
  5689. "lib/net45/_._",
  5690. "lib/net46/System.IO.Compression.dll",
  5691. "lib/portable-net45+win8+wpa81/_._",
  5692. "lib/win8/_._",
  5693. "lib/wpa81/_._",
  5694. "lib/xamarinios10/_._",
  5695. "lib/xamarinmac20/_._",
  5696. "lib/xamarintvos10/_._",
  5697. "lib/xamarinwatchos10/_._",
  5698. "ref/MonoAndroid10/_._",
  5699. "ref/MonoTouch10/_._",
  5700. "ref/net45/_._",
  5701. "ref/net46/System.IO.Compression.dll",
  5702. "ref/netcore50/System.IO.Compression.dll",
  5703. "ref/netcore50/System.IO.Compression.xml",
  5704. "ref/netcore50/de/System.IO.Compression.xml",
  5705. "ref/netcore50/es/System.IO.Compression.xml",
  5706. "ref/netcore50/fr/System.IO.Compression.xml",
  5707. "ref/netcore50/it/System.IO.Compression.xml",
  5708. "ref/netcore50/ja/System.IO.Compression.xml",
  5709. "ref/netcore50/ko/System.IO.Compression.xml",
  5710. "ref/netcore50/ru/System.IO.Compression.xml",
  5711. "ref/netcore50/zh-hans/System.IO.Compression.xml",
  5712. "ref/netcore50/zh-hant/System.IO.Compression.xml",
  5713. "ref/netstandard1.1/System.IO.Compression.dll",
  5714. "ref/netstandard1.1/System.IO.Compression.xml",
  5715. "ref/netstandard1.1/de/System.IO.Compression.xml",
  5716. "ref/netstandard1.1/es/System.IO.Compression.xml",
  5717. "ref/netstandard1.1/fr/System.IO.Compression.xml",
  5718. "ref/netstandard1.1/it/System.IO.Compression.xml",
  5719. "ref/netstandard1.1/ja/System.IO.Compression.xml",
  5720. "ref/netstandard1.1/ko/System.IO.Compression.xml",
  5721. "ref/netstandard1.1/ru/System.IO.Compression.xml",
  5722. "ref/netstandard1.1/zh-hans/System.IO.Compression.xml",
  5723. "ref/netstandard1.1/zh-hant/System.IO.Compression.xml",
  5724. "ref/netstandard1.3/System.IO.Compression.dll",
  5725. "ref/netstandard1.3/System.IO.Compression.xml",
  5726. "ref/netstandard1.3/de/System.IO.Compression.xml",
  5727. "ref/netstandard1.3/es/System.IO.Compression.xml",
  5728. "ref/netstandard1.3/fr/System.IO.Compression.xml",
  5729. "ref/netstandard1.3/it/System.IO.Compression.xml",
  5730. "ref/netstandard1.3/ja/System.IO.Compression.xml",
  5731. "ref/netstandard1.3/ko/System.IO.Compression.xml",
  5732. "ref/netstandard1.3/ru/System.IO.Compression.xml",
  5733. "ref/netstandard1.3/zh-hans/System.IO.Compression.xml",
  5734. "ref/netstandard1.3/zh-hant/System.IO.Compression.xml",
  5735. "ref/portable-net45+win8+wpa81/_._",
  5736. "ref/win8/_._",
  5737. "ref/wpa81/_._",
  5738. "ref/xamarinios10/_._",
  5739. "ref/xamarinmac20/_._",
  5740. "ref/xamarintvos10/_._",
  5741. "ref/xamarinwatchos10/_._",
  5742. "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll",
  5743. "runtimes/win/lib/net46/System.IO.Compression.dll",
  5744. "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll",
  5745. "system.io.compression.4.3.0.nupkg.sha512",
  5746. "system.io.compression.nuspec"
  5747. ]
  5748. },
  5749. "System.IO.Compression.ZipFile/4.3.0": {
  5750. "sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
  5751. "type": "package",
  5752. "path": "system.io.compression.zipfile/4.3.0",
  5753. "files": [
  5754. "ThirdPartyNotices.txt",
  5755. "dotnet_library_license.txt",
  5756. "lib/MonoAndroid10/_._",
  5757. "lib/MonoTouch10/_._",
  5758. "lib/net46/System.IO.Compression.ZipFile.dll",
  5759. "lib/netstandard1.3/System.IO.Compression.ZipFile.dll",
  5760. "lib/xamarinios10/_._",
  5761. "lib/xamarinmac20/_._",
  5762. "lib/xamarintvos10/_._",
  5763. "lib/xamarinwatchos10/_._",
  5764. "ref/MonoAndroid10/_._",
  5765. "ref/MonoTouch10/_._",
  5766. "ref/net46/System.IO.Compression.ZipFile.dll",
  5767. "ref/netstandard1.3/System.IO.Compression.ZipFile.dll",
  5768. "ref/netstandard1.3/System.IO.Compression.ZipFile.xml",
  5769. "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml",
  5770. "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml",
  5771. "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml",
  5772. "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml",
  5773. "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml",
  5774. "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml",
  5775. "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml",
  5776. "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml",
  5777. "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml",
  5778. "ref/xamarinios10/_._",
  5779. "ref/xamarinmac20/_._",
  5780. "ref/xamarintvos10/_._",
  5781. "ref/xamarinwatchos10/_._",
  5782. "system.io.compression.zipfile.4.3.0.nupkg.sha512",
  5783. "system.io.compression.zipfile.nuspec"
  5784. ]
  5785. },
  5786. "System.IO.FileSystem/4.3.0": {
  5787. "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
  5788. "type": "package",
  5789. "path": "system.io.filesystem/4.3.0",
  5790. "files": [
  5791. "ThirdPartyNotices.txt",
  5792. "dotnet_library_license.txt",
  5793. "lib/MonoAndroid10/_._",
  5794. "lib/MonoTouch10/_._",
  5795. "lib/net46/System.IO.FileSystem.dll",
  5796. "lib/xamarinios10/_._",
  5797. "lib/xamarinmac20/_._",
  5798. "lib/xamarintvos10/_._",
  5799. "lib/xamarinwatchos10/_._",
  5800. "ref/MonoAndroid10/_._",
  5801. "ref/MonoTouch10/_._",
  5802. "ref/net46/System.IO.FileSystem.dll",
  5803. "ref/netstandard1.3/System.IO.FileSystem.dll",
  5804. "ref/netstandard1.3/System.IO.FileSystem.xml",
  5805. "ref/netstandard1.3/de/System.IO.FileSystem.xml",
  5806. "ref/netstandard1.3/es/System.IO.FileSystem.xml",
  5807. "ref/netstandard1.3/fr/System.IO.FileSystem.xml",
  5808. "ref/netstandard1.3/it/System.IO.FileSystem.xml",
  5809. "ref/netstandard1.3/ja/System.IO.FileSystem.xml",
  5810. "ref/netstandard1.3/ko/System.IO.FileSystem.xml",
  5811. "ref/netstandard1.3/ru/System.IO.FileSystem.xml",
  5812. "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml",
  5813. "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml",
  5814. "ref/xamarinios10/_._",
  5815. "ref/xamarinmac20/_._",
  5816. "ref/xamarintvos10/_._",
  5817. "ref/xamarinwatchos10/_._",
  5818. "system.io.filesystem.4.3.0.nupkg.sha512",
  5819. "system.io.filesystem.nuspec"
  5820. ]
  5821. },
  5822. "System.IO.FileSystem.Primitives/4.3.0": {
  5823. "sha512": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
  5824. "type": "package",
  5825. "path": "system.io.filesystem.primitives/4.3.0",
  5826. "files": [
  5827. "ThirdPartyNotices.txt",
  5828. "dotnet_library_license.txt",
  5829. "lib/MonoAndroid10/_._",
  5830. "lib/MonoTouch10/_._",
  5831. "lib/net46/System.IO.FileSystem.Primitives.dll",
  5832. "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll",
  5833. "lib/xamarinios10/_._",
  5834. "lib/xamarinmac20/_._",
  5835. "lib/xamarintvos10/_._",
  5836. "lib/xamarinwatchos10/_._",
  5837. "ref/MonoAndroid10/_._",
  5838. "ref/MonoTouch10/_._",
  5839. "ref/net46/System.IO.FileSystem.Primitives.dll",
  5840. "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll",
  5841. "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml",
  5842. "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml",
  5843. "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml",
  5844. "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml",
  5845. "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml",
  5846. "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml",
  5847. "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml",
  5848. "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml",
  5849. "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml",
  5850. "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml",
  5851. "ref/xamarinios10/_._",
  5852. "ref/xamarinmac20/_._",
  5853. "ref/xamarintvos10/_._",
  5854. "ref/xamarinwatchos10/_._",
  5855. "system.io.filesystem.primitives.4.3.0.nupkg.sha512",
  5856. "system.io.filesystem.primitives.nuspec"
  5857. ]
  5858. },
  5859. "System.IO.FileSystem.Watcher/4.3.0": {
  5860. "sha512": "37IDFU2w6LJ4FrohcVlV1EXviUmAOJIbejVgOUtNaPQyeZW2D/0QSkH8ykehoOd19bWfxp3RRd0xj+yRRIqLhw==",
  5861. "type": "package",
  5862. "path": "system.io.filesystem.watcher/4.3.0",
  5863. "files": [
  5864. "ThirdPartyNotices.txt",
  5865. "dotnet_library_license.txt",
  5866. "lib/MonoAndroid10/_._",
  5867. "lib/MonoTouch10/_._",
  5868. "lib/net46/System.IO.FileSystem.Watcher.dll",
  5869. "lib/xamarinios10/_._",
  5870. "lib/xamarinmac20/_._",
  5871. "lib/xamarintvos10/_._",
  5872. "lib/xamarinwatchos10/_._",
  5873. "ref/MonoAndroid10/_._",
  5874. "ref/MonoTouch10/_._",
  5875. "ref/net46/System.IO.FileSystem.Watcher.dll",
  5876. "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll",
  5877. "ref/netstandard1.3/System.IO.FileSystem.Watcher.xml",
  5878. "ref/netstandard1.3/de/System.IO.FileSystem.Watcher.xml",
  5879. "ref/netstandard1.3/es/System.IO.FileSystem.Watcher.xml",
  5880. "ref/netstandard1.3/fr/System.IO.FileSystem.Watcher.xml",
  5881. "ref/netstandard1.3/it/System.IO.FileSystem.Watcher.xml",
  5882. "ref/netstandard1.3/ja/System.IO.FileSystem.Watcher.xml",
  5883. "ref/netstandard1.3/ko/System.IO.FileSystem.Watcher.xml",
  5884. "ref/netstandard1.3/ru/System.IO.FileSystem.Watcher.xml",
  5885. "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Watcher.xml",
  5886. "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Watcher.xml",
  5887. "ref/xamarinios10/_._",
  5888. "ref/xamarinmac20/_._",
  5889. "ref/xamarintvos10/_._",
  5890. "ref/xamarinwatchos10/_._",
  5891. "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll",
  5892. "runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll",
  5893. "runtimes/win/lib/net46/System.IO.FileSystem.Watcher.dll",
  5894. "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll",
  5895. "runtimes/win7/lib/netcore50/_._",
  5896. "system.io.filesystem.watcher.4.3.0.nupkg.sha512",
  5897. "system.io.filesystem.watcher.nuspec"
  5898. ]
  5899. },
  5900. "System.IO.MemoryMappedFiles/4.3.0": {
  5901. "sha512": "mz2JJFxCQLdMzXVOPyVibDKDKFZey66YHgQy8M1/vUCQzMSrbiXhpsyV04vSlBeqQUdM7wTL2WG+X3GZALKsIQ==",
  5902. "type": "package",
  5903. "path": "system.io.memorymappedfiles/4.3.0",
  5904. "files": [
  5905. "ThirdPartyNotices.txt",
  5906. "dotnet_library_license.txt",
  5907. "lib/MonoAndroid10/_._",
  5908. "lib/MonoTouch10/_._",
  5909. "lib/net46/System.IO.MemoryMappedFiles.dll",
  5910. "lib/xamarinios10/_._",
  5911. "lib/xamarinmac20/_._",
  5912. "lib/xamarintvos10/_._",
  5913. "lib/xamarinwatchos10/_._",
  5914. "ref/MonoAndroid10/_._",
  5915. "ref/MonoTouch10/_._",
  5916. "ref/net46/System.IO.MemoryMappedFiles.dll",
  5917. "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll",
  5918. "ref/netstandard1.3/System.IO.MemoryMappedFiles.xml",
  5919. "ref/netstandard1.3/de/System.IO.MemoryMappedFiles.xml",
  5920. "ref/netstandard1.3/es/System.IO.MemoryMappedFiles.xml",
  5921. "ref/netstandard1.3/fr/System.IO.MemoryMappedFiles.xml",
  5922. "ref/netstandard1.3/it/System.IO.MemoryMappedFiles.xml",
  5923. "ref/netstandard1.3/ja/System.IO.MemoryMappedFiles.xml",
  5924. "ref/netstandard1.3/ko/System.IO.MemoryMappedFiles.xml",
  5925. "ref/netstandard1.3/ru/System.IO.MemoryMappedFiles.xml",
  5926. "ref/netstandard1.3/zh-hans/System.IO.MemoryMappedFiles.xml",
  5927. "ref/netstandard1.3/zh-hant/System.IO.MemoryMappedFiles.xml",
  5928. "ref/xamarinios10/_._",
  5929. "ref/xamarinmac20/_._",
  5930. "ref/xamarintvos10/_._",
  5931. "ref/xamarinwatchos10/_._",
  5932. "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll",
  5933. "runtimes/win/lib/net46/System.IO.MemoryMappedFiles.dll",
  5934. "runtimes/win/lib/netcore50/System.IO.MemoryMappedFiles.dll",
  5935. "runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll",
  5936. "system.io.memorymappedfiles.4.3.0.nupkg.sha512",
  5937. "system.io.memorymappedfiles.nuspec"
  5938. ]
  5939. },
  5940. "System.IO.UnmanagedMemoryStream/4.3.0": {
  5941. "sha512": "tS89nK7pw8ebkkEfWujA05+ZReHKzz39W+bcX1okVR0GJCJuzPyfYfQZyiLSrjp121BB5J4uewZQiUTKri2pSQ==",
  5942. "type": "package",
  5943. "path": "system.io.unmanagedmemorystream/4.3.0",
  5944. "files": [
  5945. "ThirdPartyNotices.txt",
  5946. "dotnet_library_license.txt",
  5947. "lib/MonoAndroid10/_._",
  5948. "lib/MonoTouch10/_._",
  5949. "lib/net46/System.IO.UnmanagedMemoryStream.dll",
  5950. "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll",
  5951. "lib/xamarinios10/_._",
  5952. "lib/xamarinmac20/_._",
  5953. "lib/xamarintvos10/_._",
  5954. "lib/xamarinwatchos10/_._",
  5955. "ref/MonoAndroid10/_._",
  5956. "ref/MonoTouch10/_._",
  5957. "ref/net46/System.IO.UnmanagedMemoryStream.dll",
  5958. "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll",
  5959. "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml",
  5960. "ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml",
  5961. "ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml",
  5962. "ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml",
  5963. "ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml",
  5964. "ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml",
  5965. "ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml",
  5966. "ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml",
  5967. "ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml",
  5968. "ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml",
  5969. "ref/xamarinios10/_._",
  5970. "ref/xamarinmac20/_._",
  5971. "ref/xamarintvos10/_._",
  5972. "ref/xamarinwatchos10/_._",
  5973. "system.io.unmanagedmemorystream.4.3.0.nupkg.sha512",
  5974. "system.io.unmanagedmemorystream.nuspec"
  5975. ]
  5976. },
  5977. "System.Linq/4.3.0": {
  5978. "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
  5979. "type": "package",
  5980. "path": "system.linq/4.3.0",
  5981. "files": [
  5982. "ThirdPartyNotices.txt",
  5983. "dotnet_library_license.txt",
  5984. "lib/MonoAndroid10/_._",
  5985. "lib/MonoTouch10/_._",
  5986. "lib/net45/_._",
  5987. "lib/net463/System.Linq.dll",
  5988. "lib/netcore50/System.Linq.dll",
  5989. "lib/netstandard1.6/System.Linq.dll",
  5990. "lib/portable-net45+win8+wp8+wpa81/_._",
  5991. "lib/win8/_._",
  5992. "lib/wp80/_._",
  5993. "lib/wpa81/_._",
  5994. "lib/xamarinios10/_._",
  5995. "lib/xamarinmac20/_._",
  5996. "lib/xamarintvos10/_._",
  5997. "lib/xamarinwatchos10/_._",
  5998. "ref/MonoAndroid10/_._",
  5999. "ref/MonoTouch10/_._",
  6000. "ref/net45/_._",
  6001. "ref/net463/System.Linq.dll",
  6002. "ref/netcore50/System.Linq.dll",
  6003. "ref/netcore50/System.Linq.xml",
  6004. "ref/netcore50/de/System.Linq.xml",
  6005. "ref/netcore50/es/System.Linq.xml",
  6006. "ref/netcore50/fr/System.Linq.xml",
  6007. "ref/netcore50/it/System.Linq.xml",
  6008. "ref/netcore50/ja/System.Linq.xml",
  6009. "ref/netcore50/ko/System.Linq.xml",
  6010. "ref/netcore50/ru/System.Linq.xml",
  6011. "ref/netcore50/zh-hans/System.Linq.xml",
  6012. "ref/netcore50/zh-hant/System.Linq.xml",
  6013. "ref/netstandard1.0/System.Linq.dll",
  6014. "ref/netstandard1.0/System.Linq.xml",
  6015. "ref/netstandard1.0/de/System.Linq.xml",
  6016. "ref/netstandard1.0/es/System.Linq.xml",
  6017. "ref/netstandard1.0/fr/System.Linq.xml",
  6018. "ref/netstandard1.0/it/System.Linq.xml",
  6019. "ref/netstandard1.0/ja/System.Linq.xml",
  6020. "ref/netstandard1.0/ko/System.Linq.xml",
  6021. "ref/netstandard1.0/ru/System.Linq.xml",
  6022. "ref/netstandard1.0/zh-hans/System.Linq.xml",
  6023. "ref/netstandard1.0/zh-hant/System.Linq.xml",
  6024. "ref/netstandard1.6/System.Linq.dll",
  6025. "ref/netstandard1.6/System.Linq.xml",
  6026. "ref/netstandard1.6/de/System.Linq.xml",
  6027. "ref/netstandard1.6/es/System.Linq.xml",
  6028. "ref/netstandard1.6/fr/System.Linq.xml",
  6029. "ref/netstandard1.6/it/System.Linq.xml",
  6030. "ref/netstandard1.6/ja/System.Linq.xml",
  6031. "ref/netstandard1.6/ko/System.Linq.xml",
  6032. "ref/netstandard1.6/ru/System.Linq.xml",
  6033. "ref/netstandard1.6/zh-hans/System.Linq.xml",
  6034. "ref/netstandard1.6/zh-hant/System.Linq.xml",
  6035. "ref/portable-net45+win8+wp8+wpa81/_._",
  6036. "ref/win8/_._",
  6037. "ref/wp80/_._",
  6038. "ref/wpa81/_._",
  6039. "ref/xamarinios10/_._",
  6040. "ref/xamarinmac20/_._",
  6041. "ref/xamarintvos10/_._",
  6042. "ref/xamarinwatchos10/_._",
  6043. "system.linq.4.3.0.nupkg.sha512",
  6044. "system.linq.nuspec"
  6045. ]
  6046. },
  6047. "System.Linq.Expressions/4.3.0": {
  6048. "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
  6049. "type": "package",
  6050. "path": "system.linq.expressions/4.3.0",
  6051. "files": [
  6052. "ThirdPartyNotices.txt",
  6053. "dotnet_library_license.txt",
  6054. "lib/MonoAndroid10/_._",
  6055. "lib/MonoTouch10/_._",
  6056. "lib/net45/_._",
  6057. "lib/net463/System.Linq.Expressions.dll",
  6058. "lib/netcore50/System.Linq.Expressions.dll",
  6059. "lib/netstandard1.6/System.Linq.Expressions.dll",
  6060. "lib/portable-net45+win8+wp8+wpa81/_._",
  6061. "lib/win8/_._",
  6062. "lib/wp80/_._",
  6063. "lib/wpa81/_._",
  6064. "lib/xamarinios10/_._",
  6065. "lib/xamarinmac20/_._",
  6066. "lib/xamarintvos10/_._",
  6067. "lib/xamarinwatchos10/_._",
  6068. "ref/MonoAndroid10/_._",
  6069. "ref/MonoTouch10/_._",
  6070. "ref/net45/_._",
  6071. "ref/net463/System.Linq.Expressions.dll",
  6072. "ref/netcore50/System.Linq.Expressions.dll",
  6073. "ref/netcore50/System.Linq.Expressions.xml",
  6074. "ref/netcore50/de/System.Linq.Expressions.xml",
  6075. "ref/netcore50/es/System.Linq.Expressions.xml",
  6076. "ref/netcore50/fr/System.Linq.Expressions.xml",
  6077. "ref/netcore50/it/System.Linq.Expressions.xml",
  6078. "ref/netcore50/ja/System.Linq.Expressions.xml",
  6079. "ref/netcore50/ko/System.Linq.Expressions.xml",
  6080. "ref/netcore50/ru/System.Linq.Expressions.xml",
  6081. "ref/netcore50/zh-hans/System.Linq.Expressions.xml",
  6082. "ref/netcore50/zh-hant/System.Linq.Expressions.xml",
  6083. "ref/netstandard1.0/System.Linq.Expressions.dll",
  6084. "ref/netstandard1.0/System.Linq.Expressions.xml",
  6085. "ref/netstandard1.0/de/System.Linq.Expressions.xml",
  6086. "ref/netstandard1.0/es/System.Linq.Expressions.xml",
  6087. "ref/netstandard1.0/fr/System.Linq.Expressions.xml",
  6088. "ref/netstandard1.0/it/System.Linq.Expressions.xml",
  6089. "ref/netstandard1.0/ja/System.Linq.Expressions.xml",
  6090. "ref/netstandard1.0/ko/System.Linq.Expressions.xml",
  6091. "ref/netstandard1.0/ru/System.Linq.Expressions.xml",
  6092. "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml",
  6093. "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml",
  6094. "ref/netstandard1.3/System.Linq.Expressions.dll",
  6095. "ref/netstandard1.3/System.Linq.Expressions.xml",
  6096. "ref/netstandard1.3/de/System.Linq.Expressions.xml",
  6097. "ref/netstandard1.3/es/System.Linq.Expressions.xml",
  6098. "ref/netstandard1.3/fr/System.Linq.Expressions.xml",
  6099. "ref/netstandard1.3/it/System.Linq.Expressions.xml",
  6100. "ref/netstandard1.3/ja/System.Linq.Expressions.xml",
  6101. "ref/netstandard1.3/ko/System.Linq.Expressions.xml",
  6102. "ref/netstandard1.3/ru/System.Linq.Expressions.xml",
  6103. "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml",
  6104. "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml",
  6105. "ref/netstandard1.6/System.Linq.Expressions.dll",
  6106. "ref/netstandard1.6/System.Linq.Expressions.xml",
  6107. "ref/netstandard1.6/de/System.Linq.Expressions.xml",
  6108. "ref/netstandard1.6/es/System.Linq.Expressions.xml",
  6109. "ref/netstandard1.6/fr/System.Linq.Expressions.xml",
  6110. "ref/netstandard1.6/it/System.Linq.Expressions.xml",
  6111. "ref/netstandard1.6/ja/System.Linq.Expressions.xml",
  6112. "ref/netstandard1.6/ko/System.Linq.Expressions.xml",
  6113. "ref/netstandard1.6/ru/System.Linq.Expressions.xml",
  6114. "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml",
  6115. "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml",
  6116. "ref/portable-net45+win8+wp8+wpa81/_._",
  6117. "ref/win8/_._",
  6118. "ref/wp80/_._",
  6119. "ref/wpa81/_._",
  6120. "ref/xamarinios10/_._",
  6121. "ref/xamarinmac20/_._",
  6122. "ref/xamarintvos10/_._",
  6123. "ref/xamarinwatchos10/_._",
  6124. "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll",
  6125. "system.linq.expressions.4.3.0.nupkg.sha512",
  6126. "system.linq.expressions.nuspec"
  6127. ]
  6128. },
  6129. "System.Linq.Parallel/4.3.0": {
  6130. "sha512": "td7x21K8LalpjTWCzW/nQboQIFbq9i0r+PCyBBCdLWWnm4NBcdN18vpz/G9hCpUaCIfRL+ZxJNVTywlNlB1aLQ==",
  6131. "type": "package",
  6132. "path": "system.linq.parallel/4.3.0",
  6133. "files": [
  6134. "ThirdPartyNotices.txt",
  6135. "dotnet_library_license.txt",
  6136. "lib/MonoAndroid10/_._",
  6137. "lib/MonoTouch10/_._",
  6138. "lib/net45/_._",
  6139. "lib/netcore50/System.Linq.Parallel.dll",
  6140. "lib/netstandard1.3/System.Linq.Parallel.dll",
  6141. "lib/portable-net45+win8+wpa81/_._",
  6142. "lib/win8/_._",
  6143. "lib/wpa81/_._",
  6144. "lib/xamarinios10/_._",
  6145. "lib/xamarinmac20/_._",
  6146. "lib/xamarintvos10/_._",
  6147. "lib/xamarinwatchos10/_._",
  6148. "ref/MonoAndroid10/_._",
  6149. "ref/MonoTouch10/_._",
  6150. "ref/net45/_._",
  6151. "ref/netcore50/System.Linq.Parallel.dll",
  6152. "ref/netcore50/System.Linq.Parallel.xml",
  6153. "ref/netcore50/de/System.Linq.Parallel.xml",
  6154. "ref/netcore50/es/System.Linq.Parallel.xml",
  6155. "ref/netcore50/fr/System.Linq.Parallel.xml",
  6156. "ref/netcore50/it/System.Linq.Parallel.xml",
  6157. "ref/netcore50/ja/System.Linq.Parallel.xml",
  6158. "ref/netcore50/ko/System.Linq.Parallel.xml",
  6159. "ref/netcore50/ru/System.Linq.Parallel.xml",
  6160. "ref/netcore50/zh-hans/System.Linq.Parallel.xml",
  6161. "ref/netcore50/zh-hant/System.Linq.Parallel.xml",
  6162. "ref/netstandard1.1/System.Linq.Parallel.dll",
  6163. "ref/netstandard1.1/System.Linq.Parallel.xml",
  6164. "ref/netstandard1.1/de/System.Linq.Parallel.xml",
  6165. "ref/netstandard1.1/es/System.Linq.Parallel.xml",
  6166. "ref/netstandard1.1/fr/System.Linq.Parallel.xml",
  6167. "ref/netstandard1.1/it/System.Linq.Parallel.xml",
  6168. "ref/netstandard1.1/ja/System.Linq.Parallel.xml",
  6169. "ref/netstandard1.1/ko/System.Linq.Parallel.xml",
  6170. "ref/netstandard1.1/ru/System.Linq.Parallel.xml",
  6171. "ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml",
  6172. "ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml",
  6173. "ref/portable-net45+win8+wpa81/_._",
  6174. "ref/win8/_._",
  6175. "ref/wpa81/_._",
  6176. "ref/xamarinios10/_._",
  6177. "ref/xamarinmac20/_._",
  6178. "ref/xamarintvos10/_._",
  6179. "ref/xamarinwatchos10/_._",
  6180. "system.linq.parallel.4.3.0.nupkg.sha512",
  6181. "system.linq.parallel.nuspec"
  6182. ]
  6183. },
  6184. "System.Linq.Queryable/4.3.0": {
  6185. "sha512": "In1Bmmvl/j52yPu3xgakQSI0YIckPUr870w4K5+Lak3JCCa8hl+my65lABOuKfYs4ugmZy25ScFerC4nz8+b6g==",
  6186. "type": "package",
  6187. "path": "system.linq.queryable/4.3.0",
  6188. "files": [
  6189. "ThirdPartyNotices.txt",
  6190. "dotnet_library_license.txt",
  6191. "lib/monoandroid10/_._",
  6192. "lib/monotouch10/_._",
  6193. "lib/net45/_._",
  6194. "lib/netcore50/System.Linq.Queryable.dll",
  6195. "lib/netstandard1.3/System.Linq.Queryable.dll",
  6196. "lib/portable-net45+win8+wp8+wpa81/_._",
  6197. "lib/win8/_._",
  6198. "lib/wp80/_._",
  6199. "lib/wpa81/_._",
  6200. "lib/xamarinios10/_._",
  6201. "lib/xamarinmac20/_._",
  6202. "lib/xamarintvos10/_._",
  6203. "lib/xamarinwatchos10/_._",
  6204. "ref/monoandroid10/_._",
  6205. "ref/monotouch10/_._",
  6206. "ref/net45/_._",
  6207. "ref/netcore50/System.Linq.Queryable.dll",
  6208. "ref/netcore50/System.Linq.Queryable.xml",
  6209. "ref/netcore50/de/System.Linq.Queryable.xml",
  6210. "ref/netcore50/es/System.Linq.Queryable.xml",
  6211. "ref/netcore50/fr/System.Linq.Queryable.xml",
  6212. "ref/netcore50/it/System.Linq.Queryable.xml",
  6213. "ref/netcore50/ja/System.Linq.Queryable.xml",
  6214. "ref/netcore50/ko/System.Linq.Queryable.xml",
  6215. "ref/netcore50/ru/System.Linq.Queryable.xml",
  6216. "ref/netcore50/zh-hans/System.Linq.Queryable.xml",
  6217. "ref/netcore50/zh-hant/System.Linq.Queryable.xml",
  6218. "ref/netstandard1.0/System.Linq.Queryable.dll",
  6219. "ref/netstandard1.0/System.Linq.Queryable.xml",
  6220. "ref/netstandard1.0/de/System.Linq.Queryable.xml",
  6221. "ref/netstandard1.0/es/System.Linq.Queryable.xml",
  6222. "ref/netstandard1.0/fr/System.Linq.Queryable.xml",
  6223. "ref/netstandard1.0/it/System.Linq.Queryable.xml",
  6224. "ref/netstandard1.0/ja/System.Linq.Queryable.xml",
  6225. "ref/netstandard1.0/ko/System.Linq.Queryable.xml",
  6226. "ref/netstandard1.0/ru/System.Linq.Queryable.xml",
  6227. "ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml",
  6228. "ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml",
  6229. "ref/portable-net45+win8+wp8+wpa81/_._",
  6230. "ref/win8/_._",
  6231. "ref/wp80/_._",
  6232. "ref/wpa81/_._",
  6233. "ref/xamarinios10/_._",
  6234. "ref/xamarinmac20/_._",
  6235. "ref/xamarintvos10/_._",
  6236. "ref/xamarinwatchos10/_._",
  6237. "system.linq.queryable.4.3.0.nupkg.sha512",
  6238. "system.linq.queryable.nuspec"
  6239. ]
  6240. },
  6241. "System.Net.Http/4.3.0": {
  6242. "sha512": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
  6243. "type": "package",
  6244. "path": "system.net.http/4.3.0",
  6245. "files": [
  6246. "ThirdPartyNotices.txt",
  6247. "dotnet_library_license.txt",
  6248. "lib/Xamarinmac20/_._",
  6249. "lib/monoandroid10/_._",
  6250. "lib/monotouch10/_._",
  6251. "lib/net45/_._",
  6252. "lib/net46/System.Net.Http.dll",
  6253. "lib/portable-net45+win8+wpa81/_._",
  6254. "lib/win8/_._",
  6255. "lib/wpa81/_._",
  6256. "lib/xamarinios10/_._",
  6257. "lib/xamarintvos10/_._",
  6258. "lib/xamarinwatchos10/_._",
  6259. "ref/Xamarinmac20/_._",
  6260. "ref/monoandroid10/_._",
  6261. "ref/monotouch10/_._",
  6262. "ref/net45/_._",
  6263. "ref/net46/System.Net.Http.dll",
  6264. "ref/net46/System.Net.Http.xml",
  6265. "ref/net46/de/System.Net.Http.xml",
  6266. "ref/net46/es/System.Net.Http.xml",
  6267. "ref/net46/fr/System.Net.Http.xml",
  6268. "ref/net46/it/System.Net.Http.xml",
  6269. "ref/net46/ja/System.Net.Http.xml",
  6270. "ref/net46/ko/System.Net.Http.xml",
  6271. "ref/net46/ru/System.Net.Http.xml",
  6272. "ref/net46/zh-hans/System.Net.Http.xml",
  6273. "ref/net46/zh-hant/System.Net.Http.xml",
  6274. "ref/netcore50/System.Net.Http.dll",
  6275. "ref/netcore50/System.Net.Http.xml",
  6276. "ref/netcore50/de/System.Net.Http.xml",
  6277. "ref/netcore50/es/System.Net.Http.xml",
  6278. "ref/netcore50/fr/System.Net.Http.xml",
  6279. "ref/netcore50/it/System.Net.Http.xml",
  6280. "ref/netcore50/ja/System.Net.Http.xml",
  6281. "ref/netcore50/ko/System.Net.Http.xml",
  6282. "ref/netcore50/ru/System.Net.Http.xml",
  6283. "ref/netcore50/zh-hans/System.Net.Http.xml",
  6284. "ref/netcore50/zh-hant/System.Net.Http.xml",
  6285. "ref/netstandard1.1/System.Net.Http.dll",
  6286. "ref/netstandard1.1/System.Net.Http.xml",
  6287. "ref/netstandard1.1/de/System.Net.Http.xml",
  6288. "ref/netstandard1.1/es/System.Net.Http.xml",
  6289. "ref/netstandard1.1/fr/System.Net.Http.xml",
  6290. "ref/netstandard1.1/it/System.Net.Http.xml",
  6291. "ref/netstandard1.1/ja/System.Net.Http.xml",
  6292. "ref/netstandard1.1/ko/System.Net.Http.xml",
  6293. "ref/netstandard1.1/ru/System.Net.Http.xml",
  6294. "ref/netstandard1.1/zh-hans/System.Net.Http.xml",
  6295. "ref/netstandard1.1/zh-hant/System.Net.Http.xml",
  6296. "ref/netstandard1.3/System.Net.Http.dll",
  6297. "ref/netstandard1.3/System.Net.Http.xml",
  6298. "ref/netstandard1.3/de/System.Net.Http.xml",
  6299. "ref/netstandard1.3/es/System.Net.Http.xml",
  6300. "ref/netstandard1.3/fr/System.Net.Http.xml",
  6301. "ref/netstandard1.3/it/System.Net.Http.xml",
  6302. "ref/netstandard1.3/ja/System.Net.Http.xml",
  6303. "ref/netstandard1.3/ko/System.Net.Http.xml",
  6304. "ref/netstandard1.3/ru/System.Net.Http.xml",
  6305. "ref/netstandard1.3/zh-hans/System.Net.Http.xml",
  6306. "ref/netstandard1.3/zh-hant/System.Net.Http.xml",
  6307. "ref/portable-net45+win8+wpa81/_._",
  6308. "ref/win8/_._",
  6309. "ref/wpa81/_._",
  6310. "ref/xamarinios10/_._",
  6311. "ref/xamarintvos10/_._",
  6312. "ref/xamarinwatchos10/_._",
  6313. "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll",
  6314. "runtimes/win/lib/net46/System.Net.Http.dll",
  6315. "runtimes/win/lib/netcore50/System.Net.Http.dll",
  6316. "runtimes/win/lib/netstandard1.3/System.Net.Http.dll",
  6317. "system.net.http.4.3.0.nupkg.sha512",
  6318. "system.net.http.nuspec"
  6319. ]
  6320. },
  6321. "System.Net.NameResolution/4.3.0": {
  6322. "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==",
  6323. "type": "package",
  6324. "path": "system.net.nameresolution/4.3.0",
  6325. "files": [
  6326. "ThirdPartyNotices.txt",
  6327. "dotnet_library_license.txt",
  6328. "lib/MonoAndroid10/_._",
  6329. "lib/MonoTouch10/_._",
  6330. "lib/net46/System.Net.NameResolution.dll",
  6331. "lib/xamarinios10/_._",
  6332. "lib/xamarinmac20/_._",
  6333. "lib/xamarintvos10/_._",
  6334. "lib/xamarinwatchos10/_._",
  6335. "ref/MonoAndroid10/_._",
  6336. "ref/MonoTouch10/_._",
  6337. "ref/net46/System.Net.NameResolution.dll",
  6338. "ref/netstandard1.3/System.Net.NameResolution.dll",
  6339. "ref/netstandard1.3/System.Net.NameResolution.xml",
  6340. "ref/netstandard1.3/de/System.Net.NameResolution.xml",
  6341. "ref/netstandard1.3/es/System.Net.NameResolution.xml",
  6342. "ref/netstandard1.3/fr/System.Net.NameResolution.xml",
  6343. "ref/netstandard1.3/it/System.Net.NameResolution.xml",
  6344. "ref/netstandard1.3/ja/System.Net.NameResolution.xml",
  6345. "ref/netstandard1.3/ko/System.Net.NameResolution.xml",
  6346. "ref/netstandard1.3/ru/System.Net.NameResolution.xml",
  6347. "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml",
  6348. "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml",
  6349. "ref/xamarinios10/_._",
  6350. "ref/xamarinmac20/_._",
  6351. "ref/xamarintvos10/_._",
  6352. "ref/xamarinwatchos10/_._",
  6353. "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll",
  6354. "runtimes/win/lib/net46/System.Net.NameResolution.dll",
  6355. "runtimes/win/lib/netcore50/System.Net.NameResolution.dll",
  6356. "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll",
  6357. "system.net.nameresolution.4.3.0.nupkg.sha512",
  6358. "system.net.nameresolution.nuspec"
  6359. ]
  6360. },
  6361. "System.Net.Primitives/4.3.0": {
  6362. "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
  6363. "type": "package",
  6364. "path": "system.net.primitives/4.3.0",
  6365. "files": [
  6366. "ThirdPartyNotices.txt",
  6367. "dotnet_library_license.txt",
  6368. "lib/MonoAndroid10/_._",
  6369. "lib/MonoTouch10/_._",
  6370. "lib/net45/_._",
  6371. "lib/portable-net45+win8+wp8+wpa81/_._",
  6372. "lib/win8/_._",
  6373. "lib/wp80/_._",
  6374. "lib/wpa81/_._",
  6375. "lib/xamarinios10/_._",
  6376. "lib/xamarinmac20/_._",
  6377. "lib/xamarintvos10/_._",
  6378. "lib/xamarinwatchos10/_._",
  6379. "ref/MonoAndroid10/_._",
  6380. "ref/MonoTouch10/_._",
  6381. "ref/net45/_._",
  6382. "ref/netcore50/System.Net.Primitives.dll",
  6383. "ref/netcore50/System.Net.Primitives.xml",
  6384. "ref/netcore50/de/System.Net.Primitives.xml",
  6385. "ref/netcore50/es/System.Net.Primitives.xml",
  6386. "ref/netcore50/fr/System.Net.Primitives.xml",
  6387. "ref/netcore50/it/System.Net.Primitives.xml",
  6388. "ref/netcore50/ja/System.Net.Primitives.xml",
  6389. "ref/netcore50/ko/System.Net.Primitives.xml",
  6390. "ref/netcore50/ru/System.Net.Primitives.xml",
  6391. "ref/netcore50/zh-hans/System.Net.Primitives.xml",
  6392. "ref/netcore50/zh-hant/System.Net.Primitives.xml",
  6393. "ref/netstandard1.0/System.Net.Primitives.dll",
  6394. "ref/netstandard1.0/System.Net.Primitives.xml",
  6395. "ref/netstandard1.0/de/System.Net.Primitives.xml",
  6396. "ref/netstandard1.0/es/System.Net.Primitives.xml",
  6397. "ref/netstandard1.0/fr/System.Net.Primitives.xml",
  6398. "ref/netstandard1.0/it/System.Net.Primitives.xml",
  6399. "ref/netstandard1.0/ja/System.Net.Primitives.xml",
  6400. "ref/netstandard1.0/ko/System.Net.Primitives.xml",
  6401. "ref/netstandard1.0/ru/System.Net.Primitives.xml",
  6402. "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml",
  6403. "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml",
  6404. "ref/netstandard1.1/System.Net.Primitives.dll",
  6405. "ref/netstandard1.1/System.Net.Primitives.xml",
  6406. "ref/netstandard1.1/de/System.Net.Primitives.xml",
  6407. "ref/netstandard1.1/es/System.Net.Primitives.xml",
  6408. "ref/netstandard1.1/fr/System.Net.Primitives.xml",
  6409. "ref/netstandard1.1/it/System.Net.Primitives.xml",
  6410. "ref/netstandard1.1/ja/System.Net.Primitives.xml",
  6411. "ref/netstandard1.1/ko/System.Net.Primitives.xml",
  6412. "ref/netstandard1.1/ru/System.Net.Primitives.xml",
  6413. "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml",
  6414. "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml",
  6415. "ref/netstandard1.3/System.Net.Primitives.dll",
  6416. "ref/netstandard1.3/System.Net.Primitives.xml",
  6417. "ref/netstandard1.3/de/System.Net.Primitives.xml",
  6418. "ref/netstandard1.3/es/System.Net.Primitives.xml",
  6419. "ref/netstandard1.3/fr/System.Net.Primitives.xml",
  6420. "ref/netstandard1.3/it/System.Net.Primitives.xml",
  6421. "ref/netstandard1.3/ja/System.Net.Primitives.xml",
  6422. "ref/netstandard1.3/ko/System.Net.Primitives.xml",
  6423. "ref/netstandard1.3/ru/System.Net.Primitives.xml",
  6424. "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml",
  6425. "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml",
  6426. "ref/portable-net45+win8+wp8+wpa81/_._",
  6427. "ref/win8/_._",
  6428. "ref/wp80/_._",
  6429. "ref/wpa81/_._",
  6430. "ref/xamarinios10/_._",
  6431. "ref/xamarinmac20/_._",
  6432. "ref/xamarintvos10/_._",
  6433. "ref/xamarinwatchos10/_._",
  6434. "system.net.primitives.4.3.0.nupkg.sha512",
  6435. "system.net.primitives.nuspec"
  6436. ]
  6437. },
  6438. "System.Net.Requests/4.3.0": {
  6439. "sha512": "OZNUuAs0kDXUzm7U5NZ1ojVta5YFZmgT2yxBqsQ7Eseq5Ahz88LInGRuNLJ/NP2F8W1q7tse1pKDthj3reF5QA==",
  6440. "type": "package",
  6441. "path": "system.net.requests/4.3.0",
  6442. "files": [
  6443. "ThirdPartyNotices.txt",
  6444. "dotnet_library_license.txt",
  6445. "lib/MonoAndroid10/_._",
  6446. "lib/MonoTouch10/_._",
  6447. "lib/net45/_._",
  6448. "lib/portable-net45+win8+wp8+wpa81/_._",
  6449. "lib/win8/_._",
  6450. "lib/wp80/_._",
  6451. "lib/wpa81/_._",
  6452. "lib/xamarinios10/_._",
  6453. "lib/xamarinmac20/_._",
  6454. "lib/xamarintvos10/_._",
  6455. "lib/xamarinwatchos10/_._",
  6456. "ref/MonoAndroid10/_._",
  6457. "ref/MonoTouch10/_._",
  6458. "ref/net45/_._",
  6459. "ref/net46/_._",
  6460. "ref/netcore50/System.Net.Requests.dll",
  6461. "ref/netcore50/System.Net.Requests.xml",
  6462. "ref/netcore50/de/System.Net.Requests.xml",
  6463. "ref/netcore50/es/System.Net.Requests.xml",
  6464. "ref/netcore50/fr/System.Net.Requests.xml",
  6465. "ref/netcore50/it/System.Net.Requests.xml",
  6466. "ref/netcore50/ja/System.Net.Requests.xml",
  6467. "ref/netcore50/ko/System.Net.Requests.xml",
  6468. "ref/netcore50/ru/System.Net.Requests.xml",
  6469. "ref/netcore50/zh-hans/System.Net.Requests.xml",
  6470. "ref/netcore50/zh-hant/System.Net.Requests.xml",
  6471. "ref/netstandard1.0/System.Net.Requests.dll",
  6472. "ref/netstandard1.0/System.Net.Requests.xml",
  6473. "ref/netstandard1.0/de/System.Net.Requests.xml",
  6474. "ref/netstandard1.0/es/System.Net.Requests.xml",
  6475. "ref/netstandard1.0/fr/System.Net.Requests.xml",
  6476. "ref/netstandard1.0/it/System.Net.Requests.xml",
  6477. "ref/netstandard1.0/ja/System.Net.Requests.xml",
  6478. "ref/netstandard1.0/ko/System.Net.Requests.xml",
  6479. "ref/netstandard1.0/ru/System.Net.Requests.xml",
  6480. "ref/netstandard1.0/zh-hans/System.Net.Requests.xml",
  6481. "ref/netstandard1.0/zh-hant/System.Net.Requests.xml",
  6482. "ref/netstandard1.1/System.Net.Requests.dll",
  6483. "ref/netstandard1.1/System.Net.Requests.xml",
  6484. "ref/netstandard1.1/de/System.Net.Requests.xml",
  6485. "ref/netstandard1.1/es/System.Net.Requests.xml",
  6486. "ref/netstandard1.1/fr/System.Net.Requests.xml",
  6487. "ref/netstandard1.1/it/System.Net.Requests.xml",
  6488. "ref/netstandard1.1/ja/System.Net.Requests.xml",
  6489. "ref/netstandard1.1/ko/System.Net.Requests.xml",
  6490. "ref/netstandard1.1/ru/System.Net.Requests.xml",
  6491. "ref/netstandard1.1/zh-hans/System.Net.Requests.xml",
  6492. "ref/netstandard1.1/zh-hant/System.Net.Requests.xml",
  6493. "ref/netstandard1.3/System.Net.Requests.dll",
  6494. "ref/netstandard1.3/System.Net.Requests.xml",
  6495. "ref/netstandard1.3/de/System.Net.Requests.xml",
  6496. "ref/netstandard1.3/es/System.Net.Requests.xml",
  6497. "ref/netstandard1.3/fr/System.Net.Requests.xml",
  6498. "ref/netstandard1.3/it/System.Net.Requests.xml",
  6499. "ref/netstandard1.3/ja/System.Net.Requests.xml",
  6500. "ref/netstandard1.3/ko/System.Net.Requests.xml",
  6501. "ref/netstandard1.3/ru/System.Net.Requests.xml",
  6502. "ref/netstandard1.3/zh-hans/System.Net.Requests.xml",
  6503. "ref/netstandard1.3/zh-hant/System.Net.Requests.xml",
  6504. "ref/portable-net45+win8+wp8+wpa81/_._",
  6505. "ref/win8/_._",
  6506. "ref/wp80/_._",
  6507. "ref/wpa81/_._",
  6508. "ref/xamarinios10/_._",
  6509. "ref/xamarinmac20/_._",
  6510. "ref/xamarintvos10/_._",
  6511. "ref/xamarinwatchos10/_._",
  6512. "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll",
  6513. "runtimes/win/lib/net46/_._",
  6514. "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll",
  6515. "system.net.requests.4.3.0.nupkg.sha512",
  6516. "system.net.requests.nuspec"
  6517. ]
  6518. },
  6519. "System.Net.Security/4.3.0": {
  6520. "sha512": "IgJKNfALqw7JRWp5LMQ5SWHNKvXVz094U6wNE3c1i8bOkMQvgBL+MMQuNt3xl9Qg9iWpj3lFxPZEY6XHmROjMQ==",
  6521. "type": "package",
  6522. "path": "system.net.security/4.3.0",
  6523. "files": [
  6524. "ThirdPartyNotices.txt",
  6525. "dotnet_library_license.txt",
  6526. "lib/MonoAndroid10/_._",
  6527. "lib/MonoTouch10/_._",
  6528. "lib/net46/System.Net.Security.dll",
  6529. "lib/xamarinios10/_._",
  6530. "lib/xamarinmac20/_._",
  6531. "lib/xamarintvos10/_._",
  6532. "lib/xamarinwatchos10/_._",
  6533. "ref/MonoAndroid10/_._",
  6534. "ref/MonoTouch10/_._",
  6535. "ref/net46/System.Net.Security.dll",
  6536. "ref/netstandard1.3/System.Net.Security.dll",
  6537. "ref/netstandard1.3/System.Net.Security.xml",
  6538. "ref/netstandard1.3/de/System.Net.Security.xml",
  6539. "ref/netstandard1.3/es/System.Net.Security.xml",
  6540. "ref/netstandard1.3/fr/System.Net.Security.xml",
  6541. "ref/netstandard1.3/it/System.Net.Security.xml",
  6542. "ref/netstandard1.3/ja/System.Net.Security.xml",
  6543. "ref/netstandard1.3/ko/System.Net.Security.xml",
  6544. "ref/netstandard1.3/ru/System.Net.Security.xml",
  6545. "ref/netstandard1.3/zh-hans/System.Net.Security.xml",
  6546. "ref/netstandard1.3/zh-hant/System.Net.Security.xml",
  6547. "ref/xamarinios10/_._",
  6548. "ref/xamarinmac20/_._",
  6549. "ref/xamarintvos10/_._",
  6550. "ref/xamarinwatchos10/_._",
  6551. "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll",
  6552. "runtimes/win/lib/net46/System.Net.Security.dll",
  6553. "runtimes/win/lib/netstandard1.3/System.Net.Security.dll",
  6554. "runtimes/win7/lib/netcore50/_._",
  6555. "system.net.security.4.3.0.nupkg.sha512",
  6556. "system.net.security.nuspec"
  6557. ]
  6558. },
  6559. "System.Net.Sockets/4.3.0": {
  6560. "sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
  6561. "type": "package",
  6562. "path": "system.net.sockets/4.3.0",
  6563. "files": [
  6564. "ThirdPartyNotices.txt",
  6565. "dotnet_library_license.txt",
  6566. "lib/MonoAndroid10/_._",
  6567. "lib/MonoTouch10/_._",
  6568. "lib/net46/System.Net.Sockets.dll",
  6569. "lib/xamarinios10/_._",
  6570. "lib/xamarinmac20/_._",
  6571. "lib/xamarintvos10/_._",
  6572. "lib/xamarinwatchos10/_._",
  6573. "ref/MonoAndroid10/_._",
  6574. "ref/MonoTouch10/_._",
  6575. "ref/net46/System.Net.Sockets.dll",
  6576. "ref/netstandard1.3/System.Net.Sockets.dll",
  6577. "ref/netstandard1.3/System.Net.Sockets.xml",
  6578. "ref/netstandard1.3/de/System.Net.Sockets.xml",
  6579. "ref/netstandard1.3/es/System.Net.Sockets.xml",
  6580. "ref/netstandard1.3/fr/System.Net.Sockets.xml",
  6581. "ref/netstandard1.3/it/System.Net.Sockets.xml",
  6582. "ref/netstandard1.3/ja/System.Net.Sockets.xml",
  6583. "ref/netstandard1.3/ko/System.Net.Sockets.xml",
  6584. "ref/netstandard1.3/ru/System.Net.Sockets.xml",
  6585. "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml",
  6586. "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml",
  6587. "ref/xamarinios10/_._",
  6588. "ref/xamarinmac20/_._",
  6589. "ref/xamarintvos10/_._",
  6590. "ref/xamarinwatchos10/_._",
  6591. "system.net.sockets.4.3.0.nupkg.sha512",
  6592. "system.net.sockets.nuspec"
  6593. ]
  6594. },
  6595. "System.Net.WebHeaderCollection/4.3.0": {
  6596. "sha512": "XZrXYG3c7QV/GpWeoaRC02rM6LH2JJetfVYskf35wdC/w2fFDFMphec4gmVH2dkll6abtW14u9Rt96pxd9YH2A==",
  6597. "type": "package",
  6598. "path": "system.net.webheadercollection/4.3.0",
  6599. "files": [
  6600. "ThirdPartyNotices.txt",
  6601. "dotnet_library_license.txt",
  6602. "lib/MonoAndroid10/_._",
  6603. "lib/MonoTouch10/_._",
  6604. "lib/net46/_._",
  6605. "lib/netstandard1.3/System.Net.WebHeaderCollection.dll",
  6606. "lib/xamarinios10/_._",
  6607. "lib/xamarinmac20/_._",
  6608. "lib/xamarintvos10/_._",
  6609. "lib/xamarinwatchos10/_._",
  6610. "ref/MonoAndroid10/_._",
  6611. "ref/MonoTouch10/_._",
  6612. "ref/net46/_._",
  6613. "ref/netstandard1.3/System.Net.WebHeaderCollection.dll",
  6614. "ref/netstandard1.3/System.Net.WebHeaderCollection.xml",
  6615. "ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml",
  6616. "ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml",
  6617. "ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml",
  6618. "ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml",
  6619. "ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml",
  6620. "ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml",
  6621. "ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml",
  6622. "ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml",
  6623. "ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml",
  6624. "ref/xamarinios10/_._",
  6625. "ref/xamarinmac20/_._",
  6626. "ref/xamarintvos10/_._",
  6627. "ref/xamarinwatchos10/_._",
  6628. "system.net.webheadercollection.4.3.0.nupkg.sha512",
  6629. "system.net.webheadercollection.nuspec"
  6630. ]
  6631. },
  6632. "System.Numerics.Vectors/4.3.0": {
  6633. "sha512": "uAIqmwiQPPXdCz59MQcyHwsH2MzIv24VGCS54kP/1GzTRTuU3hazmiPnGUTlKFia4B1DnbLWjTHoGyTI5BMCTQ==",
  6634. "type": "package",
  6635. "path": "system.numerics.vectors/4.3.0",
  6636. "files": [
  6637. "ThirdPartyNotices.txt",
  6638. "dotnet_library_license.txt",
  6639. "lib/MonoAndroid10/_._",
  6640. "lib/MonoTouch10/_._",
  6641. "lib/net46/System.Numerics.Vectors.dll",
  6642. "lib/net46/System.Numerics.Vectors.xml",
  6643. "lib/netstandard1.0/System.Numerics.Vectors.dll",
  6644. "lib/netstandard1.0/System.Numerics.Vectors.xml",
  6645. "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
  6646. "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
  6647. "lib/xamarinios10/_._",
  6648. "lib/xamarinmac20/_._",
  6649. "lib/xamarintvos10/_._",
  6650. "lib/xamarinwatchos10/_._",
  6651. "ref/MonoAndroid10/_._",
  6652. "ref/MonoTouch10/_._",
  6653. "ref/net46/System.Numerics.Vectors.dll",
  6654. "ref/net46/System.Numerics.Vectors.xml",
  6655. "ref/netstandard1.0/System.Numerics.Vectors.dll",
  6656. "ref/netstandard1.0/System.Numerics.Vectors.xml",
  6657. "ref/xamarinios10/_._",
  6658. "ref/xamarinmac20/_._",
  6659. "ref/xamarintvos10/_._",
  6660. "ref/xamarinwatchos10/_._",
  6661. "system.numerics.vectors.4.3.0.nupkg.sha512",
  6662. "system.numerics.vectors.nuspec"
  6663. ]
  6664. },
  6665. "System.ObjectModel/4.3.0": {
  6666. "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
  6667. "type": "package",
  6668. "path": "system.objectmodel/4.3.0",
  6669. "files": [
  6670. "ThirdPartyNotices.txt",
  6671. "dotnet_library_license.txt",
  6672. "lib/MonoAndroid10/_._",
  6673. "lib/MonoTouch10/_._",
  6674. "lib/net45/_._",
  6675. "lib/netcore50/System.ObjectModel.dll",
  6676. "lib/netstandard1.3/System.ObjectModel.dll",
  6677. "lib/portable-net45+win8+wp8+wpa81/_._",
  6678. "lib/win8/_._",
  6679. "lib/wp80/_._",
  6680. "lib/wpa81/_._",
  6681. "lib/xamarinios10/_._",
  6682. "lib/xamarinmac20/_._",
  6683. "lib/xamarintvos10/_._",
  6684. "lib/xamarinwatchos10/_._",
  6685. "ref/MonoAndroid10/_._",
  6686. "ref/MonoTouch10/_._",
  6687. "ref/net45/_._",
  6688. "ref/netcore50/System.ObjectModel.dll",
  6689. "ref/netcore50/System.ObjectModel.xml",
  6690. "ref/netcore50/de/System.ObjectModel.xml",
  6691. "ref/netcore50/es/System.ObjectModel.xml",
  6692. "ref/netcore50/fr/System.ObjectModel.xml",
  6693. "ref/netcore50/it/System.ObjectModel.xml",
  6694. "ref/netcore50/ja/System.ObjectModel.xml",
  6695. "ref/netcore50/ko/System.ObjectModel.xml",
  6696. "ref/netcore50/ru/System.ObjectModel.xml",
  6697. "ref/netcore50/zh-hans/System.ObjectModel.xml",
  6698. "ref/netcore50/zh-hant/System.ObjectModel.xml",
  6699. "ref/netstandard1.0/System.ObjectModel.dll",
  6700. "ref/netstandard1.0/System.ObjectModel.xml",
  6701. "ref/netstandard1.0/de/System.ObjectModel.xml",
  6702. "ref/netstandard1.0/es/System.ObjectModel.xml",
  6703. "ref/netstandard1.0/fr/System.ObjectModel.xml",
  6704. "ref/netstandard1.0/it/System.ObjectModel.xml",
  6705. "ref/netstandard1.0/ja/System.ObjectModel.xml",
  6706. "ref/netstandard1.0/ko/System.ObjectModel.xml",
  6707. "ref/netstandard1.0/ru/System.ObjectModel.xml",
  6708. "ref/netstandard1.0/zh-hans/System.ObjectModel.xml",
  6709. "ref/netstandard1.0/zh-hant/System.ObjectModel.xml",
  6710. "ref/netstandard1.3/System.ObjectModel.dll",
  6711. "ref/netstandard1.3/System.ObjectModel.xml",
  6712. "ref/netstandard1.3/de/System.ObjectModel.xml",
  6713. "ref/netstandard1.3/es/System.ObjectModel.xml",
  6714. "ref/netstandard1.3/fr/System.ObjectModel.xml",
  6715. "ref/netstandard1.3/it/System.ObjectModel.xml",
  6716. "ref/netstandard1.3/ja/System.ObjectModel.xml",
  6717. "ref/netstandard1.3/ko/System.ObjectModel.xml",
  6718. "ref/netstandard1.3/ru/System.ObjectModel.xml",
  6719. "ref/netstandard1.3/zh-hans/System.ObjectModel.xml",
  6720. "ref/netstandard1.3/zh-hant/System.ObjectModel.xml",
  6721. "ref/portable-net45+win8+wp8+wpa81/_._",
  6722. "ref/win8/_._",
  6723. "ref/wp80/_._",
  6724. "ref/wpa81/_._",
  6725. "ref/xamarinios10/_._",
  6726. "ref/xamarinmac20/_._",
  6727. "ref/xamarintvos10/_._",
  6728. "ref/xamarinwatchos10/_._",
  6729. "system.objectmodel.4.3.0.nupkg.sha512",
  6730. "system.objectmodel.nuspec"
  6731. ]
  6732. },
  6733. "System.Private.DataContractSerialization/4.1.1": {
  6734. "sha512": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
  6735. "type": "package",
  6736. "path": "system.private.datacontractserialization/4.1.1",
  6737. "files": [
  6738. "ThirdPartyNotices.txt",
  6739. "dotnet_library_license.txt",
  6740. "lib/netstandard1.3/System.Private.DataContractSerialization.dll",
  6741. "ref/netstandard/_._",
  6742. "runtimes/aot/lib/netcore50/System.Private.DataContractSerialization.dll",
  6743. "system.private.datacontractserialization.4.1.1.nupkg.sha512",
  6744. "system.private.datacontractserialization.nuspec"
  6745. ]
  6746. },
  6747. "System.Reflection/4.3.0": {
  6748. "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  6749. "type": "package",
  6750. "path": "system.reflection/4.3.0",
  6751. "files": [
  6752. "ThirdPartyNotices.txt",
  6753. "dotnet_library_license.txt",
  6754. "lib/MonoAndroid10/_._",
  6755. "lib/MonoTouch10/_._",
  6756. "lib/net45/_._",
  6757. "lib/net462/System.Reflection.dll",
  6758. "lib/portable-net45+win8+wp8+wpa81/_._",
  6759. "lib/win8/_._",
  6760. "lib/wp80/_._",
  6761. "lib/wpa81/_._",
  6762. "lib/xamarinios10/_._",
  6763. "lib/xamarinmac20/_._",
  6764. "lib/xamarintvos10/_._",
  6765. "lib/xamarinwatchos10/_._",
  6766. "ref/MonoAndroid10/_._",
  6767. "ref/MonoTouch10/_._",
  6768. "ref/net45/_._",
  6769. "ref/net462/System.Reflection.dll",
  6770. "ref/netcore50/System.Reflection.dll",
  6771. "ref/netcore50/System.Reflection.xml",
  6772. "ref/netcore50/de/System.Reflection.xml",
  6773. "ref/netcore50/es/System.Reflection.xml",
  6774. "ref/netcore50/fr/System.Reflection.xml",
  6775. "ref/netcore50/it/System.Reflection.xml",
  6776. "ref/netcore50/ja/System.Reflection.xml",
  6777. "ref/netcore50/ko/System.Reflection.xml",
  6778. "ref/netcore50/ru/System.Reflection.xml",
  6779. "ref/netcore50/zh-hans/System.Reflection.xml",
  6780. "ref/netcore50/zh-hant/System.Reflection.xml",
  6781. "ref/netstandard1.0/System.Reflection.dll",
  6782. "ref/netstandard1.0/System.Reflection.xml",
  6783. "ref/netstandard1.0/de/System.Reflection.xml",
  6784. "ref/netstandard1.0/es/System.Reflection.xml",
  6785. "ref/netstandard1.0/fr/System.Reflection.xml",
  6786. "ref/netstandard1.0/it/System.Reflection.xml",
  6787. "ref/netstandard1.0/ja/System.Reflection.xml",
  6788. "ref/netstandard1.0/ko/System.Reflection.xml",
  6789. "ref/netstandard1.0/ru/System.Reflection.xml",
  6790. "ref/netstandard1.0/zh-hans/System.Reflection.xml",
  6791. "ref/netstandard1.0/zh-hant/System.Reflection.xml",
  6792. "ref/netstandard1.3/System.Reflection.dll",
  6793. "ref/netstandard1.3/System.Reflection.xml",
  6794. "ref/netstandard1.3/de/System.Reflection.xml",
  6795. "ref/netstandard1.3/es/System.Reflection.xml",
  6796. "ref/netstandard1.3/fr/System.Reflection.xml",
  6797. "ref/netstandard1.3/it/System.Reflection.xml",
  6798. "ref/netstandard1.3/ja/System.Reflection.xml",
  6799. "ref/netstandard1.3/ko/System.Reflection.xml",
  6800. "ref/netstandard1.3/ru/System.Reflection.xml",
  6801. "ref/netstandard1.3/zh-hans/System.Reflection.xml",
  6802. "ref/netstandard1.3/zh-hant/System.Reflection.xml",
  6803. "ref/netstandard1.5/System.Reflection.dll",
  6804. "ref/netstandard1.5/System.Reflection.xml",
  6805. "ref/netstandard1.5/de/System.Reflection.xml",
  6806. "ref/netstandard1.5/es/System.Reflection.xml",
  6807. "ref/netstandard1.5/fr/System.Reflection.xml",
  6808. "ref/netstandard1.5/it/System.Reflection.xml",
  6809. "ref/netstandard1.5/ja/System.Reflection.xml",
  6810. "ref/netstandard1.5/ko/System.Reflection.xml",
  6811. "ref/netstandard1.5/ru/System.Reflection.xml",
  6812. "ref/netstandard1.5/zh-hans/System.Reflection.xml",
  6813. "ref/netstandard1.5/zh-hant/System.Reflection.xml",
  6814. "ref/portable-net45+win8+wp8+wpa81/_._",
  6815. "ref/win8/_._",
  6816. "ref/wp80/_._",
  6817. "ref/wpa81/_._",
  6818. "ref/xamarinios10/_._",
  6819. "ref/xamarinmac20/_._",
  6820. "ref/xamarintvos10/_._",
  6821. "ref/xamarinwatchos10/_._",
  6822. "system.reflection.4.3.0.nupkg.sha512",
  6823. "system.reflection.nuspec"
  6824. ]
  6825. },
  6826. "System.Reflection.DispatchProxy/4.3.0": {
  6827. "sha512": "vFln4g7zbLRyJbioExbMaW4BGuE2urDE2IKQk02x1y1uhQWntD+4rcYA4xQGJ19PlMdYPMWExHVQj3zKDODBFw==",
  6828. "type": "package",
  6829. "path": "system.reflection.dispatchproxy/4.3.0",
  6830. "files": [
  6831. "ThirdPartyNotices.txt",
  6832. "dotnet_library_license.txt",
  6833. "lib/MonoAndroid10/_._",
  6834. "lib/MonoTouch10/_._",
  6835. "lib/netstandard1.3/System.Reflection.DispatchProxy.dll",
  6836. "lib/xamarinios10/_._",
  6837. "lib/xamarinmac20/_._",
  6838. "lib/xamarintvos10/_._",
  6839. "lib/xamarinwatchos10/_._",
  6840. "ref/MonoAndroid10/_._",
  6841. "ref/MonoTouch10/_._",
  6842. "ref/netstandard1.3/System.Reflection.DispatchProxy.dll",
  6843. "ref/netstandard1.3/System.Reflection.DispatchProxy.xml",
  6844. "ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml",
  6845. "ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml",
  6846. "ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml",
  6847. "ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml",
  6848. "ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml",
  6849. "ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml",
  6850. "ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml",
  6851. "ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml",
  6852. "ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml",
  6853. "ref/xamarinios10/_._",
  6854. "ref/xamarinmac20/_._",
  6855. "ref/xamarintvos10/_._",
  6856. "ref/xamarinwatchos10/_._",
  6857. "runtimes/aot/lib/netcore50/System.Reflection.DispatchProxy.dll",
  6858. "system.reflection.dispatchproxy.4.3.0.nupkg.sha512",
  6859. "system.reflection.dispatchproxy.nuspec"
  6860. ]
  6861. },
  6862. "System.Reflection.Emit/4.3.0": {
  6863. "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
  6864. "type": "package",
  6865. "path": "system.reflection.emit/4.3.0",
  6866. "files": [
  6867. "ThirdPartyNotices.txt",
  6868. "dotnet_library_license.txt",
  6869. "lib/MonoAndroid10/_._",
  6870. "lib/monotouch10/_._",
  6871. "lib/net45/_._",
  6872. "lib/netcore50/System.Reflection.Emit.dll",
  6873. "lib/netstandard1.3/System.Reflection.Emit.dll",
  6874. "lib/xamarinios10/_._",
  6875. "lib/xamarinmac20/_._",
  6876. "lib/xamarintvos10/_._",
  6877. "lib/xamarinwatchos10/_._",
  6878. "ref/MonoAndroid10/_._",
  6879. "ref/net45/_._",
  6880. "ref/netstandard1.1/System.Reflection.Emit.dll",
  6881. "ref/netstandard1.1/System.Reflection.Emit.xml",
  6882. "ref/netstandard1.1/de/System.Reflection.Emit.xml",
  6883. "ref/netstandard1.1/es/System.Reflection.Emit.xml",
  6884. "ref/netstandard1.1/fr/System.Reflection.Emit.xml",
  6885. "ref/netstandard1.1/it/System.Reflection.Emit.xml",
  6886. "ref/netstandard1.1/ja/System.Reflection.Emit.xml",
  6887. "ref/netstandard1.1/ko/System.Reflection.Emit.xml",
  6888. "ref/netstandard1.1/ru/System.Reflection.Emit.xml",
  6889. "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml",
  6890. "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml",
  6891. "ref/xamarinmac20/_._",
  6892. "system.reflection.emit.4.3.0.nupkg.sha512",
  6893. "system.reflection.emit.nuspec"
  6894. ]
  6895. },
  6896. "System.Reflection.Emit.ILGeneration/4.3.0": {
  6897. "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
  6898. "type": "package",
  6899. "path": "system.reflection.emit.ilgeneration/4.3.0",
  6900. "files": [
  6901. "ThirdPartyNotices.txt",
  6902. "dotnet_library_license.txt",
  6903. "lib/MonoAndroid10/_._",
  6904. "lib/MonoTouch10/_._",
  6905. "lib/net45/_._",
  6906. "lib/netcore50/System.Reflection.Emit.ILGeneration.dll",
  6907. "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll",
  6908. "lib/portable-net45+wp8/_._",
  6909. "lib/wp80/_._",
  6910. "lib/xamarinios10/_._",
  6911. "lib/xamarinmac20/_._",
  6912. "lib/xamarintvos10/_._",
  6913. "lib/xamarinwatchos10/_._",
  6914. "ref/MonoAndroid10/_._",
  6915. "ref/MonoTouch10/_._",
  6916. "ref/net45/_._",
  6917. "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll",
  6918. "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml",
  6919. "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml",
  6920. "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml",
  6921. "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml",
  6922. "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml",
  6923. "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml",
  6924. "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml",
  6925. "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml",
  6926. "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml",
  6927. "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml",
  6928. "ref/portable-net45+wp8/_._",
  6929. "ref/wp80/_._",
  6930. "ref/xamarinios10/_._",
  6931. "ref/xamarinmac20/_._",
  6932. "ref/xamarintvos10/_._",
  6933. "ref/xamarinwatchos10/_._",
  6934. "runtimes/aot/lib/netcore50/_._",
  6935. "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512",
  6936. "system.reflection.emit.ilgeneration.nuspec"
  6937. ]
  6938. },
  6939. "System.Reflection.Emit.Lightweight/4.3.0": {
  6940. "sha512": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
  6941. "type": "package",
  6942. "path": "system.reflection.emit.lightweight/4.3.0",
  6943. "files": [
  6944. "ThirdPartyNotices.txt",
  6945. "dotnet_library_license.txt",
  6946. "lib/MonoAndroid10/_._",
  6947. "lib/MonoTouch10/_._",
  6948. "lib/net45/_._",
  6949. "lib/netcore50/System.Reflection.Emit.Lightweight.dll",
  6950. "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll",
  6951. "lib/portable-net45+wp8/_._",
  6952. "lib/wp80/_._",
  6953. "lib/xamarinios10/_._",
  6954. "lib/xamarinmac20/_._",
  6955. "lib/xamarintvos10/_._",
  6956. "lib/xamarinwatchos10/_._",
  6957. "ref/MonoAndroid10/_._",
  6958. "ref/MonoTouch10/_._",
  6959. "ref/net45/_._",
  6960. "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll",
  6961. "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml",
  6962. "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml",
  6963. "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml",
  6964. "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml",
  6965. "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml",
  6966. "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml",
  6967. "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml",
  6968. "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml",
  6969. "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml",
  6970. "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml",
  6971. "ref/portable-net45+wp8/_._",
  6972. "ref/wp80/_._",
  6973. "ref/xamarinios10/_._",
  6974. "ref/xamarinmac20/_._",
  6975. "ref/xamarintvos10/_._",
  6976. "ref/xamarinwatchos10/_._",
  6977. "runtimes/aot/lib/netcore50/_._",
  6978. "system.reflection.emit.lightweight.4.3.0.nupkg.sha512",
  6979. "system.reflection.emit.lightweight.nuspec"
  6980. ]
  6981. },
  6982. "System.Reflection.Extensions/4.3.0": {
  6983. "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
  6984. "type": "package",
  6985. "path": "system.reflection.extensions/4.3.0",
  6986. "files": [
  6987. "ThirdPartyNotices.txt",
  6988. "dotnet_library_license.txt",
  6989. "lib/MonoAndroid10/_._",
  6990. "lib/MonoTouch10/_._",
  6991. "lib/net45/_._",
  6992. "lib/portable-net45+win8+wp8+wpa81/_._",
  6993. "lib/win8/_._",
  6994. "lib/wp80/_._",
  6995. "lib/wpa81/_._",
  6996. "lib/xamarinios10/_._",
  6997. "lib/xamarinmac20/_._",
  6998. "lib/xamarintvos10/_._",
  6999. "lib/xamarinwatchos10/_._",
  7000. "ref/MonoAndroid10/_._",
  7001. "ref/MonoTouch10/_._",
  7002. "ref/net45/_._",
  7003. "ref/netcore50/System.Reflection.Extensions.dll",
  7004. "ref/netcore50/System.Reflection.Extensions.xml",
  7005. "ref/netcore50/de/System.Reflection.Extensions.xml",
  7006. "ref/netcore50/es/System.Reflection.Extensions.xml",
  7007. "ref/netcore50/fr/System.Reflection.Extensions.xml",
  7008. "ref/netcore50/it/System.Reflection.Extensions.xml",
  7009. "ref/netcore50/ja/System.Reflection.Extensions.xml",
  7010. "ref/netcore50/ko/System.Reflection.Extensions.xml",
  7011. "ref/netcore50/ru/System.Reflection.Extensions.xml",
  7012. "ref/netcore50/zh-hans/System.Reflection.Extensions.xml",
  7013. "ref/netcore50/zh-hant/System.Reflection.Extensions.xml",
  7014. "ref/netstandard1.0/System.Reflection.Extensions.dll",
  7015. "ref/netstandard1.0/System.Reflection.Extensions.xml",
  7016. "ref/netstandard1.0/de/System.Reflection.Extensions.xml",
  7017. "ref/netstandard1.0/es/System.Reflection.Extensions.xml",
  7018. "ref/netstandard1.0/fr/System.Reflection.Extensions.xml",
  7019. "ref/netstandard1.0/it/System.Reflection.Extensions.xml",
  7020. "ref/netstandard1.0/ja/System.Reflection.Extensions.xml",
  7021. "ref/netstandard1.0/ko/System.Reflection.Extensions.xml",
  7022. "ref/netstandard1.0/ru/System.Reflection.Extensions.xml",
  7023. "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml",
  7024. "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml",
  7025. "ref/portable-net45+win8+wp8+wpa81/_._",
  7026. "ref/win8/_._",
  7027. "ref/wp80/_._",
  7028. "ref/wpa81/_._",
  7029. "ref/xamarinios10/_._",
  7030. "ref/xamarinmac20/_._",
  7031. "ref/xamarintvos10/_._",
  7032. "ref/xamarinwatchos10/_._",
  7033. "system.reflection.extensions.4.3.0.nupkg.sha512",
  7034. "system.reflection.extensions.nuspec"
  7035. ]
  7036. },
  7037. "System.Reflection.Metadata/1.4.1": {
  7038. "sha512": "tc2ZyJgweHCLci5oQGuhQn9TD0Ii9DReXkHtZm3aAGp8xe40rpRjiTbMXOtZU+fr0BOQ46goE9+qIqRGjR9wGg==",
  7039. "type": "package",
  7040. "path": "system.reflection.metadata/1.4.1",
  7041. "files": [
  7042. "ThirdPartyNotices.txt",
  7043. "dotnet_library_license.txt",
  7044. "lib/netstandard1.1/System.Reflection.Metadata.dll",
  7045. "lib/netstandard1.1/System.Reflection.Metadata.xml",
  7046. "lib/portable-net45+win8/System.Reflection.Metadata.dll",
  7047. "lib/portable-net45+win8/System.Reflection.Metadata.xml",
  7048. "system.reflection.metadata.1.4.1.nupkg.sha512",
  7049. "system.reflection.metadata.nuspec"
  7050. ]
  7051. },
  7052. "System.Reflection.Primitives/4.3.0": {
  7053. "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  7054. "type": "package",
  7055. "path": "system.reflection.primitives/4.3.0",
  7056. "files": [
  7057. "ThirdPartyNotices.txt",
  7058. "dotnet_library_license.txt",
  7059. "lib/MonoAndroid10/_._",
  7060. "lib/MonoTouch10/_._",
  7061. "lib/net45/_._",
  7062. "lib/portable-net45+win8+wp8+wpa81/_._",
  7063. "lib/win8/_._",
  7064. "lib/wp80/_._",
  7065. "lib/wpa81/_._",
  7066. "lib/xamarinios10/_._",
  7067. "lib/xamarinmac20/_._",
  7068. "lib/xamarintvos10/_._",
  7069. "lib/xamarinwatchos10/_._",
  7070. "ref/MonoAndroid10/_._",
  7071. "ref/MonoTouch10/_._",
  7072. "ref/net45/_._",
  7073. "ref/netcore50/System.Reflection.Primitives.dll",
  7074. "ref/netcore50/System.Reflection.Primitives.xml",
  7075. "ref/netcore50/de/System.Reflection.Primitives.xml",
  7076. "ref/netcore50/es/System.Reflection.Primitives.xml",
  7077. "ref/netcore50/fr/System.Reflection.Primitives.xml",
  7078. "ref/netcore50/it/System.Reflection.Primitives.xml",
  7079. "ref/netcore50/ja/System.Reflection.Primitives.xml",
  7080. "ref/netcore50/ko/System.Reflection.Primitives.xml",
  7081. "ref/netcore50/ru/System.Reflection.Primitives.xml",
  7082. "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
  7083. "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
  7084. "ref/netstandard1.0/System.Reflection.Primitives.dll",
  7085. "ref/netstandard1.0/System.Reflection.Primitives.xml",
  7086. "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
  7087. "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
  7088. "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
  7089. "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
  7090. "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
  7091. "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
  7092. "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
  7093. "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
  7094. "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
  7095. "ref/portable-net45+win8+wp8+wpa81/_._",
  7096. "ref/win8/_._",
  7097. "ref/wp80/_._",
  7098. "ref/wpa81/_._",
  7099. "ref/xamarinios10/_._",
  7100. "ref/xamarinmac20/_._",
  7101. "ref/xamarintvos10/_._",
  7102. "ref/xamarinwatchos10/_._",
  7103. "system.reflection.primitives.4.3.0.nupkg.sha512",
  7104. "system.reflection.primitives.nuspec"
  7105. ]
  7106. },
  7107. "System.Reflection.TypeExtensions/4.3.0": {
  7108. "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
  7109. "type": "package",
  7110. "path": "system.reflection.typeextensions/4.3.0",
  7111. "files": [
  7112. "ThirdPartyNotices.txt",
  7113. "dotnet_library_license.txt",
  7114. "lib/MonoAndroid10/_._",
  7115. "lib/MonoTouch10/_._",
  7116. "lib/net46/System.Reflection.TypeExtensions.dll",
  7117. "lib/net462/System.Reflection.TypeExtensions.dll",
  7118. "lib/netcore50/System.Reflection.TypeExtensions.dll",
  7119. "lib/netstandard1.5/System.Reflection.TypeExtensions.dll",
  7120. "lib/xamarinios10/_._",
  7121. "lib/xamarinmac20/_._",
  7122. "lib/xamarintvos10/_._",
  7123. "lib/xamarinwatchos10/_._",
  7124. "ref/MonoAndroid10/_._",
  7125. "ref/MonoTouch10/_._",
  7126. "ref/net46/System.Reflection.TypeExtensions.dll",
  7127. "ref/net462/System.Reflection.TypeExtensions.dll",
  7128. "ref/netstandard1.3/System.Reflection.TypeExtensions.dll",
  7129. "ref/netstandard1.3/System.Reflection.TypeExtensions.xml",
  7130. "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml",
  7131. "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml",
  7132. "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml",
  7133. "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml",
  7134. "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml",
  7135. "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml",
  7136. "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml",
  7137. "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml",
  7138. "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml",
  7139. "ref/netstandard1.5/System.Reflection.TypeExtensions.dll",
  7140. "ref/netstandard1.5/System.Reflection.TypeExtensions.xml",
  7141. "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml",
  7142. "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml",
  7143. "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml",
  7144. "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml",
  7145. "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml",
  7146. "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml",
  7147. "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml",
  7148. "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml",
  7149. "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml",
  7150. "ref/xamarinios10/_._",
  7151. "ref/xamarinmac20/_._",
  7152. "ref/xamarintvos10/_._",
  7153. "ref/xamarinwatchos10/_._",
  7154. "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll",
  7155. "system.reflection.typeextensions.4.3.0.nupkg.sha512",
  7156. "system.reflection.typeextensions.nuspec"
  7157. ]
  7158. },
  7159. "System.Resources.Reader/4.3.0": {
  7160. "sha512": "AeSwdrdgsRnGRJDofYEJPlotJm6gDDg6WJ1/1lX2Yq8bPwicba7lanPi7adK0SE58zgN5PcGg/h0tuZS+IRAdw==",
  7161. "type": "package",
  7162. "path": "system.resources.reader/4.3.0",
  7163. "files": [
  7164. "ThirdPartyNotices.txt",
  7165. "dotnet_library_license.txt",
  7166. "lib/netstandard1.0/System.Resources.Reader.dll",
  7167. "system.resources.reader.4.3.0.nupkg.sha512",
  7168. "system.resources.reader.nuspec"
  7169. ]
  7170. },
  7171. "System.Resources.ResourceManager/4.3.0": {
  7172. "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  7173. "type": "package",
  7174. "path": "system.resources.resourcemanager/4.3.0",
  7175. "files": [
  7176. "ThirdPartyNotices.txt",
  7177. "dotnet_library_license.txt",
  7178. "lib/MonoAndroid10/_._",
  7179. "lib/MonoTouch10/_._",
  7180. "lib/net45/_._",
  7181. "lib/portable-net45+win8+wp8+wpa81/_._",
  7182. "lib/win8/_._",
  7183. "lib/wp80/_._",
  7184. "lib/wpa81/_._",
  7185. "lib/xamarinios10/_._",
  7186. "lib/xamarinmac20/_._",
  7187. "lib/xamarintvos10/_._",
  7188. "lib/xamarinwatchos10/_._",
  7189. "ref/MonoAndroid10/_._",
  7190. "ref/MonoTouch10/_._",
  7191. "ref/net45/_._",
  7192. "ref/netcore50/System.Resources.ResourceManager.dll",
  7193. "ref/netcore50/System.Resources.ResourceManager.xml",
  7194. "ref/netcore50/de/System.Resources.ResourceManager.xml",
  7195. "ref/netcore50/es/System.Resources.ResourceManager.xml",
  7196. "ref/netcore50/fr/System.Resources.ResourceManager.xml",
  7197. "ref/netcore50/it/System.Resources.ResourceManager.xml",
  7198. "ref/netcore50/ja/System.Resources.ResourceManager.xml",
  7199. "ref/netcore50/ko/System.Resources.ResourceManager.xml",
  7200. "ref/netcore50/ru/System.Resources.ResourceManager.xml",
  7201. "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
  7202. "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
  7203. "ref/netstandard1.0/System.Resources.ResourceManager.dll",
  7204. "ref/netstandard1.0/System.Resources.ResourceManager.xml",
  7205. "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
  7206. "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
  7207. "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
  7208. "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
  7209. "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
  7210. "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
  7211. "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
  7212. "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
  7213. "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
  7214. "ref/portable-net45+win8+wp8+wpa81/_._",
  7215. "ref/win8/_._",
  7216. "ref/wp80/_._",
  7217. "ref/wpa81/_._",
  7218. "ref/xamarinios10/_._",
  7219. "ref/xamarinmac20/_._",
  7220. "ref/xamarintvos10/_._",
  7221. "ref/xamarinwatchos10/_._",
  7222. "system.resources.resourcemanager.4.3.0.nupkg.sha512",
  7223. "system.resources.resourcemanager.nuspec"
  7224. ]
  7225. },
  7226. "System.Runtime/4.3.0": {
  7227. "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  7228. "type": "package",
  7229. "path": "system.runtime/4.3.0",
  7230. "files": [
  7231. "ThirdPartyNotices.txt",
  7232. "dotnet_library_license.txt",
  7233. "lib/MonoAndroid10/_._",
  7234. "lib/MonoTouch10/_._",
  7235. "lib/net45/_._",
  7236. "lib/net462/System.Runtime.dll",
  7237. "lib/portable-net45+win8+wp80+wpa81/_._",
  7238. "lib/win8/_._",
  7239. "lib/wp80/_._",
  7240. "lib/wpa81/_._",
  7241. "lib/xamarinios10/_._",
  7242. "lib/xamarinmac20/_._",
  7243. "lib/xamarintvos10/_._",
  7244. "lib/xamarinwatchos10/_._",
  7245. "ref/MonoAndroid10/_._",
  7246. "ref/MonoTouch10/_._",
  7247. "ref/net45/_._",
  7248. "ref/net462/System.Runtime.dll",
  7249. "ref/netcore50/System.Runtime.dll",
  7250. "ref/netcore50/System.Runtime.xml",
  7251. "ref/netcore50/de/System.Runtime.xml",
  7252. "ref/netcore50/es/System.Runtime.xml",
  7253. "ref/netcore50/fr/System.Runtime.xml",
  7254. "ref/netcore50/it/System.Runtime.xml",
  7255. "ref/netcore50/ja/System.Runtime.xml",
  7256. "ref/netcore50/ko/System.Runtime.xml",
  7257. "ref/netcore50/ru/System.Runtime.xml",
  7258. "ref/netcore50/zh-hans/System.Runtime.xml",
  7259. "ref/netcore50/zh-hant/System.Runtime.xml",
  7260. "ref/netstandard1.0/System.Runtime.dll",
  7261. "ref/netstandard1.0/System.Runtime.xml",
  7262. "ref/netstandard1.0/de/System.Runtime.xml",
  7263. "ref/netstandard1.0/es/System.Runtime.xml",
  7264. "ref/netstandard1.0/fr/System.Runtime.xml",
  7265. "ref/netstandard1.0/it/System.Runtime.xml",
  7266. "ref/netstandard1.0/ja/System.Runtime.xml",
  7267. "ref/netstandard1.0/ko/System.Runtime.xml",
  7268. "ref/netstandard1.0/ru/System.Runtime.xml",
  7269. "ref/netstandard1.0/zh-hans/System.Runtime.xml",
  7270. "ref/netstandard1.0/zh-hant/System.Runtime.xml",
  7271. "ref/netstandard1.2/System.Runtime.dll",
  7272. "ref/netstandard1.2/System.Runtime.xml",
  7273. "ref/netstandard1.2/de/System.Runtime.xml",
  7274. "ref/netstandard1.2/es/System.Runtime.xml",
  7275. "ref/netstandard1.2/fr/System.Runtime.xml",
  7276. "ref/netstandard1.2/it/System.Runtime.xml",
  7277. "ref/netstandard1.2/ja/System.Runtime.xml",
  7278. "ref/netstandard1.2/ko/System.Runtime.xml",
  7279. "ref/netstandard1.2/ru/System.Runtime.xml",
  7280. "ref/netstandard1.2/zh-hans/System.Runtime.xml",
  7281. "ref/netstandard1.2/zh-hant/System.Runtime.xml",
  7282. "ref/netstandard1.3/System.Runtime.dll",
  7283. "ref/netstandard1.3/System.Runtime.xml",
  7284. "ref/netstandard1.3/de/System.Runtime.xml",
  7285. "ref/netstandard1.3/es/System.Runtime.xml",
  7286. "ref/netstandard1.3/fr/System.Runtime.xml",
  7287. "ref/netstandard1.3/it/System.Runtime.xml",
  7288. "ref/netstandard1.3/ja/System.Runtime.xml",
  7289. "ref/netstandard1.3/ko/System.Runtime.xml",
  7290. "ref/netstandard1.3/ru/System.Runtime.xml",
  7291. "ref/netstandard1.3/zh-hans/System.Runtime.xml",
  7292. "ref/netstandard1.3/zh-hant/System.Runtime.xml",
  7293. "ref/netstandard1.5/System.Runtime.dll",
  7294. "ref/netstandard1.5/System.Runtime.xml",
  7295. "ref/netstandard1.5/de/System.Runtime.xml",
  7296. "ref/netstandard1.5/es/System.Runtime.xml",
  7297. "ref/netstandard1.5/fr/System.Runtime.xml",
  7298. "ref/netstandard1.5/it/System.Runtime.xml",
  7299. "ref/netstandard1.5/ja/System.Runtime.xml",
  7300. "ref/netstandard1.5/ko/System.Runtime.xml",
  7301. "ref/netstandard1.5/ru/System.Runtime.xml",
  7302. "ref/netstandard1.5/zh-hans/System.Runtime.xml",
  7303. "ref/netstandard1.5/zh-hant/System.Runtime.xml",
  7304. "ref/portable-net45+win8+wp80+wpa81/_._",
  7305. "ref/win8/_._",
  7306. "ref/wp80/_._",
  7307. "ref/wpa81/_._",
  7308. "ref/xamarinios10/_._",
  7309. "ref/xamarinmac20/_._",
  7310. "ref/xamarintvos10/_._",
  7311. "ref/xamarinwatchos10/_._",
  7312. "system.runtime.4.3.0.nupkg.sha512",
  7313. "system.runtime.nuspec"
  7314. ]
  7315. },
  7316. "System.Runtime.Extensions/4.3.0": {
  7317. "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  7318. "type": "package",
  7319. "path": "system.runtime.extensions/4.3.0",
  7320. "files": [
  7321. "ThirdPartyNotices.txt",
  7322. "dotnet_library_license.txt",
  7323. "lib/MonoAndroid10/_._",
  7324. "lib/MonoTouch10/_._",
  7325. "lib/net45/_._",
  7326. "lib/net462/System.Runtime.Extensions.dll",
  7327. "lib/portable-net45+win8+wp8+wpa81/_._",
  7328. "lib/win8/_._",
  7329. "lib/wp80/_._",
  7330. "lib/wpa81/_._",
  7331. "lib/xamarinios10/_._",
  7332. "lib/xamarinmac20/_._",
  7333. "lib/xamarintvos10/_._",
  7334. "lib/xamarinwatchos10/_._",
  7335. "ref/MonoAndroid10/_._",
  7336. "ref/MonoTouch10/_._",
  7337. "ref/net45/_._",
  7338. "ref/net462/System.Runtime.Extensions.dll",
  7339. "ref/netcore50/System.Runtime.Extensions.dll",
  7340. "ref/netcore50/System.Runtime.Extensions.xml",
  7341. "ref/netcore50/de/System.Runtime.Extensions.xml",
  7342. "ref/netcore50/es/System.Runtime.Extensions.xml",
  7343. "ref/netcore50/fr/System.Runtime.Extensions.xml",
  7344. "ref/netcore50/it/System.Runtime.Extensions.xml",
  7345. "ref/netcore50/ja/System.Runtime.Extensions.xml",
  7346. "ref/netcore50/ko/System.Runtime.Extensions.xml",
  7347. "ref/netcore50/ru/System.Runtime.Extensions.xml",
  7348. "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
  7349. "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
  7350. "ref/netstandard1.0/System.Runtime.Extensions.dll",
  7351. "ref/netstandard1.0/System.Runtime.Extensions.xml",
  7352. "ref/netstandard1.0/de/System.Runtime.Extensions.xml",
  7353. "ref/netstandard1.0/es/System.Runtime.Extensions.xml",
  7354. "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
  7355. "ref/netstandard1.0/it/System.Runtime.Extensions.xml",
  7356. "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
  7357. "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
  7358. "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
  7359. "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
  7360. "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
  7361. "ref/netstandard1.3/System.Runtime.Extensions.dll",
  7362. "ref/netstandard1.3/System.Runtime.Extensions.xml",
  7363. "ref/netstandard1.3/de/System.Runtime.Extensions.xml",
  7364. "ref/netstandard1.3/es/System.Runtime.Extensions.xml",
  7365. "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
  7366. "ref/netstandard1.3/it/System.Runtime.Extensions.xml",
  7367. "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
  7368. "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
  7369. "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
  7370. "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
  7371. "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
  7372. "ref/netstandard1.5/System.Runtime.Extensions.dll",
  7373. "ref/netstandard1.5/System.Runtime.Extensions.xml",
  7374. "ref/netstandard1.5/de/System.Runtime.Extensions.xml",
  7375. "ref/netstandard1.5/es/System.Runtime.Extensions.xml",
  7376. "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
  7377. "ref/netstandard1.5/it/System.Runtime.Extensions.xml",
  7378. "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
  7379. "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
  7380. "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
  7381. "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
  7382. "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
  7383. "ref/portable-net45+win8+wp8+wpa81/_._",
  7384. "ref/win8/_._",
  7385. "ref/wp80/_._",
  7386. "ref/wpa81/_._",
  7387. "ref/xamarinios10/_._",
  7388. "ref/xamarinmac20/_._",
  7389. "ref/xamarintvos10/_._",
  7390. "ref/xamarinwatchos10/_._",
  7391. "system.runtime.extensions.4.3.0.nupkg.sha512",
  7392. "system.runtime.extensions.nuspec"
  7393. ]
  7394. },
  7395. "System.Runtime.Handles/4.3.0": {
  7396. "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  7397. "type": "package",
  7398. "path": "system.runtime.handles/4.3.0",
  7399. "files": [
  7400. "ThirdPartyNotices.txt",
  7401. "dotnet_library_license.txt",
  7402. "lib/MonoAndroid10/_._",
  7403. "lib/MonoTouch10/_._",
  7404. "lib/net46/_._",
  7405. "lib/xamarinios10/_._",
  7406. "lib/xamarinmac20/_._",
  7407. "lib/xamarintvos10/_._",
  7408. "lib/xamarinwatchos10/_._",
  7409. "ref/MonoAndroid10/_._",
  7410. "ref/MonoTouch10/_._",
  7411. "ref/net46/_._",
  7412. "ref/netstandard1.3/System.Runtime.Handles.dll",
  7413. "ref/netstandard1.3/System.Runtime.Handles.xml",
  7414. "ref/netstandard1.3/de/System.Runtime.Handles.xml",
  7415. "ref/netstandard1.3/es/System.Runtime.Handles.xml",
  7416. "ref/netstandard1.3/fr/System.Runtime.Handles.xml",
  7417. "ref/netstandard1.3/it/System.Runtime.Handles.xml",
  7418. "ref/netstandard1.3/ja/System.Runtime.Handles.xml",
  7419. "ref/netstandard1.3/ko/System.Runtime.Handles.xml",
  7420. "ref/netstandard1.3/ru/System.Runtime.Handles.xml",
  7421. "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml",
  7422. "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml",
  7423. "ref/xamarinios10/_._",
  7424. "ref/xamarinmac20/_._",
  7425. "ref/xamarintvos10/_._",
  7426. "ref/xamarinwatchos10/_._",
  7427. "system.runtime.handles.4.3.0.nupkg.sha512",
  7428. "system.runtime.handles.nuspec"
  7429. ]
  7430. },
  7431. "System.Runtime.InteropServices/4.3.0": {
  7432. "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
  7433. "type": "package",
  7434. "path": "system.runtime.interopservices/4.3.0",
  7435. "files": [
  7436. "ThirdPartyNotices.txt",
  7437. "dotnet_library_license.txt",
  7438. "lib/MonoAndroid10/_._",
  7439. "lib/MonoTouch10/_._",
  7440. "lib/net45/_._",
  7441. "lib/net462/System.Runtime.InteropServices.dll",
  7442. "lib/net463/System.Runtime.InteropServices.dll",
  7443. "lib/portable-net45+win8+wpa81/_._",
  7444. "lib/win8/_._",
  7445. "lib/wpa81/_._",
  7446. "lib/xamarinios10/_._",
  7447. "lib/xamarinmac20/_._",
  7448. "lib/xamarintvos10/_._",
  7449. "lib/xamarinwatchos10/_._",
  7450. "ref/MonoAndroid10/_._",
  7451. "ref/MonoTouch10/_._",
  7452. "ref/net45/_._",
  7453. "ref/net462/System.Runtime.InteropServices.dll",
  7454. "ref/net463/System.Runtime.InteropServices.dll",
  7455. "ref/netcore50/System.Runtime.InteropServices.dll",
  7456. "ref/netcore50/System.Runtime.InteropServices.xml",
  7457. "ref/netcore50/de/System.Runtime.InteropServices.xml",
  7458. "ref/netcore50/es/System.Runtime.InteropServices.xml",
  7459. "ref/netcore50/fr/System.Runtime.InteropServices.xml",
  7460. "ref/netcore50/it/System.Runtime.InteropServices.xml",
  7461. "ref/netcore50/ja/System.Runtime.InteropServices.xml",
  7462. "ref/netcore50/ko/System.Runtime.InteropServices.xml",
  7463. "ref/netcore50/ru/System.Runtime.InteropServices.xml",
  7464. "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml",
  7465. "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml",
  7466. "ref/netcoreapp1.1/System.Runtime.InteropServices.dll",
  7467. "ref/netstandard1.1/System.Runtime.InteropServices.dll",
  7468. "ref/netstandard1.1/System.Runtime.InteropServices.xml",
  7469. "ref/netstandard1.1/de/System.Runtime.InteropServices.xml",
  7470. "ref/netstandard1.1/es/System.Runtime.InteropServices.xml",
  7471. "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml",
  7472. "ref/netstandard1.1/it/System.Runtime.InteropServices.xml",
  7473. "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml",
  7474. "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml",
  7475. "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml",
  7476. "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml",
  7477. "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml",
  7478. "ref/netstandard1.2/System.Runtime.InteropServices.dll",
  7479. "ref/netstandard1.2/System.Runtime.InteropServices.xml",
  7480. "ref/netstandard1.2/de/System.Runtime.InteropServices.xml",
  7481. "ref/netstandard1.2/es/System.Runtime.InteropServices.xml",
  7482. "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml",
  7483. "ref/netstandard1.2/it/System.Runtime.InteropServices.xml",
  7484. "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml",
  7485. "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml",
  7486. "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml",
  7487. "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml",
  7488. "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml",
  7489. "ref/netstandard1.3/System.Runtime.InteropServices.dll",
  7490. "ref/netstandard1.3/System.Runtime.InteropServices.xml",
  7491. "ref/netstandard1.3/de/System.Runtime.InteropServices.xml",
  7492. "ref/netstandard1.3/es/System.Runtime.InteropServices.xml",
  7493. "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml",
  7494. "ref/netstandard1.3/it/System.Runtime.InteropServices.xml",
  7495. "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml",
  7496. "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml",
  7497. "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml",
  7498. "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml",
  7499. "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml",
  7500. "ref/netstandard1.5/System.Runtime.InteropServices.dll",
  7501. "ref/netstandard1.5/System.Runtime.InteropServices.xml",
  7502. "ref/netstandard1.5/de/System.Runtime.InteropServices.xml",
  7503. "ref/netstandard1.5/es/System.Runtime.InteropServices.xml",
  7504. "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml",
  7505. "ref/netstandard1.5/it/System.Runtime.InteropServices.xml",
  7506. "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml",
  7507. "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml",
  7508. "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml",
  7509. "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml",
  7510. "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml",
  7511. "ref/portable-net45+win8+wpa81/_._",
  7512. "ref/win8/_._",
  7513. "ref/wpa81/_._",
  7514. "ref/xamarinios10/_._",
  7515. "ref/xamarinmac20/_._",
  7516. "ref/xamarintvos10/_._",
  7517. "ref/xamarinwatchos10/_._",
  7518. "system.runtime.interopservices.4.3.0.nupkg.sha512",
  7519. "system.runtime.interopservices.nuspec"
  7520. ]
  7521. },
  7522. "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
  7523. "sha512": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
  7524. "type": "package",
  7525. "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
  7526. "files": [
  7527. "ThirdPartyNotices.txt",
  7528. "dotnet_library_license.txt",
  7529. "lib/MonoAndroid10/_._",
  7530. "lib/MonoTouch10/_._",
  7531. "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
  7532. "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  7533. "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll",
  7534. "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll",
  7535. "lib/xamarinios10/_._",
  7536. "lib/xamarinmac20/_._",
  7537. "lib/xamarintvos10/_._",
  7538. "lib/xamarinwatchos10/_._",
  7539. "ref/MonoAndroid10/_._",
  7540. "ref/MonoTouch10/_._",
  7541. "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  7542. "ref/xamarinios10/_._",
  7543. "ref/xamarinmac20/_._",
  7544. "ref/xamarintvos10/_._",
  7545. "ref/xamarinwatchos10/_._",
  7546. "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
  7547. "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  7548. "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
  7549. "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
  7550. "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  7551. "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512",
  7552. "system.runtime.interopservices.runtimeinformation.nuspec"
  7553. ]
  7554. },
  7555. "System.Runtime.Loader/4.3.0": {
  7556. "sha512": "DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
  7557. "type": "package",
  7558. "path": "system.runtime.loader/4.3.0",
  7559. "files": [
  7560. "ThirdPartyNotices.txt",
  7561. "dotnet_library_license.txt",
  7562. "lib/MonoAndroid10/_._",
  7563. "lib/MonoTouch10/_._",
  7564. "lib/net462/_._",
  7565. "lib/netstandard1.5/System.Runtime.Loader.dll",
  7566. "lib/xamarinios10/_._",
  7567. "lib/xamarinmac20/_._",
  7568. "lib/xamarintvos10/_._",
  7569. "lib/xamarinwatchos10/_._",
  7570. "ref/netstandard1.5/System.Runtime.Loader.dll",
  7571. "ref/netstandard1.5/System.Runtime.Loader.xml",
  7572. "ref/netstandard1.5/de/System.Runtime.Loader.xml",
  7573. "ref/netstandard1.5/es/System.Runtime.Loader.xml",
  7574. "ref/netstandard1.5/fr/System.Runtime.Loader.xml",
  7575. "ref/netstandard1.5/it/System.Runtime.Loader.xml",
  7576. "ref/netstandard1.5/ja/System.Runtime.Loader.xml",
  7577. "ref/netstandard1.5/ko/System.Runtime.Loader.xml",
  7578. "ref/netstandard1.5/ru/System.Runtime.Loader.xml",
  7579. "ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml",
  7580. "ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml",
  7581. "system.runtime.loader.4.3.0.nupkg.sha512",
  7582. "system.runtime.loader.nuspec"
  7583. ]
  7584. },
  7585. "System.Runtime.Numerics/4.3.0": {
  7586. "sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
  7587. "type": "package",
  7588. "path": "system.runtime.numerics/4.3.0",
  7589. "files": [
  7590. "ThirdPartyNotices.txt",
  7591. "dotnet_library_license.txt",
  7592. "lib/MonoAndroid10/_._",
  7593. "lib/MonoTouch10/_._",
  7594. "lib/net45/_._",
  7595. "lib/netcore50/System.Runtime.Numerics.dll",
  7596. "lib/netstandard1.3/System.Runtime.Numerics.dll",
  7597. "lib/portable-net45+win8+wpa81/_._",
  7598. "lib/win8/_._",
  7599. "lib/wpa81/_._",
  7600. "lib/xamarinios10/_._",
  7601. "lib/xamarinmac20/_._",
  7602. "lib/xamarintvos10/_._",
  7603. "lib/xamarinwatchos10/_._",
  7604. "ref/MonoAndroid10/_._",
  7605. "ref/MonoTouch10/_._",
  7606. "ref/net45/_._",
  7607. "ref/netcore50/System.Runtime.Numerics.dll",
  7608. "ref/netcore50/System.Runtime.Numerics.xml",
  7609. "ref/netcore50/de/System.Runtime.Numerics.xml",
  7610. "ref/netcore50/es/System.Runtime.Numerics.xml",
  7611. "ref/netcore50/fr/System.Runtime.Numerics.xml",
  7612. "ref/netcore50/it/System.Runtime.Numerics.xml",
  7613. "ref/netcore50/ja/System.Runtime.Numerics.xml",
  7614. "ref/netcore50/ko/System.Runtime.Numerics.xml",
  7615. "ref/netcore50/ru/System.Runtime.Numerics.xml",
  7616. "ref/netcore50/zh-hans/System.Runtime.Numerics.xml",
  7617. "ref/netcore50/zh-hant/System.Runtime.Numerics.xml",
  7618. "ref/netstandard1.1/System.Runtime.Numerics.dll",
  7619. "ref/netstandard1.1/System.Runtime.Numerics.xml",
  7620. "ref/netstandard1.1/de/System.Runtime.Numerics.xml",
  7621. "ref/netstandard1.1/es/System.Runtime.Numerics.xml",
  7622. "ref/netstandard1.1/fr/System.Runtime.Numerics.xml",
  7623. "ref/netstandard1.1/it/System.Runtime.Numerics.xml",
  7624. "ref/netstandard1.1/ja/System.Runtime.Numerics.xml",
  7625. "ref/netstandard1.1/ko/System.Runtime.Numerics.xml",
  7626. "ref/netstandard1.1/ru/System.Runtime.Numerics.xml",
  7627. "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml",
  7628. "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml",
  7629. "ref/portable-net45+win8+wpa81/_._",
  7630. "ref/win8/_._",
  7631. "ref/wpa81/_._",
  7632. "ref/xamarinios10/_._",
  7633. "ref/xamarinmac20/_._",
  7634. "ref/xamarintvos10/_._",
  7635. "ref/xamarinwatchos10/_._",
  7636. "system.runtime.numerics.4.3.0.nupkg.sha512",
  7637. "system.runtime.numerics.nuspec"
  7638. ]
  7639. },
  7640. "System.Runtime.Serialization.Formatters/4.3.0": {
  7641. "sha512": "KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==",
  7642. "type": "package",
  7643. "path": "system.runtime.serialization.formatters/4.3.0",
  7644. "files": [
  7645. "ThirdPartyNotices.txt",
  7646. "dotnet_library_license.txt",
  7647. "lib/MonoAndroid10/_._",
  7648. "lib/MonoTouch10/_._",
  7649. "lib/net46/System.Runtime.Serialization.Formatters.dll",
  7650. "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll",
  7651. "lib/xamarinios10/_._",
  7652. "lib/xamarinmac20/_._",
  7653. "lib/xamarintvos10/_._",
  7654. "lib/xamarinwatchos10/_._",
  7655. "ref/MonoAndroid10/_._",
  7656. "ref/MonoTouch10/_._",
  7657. "ref/net46/System.Runtime.Serialization.Formatters.dll",
  7658. "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll",
  7659. "ref/xamarinios10/_._",
  7660. "ref/xamarinmac20/_._",
  7661. "ref/xamarintvos10/_._",
  7662. "ref/xamarinwatchos10/_._",
  7663. "system.runtime.serialization.formatters.4.3.0.nupkg.sha512",
  7664. "system.runtime.serialization.formatters.nuspec"
  7665. ]
  7666. },
  7667. "System.Runtime.Serialization.Json/4.0.2": {
  7668. "sha512": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
  7669. "type": "package",
  7670. "path": "system.runtime.serialization.json/4.0.2",
  7671. "files": [
  7672. "ThirdPartyNotices.txt",
  7673. "dotnet_library_license.txt",
  7674. "lib/MonoAndroid10/_._",
  7675. "lib/MonoTouch10/_._",
  7676. "lib/net45/_._",
  7677. "lib/netcore50/System.Runtime.Serialization.Json.dll",
  7678. "lib/netstandard1.3/System.Runtime.Serialization.Json.dll",
  7679. "lib/portable-net45+win8+wp8+wpa81/_._",
  7680. "lib/win8/_._",
  7681. "lib/wp80/_._",
  7682. "lib/wpa81/_._",
  7683. "lib/xamarinios10/_._",
  7684. "lib/xamarinmac20/_._",
  7685. "lib/xamarintvos10/_._",
  7686. "lib/xamarinwatchos10/_._",
  7687. "ref/MonoAndroid10/_._",
  7688. "ref/MonoTouch10/_._",
  7689. "ref/net45/_._",
  7690. "ref/netcore50/System.Runtime.Serialization.Json.dll",
  7691. "ref/netcore50/System.Runtime.Serialization.Json.xml",
  7692. "ref/netcore50/de/System.Runtime.Serialization.Json.xml",
  7693. "ref/netcore50/es/System.Runtime.Serialization.Json.xml",
  7694. "ref/netcore50/fr/System.Runtime.Serialization.Json.xml",
  7695. "ref/netcore50/it/System.Runtime.Serialization.Json.xml",
  7696. "ref/netcore50/ja/System.Runtime.Serialization.Json.xml",
  7697. "ref/netcore50/ko/System.Runtime.Serialization.Json.xml",
  7698. "ref/netcore50/ru/System.Runtime.Serialization.Json.xml",
  7699. "ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml",
  7700. "ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml",
  7701. "ref/netstandard1.0/System.Runtime.Serialization.Json.dll",
  7702. "ref/netstandard1.0/System.Runtime.Serialization.Json.xml",
  7703. "ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml",
  7704. "ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml",
  7705. "ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml",
  7706. "ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml",
  7707. "ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml",
  7708. "ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml",
  7709. "ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml",
  7710. "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml",
  7711. "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml",
  7712. "ref/portable-net45+win8+wp8+wpa81/_._",
  7713. "ref/win8/_._",
  7714. "ref/wp80/_._",
  7715. "ref/wpa81/_._",
  7716. "ref/xamarinios10/_._",
  7717. "ref/xamarinmac20/_._",
  7718. "ref/xamarintvos10/_._",
  7719. "ref/xamarinwatchos10/_._",
  7720. "system.runtime.serialization.json.4.0.2.nupkg.sha512",
  7721. "system.runtime.serialization.json.nuspec"
  7722. ]
  7723. },
  7724. "System.Runtime.Serialization.Primitives/4.3.0": {
  7725. "sha512": "/erLZ56TVFyd9V1teXRmeCWs5tZXR/AsZ9h0YyasfZheALZEHPivqCwnN8FmW/2w6vZ7gofWhosgcpXsA6yktg==",
  7726. "type": "package",
  7727. "path": "system.runtime.serialization.primitives/4.3.0",
  7728. "files": [
  7729. "ThirdPartyNotices.txt",
  7730. "dotnet_library_license.txt",
  7731. "lib/MonoAndroid10/_._",
  7732. "lib/MonoTouch10/_._",
  7733. "lib/net45/_._",
  7734. "lib/net46/System.Runtime.Serialization.Primitives.dll",
  7735. "lib/netcore50/System.Runtime.Serialization.Primitives.dll",
  7736. "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll",
  7737. "lib/portable-net45+win8+wp8+wpa81/_._",
  7738. "lib/win8/_._",
  7739. "lib/wp80/_._",
  7740. "lib/wpa81/_._",
  7741. "lib/xamarinios10/_._",
  7742. "lib/xamarinmac20/_._",
  7743. "lib/xamarintvos10/_._",
  7744. "lib/xamarinwatchos10/_._",
  7745. "ref/MonoAndroid10/_._",
  7746. "ref/MonoTouch10/_._",
  7747. "ref/net45/_._",
  7748. "ref/net46/System.Runtime.Serialization.Primitives.dll",
  7749. "ref/netcore50/System.Runtime.Serialization.Primitives.dll",
  7750. "ref/netcore50/System.Runtime.Serialization.Primitives.xml",
  7751. "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml",
  7752. "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml",
  7753. "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml",
  7754. "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml",
  7755. "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml",
  7756. "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml",
  7757. "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml",
  7758. "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml",
  7759. "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml",
  7760. "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll",
  7761. "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml",
  7762. "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml",
  7763. "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml",
  7764. "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml",
  7765. "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml",
  7766. "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml",
  7767. "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml",
  7768. "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml",
  7769. "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml",
  7770. "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml",
  7771. "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll",
  7772. "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml",
  7773. "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml",
  7774. "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml",
  7775. "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml",
  7776. "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml",
  7777. "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml",
  7778. "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml",
  7779. "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml",
  7780. "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml",
  7781. "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml",
  7782. "ref/portable-net45+win8+wp8+wpa81/_._",
  7783. "ref/win8/_._",
  7784. "ref/wp80/_._",
  7785. "ref/wpa81/_._",
  7786. "ref/xamarinios10/_._",
  7787. "ref/xamarinmac20/_._",
  7788. "ref/xamarintvos10/_._",
  7789. "ref/xamarinwatchos10/_._",
  7790. "runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll",
  7791. "system.runtime.serialization.primitives.4.3.0.nupkg.sha512",
  7792. "system.runtime.serialization.primitives.nuspec"
  7793. ]
  7794. },
  7795. "System.Security.Claims/4.3.0": {
  7796. "sha512": "P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==",
  7797. "type": "package",
  7798. "path": "system.security.claims/4.3.0",
  7799. "files": [
  7800. "ThirdPartyNotices.txt",
  7801. "dotnet_library_license.txt",
  7802. "lib/MonoAndroid10/_._",
  7803. "lib/MonoTouch10/_._",
  7804. "lib/net46/System.Security.Claims.dll",
  7805. "lib/netstandard1.3/System.Security.Claims.dll",
  7806. "lib/xamarinios10/_._",
  7807. "lib/xamarinmac20/_._",
  7808. "lib/xamarintvos10/_._",
  7809. "lib/xamarinwatchos10/_._",
  7810. "ref/MonoAndroid10/_._",
  7811. "ref/MonoTouch10/_._",
  7812. "ref/net46/System.Security.Claims.dll",
  7813. "ref/netstandard1.3/System.Security.Claims.dll",
  7814. "ref/netstandard1.3/System.Security.Claims.xml",
  7815. "ref/netstandard1.3/de/System.Security.Claims.xml",
  7816. "ref/netstandard1.3/es/System.Security.Claims.xml",
  7817. "ref/netstandard1.3/fr/System.Security.Claims.xml",
  7818. "ref/netstandard1.3/it/System.Security.Claims.xml",
  7819. "ref/netstandard1.3/ja/System.Security.Claims.xml",
  7820. "ref/netstandard1.3/ko/System.Security.Claims.xml",
  7821. "ref/netstandard1.3/ru/System.Security.Claims.xml",
  7822. "ref/netstandard1.3/zh-hans/System.Security.Claims.xml",
  7823. "ref/netstandard1.3/zh-hant/System.Security.Claims.xml",
  7824. "ref/xamarinios10/_._",
  7825. "ref/xamarinmac20/_._",
  7826. "ref/xamarintvos10/_._",
  7827. "ref/xamarinwatchos10/_._",
  7828. "system.security.claims.4.3.0.nupkg.sha512",
  7829. "system.security.claims.nuspec"
  7830. ]
  7831. },
  7832. "System.Security.Cryptography.Algorithms/4.3.0": {
  7833. "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
  7834. "type": "package",
  7835. "path": "system.security.cryptography.algorithms/4.3.0",
  7836. "files": [
  7837. "ThirdPartyNotices.txt",
  7838. "dotnet_library_license.txt",
  7839. "lib/MonoAndroid10/_._",
  7840. "lib/MonoTouch10/_._",
  7841. "lib/net46/System.Security.Cryptography.Algorithms.dll",
  7842. "lib/net461/System.Security.Cryptography.Algorithms.dll",
  7843. "lib/net463/System.Security.Cryptography.Algorithms.dll",
  7844. "lib/xamarinios10/_._",
  7845. "lib/xamarinmac20/_._",
  7846. "lib/xamarintvos10/_._",
  7847. "lib/xamarinwatchos10/_._",
  7848. "ref/MonoAndroid10/_._",
  7849. "ref/MonoTouch10/_._",
  7850. "ref/net46/System.Security.Cryptography.Algorithms.dll",
  7851. "ref/net461/System.Security.Cryptography.Algorithms.dll",
  7852. "ref/net463/System.Security.Cryptography.Algorithms.dll",
  7853. "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll",
  7854. "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll",
  7855. "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  7856. "ref/xamarinios10/_._",
  7857. "ref/xamarinmac20/_._",
  7858. "ref/xamarintvos10/_._",
  7859. "ref/xamarinwatchos10/_._",
  7860. "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  7861. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  7862. "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll",
  7863. "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll",
  7864. "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll",
  7865. "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll",
  7866. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  7867. "system.security.cryptography.algorithms.4.3.0.nupkg.sha512",
  7868. "system.security.cryptography.algorithms.nuspec"
  7869. ]
  7870. },
  7871. "System.Security.Cryptography.Cng/4.3.0": {
  7872. "sha512": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
  7873. "type": "package",
  7874. "path": "system.security.cryptography.cng/4.3.0",
  7875. "files": [
  7876. "ThirdPartyNotices.txt",
  7877. "dotnet_library_license.txt",
  7878. "lib/net46/System.Security.Cryptography.Cng.dll",
  7879. "lib/net461/System.Security.Cryptography.Cng.dll",
  7880. "lib/net463/System.Security.Cryptography.Cng.dll",
  7881. "ref/net46/System.Security.Cryptography.Cng.dll",
  7882. "ref/net461/System.Security.Cryptography.Cng.dll",
  7883. "ref/net463/System.Security.Cryptography.Cng.dll",
  7884. "ref/netstandard1.3/System.Security.Cryptography.Cng.dll",
  7885. "ref/netstandard1.4/System.Security.Cryptography.Cng.dll",
  7886. "ref/netstandard1.6/System.Security.Cryptography.Cng.dll",
  7887. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
  7888. "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll",
  7889. "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll",
  7890. "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll",
  7891. "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
  7892. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
  7893. "system.security.cryptography.cng.4.3.0.nupkg.sha512",
  7894. "system.security.cryptography.cng.nuspec"
  7895. ]
  7896. },
  7897. "System.Security.Cryptography.Csp/4.3.0": {
  7898. "sha512": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
  7899. "type": "package",
  7900. "path": "system.security.cryptography.csp/4.3.0",
  7901. "files": [
  7902. "ThirdPartyNotices.txt",
  7903. "dotnet_library_license.txt",
  7904. "lib/MonoAndroid10/_._",
  7905. "lib/MonoTouch10/_._",
  7906. "lib/net46/System.Security.Cryptography.Csp.dll",
  7907. "lib/xamarinios10/_._",
  7908. "lib/xamarinmac20/_._",
  7909. "lib/xamarintvos10/_._",
  7910. "lib/xamarinwatchos10/_._",
  7911. "ref/MonoAndroid10/_._",
  7912. "ref/MonoTouch10/_._",
  7913. "ref/net46/System.Security.Cryptography.Csp.dll",
  7914. "ref/netstandard1.3/System.Security.Cryptography.Csp.dll",
  7915. "ref/xamarinios10/_._",
  7916. "ref/xamarinmac20/_._",
  7917. "ref/xamarintvos10/_._",
  7918. "ref/xamarinwatchos10/_._",
  7919. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll",
  7920. "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll",
  7921. "runtimes/win/lib/netcore50/_._",
  7922. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll",
  7923. "system.security.cryptography.csp.4.3.0.nupkg.sha512",
  7924. "system.security.cryptography.csp.nuspec"
  7925. ]
  7926. },
  7927. "System.Security.Cryptography.Encoding/4.3.0": {
  7928. "sha512": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
  7929. "type": "package",
  7930. "path": "system.security.cryptography.encoding/4.3.0",
  7931. "files": [
  7932. "ThirdPartyNotices.txt",
  7933. "dotnet_library_license.txt",
  7934. "lib/MonoAndroid10/_._",
  7935. "lib/MonoTouch10/_._",
  7936. "lib/net46/System.Security.Cryptography.Encoding.dll",
  7937. "lib/xamarinios10/_._",
  7938. "lib/xamarinmac20/_._",
  7939. "lib/xamarintvos10/_._",
  7940. "lib/xamarinwatchos10/_._",
  7941. "ref/MonoAndroid10/_._",
  7942. "ref/MonoTouch10/_._",
  7943. "ref/net46/System.Security.Cryptography.Encoding.dll",
  7944. "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll",
  7945. "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml",
  7946. "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml",
  7947. "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml",
  7948. "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml",
  7949. "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml",
  7950. "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml",
  7951. "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml",
  7952. "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml",
  7953. "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml",
  7954. "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml",
  7955. "ref/xamarinios10/_._",
  7956. "ref/xamarinmac20/_._",
  7957. "ref/xamarintvos10/_._",
  7958. "ref/xamarinwatchos10/_._",
  7959. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",
  7960. "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll",
  7961. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",
  7962. "system.security.cryptography.encoding.4.3.0.nupkg.sha512",
  7963. "system.security.cryptography.encoding.nuspec"
  7964. ]
  7965. },
  7966. "System.Security.Cryptography.OpenSsl/4.3.0": {
  7967. "sha512": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
  7968. "type": "package",
  7969. "path": "system.security.cryptography.openssl/4.3.0",
  7970. "files": [
  7971. "ThirdPartyNotices.txt",
  7972. "dotnet_library_license.txt",
  7973. "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
  7974. "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
  7975. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
  7976. "system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  7977. "system.security.cryptography.openssl.nuspec"
  7978. ]
  7979. },
  7980. "System.Security.Cryptography.Primitives/4.3.0": {
  7981. "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
  7982. "type": "package",
  7983. "path": "system.security.cryptography.primitives/4.3.0",
  7984. "files": [
  7985. "ThirdPartyNotices.txt",
  7986. "dotnet_library_license.txt",
  7987. "lib/MonoAndroid10/_._",
  7988. "lib/MonoTouch10/_._",
  7989. "lib/net46/System.Security.Cryptography.Primitives.dll",
  7990. "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll",
  7991. "lib/xamarinios10/_._",
  7992. "lib/xamarinmac20/_._",
  7993. "lib/xamarintvos10/_._",
  7994. "lib/xamarinwatchos10/_._",
  7995. "ref/MonoAndroid10/_._",
  7996. "ref/MonoTouch10/_._",
  7997. "ref/net46/System.Security.Cryptography.Primitives.dll",
  7998. "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll",
  7999. "ref/xamarinios10/_._",
  8000. "ref/xamarinmac20/_._",
  8001. "ref/xamarintvos10/_._",
  8002. "ref/xamarinwatchos10/_._",
  8003. "system.security.cryptography.primitives.4.3.0.nupkg.sha512",
  8004. "system.security.cryptography.primitives.nuspec"
  8005. ]
  8006. },
  8007. "System.Security.Cryptography.X509Certificates/4.3.0": {
  8008. "sha512": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
  8009. "type": "package",
  8010. "path": "system.security.cryptography.x509certificates/4.3.0",
  8011. "files": [
  8012. "ThirdPartyNotices.txt",
  8013. "dotnet_library_license.txt",
  8014. "lib/MonoAndroid10/_._",
  8015. "lib/MonoTouch10/_._",
  8016. "lib/net46/System.Security.Cryptography.X509Certificates.dll",
  8017. "lib/net461/System.Security.Cryptography.X509Certificates.dll",
  8018. "lib/xamarinios10/_._",
  8019. "lib/xamarinmac20/_._",
  8020. "lib/xamarintvos10/_._",
  8021. "lib/xamarinwatchos10/_._",
  8022. "ref/MonoAndroid10/_._",
  8023. "ref/MonoTouch10/_._",
  8024. "ref/net46/System.Security.Cryptography.X509Certificates.dll",
  8025. "ref/net461/System.Security.Cryptography.X509Certificates.dll",
  8026. "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll",
  8027. "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml",
  8028. "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml",
  8029. "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml",
  8030. "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml",
  8031. "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml",
  8032. "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml",
  8033. "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml",
  8034. "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml",
  8035. "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml",
  8036. "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml",
  8037. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll",
  8038. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml",
  8039. "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml",
  8040. "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml",
  8041. "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml",
  8042. "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml",
  8043. "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml",
  8044. "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml",
  8045. "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml",
  8046. "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml",
  8047. "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml",
  8048. "ref/xamarinios10/_._",
  8049. "ref/xamarinmac20/_._",
  8050. "ref/xamarintvos10/_._",
  8051. "ref/xamarinwatchos10/_._",
  8052. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",
  8053. "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll",
  8054. "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll",
  8055. "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll",
  8056. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",
  8057. "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512",
  8058. "system.security.cryptography.x509certificates.nuspec"
  8059. ]
  8060. },
  8061. "System.Security.Principal/4.3.0": {
  8062. "sha512": "I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==",
  8063. "type": "package",
  8064. "path": "system.security.principal/4.3.0",
  8065. "files": [
  8066. "ThirdPartyNotices.txt",
  8067. "dotnet_library_license.txt",
  8068. "lib/MonoAndroid10/_._",
  8069. "lib/MonoTouch10/_._",
  8070. "lib/net45/_._",
  8071. "lib/netcore50/System.Security.Principal.dll",
  8072. "lib/netstandard1.0/System.Security.Principal.dll",
  8073. "lib/portable-net45+win8+wp8+wpa81/_._",
  8074. "lib/win8/_._",
  8075. "lib/wp80/_._",
  8076. "lib/wpa81/_._",
  8077. "lib/xamarinios10/_._",
  8078. "lib/xamarinmac20/_._",
  8079. "lib/xamarintvos10/_._",
  8080. "lib/xamarinwatchos10/_._",
  8081. "ref/MonoAndroid10/_._",
  8082. "ref/MonoTouch10/_._",
  8083. "ref/net45/_._",
  8084. "ref/netcore50/System.Security.Principal.dll",
  8085. "ref/netcore50/System.Security.Principal.xml",
  8086. "ref/netcore50/de/System.Security.Principal.xml",
  8087. "ref/netcore50/es/System.Security.Principal.xml",
  8088. "ref/netcore50/fr/System.Security.Principal.xml",
  8089. "ref/netcore50/it/System.Security.Principal.xml",
  8090. "ref/netcore50/ja/System.Security.Principal.xml",
  8091. "ref/netcore50/ko/System.Security.Principal.xml",
  8092. "ref/netcore50/ru/System.Security.Principal.xml",
  8093. "ref/netcore50/zh-hans/System.Security.Principal.xml",
  8094. "ref/netcore50/zh-hant/System.Security.Principal.xml",
  8095. "ref/netstandard1.0/System.Security.Principal.dll",
  8096. "ref/netstandard1.0/System.Security.Principal.xml",
  8097. "ref/netstandard1.0/de/System.Security.Principal.xml",
  8098. "ref/netstandard1.0/es/System.Security.Principal.xml",
  8099. "ref/netstandard1.0/fr/System.Security.Principal.xml",
  8100. "ref/netstandard1.0/it/System.Security.Principal.xml",
  8101. "ref/netstandard1.0/ja/System.Security.Principal.xml",
  8102. "ref/netstandard1.0/ko/System.Security.Principal.xml",
  8103. "ref/netstandard1.0/ru/System.Security.Principal.xml",
  8104. "ref/netstandard1.0/zh-hans/System.Security.Principal.xml",
  8105. "ref/netstandard1.0/zh-hant/System.Security.Principal.xml",
  8106. "ref/portable-net45+win8+wp8+wpa81/_._",
  8107. "ref/win8/_._",
  8108. "ref/wp80/_._",
  8109. "ref/wpa81/_._",
  8110. "ref/xamarinios10/_._",
  8111. "ref/xamarinmac20/_._",
  8112. "ref/xamarintvos10/_._",
  8113. "ref/xamarinwatchos10/_._",
  8114. "system.security.principal.4.3.0.nupkg.sha512",
  8115. "system.security.principal.nuspec"
  8116. ]
  8117. },
  8118. "System.Security.Principal.Windows/4.3.0": {
  8119. "sha512": "HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==",
  8120. "type": "package",
  8121. "path": "system.security.principal.windows/4.3.0",
  8122. "files": [
  8123. "ThirdPartyNotices.txt",
  8124. "dotnet_library_license.txt",
  8125. "lib/net46/System.Security.Principal.Windows.dll",
  8126. "ref/net46/System.Security.Principal.Windows.dll",
  8127. "ref/netstandard1.3/System.Security.Principal.Windows.dll",
  8128. "ref/netstandard1.3/System.Security.Principal.Windows.xml",
  8129. "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
  8130. "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
  8131. "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
  8132. "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
  8133. "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
  8134. "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
  8135. "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
  8136. "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
  8137. "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
  8138. "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll",
  8139. "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
  8140. "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
  8141. "system.security.principal.windows.4.3.0.nupkg.sha512",
  8142. "system.security.principal.windows.nuspec"
  8143. ]
  8144. },
  8145. "System.Text.Encoding/4.3.0": {
  8146. "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  8147. "type": "package",
  8148. "path": "system.text.encoding/4.3.0",
  8149. "files": [
  8150. "ThirdPartyNotices.txt",
  8151. "dotnet_library_license.txt",
  8152. "lib/MonoAndroid10/_._",
  8153. "lib/MonoTouch10/_._",
  8154. "lib/net45/_._",
  8155. "lib/portable-net45+win8+wp8+wpa81/_._",
  8156. "lib/win8/_._",
  8157. "lib/wp80/_._",
  8158. "lib/wpa81/_._",
  8159. "lib/xamarinios10/_._",
  8160. "lib/xamarinmac20/_._",
  8161. "lib/xamarintvos10/_._",
  8162. "lib/xamarinwatchos10/_._",
  8163. "ref/MonoAndroid10/_._",
  8164. "ref/MonoTouch10/_._",
  8165. "ref/net45/_._",
  8166. "ref/netcore50/System.Text.Encoding.dll",
  8167. "ref/netcore50/System.Text.Encoding.xml",
  8168. "ref/netcore50/de/System.Text.Encoding.xml",
  8169. "ref/netcore50/es/System.Text.Encoding.xml",
  8170. "ref/netcore50/fr/System.Text.Encoding.xml",
  8171. "ref/netcore50/it/System.Text.Encoding.xml",
  8172. "ref/netcore50/ja/System.Text.Encoding.xml",
  8173. "ref/netcore50/ko/System.Text.Encoding.xml",
  8174. "ref/netcore50/ru/System.Text.Encoding.xml",
  8175. "ref/netcore50/zh-hans/System.Text.Encoding.xml",
  8176. "ref/netcore50/zh-hant/System.Text.Encoding.xml",
  8177. "ref/netstandard1.0/System.Text.Encoding.dll",
  8178. "ref/netstandard1.0/System.Text.Encoding.xml",
  8179. "ref/netstandard1.0/de/System.Text.Encoding.xml",
  8180. "ref/netstandard1.0/es/System.Text.Encoding.xml",
  8181. "ref/netstandard1.0/fr/System.Text.Encoding.xml",
  8182. "ref/netstandard1.0/it/System.Text.Encoding.xml",
  8183. "ref/netstandard1.0/ja/System.Text.Encoding.xml",
  8184. "ref/netstandard1.0/ko/System.Text.Encoding.xml",
  8185. "ref/netstandard1.0/ru/System.Text.Encoding.xml",
  8186. "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
  8187. "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
  8188. "ref/netstandard1.3/System.Text.Encoding.dll",
  8189. "ref/netstandard1.3/System.Text.Encoding.xml",
  8190. "ref/netstandard1.3/de/System.Text.Encoding.xml",
  8191. "ref/netstandard1.3/es/System.Text.Encoding.xml",
  8192. "ref/netstandard1.3/fr/System.Text.Encoding.xml",
  8193. "ref/netstandard1.3/it/System.Text.Encoding.xml",
  8194. "ref/netstandard1.3/ja/System.Text.Encoding.xml",
  8195. "ref/netstandard1.3/ko/System.Text.Encoding.xml",
  8196. "ref/netstandard1.3/ru/System.Text.Encoding.xml",
  8197. "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
  8198. "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
  8199. "ref/portable-net45+win8+wp8+wpa81/_._",
  8200. "ref/win8/_._",
  8201. "ref/wp80/_._",
  8202. "ref/wpa81/_._",
  8203. "ref/xamarinios10/_._",
  8204. "ref/xamarinmac20/_._",
  8205. "ref/xamarintvos10/_._",
  8206. "ref/xamarinwatchos10/_._",
  8207. "system.text.encoding.4.3.0.nupkg.sha512",
  8208. "system.text.encoding.nuspec"
  8209. ]
  8210. },
  8211. "System.Text.Encoding.CodePages/4.0.1": {
  8212. "sha512": "h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==",
  8213. "type": "package",
  8214. "path": "system.text.encoding.codepages/4.0.1",
  8215. "files": [
  8216. "ThirdPartyNotices.txt",
  8217. "dotnet_library_license.txt",
  8218. "lib/MonoAndroid10/_._",
  8219. "lib/MonoTouch10/_._",
  8220. "lib/net46/System.Text.Encoding.CodePages.dll",
  8221. "lib/xamarinios10/_._",
  8222. "lib/xamarinmac20/_._",
  8223. "lib/xamarintvos10/_._",
  8224. "lib/xamarinwatchos10/_._",
  8225. "ref/MonoAndroid10/_._",
  8226. "ref/MonoTouch10/_._",
  8227. "ref/netstandard1.3/System.Text.Encoding.CodePages.dll",
  8228. "ref/netstandard1.3/System.Text.Encoding.CodePages.xml",
  8229. "ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml",
  8230. "ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml",
  8231. "ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml",
  8232. "ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml",
  8233. "ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml",
  8234. "ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml",
  8235. "ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml",
  8236. "ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml",
  8237. "ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml",
  8238. "ref/xamarinios10/_._",
  8239. "ref/xamarinmac20/_._",
  8240. "ref/xamarintvos10/_._",
  8241. "ref/xamarinwatchos10/_._",
  8242. "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
  8243. "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
  8244. "system.text.encoding.codepages.4.0.1.nupkg.sha512",
  8245. "system.text.encoding.codepages.nuspec"
  8246. ]
  8247. },
  8248. "System.Text.Encoding.Extensions/4.3.0": {
  8249. "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
  8250. "type": "package",
  8251. "path": "system.text.encoding.extensions/4.3.0",
  8252. "files": [
  8253. "ThirdPartyNotices.txt",
  8254. "dotnet_library_license.txt",
  8255. "lib/MonoAndroid10/_._",
  8256. "lib/MonoTouch10/_._",
  8257. "lib/net45/_._",
  8258. "lib/portable-net45+win8+wp8+wpa81/_._",
  8259. "lib/win8/_._",
  8260. "lib/wp80/_._",
  8261. "lib/wpa81/_._",
  8262. "lib/xamarinios10/_._",
  8263. "lib/xamarinmac20/_._",
  8264. "lib/xamarintvos10/_._",
  8265. "lib/xamarinwatchos10/_._",
  8266. "ref/MonoAndroid10/_._",
  8267. "ref/MonoTouch10/_._",
  8268. "ref/net45/_._",
  8269. "ref/netcore50/System.Text.Encoding.Extensions.dll",
  8270. "ref/netcore50/System.Text.Encoding.Extensions.xml",
  8271. "ref/netcore50/de/System.Text.Encoding.Extensions.xml",
  8272. "ref/netcore50/es/System.Text.Encoding.Extensions.xml",
  8273. "ref/netcore50/fr/System.Text.Encoding.Extensions.xml",
  8274. "ref/netcore50/it/System.Text.Encoding.Extensions.xml",
  8275. "ref/netcore50/ja/System.Text.Encoding.Extensions.xml",
  8276. "ref/netcore50/ko/System.Text.Encoding.Extensions.xml",
  8277. "ref/netcore50/ru/System.Text.Encoding.Extensions.xml",
  8278. "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml",
  8279. "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml",
  8280. "ref/netstandard1.0/System.Text.Encoding.Extensions.dll",
  8281. "ref/netstandard1.0/System.Text.Encoding.Extensions.xml",
  8282. "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml",
  8283. "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml",
  8284. "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml",
  8285. "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml",
  8286. "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml",
  8287. "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml",
  8288. "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml",
  8289. "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml",
  8290. "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml",
  8291. "ref/netstandard1.3/System.Text.Encoding.Extensions.dll",
  8292. "ref/netstandard1.3/System.Text.Encoding.Extensions.xml",
  8293. "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml",
  8294. "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml",
  8295. "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml",
  8296. "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml",
  8297. "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml",
  8298. "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml",
  8299. "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml",
  8300. "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml",
  8301. "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml",
  8302. "ref/portable-net45+win8+wp8+wpa81/_._",
  8303. "ref/win8/_._",
  8304. "ref/wp80/_._",
  8305. "ref/wpa81/_._",
  8306. "ref/xamarinios10/_._",
  8307. "ref/xamarinmac20/_._",
  8308. "ref/xamarintvos10/_._",
  8309. "ref/xamarinwatchos10/_._",
  8310. "system.text.encoding.extensions.4.3.0.nupkg.sha512",
  8311. "system.text.encoding.extensions.nuspec"
  8312. ]
  8313. },
  8314. "System.Text.RegularExpressions/4.3.0": {
  8315. "sha512": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
  8316. "type": "package",
  8317. "path": "system.text.regularexpressions/4.3.0",
  8318. "files": [
  8319. "ThirdPartyNotices.txt",
  8320. "dotnet_library_license.txt",
  8321. "lib/MonoAndroid10/_._",
  8322. "lib/MonoTouch10/_._",
  8323. "lib/net45/_._",
  8324. "lib/net463/System.Text.RegularExpressions.dll",
  8325. "lib/netcore50/System.Text.RegularExpressions.dll",
  8326. "lib/netstandard1.6/System.Text.RegularExpressions.dll",
  8327. "lib/portable-net45+win8+wp8+wpa81/_._",
  8328. "lib/win8/_._",
  8329. "lib/wp80/_._",
  8330. "lib/wpa81/_._",
  8331. "lib/xamarinios10/_._",
  8332. "lib/xamarinmac20/_._",
  8333. "lib/xamarintvos10/_._",
  8334. "lib/xamarinwatchos10/_._",
  8335. "ref/MonoAndroid10/_._",
  8336. "ref/MonoTouch10/_._",
  8337. "ref/net45/_._",
  8338. "ref/net463/System.Text.RegularExpressions.dll",
  8339. "ref/netcore50/System.Text.RegularExpressions.dll",
  8340. "ref/netcore50/System.Text.RegularExpressions.xml",
  8341. "ref/netcore50/de/System.Text.RegularExpressions.xml",
  8342. "ref/netcore50/es/System.Text.RegularExpressions.xml",
  8343. "ref/netcore50/fr/System.Text.RegularExpressions.xml",
  8344. "ref/netcore50/it/System.Text.RegularExpressions.xml",
  8345. "ref/netcore50/ja/System.Text.RegularExpressions.xml",
  8346. "ref/netcore50/ko/System.Text.RegularExpressions.xml",
  8347. "ref/netcore50/ru/System.Text.RegularExpressions.xml",
  8348. "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml",
  8349. "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml",
  8350. "ref/netcoreapp1.1/System.Text.RegularExpressions.dll",
  8351. "ref/netstandard1.0/System.Text.RegularExpressions.dll",
  8352. "ref/netstandard1.0/System.Text.RegularExpressions.xml",
  8353. "ref/netstandard1.0/de/System.Text.RegularExpressions.xml",
  8354. "ref/netstandard1.0/es/System.Text.RegularExpressions.xml",
  8355. "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml",
  8356. "ref/netstandard1.0/it/System.Text.RegularExpressions.xml",
  8357. "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml",
  8358. "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml",
  8359. "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml",
  8360. "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml",
  8361. "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml",
  8362. "ref/netstandard1.3/System.Text.RegularExpressions.dll",
  8363. "ref/netstandard1.3/System.Text.RegularExpressions.xml",
  8364. "ref/netstandard1.3/de/System.Text.RegularExpressions.xml",
  8365. "ref/netstandard1.3/es/System.Text.RegularExpressions.xml",
  8366. "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml",
  8367. "ref/netstandard1.3/it/System.Text.RegularExpressions.xml",
  8368. "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml",
  8369. "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml",
  8370. "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml",
  8371. "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml",
  8372. "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml",
  8373. "ref/netstandard1.6/System.Text.RegularExpressions.dll",
  8374. "ref/netstandard1.6/System.Text.RegularExpressions.xml",
  8375. "ref/netstandard1.6/de/System.Text.RegularExpressions.xml",
  8376. "ref/netstandard1.6/es/System.Text.RegularExpressions.xml",
  8377. "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml",
  8378. "ref/netstandard1.6/it/System.Text.RegularExpressions.xml",
  8379. "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml",
  8380. "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml",
  8381. "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml",
  8382. "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml",
  8383. "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml",
  8384. "ref/portable-net45+win8+wp8+wpa81/_._",
  8385. "ref/win8/_._",
  8386. "ref/wp80/_._",
  8387. "ref/wpa81/_._",
  8388. "ref/xamarinios10/_._",
  8389. "ref/xamarinmac20/_._",
  8390. "ref/xamarintvos10/_._",
  8391. "ref/xamarinwatchos10/_._",
  8392. "system.text.regularexpressions.4.3.0.nupkg.sha512",
  8393. "system.text.regularexpressions.nuspec"
  8394. ]
  8395. },
  8396. "System.Threading/4.3.0": {
  8397. "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  8398. "type": "package",
  8399. "path": "system.threading/4.3.0",
  8400. "files": [
  8401. "ThirdPartyNotices.txt",
  8402. "dotnet_library_license.txt",
  8403. "lib/MonoAndroid10/_._",
  8404. "lib/MonoTouch10/_._",
  8405. "lib/net45/_._",
  8406. "lib/netcore50/System.Threading.dll",
  8407. "lib/netstandard1.3/System.Threading.dll",
  8408. "lib/portable-net45+win8+wp8+wpa81/_._",
  8409. "lib/win8/_._",
  8410. "lib/wp80/_._",
  8411. "lib/wpa81/_._",
  8412. "lib/xamarinios10/_._",
  8413. "lib/xamarinmac20/_._",
  8414. "lib/xamarintvos10/_._",
  8415. "lib/xamarinwatchos10/_._",
  8416. "ref/MonoAndroid10/_._",
  8417. "ref/MonoTouch10/_._",
  8418. "ref/net45/_._",
  8419. "ref/netcore50/System.Threading.dll",
  8420. "ref/netcore50/System.Threading.xml",
  8421. "ref/netcore50/de/System.Threading.xml",
  8422. "ref/netcore50/es/System.Threading.xml",
  8423. "ref/netcore50/fr/System.Threading.xml",
  8424. "ref/netcore50/it/System.Threading.xml",
  8425. "ref/netcore50/ja/System.Threading.xml",
  8426. "ref/netcore50/ko/System.Threading.xml",
  8427. "ref/netcore50/ru/System.Threading.xml",
  8428. "ref/netcore50/zh-hans/System.Threading.xml",
  8429. "ref/netcore50/zh-hant/System.Threading.xml",
  8430. "ref/netstandard1.0/System.Threading.dll",
  8431. "ref/netstandard1.0/System.Threading.xml",
  8432. "ref/netstandard1.0/de/System.Threading.xml",
  8433. "ref/netstandard1.0/es/System.Threading.xml",
  8434. "ref/netstandard1.0/fr/System.Threading.xml",
  8435. "ref/netstandard1.0/it/System.Threading.xml",
  8436. "ref/netstandard1.0/ja/System.Threading.xml",
  8437. "ref/netstandard1.0/ko/System.Threading.xml",
  8438. "ref/netstandard1.0/ru/System.Threading.xml",
  8439. "ref/netstandard1.0/zh-hans/System.Threading.xml",
  8440. "ref/netstandard1.0/zh-hant/System.Threading.xml",
  8441. "ref/netstandard1.3/System.Threading.dll",
  8442. "ref/netstandard1.3/System.Threading.xml",
  8443. "ref/netstandard1.3/de/System.Threading.xml",
  8444. "ref/netstandard1.3/es/System.Threading.xml",
  8445. "ref/netstandard1.3/fr/System.Threading.xml",
  8446. "ref/netstandard1.3/it/System.Threading.xml",
  8447. "ref/netstandard1.3/ja/System.Threading.xml",
  8448. "ref/netstandard1.3/ko/System.Threading.xml",
  8449. "ref/netstandard1.3/ru/System.Threading.xml",
  8450. "ref/netstandard1.3/zh-hans/System.Threading.xml",
  8451. "ref/netstandard1.3/zh-hant/System.Threading.xml",
  8452. "ref/portable-net45+win8+wp8+wpa81/_._",
  8453. "ref/win8/_._",
  8454. "ref/wp80/_._",
  8455. "ref/wpa81/_._",
  8456. "ref/xamarinios10/_._",
  8457. "ref/xamarinmac20/_._",
  8458. "ref/xamarintvos10/_._",
  8459. "ref/xamarinwatchos10/_._",
  8460. "runtimes/aot/lib/netcore50/System.Threading.dll",
  8461. "system.threading.4.3.0.nupkg.sha512",
  8462. "system.threading.nuspec"
  8463. ]
  8464. },
  8465. "System.Threading.Overlapped/4.3.0": {
  8466. "sha512": "m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==",
  8467. "type": "package",
  8468. "path": "system.threading.overlapped/4.3.0",
  8469. "files": [
  8470. "ThirdPartyNotices.txt",
  8471. "dotnet_library_license.txt",
  8472. "lib/net46/System.Threading.Overlapped.dll",
  8473. "ref/net46/System.Threading.Overlapped.dll",
  8474. "ref/netstandard1.3/System.Threading.Overlapped.dll",
  8475. "ref/netstandard1.3/System.Threading.Overlapped.xml",
  8476. "ref/netstandard1.3/de/System.Threading.Overlapped.xml",
  8477. "ref/netstandard1.3/es/System.Threading.Overlapped.xml",
  8478. "ref/netstandard1.3/fr/System.Threading.Overlapped.xml",
  8479. "ref/netstandard1.3/it/System.Threading.Overlapped.xml",
  8480. "ref/netstandard1.3/ja/System.Threading.Overlapped.xml",
  8481. "ref/netstandard1.3/ko/System.Threading.Overlapped.xml",
  8482. "ref/netstandard1.3/ru/System.Threading.Overlapped.xml",
  8483. "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml",
  8484. "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml",
  8485. "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll",
  8486. "runtimes/win/lib/net46/System.Threading.Overlapped.dll",
  8487. "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll",
  8488. "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll",
  8489. "system.threading.overlapped.4.3.0.nupkg.sha512",
  8490. "system.threading.overlapped.nuspec"
  8491. ]
  8492. },
  8493. "System.Threading.Tasks/4.3.0": {
  8494. "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  8495. "type": "package",
  8496. "path": "system.threading.tasks/4.3.0",
  8497. "files": [
  8498. "ThirdPartyNotices.txt",
  8499. "dotnet_library_license.txt",
  8500. "lib/MonoAndroid10/_._",
  8501. "lib/MonoTouch10/_._",
  8502. "lib/net45/_._",
  8503. "lib/portable-net45+win8+wp8+wpa81/_._",
  8504. "lib/win8/_._",
  8505. "lib/wp80/_._",
  8506. "lib/wpa81/_._",
  8507. "lib/xamarinios10/_._",
  8508. "lib/xamarinmac20/_._",
  8509. "lib/xamarintvos10/_._",
  8510. "lib/xamarinwatchos10/_._",
  8511. "ref/MonoAndroid10/_._",
  8512. "ref/MonoTouch10/_._",
  8513. "ref/net45/_._",
  8514. "ref/netcore50/System.Threading.Tasks.dll",
  8515. "ref/netcore50/System.Threading.Tasks.xml",
  8516. "ref/netcore50/de/System.Threading.Tasks.xml",
  8517. "ref/netcore50/es/System.Threading.Tasks.xml",
  8518. "ref/netcore50/fr/System.Threading.Tasks.xml",
  8519. "ref/netcore50/it/System.Threading.Tasks.xml",
  8520. "ref/netcore50/ja/System.Threading.Tasks.xml",
  8521. "ref/netcore50/ko/System.Threading.Tasks.xml",
  8522. "ref/netcore50/ru/System.Threading.Tasks.xml",
  8523. "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
  8524. "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
  8525. "ref/netstandard1.0/System.Threading.Tasks.dll",
  8526. "ref/netstandard1.0/System.Threading.Tasks.xml",
  8527. "ref/netstandard1.0/de/System.Threading.Tasks.xml",
  8528. "ref/netstandard1.0/es/System.Threading.Tasks.xml",
  8529. "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
  8530. "ref/netstandard1.0/it/System.Threading.Tasks.xml",
  8531. "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
  8532. "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
  8533. "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
  8534. "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
  8535. "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
  8536. "ref/netstandard1.3/System.Threading.Tasks.dll",
  8537. "ref/netstandard1.3/System.Threading.Tasks.xml",
  8538. "ref/netstandard1.3/de/System.Threading.Tasks.xml",
  8539. "ref/netstandard1.3/es/System.Threading.Tasks.xml",
  8540. "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
  8541. "ref/netstandard1.3/it/System.Threading.Tasks.xml",
  8542. "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
  8543. "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
  8544. "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
  8545. "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
  8546. "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
  8547. "ref/portable-net45+win8+wp8+wpa81/_._",
  8548. "ref/win8/_._",
  8549. "ref/wp80/_._",
  8550. "ref/wpa81/_._",
  8551. "ref/xamarinios10/_._",
  8552. "ref/xamarinmac20/_._",
  8553. "ref/xamarintvos10/_._",
  8554. "ref/xamarinwatchos10/_._",
  8555. "system.threading.tasks.4.3.0.nupkg.sha512",
  8556. "system.threading.tasks.nuspec"
  8557. ]
  8558. },
  8559. "System.Threading.Tasks.Dataflow/4.7.0": {
  8560. "sha512": "wcKLDI8tN5KpcMcTQwXfcLHrFdfINIxDBOZS3rE8QqOds/0fRhCkR+IEfQokxT7s/Yluqk+LG/ZqZdQmA/xgCw==",
  8561. "type": "package",
  8562. "path": "system.threading.tasks.dataflow/4.7.0",
  8563. "files": [
  8564. "ThirdPartyNotices.txt",
  8565. "dotnet_library_license.txt",
  8566. "lib/netstandard1.0/System.Threading.Tasks.Dataflow.XML",
  8567. "lib/netstandard1.0/System.Threading.Tasks.Dataflow.dll",
  8568. "lib/netstandard1.1/System.Threading.Tasks.Dataflow.XML",
  8569. "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll",
  8570. "lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.XML",
  8571. "lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.dll",
  8572. "system.threading.tasks.dataflow.4.7.0.nupkg.sha512",
  8573. "system.threading.tasks.dataflow.nuspec"
  8574. ]
  8575. },
  8576. "System.Threading.Tasks.Extensions/4.3.0": {
  8577. "sha512": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
  8578. "type": "package",
  8579. "path": "system.threading.tasks.extensions/4.3.0",
  8580. "files": [
  8581. "ThirdPartyNotices.txt",
  8582. "dotnet_library_license.txt",
  8583. "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
  8584. "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
  8585. "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
  8586. "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
  8587. "system.threading.tasks.extensions.4.3.0.nupkg.sha512",
  8588. "system.threading.tasks.extensions.nuspec"
  8589. ]
  8590. },
  8591. "System.Threading.Tasks.Parallel/4.3.0": {
  8592. "sha512": "cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==",
  8593. "type": "package",
  8594. "path": "system.threading.tasks.parallel/4.3.0",
  8595. "files": [
  8596. "ThirdPartyNotices.txt",
  8597. "dotnet_library_license.txt",
  8598. "lib/MonoAndroid10/_._",
  8599. "lib/MonoTouch10/_._",
  8600. "lib/net45/_._",
  8601. "lib/netcore50/System.Threading.Tasks.Parallel.dll",
  8602. "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll",
  8603. "lib/portable-net45+win8+wpa81/_._",
  8604. "lib/win8/_._",
  8605. "lib/wpa81/_._",
  8606. "lib/xamarinios10/_._",
  8607. "lib/xamarinmac20/_._",
  8608. "lib/xamarintvos10/_._",
  8609. "lib/xamarinwatchos10/_._",
  8610. "ref/MonoAndroid10/_._",
  8611. "ref/MonoTouch10/_._",
  8612. "ref/net45/_._",
  8613. "ref/netcore50/System.Threading.Tasks.Parallel.dll",
  8614. "ref/netcore50/System.Threading.Tasks.Parallel.xml",
  8615. "ref/netcore50/de/System.Threading.Tasks.Parallel.xml",
  8616. "ref/netcore50/es/System.Threading.Tasks.Parallel.xml",
  8617. "ref/netcore50/fr/System.Threading.Tasks.Parallel.xml",
  8618. "ref/netcore50/it/System.Threading.Tasks.Parallel.xml",
  8619. "ref/netcore50/ja/System.Threading.Tasks.Parallel.xml",
  8620. "ref/netcore50/ko/System.Threading.Tasks.Parallel.xml",
  8621. "ref/netcore50/ru/System.Threading.Tasks.Parallel.xml",
  8622. "ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml",
  8623. "ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml",
  8624. "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll",
  8625. "ref/netstandard1.1/System.Threading.Tasks.Parallel.xml",
  8626. "ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml",
  8627. "ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml",
  8628. "ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml",
  8629. "ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml",
  8630. "ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml",
  8631. "ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml",
  8632. "ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml",
  8633. "ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml",
  8634. "ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml",
  8635. "ref/portable-net45+win8+wpa81/_._",
  8636. "ref/win8/_._",
  8637. "ref/wpa81/_._",
  8638. "ref/xamarinios10/_._",
  8639. "ref/xamarinmac20/_._",
  8640. "ref/xamarintvos10/_._",
  8641. "ref/xamarinwatchos10/_._",
  8642. "system.threading.tasks.parallel.4.3.0.nupkg.sha512",
  8643. "system.threading.tasks.parallel.nuspec"
  8644. ]
  8645. },
  8646. "System.Threading.Thread/4.3.0": {
  8647. "sha512": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
  8648. "type": "package",
  8649. "path": "system.threading.thread/4.3.0",
  8650. "files": [
  8651. "ThirdPartyNotices.txt",
  8652. "dotnet_library_license.txt",
  8653. "lib/MonoAndroid10/_._",
  8654. "lib/MonoTouch10/_._",
  8655. "lib/net46/System.Threading.Thread.dll",
  8656. "lib/netcore50/_._",
  8657. "lib/netstandard1.3/System.Threading.Thread.dll",
  8658. "lib/xamarinios10/_._",
  8659. "lib/xamarinmac20/_._",
  8660. "lib/xamarintvos10/_._",
  8661. "lib/xamarinwatchos10/_._",
  8662. "ref/MonoAndroid10/_._",
  8663. "ref/MonoTouch10/_._",
  8664. "ref/net46/System.Threading.Thread.dll",
  8665. "ref/netstandard1.3/System.Threading.Thread.dll",
  8666. "ref/netstandard1.3/System.Threading.Thread.xml",
  8667. "ref/netstandard1.3/de/System.Threading.Thread.xml",
  8668. "ref/netstandard1.3/es/System.Threading.Thread.xml",
  8669. "ref/netstandard1.3/fr/System.Threading.Thread.xml",
  8670. "ref/netstandard1.3/it/System.Threading.Thread.xml",
  8671. "ref/netstandard1.3/ja/System.Threading.Thread.xml",
  8672. "ref/netstandard1.3/ko/System.Threading.Thread.xml",
  8673. "ref/netstandard1.3/ru/System.Threading.Thread.xml",
  8674. "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml",
  8675. "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml",
  8676. "ref/xamarinios10/_._",
  8677. "ref/xamarinmac20/_._",
  8678. "ref/xamarintvos10/_._",
  8679. "ref/xamarinwatchos10/_._",
  8680. "system.threading.thread.4.3.0.nupkg.sha512",
  8681. "system.threading.thread.nuspec"
  8682. ]
  8683. },
  8684. "System.Threading.ThreadPool/4.3.0": {
  8685. "sha512": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==",
  8686. "type": "package",
  8687. "path": "system.threading.threadpool/4.3.0",
  8688. "files": [
  8689. "ThirdPartyNotices.txt",
  8690. "dotnet_library_license.txt",
  8691. "lib/MonoAndroid10/_._",
  8692. "lib/MonoTouch10/_._",
  8693. "lib/net46/System.Threading.ThreadPool.dll",
  8694. "lib/netcore50/_._",
  8695. "lib/netstandard1.3/System.Threading.ThreadPool.dll",
  8696. "lib/xamarinios10/_._",
  8697. "lib/xamarinmac20/_._",
  8698. "lib/xamarintvos10/_._",
  8699. "lib/xamarinwatchos10/_._",
  8700. "ref/MonoAndroid10/_._",
  8701. "ref/MonoTouch10/_._",
  8702. "ref/net46/System.Threading.ThreadPool.dll",
  8703. "ref/netstandard1.3/System.Threading.ThreadPool.dll",
  8704. "ref/netstandard1.3/System.Threading.ThreadPool.xml",
  8705. "ref/netstandard1.3/de/System.Threading.ThreadPool.xml",
  8706. "ref/netstandard1.3/es/System.Threading.ThreadPool.xml",
  8707. "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml",
  8708. "ref/netstandard1.3/it/System.Threading.ThreadPool.xml",
  8709. "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml",
  8710. "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml",
  8711. "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml",
  8712. "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml",
  8713. "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml",
  8714. "ref/xamarinios10/_._",
  8715. "ref/xamarinmac20/_._",
  8716. "ref/xamarintvos10/_._",
  8717. "ref/xamarinwatchos10/_._",
  8718. "system.threading.threadpool.4.3.0.nupkg.sha512",
  8719. "system.threading.threadpool.nuspec"
  8720. ]
  8721. },
  8722. "System.Threading.Timer/4.3.0": {
  8723. "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
  8724. "type": "package",
  8725. "path": "system.threading.timer/4.3.0",
  8726. "files": [
  8727. "ThirdPartyNotices.txt",
  8728. "dotnet_library_license.txt",
  8729. "lib/MonoAndroid10/_._",
  8730. "lib/MonoTouch10/_._",
  8731. "lib/net451/_._",
  8732. "lib/portable-net451+win81+wpa81/_._",
  8733. "lib/win81/_._",
  8734. "lib/wpa81/_._",
  8735. "lib/xamarinios10/_._",
  8736. "lib/xamarinmac20/_._",
  8737. "lib/xamarintvos10/_._",
  8738. "lib/xamarinwatchos10/_._",
  8739. "ref/MonoAndroid10/_._",
  8740. "ref/MonoTouch10/_._",
  8741. "ref/net451/_._",
  8742. "ref/netcore50/System.Threading.Timer.dll",
  8743. "ref/netcore50/System.Threading.Timer.xml",
  8744. "ref/netcore50/de/System.Threading.Timer.xml",
  8745. "ref/netcore50/es/System.Threading.Timer.xml",
  8746. "ref/netcore50/fr/System.Threading.Timer.xml",
  8747. "ref/netcore50/it/System.Threading.Timer.xml",
  8748. "ref/netcore50/ja/System.Threading.Timer.xml",
  8749. "ref/netcore50/ko/System.Threading.Timer.xml",
  8750. "ref/netcore50/ru/System.Threading.Timer.xml",
  8751. "ref/netcore50/zh-hans/System.Threading.Timer.xml",
  8752. "ref/netcore50/zh-hant/System.Threading.Timer.xml",
  8753. "ref/netstandard1.2/System.Threading.Timer.dll",
  8754. "ref/netstandard1.2/System.Threading.Timer.xml",
  8755. "ref/netstandard1.2/de/System.Threading.Timer.xml",
  8756. "ref/netstandard1.2/es/System.Threading.Timer.xml",
  8757. "ref/netstandard1.2/fr/System.Threading.Timer.xml",
  8758. "ref/netstandard1.2/it/System.Threading.Timer.xml",
  8759. "ref/netstandard1.2/ja/System.Threading.Timer.xml",
  8760. "ref/netstandard1.2/ko/System.Threading.Timer.xml",
  8761. "ref/netstandard1.2/ru/System.Threading.Timer.xml",
  8762. "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml",
  8763. "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml",
  8764. "ref/portable-net451+win81+wpa81/_._",
  8765. "ref/win81/_._",
  8766. "ref/wpa81/_._",
  8767. "ref/xamarinios10/_._",
  8768. "ref/xamarinmac20/_._",
  8769. "ref/xamarintvos10/_._",
  8770. "ref/xamarinwatchos10/_._",
  8771. "system.threading.timer.4.3.0.nupkg.sha512",
  8772. "system.threading.timer.nuspec"
  8773. ]
  8774. },
  8775. "System.Xml.ReaderWriter/4.3.0": {
  8776. "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
  8777. "type": "package",
  8778. "path": "system.xml.readerwriter/4.3.0",
  8779. "files": [
  8780. "ThirdPartyNotices.txt",
  8781. "dotnet_library_license.txt",
  8782. "lib/MonoAndroid10/_._",
  8783. "lib/MonoTouch10/_._",
  8784. "lib/net45/_._",
  8785. "lib/net46/System.Xml.ReaderWriter.dll",
  8786. "lib/netcore50/System.Xml.ReaderWriter.dll",
  8787. "lib/netstandard1.3/System.Xml.ReaderWriter.dll",
  8788. "lib/portable-net45+win8+wp8+wpa81/_._",
  8789. "lib/win8/_._",
  8790. "lib/wp80/_._",
  8791. "lib/wpa81/_._",
  8792. "lib/xamarinios10/_._",
  8793. "lib/xamarinmac20/_._",
  8794. "lib/xamarintvos10/_._",
  8795. "lib/xamarinwatchos10/_._",
  8796. "ref/MonoAndroid10/_._",
  8797. "ref/MonoTouch10/_._",
  8798. "ref/net45/_._",
  8799. "ref/net46/System.Xml.ReaderWriter.dll",
  8800. "ref/netcore50/System.Xml.ReaderWriter.dll",
  8801. "ref/netcore50/System.Xml.ReaderWriter.xml",
  8802. "ref/netcore50/de/System.Xml.ReaderWriter.xml",
  8803. "ref/netcore50/es/System.Xml.ReaderWriter.xml",
  8804. "ref/netcore50/fr/System.Xml.ReaderWriter.xml",
  8805. "ref/netcore50/it/System.Xml.ReaderWriter.xml",
  8806. "ref/netcore50/ja/System.Xml.ReaderWriter.xml",
  8807. "ref/netcore50/ko/System.Xml.ReaderWriter.xml",
  8808. "ref/netcore50/ru/System.Xml.ReaderWriter.xml",
  8809. "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml",
  8810. "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml",
  8811. "ref/netstandard1.0/System.Xml.ReaderWriter.dll",
  8812. "ref/netstandard1.0/System.Xml.ReaderWriter.xml",
  8813. "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml",
  8814. "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml",
  8815. "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml",
  8816. "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml",
  8817. "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml",
  8818. "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml",
  8819. "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml",
  8820. "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml",
  8821. "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml",
  8822. "ref/netstandard1.3/System.Xml.ReaderWriter.dll",
  8823. "ref/netstandard1.3/System.Xml.ReaderWriter.xml",
  8824. "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml",
  8825. "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml",
  8826. "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml",
  8827. "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml",
  8828. "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml",
  8829. "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml",
  8830. "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml",
  8831. "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml",
  8832. "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml",
  8833. "ref/portable-net45+win8+wp8+wpa81/_._",
  8834. "ref/win8/_._",
  8835. "ref/wp80/_._",
  8836. "ref/wpa81/_._",
  8837. "ref/xamarinios10/_._",
  8838. "ref/xamarinmac20/_._",
  8839. "ref/xamarintvos10/_._",
  8840. "ref/xamarinwatchos10/_._",
  8841. "system.xml.readerwriter.4.3.0.nupkg.sha512",
  8842. "system.xml.readerwriter.nuspec"
  8843. ]
  8844. },
  8845. "System.Xml.XDocument/4.3.0": {
  8846. "sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
  8847. "type": "package",
  8848. "path": "system.xml.xdocument/4.3.0",
  8849. "files": [
  8850. "ThirdPartyNotices.txt",
  8851. "dotnet_library_license.txt",
  8852. "lib/MonoAndroid10/_._",
  8853. "lib/MonoTouch10/_._",
  8854. "lib/net45/_._",
  8855. "lib/netcore50/System.Xml.XDocument.dll",
  8856. "lib/netstandard1.3/System.Xml.XDocument.dll",
  8857. "lib/portable-net45+win8+wp8+wpa81/_._",
  8858. "lib/win8/_._",
  8859. "lib/wp80/_._",
  8860. "lib/wpa81/_._",
  8861. "lib/xamarinios10/_._",
  8862. "lib/xamarinmac20/_._",
  8863. "lib/xamarintvos10/_._",
  8864. "lib/xamarinwatchos10/_._",
  8865. "ref/MonoAndroid10/_._",
  8866. "ref/MonoTouch10/_._",
  8867. "ref/net45/_._",
  8868. "ref/netcore50/System.Xml.XDocument.dll",
  8869. "ref/netcore50/System.Xml.XDocument.xml",
  8870. "ref/netcore50/de/System.Xml.XDocument.xml",
  8871. "ref/netcore50/es/System.Xml.XDocument.xml",
  8872. "ref/netcore50/fr/System.Xml.XDocument.xml",
  8873. "ref/netcore50/it/System.Xml.XDocument.xml",
  8874. "ref/netcore50/ja/System.Xml.XDocument.xml",
  8875. "ref/netcore50/ko/System.Xml.XDocument.xml",
  8876. "ref/netcore50/ru/System.Xml.XDocument.xml",
  8877. "ref/netcore50/zh-hans/System.Xml.XDocument.xml",
  8878. "ref/netcore50/zh-hant/System.Xml.XDocument.xml",
  8879. "ref/netstandard1.0/System.Xml.XDocument.dll",
  8880. "ref/netstandard1.0/System.Xml.XDocument.xml",
  8881. "ref/netstandard1.0/de/System.Xml.XDocument.xml",
  8882. "ref/netstandard1.0/es/System.Xml.XDocument.xml",
  8883. "ref/netstandard1.0/fr/System.Xml.XDocument.xml",
  8884. "ref/netstandard1.0/it/System.Xml.XDocument.xml",
  8885. "ref/netstandard1.0/ja/System.Xml.XDocument.xml",
  8886. "ref/netstandard1.0/ko/System.Xml.XDocument.xml",
  8887. "ref/netstandard1.0/ru/System.Xml.XDocument.xml",
  8888. "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml",
  8889. "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml",
  8890. "ref/netstandard1.3/System.Xml.XDocument.dll",
  8891. "ref/netstandard1.3/System.Xml.XDocument.xml",
  8892. "ref/netstandard1.3/de/System.Xml.XDocument.xml",
  8893. "ref/netstandard1.3/es/System.Xml.XDocument.xml",
  8894. "ref/netstandard1.3/fr/System.Xml.XDocument.xml",
  8895. "ref/netstandard1.3/it/System.Xml.XDocument.xml",
  8896. "ref/netstandard1.3/ja/System.Xml.XDocument.xml",
  8897. "ref/netstandard1.3/ko/System.Xml.XDocument.xml",
  8898. "ref/netstandard1.3/ru/System.Xml.XDocument.xml",
  8899. "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml",
  8900. "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml",
  8901. "ref/portable-net45+win8+wp8+wpa81/_._",
  8902. "ref/win8/_._",
  8903. "ref/wp80/_._",
  8904. "ref/wpa81/_._",
  8905. "ref/xamarinios10/_._",
  8906. "ref/xamarinmac20/_._",
  8907. "ref/xamarintvos10/_._",
  8908. "ref/xamarinwatchos10/_._",
  8909. "system.xml.xdocument.4.3.0.nupkg.sha512",
  8910. "system.xml.xdocument.nuspec"
  8911. ]
  8912. },
  8913. "System.Xml.XmlDocument/4.3.0": {
  8914. "sha512": "lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
  8915. "type": "package",
  8916. "path": "system.xml.xmldocument/4.3.0",
  8917. "files": [
  8918. "ThirdPartyNotices.txt",
  8919. "dotnet_library_license.txt",
  8920. "lib/MonoAndroid10/_._",
  8921. "lib/MonoTouch10/_._",
  8922. "lib/net46/System.Xml.XmlDocument.dll",
  8923. "lib/netstandard1.3/System.Xml.XmlDocument.dll",
  8924. "lib/xamarinios10/_._",
  8925. "lib/xamarinmac20/_._",
  8926. "lib/xamarintvos10/_._",
  8927. "lib/xamarinwatchos10/_._",
  8928. "ref/MonoAndroid10/_._",
  8929. "ref/MonoTouch10/_._",
  8930. "ref/net46/System.Xml.XmlDocument.dll",
  8931. "ref/netstandard1.3/System.Xml.XmlDocument.dll",
  8932. "ref/netstandard1.3/System.Xml.XmlDocument.xml",
  8933. "ref/netstandard1.3/de/System.Xml.XmlDocument.xml",
  8934. "ref/netstandard1.3/es/System.Xml.XmlDocument.xml",
  8935. "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml",
  8936. "ref/netstandard1.3/it/System.Xml.XmlDocument.xml",
  8937. "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml",
  8938. "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml",
  8939. "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml",
  8940. "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml",
  8941. "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml",
  8942. "ref/xamarinios10/_._",
  8943. "ref/xamarinmac20/_._",
  8944. "ref/xamarintvos10/_._",
  8945. "ref/xamarinwatchos10/_._",
  8946. "system.xml.xmldocument.4.3.0.nupkg.sha512",
  8947. "system.xml.xmldocument.nuspec"
  8948. ]
  8949. },
  8950. "System.Xml.XmlSerializer/4.0.11": {
  8951. "sha512": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
  8952. "type": "package",
  8953. "path": "system.xml.xmlserializer/4.0.11",
  8954. "files": [
  8955. "ThirdPartyNotices.txt",
  8956. "dotnet_library_license.txt",
  8957. "lib/MonoAndroid10/_._",
  8958. "lib/MonoTouch10/_._",
  8959. "lib/net45/_._",
  8960. "lib/netcore50/System.Xml.XmlSerializer.dll",
  8961. "lib/netstandard1.3/System.Xml.XmlSerializer.dll",
  8962. "lib/portable-net45+win8+wp8+wpa81/_._",
  8963. "lib/win8/_._",
  8964. "lib/wp80/_._",
  8965. "lib/wpa81/_._",
  8966. "lib/xamarinios10/_._",
  8967. "lib/xamarinmac20/_._",
  8968. "lib/xamarintvos10/_._",
  8969. "lib/xamarinwatchos10/_._",
  8970. "ref/MonoAndroid10/_._",
  8971. "ref/MonoTouch10/_._",
  8972. "ref/net45/_._",
  8973. "ref/netcore50/System.Xml.XmlSerializer.dll",
  8974. "ref/netcore50/System.Xml.XmlSerializer.xml",
  8975. "ref/netcore50/de/System.Xml.XmlSerializer.xml",
  8976. "ref/netcore50/es/System.Xml.XmlSerializer.xml",
  8977. "ref/netcore50/fr/System.Xml.XmlSerializer.xml",
  8978. "ref/netcore50/it/System.Xml.XmlSerializer.xml",
  8979. "ref/netcore50/ja/System.Xml.XmlSerializer.xml",
  8980. "ref/netcore50/ko/System.Xml.XmlSerializer.xml",
  8981. "ref/netcore50/ru/System.Xml.XmlSerializer.xml",
  8982. "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml",
  8983. "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml",
  8984. "ref/netstandard1.0/System.Xml.XmlSerializer.dll",
  8985. "ref/netstandard1.0/System.Xml.XmlSerializer.xml",
  8986. "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml",
  8987. "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml",
  8988. "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml",
  8989. "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml",
  8990. "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml",
  8991. "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml",
  8992. "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml",
  8993. "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml",
  8994. "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml",
  8995. "ref/netstandard1.3/System.Xml.XmlSerializer.dll",
  8996. "ref/netstandard1.3/System.Xml.XmlSerializer.xml",
  8997. "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml",
  8998. "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml",
  8999. "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml",
  9000. "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml",
  9001. "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml",
  9002. "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml",
  9003. "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml",
  9004. "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml",
  9005. "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml",
  9006. "ref/portable-net45+win8+wp8+wpa81/_._",
  9007. "ref/win8/_._",
  9008. "ref/wp80/_._",
  9009. "ref/wpa81/_._",
  9010. "ref/xamarinios10/_._",
  9011. "ref/xamarinmac20/_._",
  9012. "ref/xamarintvos10/_._",
  9013. "ref/xamarinwatchos10/_._",
  9014. "runtimes/aot/lib/netcore50/System.Xml.XmlSerializer.dll",
  9015. "system.xml.xmlserializer.4.0.11.nupkg.sha512",
  9016. "system.xml.xmlserializer.nuspec"
  9017. ]
  9018. },
  9019. "System.Xml.XPath/4.0.1": {
  9020. "sha512": "UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==",
  9021. "type": "package",
  9022. "path": "system.xml.xpath/4.0.1",
  9023. "files": [
  9024. "ThirdPartyNotices.txt",
  9025. "dotnet_library_license.txt",
  9026. "lib/MonoAndroid10/_._",
  9027. "lib/MonoTouch10/_._",
  9028. "lib/net46/System.Xml.XPath.dll",
  9029. "lib/netstandard1.3/System.Xml.XPath.dll",
  9030. "lib/xamarinios10/_._",
  9031. "lib/xamarinmac20/_._",
  9032. "lib/xamarintvos10/_._",
  9033. "lib/xamarinwatchos10/_._",
  9034. "ref/MonoAndroid10/_._",
  9035. "ref/MonoTouch10/_._",
  9036. "ref/net46/System.Xml.XPath.dll",
  9037. "ref/netstandard1.3/System.Xml.XPath.dll",
  9038. "ref/netstandard1.3/System.Xml.XPath.xml",
  9039. "ref/netstandard1.3/de/System.Xml.XPath.xml",
  9040. "ref/netstandard1.3/es/System.Xml.XPath.xml",
  9041. "ref/netstandard1.3/fr/System.Xml.XPath.xml",
  9042. "ref/netstandard1.3/it/System.Xml.XPath.xml",
  9043. "ref/netstandard1.3/ja/System.Xml.XPath.xml",
  9044. "ref/netstandard1.3/ko/System.Xml.XPath.xml",
  9045. "ref/netstandard1.3/ru/System.Xml.XPath.xml",
  9046. "ref/netstandard1.3/zh-hans/System.Xml.XPath.xml",
  9047. "ref/netstandard1.3/zh-hant/System.Xml.XPath.xml",
  9048. "ref/xamarinios10/_._",
  9049. "ref/xamarinmac20/_._",
  9050. "ref/xamarintvos10/_._",
  9051. "ref/xamarinwatchos10/_._",
  9052. "system.xml.xpath.4.0.1.nupkg.sha512",
  9053. "system.xml.xpath.nuspec"
  9054. ]
  9055. },
  9056. "System.Xml.XPath.XDocument/4.0.1": {
  9057. "sha512": "FLhdYJx4331oGovQypQ8JIw2kEmNzCsjVOVYY/16kZTUoquZG85oVn7yUhBE2OZt1yGPSXAL0HTEfzjlbNpM7Q==",
  9058. "type": "package",
  9059. "path": "system.xml.xpath.xdocument/4.0.1",
  9060. "files": [
  9061. "ThirdPartyNotices.txt",
  9062. "dotnet_library_license.txt",
  9063. "lib/MonoAndroid10/_._",
  9064. "lib/MonoTouch10/_._",
  9065. "lib/net46/System.Xml.XPath.XDocument.dll",
  9066. "lib/netstandard1.3/System.Xml.XPath.XDocument.dll",
  9067. "lib/xamarinios10/_._",
  9068. "lib/xamarinmac20/_._",
  9069. "lib/xamarintvos10/_._",
  9070. "lib/xamarinwatchos10/_._",
  9071. "ref/MonoAndroid10/_._",
  9072. "ref/MonoTouch10/_._",
  9073. "ref/net46/System.Xml.XPath.XDocument.dll",
  9074. "ref/netstandard1.3/System.Xml.XPath.XDocument.dll",
  9075. "ref/netstandard1.3/System.Xml.XPath.XDocument.xml",
  9076. "ref/netstandard1.3/de/System.Xml.XPath.XDocument.xml",
  9077. "ref/netstandard1.3/es/System.Xml.XPath.XDocument.xml",
  9078. "ref/netstandard1.3/fr/System.Xml.XPath.XDocument.xml",
  9079. "ref/netstandard1.3/it/System.Xml.XPath.XDocument.xml",
  9080. "ref/netstandard1.3/ja/System.Xml.XPath.XDocument.xml",
  9081. "ref/netstandard1.3/ko/System.Xml.XPath.XDocument.xml",
  9082. "ref/netstandard1.3/ru/System.Xml.XPath.XDocument.xml",
  9083. "ref/netstandard1.3/zh-hans/System.Xml.XPath.XDocument.xml",
  9084. "ref/netstandard1.3/zh-hant/System.Xml.XPath.XDocument.xml",
  9085. "ref/xamarinios10/_._",
  9086. "ref/xamarinmac20/_._",
  9087. "ref/xamarintvos10/_._",
  9088. "ref/xamarinwatchos10/_._",
  9089. "system.xml.xpath.xdocument.4.0.1.nupkg.sha512",
  9090. "system.xml.xpath.xdocument.nuspec"
  9091. ]
  9092. },
  9093. "System.Xml.XPath.XmlDocument/4.0.1": {
  9094. "sha512": "Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==",
  9095. "type": "package",
  9096. "path": "system.xml.xpath.xmldocument/4.0.1",
  9097. "files": [
  9098. "ThirdPartyNotices.txt",
  9099. "dotnet_library_license.txt",
  9100. "lib/MonoAndroid10/_._",
  9101. "lib/MonoTouch10/_._",
  9102. "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll",
  9103. "lib/xamarinios10/_._",
  9104. "lib/xamarinmac20/_._",
  9105. "lib/xamarintvos10/_._",
  9106. "lib/xamarinwatchos10/_._",
  9107. "ref/MonoAndroid10/_._",
  9108. "ref/MonoTouch10/_._",
  9109. "ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll",
  9110. "ref/netstandard1.3/System.Xml.XPath.XmlDocument.xml",
  9111. "ref/netstandard1.3/de/System.Xml.XPath.XmlDocument.xml",
  9112. "ref/netstandard1.3/es/System.Xml.XPath.XmlDocument.xml",
  9113. "ref/netstandard1.3/fr/System.Xml.XPath.XmlDocument.xml",
  9114. "ref/netstandard1.3/it/System.Xml.XPath.XmlDocument.xml",
  9115. "ref/netstandard1.3/ja/System.Xml.XPath.XmlDocument.xml",
  9116. "ref/netstandard1.3/ko/System.Xml.XPath.XmlDocument.xml",
  9117. "ref/netstandard1.3/ru/System.Xml.XPath.XmlDocument.xml",
  9118. "ref/netstandard1.3/zh-hans/System.Xml.XPath.XmlDocument.xml",
  9119. "ref/netstandard1.3/zh-hant/System.Xml.XPath.XmlDocument.xml",
  9120. "ref/xamarinios10/_._",
  9121. "ref/xamarinmac20/_._",
  9122. "ref/xamarintvos10/_._",
  9123. "ref/xamarinwatchos10/_._",
  9124. "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512",
  9125. "system.xml.xpath.xmldocument.nuspec"
  9126. ]
  9127. },
  9128. "xunit/2.2.0": {
  9129. "sha512": "DoB9o+x3erv1DGP+pSvrIC1pWg+23LeeG8nOGVldoF+qeWNqQbabc5jLfUWW4zLOsNZfvgHcmJIKuRcZMgoV+w==",
  9130. "type": "package",
  9131. "path": "xunit/2.2.0",
  9132. "files": [
  9133. "xunit.2.2.0.nupkg.sha512",
  9134. "xunit.nuspec"
  9135. ]
  9136. },
  9137. "xunit.abstractions/2.0.1": {
  9138. "sha512": "bDm/zdG5rnRDsobKuKwrvL4HccBdC0uvT12be6fG12P3d1U7u9Wkvfoq/PM2GeyIeb0Dtcmm/7k2oaawiqQ2Dg==",
  9139. "type": "package",
  9140. "path": "xunit.abstractions/2.0.1",
  9141. "files": [
  9142. "lib/net35/xunit.abstractions.dll",
  9143. "lib/net35/xunit.abstractions.xml",
  9144. "lib/netstandard1.0/xunit.abstractions.dll",
  9145. "lib/netstandard1.0/xunit.abstractions.xml",
  9146. "xunit.abstractions.2.0.1.nupkg.sha512",
  9147. "xunit.abstractions.nuspec"
  9148. ]
  9149. },
  9150. "xunit.assert/2.2.0": {
  9151. "sha512": "OZ1HADp3tv48wK+mPxdOr4kYPn3Y1RACYCWkX0IogKIyZ8fwLeLspVk9KdHfhqXGITnTvlMcOw6PmdRAwrUreQ==",
  9152. "type": "package",
  9153. "path": "xunit.assert/2.2.0",
  9154. "files": [
  9155. "lib/netstandard1.1/xunit.assert.dll",
  9156. "lib/netstandard1.1/xunit.assert.xml",
  9157. "xunit.assert.2.2.0.nupkg.sha512",
  9158. "xunit.assert.nuspec"
  9159. ]
  9160. },
  9161. "xunit.core/2.2.0": {
  9162. "sha512": "wuGOHofSt4sR/ros6N6S8FI2L9uuP5YsbcxM2kXpcRplMoY1pSgfEZaIRZm3NqDL/JJ/FHEksTEYkvxpc9H4Rw==",
  9163. "type": "package",
  9164. "path": "xunit.core/2.2.0",
  9165. "files": [
  9166. "build/_desktop/xunit.execution.desktop.dll",
  9167. "build/netstandard1.0/_._",
  9168. "build/uap10.0/xunit.core.props",
  9169. "xunit.core.2.2.0.nupkg.sha512",
  9170. "xunit.core.nuspec"
  9171. ]
  9172. },
  9173. "xunit.extensibility.core/2.2.0": {
  9174. "sha512": "2bT3sG8obWbRm45NewcV+Sr2K1whj88LnjQT7szJx1DcydgKR86ggV5rIZ5NccCWo2ctZMRb0QMYttVrhrG9Gw==",
  9175. "type": "package",
  9176. "path": "xunit.extensibility.core/2.2.0",
  9177. "files": [
  9178. "lib/netstandard1.1/xunit.core.dll",
  9179. "lib/netstandard1.1/xunit.core.dll.tdnet",
  9180. "lib/netstandard1.1/xunit.core.xml",
  9181. "lib/netstandard1.1/xunit.runner.tdnet.dll",
  9182. "lib/netstandard1.1/xunit.runner.utility.net452.dll",
  9183. "xunit.extensibility.core.2.2.0.nupkg.sha512",
  9184. "xunit.extensibility.core.nuspec"
  9185. ]
  9186. },
  9187. "xunit.extensibility.execution/2.2.0": {
  9188. "sha512": "4gjTrSUd/F6/pdsMsf+a1f1tcaUQnr59JvZQulmF8VwQbCh34ifie3iqriYyKyLmTQDUEJ/ZTPeZEDh0pxpTLA==",
  9189. "type": "package",
  9190. "path": "xunit.extensibility.execution/2.2.0",
  9191. "files": [
  9192. "lib/net452/xunit.execution.desktop.dll",
  9193. "lib/net452/xunit.execution.desktop.xml",
  9194. "lib/netstandard1.1/xunit.execution.dotnet.dll",
  9195. "lib/netstandard1.1/xunit.execution.dotnet.xml",
  9196. "xunit.extensibility.execution.2.2.0.nupkg.sha512",
  9197. "xunit.extensibility.execution.nuspec"
  9198. ]
  9199. },
  9200. "xunit.runner.visualstudio/2.2.0": {
  9201. "sha512": "CZimTpet23CeI2oXjDtICecAuEJ8Z4xSwNFY2tTKcGfm4IzKBrFmS3yzdqMMdAfiHYUgKlcyefflLOyO9ArKyQ==",
  9202. "type": "package",
  9203. "path": "xunit.runner.visualstudio/2.2.0",
  9204. "files": [
  9205. "build/_common/xunit.abstractions.dll",
  9206. "build/_common/xunit.runner.reporters.net452.dll",
  9207. "build/_common/xunit.runner.utility.net35.dll",
  9208. "build/_common/xunit.runner.visualstudio.testadapter.dll",
  9209. "build/net20/xunit.runner.visualstudio.props",
  9210. "build/netcoreapp1.0/xunit.runner.reporters.netstandard15.dll",
  9211. "build/netcoreapp1.0/xunit.runner.utility.netstandard15.dll",
  9212. "build/netcoreapp1.0/xunit.runner.visualstudio.dotnetcore.testadapter.dll",
  9213. "build/netcoreapp1.0/xunit.runner.visualstudio.props",
  9214. "build/uap10.0/xunit.runner.utility.netstandard11.dll",
  9215. "build/uap10.0/xunit.runner.visualstudio.props",
  9216. "build/uap10.0/xunit.runner.visualstudio.targets",
  9217. "build/uap10.0/xunit.runner.visualstudio.uwp.dll",
  9218. "build/uap10.0/xunit.runner.visualstudio.uwp.pri",
  9219. "xunit.runner.visualstudio.2.2.0.nupkg.sha512",
  9220. "xunit.runner.visualstudio.nuspec"
  9221. ]
  9222. },
  9223. "Passenger.Core/1.0.0": {
  9224. "type": "project",
  9225. "path": "../Passenger.Core/Passenger.Core.csproj",
  9226. "msbuildProject": "../Passenger.Core/Passenger.Core.csproj"
  9227. },
  9228. "Passenger.Infrastructure/1.0.0": {
  9229. "type": "project",
  9230. "path": "../Passenger.Infrastructure/Passenger.Infrastructure.csproj",
  9231. "msbuildProject": "../Passenger.Infrastructure/Passenger.Infrastructure.csproj"
  9232. }
  9233. },
  9234. "projectFileDependencyGroups": {
  9235. ".NETCoreApp,Version=v1.1": [
  9236. "FluentAssertions >= 4.19.0",
  9237. "Microsoft.NET.Test.Sdk >= 15.0.0",
  9238. "Microsoft.NETCore.App >= 1.1.1",
  9239. "Moq >= 4.7.8",
  9240. "Passenger.Core >= 1.0.0",
  9241. "Passenger.Infrastructure >= 1.0.0",
  9242. "dotnet-test-nunit >= 3.4.0-beta-3",
  9243. "xunit >= 2.2.0",
  9244. "xunit.runner.visualstudio >= 2.2.0"
  9245. ]
  9246. },
  9247. "packageFolders": {
  9248. "C:\\Users\\wojse\\.nuget\\packages\\": {},
  9249. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\": {}
  9250. },
  9251. "project": {
  9252. "version": "1.0.0",
  9253. "restore": {
  9254. "projectUniqueName": "D:\\01_Toci\\100_GIT\\Passenger\\Passenger.Tests\\Passenger.Tests.csproj",
  9255. "projectName": "Passenger.Tests",
  9256. "projectPath": "D:\\01_Toci\\100_GIT\\Passenger\\Passenger.Tests\\Passenger.Tests.csproj",
  9257. "packagesPath": "C:\\Users\\wojse\\.nuget\\packages\\",
  9258. "outputPath": "D:\\01_Toci\\100_GIT\\Passenger\\Passenger.Tests\\obj\\",
  9259. "projectStyle": "PackageReference",
  9260. "fallbackFolders": [
  9261. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\"
  9262. ],
  9263. "configFilePaths": [
  9264. "C:\\Users\\wojse\\AppData\\Roaming\\NuGet\\NuGet.Config",
  9265. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
  9266. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config"
  9267. ],
  9268. "originalTargetFrameworks": [
  9269. "netcoreapp1.1"
  9270. ],
  9271. "sources": {
  9272. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  9273. "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {},
  9274. "https://api.nuget.org/v3/index.json": {}
  9275. },
  9276. "frameworks": {
  9277. "netcoreapp1.1": {
  9278. "projectReferences": {
  9279. "D:\\01_Toci\\100_GIT\\Passenger\\Passenger.Core\\Passenger.Core.csproj": {
  9280. "projectPath": "D:\\01_Toci\\100_GIT\\Passenger\\Passenger.Core\\Passenger.Core.csproj"
  9281. },
  9282. "D:\\01_Toci\\100_GIT\\Passenger\\Passenger.Infrastructure\\Passenger.Infrastructure.csproj": {
  9283. "projectPath": "D:\\01_Toci\\100_GIT\\Passenger\\Passenger.Infrastructure\\Passenger.Infrastructure.csproj"
  9284. }
  9285. }
  9286. }
  9287. },
  9288. "warningProperties": {
  9289. "warnAsError": [
  9290. "NU1605"
  9291. ]
  9292. }
  9293. },
  9294. "frameworks": {
  9295. "netcoreapp1.1": {
  9296. "dependencies": {
  9297. "FluentAssertions": {
  9298. "target": "Package",
  9299. "version": "[4.19.0, )"
  9300. },
  9301. "Microsoft.NET.Test.Sdk": {
  9302. "target": "Package",
  9303. "version": "[15.0.0, )"
  9304. },
  9305. "Microsoft.NETCore.App": {
  9306. "target": "Package",
  9307. "version": "[1.1.1, )",
  9308. "autoReferenced": true
  9309. },
  9310. "Moq": {
  9311. "target": "Package",
  9312. "version": "[4.7.8, )"
  9313. },
  9314. "dotnet-test-nunit": {
  9315. "target": "Package",
  9316. "version": "[3.4.0-beta-3, )"
  9317. },
  9318. "xunit": {
  9319. "target": "Package",
  9320. "version": "[2.2.0, )"
  9321. },
  9322. "xunit.runner.visualstudio": {
  9323. "target": "Package",
  9324. "version": "[2.2.0, )"
  9325. }
  9326. },
  9327. "imports": [
  9328. "dnxcore50"
  9329. ]
  9330. }
  9331. }
  9332. },
  9333. "logs": [
  9334. {
  9335. "code": "NU1603",
  9336. "level": "Warning",
  9337. "warningLevel": 1,
  9338. "message": "Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved.",
  9339. "libraryId": "System.ComponentModel.TypeConverter",
  9340. "targetGraphs": [
  9341. ".NETCoreApp,Version=v1.1"
  9342. ]
  9343. }
  9344. ]
  9345. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement