飞依诺接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2505 lines
99 KiB

2 years ago
  1. {
  2. "version": 3,
  3. "targets": {
  4. "net6.0": {
  5. "Azure.Core/1.6.0": {
  6. "type": "package",
  7. "dependencies": {
  8. "Microsoft.Bcl.AsyncInterfaces": "1.0.0",
  9. "System.Buffers": "4.5.0",
  10. "System.Diagnostics.DiagnosticSource": "4.6.0",
  11. "System.Memory": "4.5.3",
  12. "System.Numerics.Vectors": "4.5.0",
  13. "System.Text.Json": "4.6.0",
  14. "System.Threading.Tasks.Extensions": "4.5.2"
  15. },
  16. "compile": {
  17. "lib/netstandard2.0/Azure.Core.dll": {
  18. "related": ".xml"
  19. }
  20. },
  21. "runtime": {
  22. "lib/netstandard2.0/Azure.Core.dll": {
  23. "related": ".xml"
  24. }
  25. }
  26. },
  27. "Azure.Identity/1.3.0": {
  28. "type": "package",
  29. "dependencies": {
  30. "Azure.Core": "1.6.0",
  31. "Microsoft.Identity.Client": "4.22.0",
  32. "Microsoft.Identity.Client.Extensions.Msal": "2.16.5",
  33. "System.Memory": "4.5.3",
  34. "System.Security.Cryptography.ProtectedData": "4.5.0",
  35. "System.Text.Json": "4.6.0",
  36. "System.Threading.Tasks.Extensions": "4.5.2"
  37. },
  38. "compile": {
  39. "lib/netstandard2.0/Azure.Identity.dll": {
  40. "related": ".xml"
  41. }
  42. },
  43. "runtime": {
  44. "lib/netstandard2.0/Azure.Identity.dll": {
  45. "related": ".xml"
  46. }
  47. }
  48. },
  49. "Microsoft.Bcl.AsyncInterfaces/1.0.0": {
  50. "type": "package",
  51. "compile": {
  52. "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {}
  53. },
  54. "runtime": {
  55. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  56. "related": ".xml"
  57. }
  58. }
  59. },
  60. "Microsoft.CSharp/4.5.0": {
  61. "type": "package",
  62. "compile": {
  63. "ref/netcoreapp2.0/_._": {}
  64. },
  65. "runtime": {
  66. "lib/netcoreapp2.0/_._": {}
  67. }
  68. },
  69. "Microsoft.Data.SqlClient/4.0.0": {
  70. "type": "package",
  71. "dependencies": {
  72. "Azure.Identity": "1.3.0",
  73. "Microsoft.Data.SqlClient.SNI.runtime": "4.0.0",
  74. "Microsoft.Identity.Client": "4.22.0",
  75. "Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
  76. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0",
  77. "Microsoft.Win32.Registry": "5.0.0",
  78. "System.Buffers": "4.5.1",
  79. "System.Configuration.ConfigurationManager": "5.0.0",
  80. "System.Diagnostics.DiagnosticSource": "5.0.0",
  81. "System.IO": "4.3.0",
  82. "System.Resources.ResourceManager": "4.3.0",
  83. "System.Runtime.Caching": "5.0.0",
  84. "System.Security.Cryptography.Cng": "5.0.0",
  85. "System.Security.Principal.Windows": "5.0.0",
  86. "System.Text.Encoding.CodePages": "5.0.0",
  87. "System.Text.Encodings.Web": "4.7.2"
  88. },
  89. "compile": {
  90. "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  91. "related": ".pdb;.xml"
  92. }
  93. },
  94. "runtime": {
  95. "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  96. "related": ".pdb;.xml"
  97. }
  98. },
  99. "runtimeTargets": {
  100. "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  101. "assetType": "runtime",
  102. "rid": "unix"
  103. },
  104. "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  105. "assetType": "runtime",
  106. "rid": "win"
  107. }
  108. }
  109. },
  110. "Microsoft.Data.SqlClient.SNI.runtime/4.0.0": {
  111. "type": "package",
  112. "runtimeTargets": {
  113. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  114. "assetType": "native",
  115. "rid": "win-arm"
  116. },
  117. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  118. "assetType": "native",
  119. "rid": "win-arm64"
  120. },
  121. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  122. "assetType": "native",
  123. "rid": "win-x64"
  124. },
  125. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  126. "assetType": "native",
  127. "rid": "win-x86"
  128. }
  129. }
  130. },
  131. "Microsoft.Identity.Client/4.22.0": {
  132. "type": "package",
  133. "compile": {
  134. "ref/netcoreapp2.1/Microsoft.Identity.Client.dll": {
  135. "related": ".xml"
  136. }
  137. },
  138. "runtime": {
  139. "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
  140. "related": ".xml"
  141. }
  142. }
  143. },
  144. "Microsoft.Identity.Client.Extensions.Msal/2.16.5": {
  145. "type": "package",
  146. "dependencies": {
  147. "Microsoft.Identity.Client": "4.22.0",
  148. "System.Security.Cryptography.ProtectedData": "4.5.0"
  149. },
  150. "compile": {
  151. "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": {
  152. "related": ".xml"
  153. }
  154. },
  155. "runtime": {
  156. "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": {
  157. "related": ".xml"
  158. }
  159. }
  160. },
  161. "Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
  162. "type": "package",
  163. "dependencies": {
  164. "Microsoft.IdentityModel.Tokens": "6.8.0"
  165. },
  166. "compile": {
  167. "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  168. "related": ".xml"
  169. }
  170. },
  171. "runtime": {
  172. "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  173. "related": ".xml"
  174. }
  175. }
  176. },
  177. "Microsoft.IdentityModel.Logging/6.8.0": {
  178. "type": "package",
  179. "compile": {
  180. "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
  181. "related": ".xml"
  182. }
  183. },
  184. "runtime": {
  185. "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
  186. "related": ".xml"
  187. }
  188. }
  189. },
  190. "Microsoft.IdentityModel.Protocols/6.8.0": {
  191. "type": "package",
  192. "dependencies": {
  193. "Microsoft.IdentityModel.Logging": "6.8.0",
  194. "Microsoft.IdentityModel.Tokens": "6.8.0"
  195. },
  196. "compile": {
  197. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
  198. "related": ".xml"
  199. }
  200. },
  201. "runtime": {
  202. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
  203. "related": ".xml"
  204. }
  205. }
  206. },
  207. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
  208. "type": "package",
  209. "dependencies": {
  210. "Microsoft.IdentityModel.Protocols": "6.8.0",
  211. "System.IdentityModel.Tokens.Jwt": "6.8.0"
  212. },
  213. "compile": {
  214. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  215. "related": ".xml"
  216. }
  217. },
  218. "runtime": {
  219. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  220. "related": ".xml"
  221. }
  222. }
  223. },
  224. "Microsoft.IdentityModel.Tokens/6.8.0": {
  225. "type": "package",
  226. "dependencies": {
  227. "Microsoft.CSharp": "4.5.0",
  228. "Microsoft.IdentityModel.Logging": "6.8.0",
  229. "System.Security.Cryptography.Cng": "4.5.0"
  230. },
  231. "compile": {
  232. "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
  233. "related": ".xml"
  234. }
  235. },
  236. "runtime": {
  237. "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
  238. "related": ".xml"
  239. }
  240. }
  241. },
  242. "Microsoft.NETCore.Platforms/5.0.0": {
  243. "type": "package",
  244. "compile": {
  245. "lib/netstandard1.0/_._": {}
  246. },
  247. "runtime": {
  248. "lib/netstandard1.0/_._": {}
  249. }
  250. },
  251. "Microsoft.NETCore.Targets/1.1.0": {
  252. "type": "package",
  253. "compile": {
  254. "lib/netstandard1.0/_._": {}
  255. },
  256. "runtime": {
  257. "lib/netstandard1.0/_._": {}
  258. }
  259. },
  260. "Microsoft.Win32.Registry/5.0.0": {
  261. "type": "package",
  262. "dependencies": {
  263. "System.Security.AccessControl": "5.0.0",
  264. "System.Security.Principal.Windows": "5.0.0"
  265. },
  266. "compile": {
  267. "ref/netstandard2.0/_._": {
  268. "related": ".xml"
  269. }
  270. },
  271. "runtime": {
  272. "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
  273. "related": ".xml"
  274. }
  275. },
  276. "runtimeTargets": {
  277. "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
  278. "assetType": "runtime",
  279. "rid": "win"
  280. }
  281. }
  282. },
  283. "Microsoft.Win32.SystemEvents/5.0.0": {
  284. "type": "package",
  285. "dependencies": {
  286. "Microsoft.NETCore.Platforms": "5.0.0"
  287. },
  288. "compile": {
  289. "ref/netstandard2.0/_._": {
  290. "related": ".xml"
  291. }
  292. },
  293. "runtime": {
  294. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
  295. "related": ".xml"
  296. }
  297. },
  298. "runtimeTargets": {
  299. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
  300. "assetType": "runtime",
  301. "rid": "win"
  302. }
  303. }
  304. },
  305. "System.Buffers/4.5.1": {
  306. "type": "package",
  307. "compile": {
  308. "ref/netcoreapp2.0/_._": {}
  309. },
  310. "runtime": {
  311. "lib/netcoreapp2.0/_._": {}
  312. }
  313. },
  314. "System.Configuration.ConfigurationManager/5.0.0": {
  315. "type": "package",
  316. "dependencies": {
  317. "System.Security.Cryptography.ProtectedData": "5.0.0",
  318. "System.Security.Permissions": "5.0.0"
  319. },
  320. "compile": {
  321. "ref/netstandard2.0/_._": {
  322. "related": ".xml"
  323. }
  324. },
  325. "runtime": {
  326. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
  327. "related": ".xml"
  328. }
  329. }
  330. },
  331. "System.Diagnostics.DiagnosticSource/5.0.0": {
  332. "type": "package",
  333. "compile": {
  334. "lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {
  335. "related": ".xml"
  336. }
  337. },
  338. "runtime": {
  339. "lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {
  340. "related": ".xml"
  341. }
  342. }
  343. },
  344. "System.Drawing.Common/5.0.0": {
  345. "type": "package",
  346. "dependencies": {
  347. "Microsoft.Win32.SystemEvents": "5.0.0"
  348. },
  349. "compile": {
  350. "ref/netcoreapp3.0/_._": {
  351. "related": ".xml"
  352. }
  353. },
  354. "runtime": {
  355. "lib/netcoreapp3.0/System.Drawing.Common.dll": {
  356. "related": ".xml"
  357. }
  358. },
  359. "runtimeTargets": {
  360. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  361. "assetType": "runtime",
  362. "rid": "unix"
  363. },
  364. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  365. "assetType": "runtime",
  366. "rid": "win"
  367. }
  368. }
  369. },
  370. "System.Formats.Asn1/5.0.0": {
  371. "type": "package",
  372. "compile": {
  373. "lib/netstandard2.0/_._": {
  374. "related": ".xml"
  375. }
  376. },
  377. "runtime": {
  378. "lib/netstandard2.0/System.Formats.Asn1.dll": {
  379. "related": ".xml"
  380. }
  381. }
  382. },
  383. "System.Globalization/4.3.0": {
  384. "type": "package",
  385. "dependencies": {
  386. "Microsoft.NETCore.Platforms": "1.1.0",
  387. "Microsoft.NETCore.Targets": "1.1.0",
  388. "System.Runtime": "4.3.0"
  389. },
  390. "compile": {
  391. "ref/netstandard1.3/System.Globalization.dll": {
  392. "related": ".xml"
  393. }
  394. }
  395. },
  396. "System.IdentityModel.Tokens.Jwt/6.8.0": {
  397. "type": "package",
  398. "dependencies": {
  399. "Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
  400. "Microsoft.IdentityModel.Tokens": "6.8.0"
  401. },
  402. "compile": {
  403. "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
  404. "related": ".xml"
  405. }
  406. },
  407. "runtime": {
  408. "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
  409. "related": ".xml"
  410. }
  411. }
  412. },
  413. "System.IO/4.3.0": {
  414. "type": "package",
  415. "dependencies": {
  416. "Microsoft.NETCore.Platforms": "1.1.0",
  417. "Microsoft.NETCore.Targets": "1.1.0",
  418. "System.Runtime": "4.3.0",
  419. "System.Text.Encoding": "4.3.0",
  420. "System.Threading.Tasks": "4.3.0"
  421. },
  422. "compile": {
  423. "ref/netstandard1.5/System.IO.dll": {
  424. "related": ".xml"
  425. }
  426. }
  427. },
  428. "System.Memory/4.5.3": {
  429. "type": "package",
  430. "compile": {
  431. "ref/netcoreapp2.1/_._": {}
  432. },
  433. "runtime": {
  434. "lib/netcoreapp2.1/_._": {}
  435. }
  436. },
  437. "System.Numerics.Vectors/4.5.0": {
  438. "type": "package",
  439. "compile": {
  440. "ref/netcoreapp2.0/_._": {}
  441. },
  442. "runtime": {
  443. "lib/netcoreapp2.0/_._": {}
  444. }
  445. },
  446. "System.Reflection/4.3.0": {
  447. "type": "package",
  448. "dependencies": {
  449. "Microsoft.NETCore.Platforms": "1.1.0",
  450. "Microsoft.NETCore.Targets": "1.1.0",
  451. "System.IO": "4.3.0",
  452. "System.Reflection.Primitives": "4.3.0",
  453. "System.Runtime": "4.3.0"
  454. },
  455. "compile": {
  456. "ref/netstandard1.5/System.Reflection.dll": {
  457. "related": ".xml"
  458. }
  459. }
  460. },
  461. "System.Reflection.Primitives/4.3.0": {
  462. "type": "package",
  463. "dependencies": {
  464. "Microsoft.NETCore.Platforms": "1.1.0",
  465. "Microsoft.NETCore.Targets": "1.1.0",
  466. "System.Runtime": "4.3.0"
  467. },
  468. "compile": {
  469. "ref/netstandard1.0/System.Reflection.Primitives.dll": {
  470. "related": ".xml"
  471. }
  472. }
  473. },
  474. "System.Resources.ResourceManager/4.3.0": {
  475. "type": "package",
  476. "dependencies": {
  477. "Microsoft.NETCore.Platforms": "1.1.0",
  478. "Microsoft.NETCore.Targets": "1.1.0",
  479. "System.Globalization": "4.3.0",
  480. "System.Reflection": "4.3.0",
  481. "System.Runtime": "4.3.0"
  482. },
  483. "compile": {
  484. "ref/netstandard1.0/System.Resources.ResourceManager.dll": {
  485. "related": ".xml"
  486. }
  487. }
  488. },
  489. "System.Runtime/4.3.0": {
  490. "type": "package",
  491. "dependencies": {
  492. "Microsoft.NETCore.Platforms": "1.1.0",
  493. "Microsoft.NETCore.Targets": "1.1.0"
  494. },
  495. "compile": {
  496. "ref/netstandard1.5/System.Runtime.dll": {
  497. "related": ".xml"
  498. }
  499. }
  500. },
  501. "System.Runtime.Caching/5.0.0": {
  502. "type": "package",
  503. "dependencies": {
  504. "System.Configuration.ConfigurationManager": "5.0.0"
  505. },
  506. "compile": {
  507. "ref/netstandard2.0/_._": {
  508. "related": ".xml"
  509. }
  510. },
  511. "runtime": {
  512. "lib/netstandard2.0/System.Runtime.Caching.dll": {
  513. "related": ".xml"
  514. }
  515. },
  516. "runtimeTargets": {
  517. "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": {
  518. "assetType": "runtime",
  519. "rid": "win"
  520. }
  521. }
  522. },
  523. "System.Security.AccessControl/5.0.0": {
  524. "type": "package",
  525. "dependencies": {
  526. "Microsoft.NETCore.Platforms": "5.0.0",
  527. "System.Security.Principal.Windows": "5.0.0"
  528. },
  529. "compile": {
  530. "ref/netstandard2.0/_._": {
  531. "related": ".xml"
  532. }
  533. },
  534. "runtime": {
  535. "lib/netstandard2.0/System.Security.AccessControl.dll": {
  536. "related": ".xml"
  537. }
  538. },
  539. "runtimeTargets": {
  540. "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
  541. "assetType": "runtime",
  542. "rid": "win"
  543. }
  544. }
  545. },
  546. "System.Security.Cryptography.Cng/5.0.0": {
  547. "type": "package",
  548. "dependencies": {
  549. "System.Formats.Asn1": "5.0.0"
  550. },
  551. "compile": {
  552. "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
  553. "related": ".xml"
  554. }
  555. },
  556. "runtime": {
  557. "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
  558. "related": ".xml"
  559. }
  560. },
  561. "runtimeTargets": {
  562. "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
  563. "assetType": "runtime",
  564. "rid": "win"
  565. }
  566. }
  567. },
  568. "System.Security.Cryptography.ProtectedData/5.0.0": {
  569. "type": "package",
  570. "compile": {
  571. "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  572. "related": ".xml"
  573. }
  574. },
  575. "runtime": {
  576. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  577. "related": ".xml"
  578. }
  579. },
  580. "runtimeTargets": {
  581. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  582. "assetType": "runtime",
  583. "rid": "win"
  584. }
  585. }
  586. },
  587. "System.Security.Permissions/5.0.0": {
  588. "type": "package",
  589. "dependencies": {
  590. "System.Security.AccessControl": "5.0.0",
  591. "System.Windows.Extensions": "5.0.0"
  592. },
  593. "compile": {
  594. "ref/net5.0/_._": {
  595. "related": ".xml"
  596. }
  597. },
  598. "runtime": {
  599. "lib/net5.0/System.Security.Permissions.dll": {
  600. "related": ".xml"
  601. }
  602. }
  603. },
  604. "System.Security.Principal.Windows/5.0.0": {
  605. "type": "package",
  606. "compile": {
  607. "ref/netcoreapp3.0/_._": {
  608. "related": ".xml"
  609. }
  610. },
  611. "runtime": {
  612. "lib/netstandard2.0/System.Security.Principal.Windows.dll": {
  613. "related": ".xml"
  614. }
  615. },
  616. "runtimeTargets": {
  617. "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
  618. "assetType": "runtime",
  619. "rid": "unix"
  620. },
  621. "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
  622. "assetType": "runtime",
  623. "rid": "win"
  624. }
  625. }
  626. },
  627. "System.Text.Encoding/4.3.0": {
  628. "type": "package",
  629. "dependencies": {
  630. "Microsoft.NETCore.Platforms": "1.1.0",
  631. "Microsoft.NETCore.Targets": "1.1.0",
  632. "System.Runtime": "4.3.0"
  633. },
  634. "compile": {
  635. "ref/netstandard1.3/System.Text.Encoding.dll": {
  636. "related": ".xml"
  637. }
  638. }
  639. },
  640. "System.Text.Encoding.CodePages/5.0.0": {
  641. "type": "package",
  642. "dependencies": {
  643. "Microsoft.NETCore.Platforms": "5.0.0"
  644. },
  645. "compile": {
  646. "lib/netstandard2.0/_._": {
  647. "related": ".xml"
  648. }
  649. },
  650. "runtime": {
  651. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
  652. "related": ".xml"
  653. }
  654. },
  655. "runtimeTargets": {
  656. "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
  657. "assetType": "runtime",
  658. "rid": "win"
  659. }
  660. }
  661. },
  662. "System.Text.Encodings.Web/4.7.2": {
  663. "type": "package",
  664. "compile": {
  665. "lib/netstandard2.1/System.Text.Encodings.Web.dll": {
  666. "related": ".xml"
  667. }
  668. },
  669. "runtime": {
  670. "lib/netstandard2.1/System.Text.Encodings.Web.dll": {
  671. "related": ".xml"
  672. }
  673. }
  674. },
  675. "System.Text.Json/4.6.0": {
  676. "type": "package",
  677. "compile": {
  678. "lib/netcoreapp3.0/System.Text.Json.dll": {
  679. "related": ".xml"
  680. }
  681. },
  682. "runtime": {
  683. "lib/netcoreapp3.0/System.Text.Json.dll": {
  684. "related": ".xml"
  685. }
  686. }
  687. },
  688. "System.Threading.Tasks/4.3.0": {
  689. "type": "package",
  690. "dependencies": {
  691. "Microsoft.NETCore.Platforms": "1.1.0",
  692. "Microsoft.NETCore.Targets": "1.1.0",
  693. "System.Runtime": "4.3.0"
  694. },
  695. "compile": {
  696. "ref/netstandard1.3/System.Threading.Tasks.dll": {
  697. "related": ".xml"
  698. }
  699. }
  700. },
  701. "System.Threading.Tasks.Extensions/4.5.2": {
  702. "type": "package",
  703. "compile": {
  704. "ref/netcoreapp2.1/_._": {}
  705. },
  706. "runtime": {
  707. "lib/netcoreapp2.1/_._": {}
  708. }
  709. },
  710. "System.Windows.Extensions/5.0.0": {
  711. "type": "package",
  712. "dependencies": {
  713. "System.Drawing.Common": "5.0.0"
  714. },
  715. "compile": {
  716. "ref/netcoreapp3.0/_._": {
  717. "related": ".xml"
  718. }
  719. },
  720. "runtime": {
  721. "lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  722. "related": ".xml"
  723. }
  724. },
  725. "runtimeTargets": {
  726. "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  727. "assetType": "runtime",
  728. "rid": "win"
  729. }
  730. }
  731. }
  732. }
  733. },
  734. "libraries": {
  735. "Azure.Core/1.6.0": {
  736. "sha512": "kI4m2NsODPOrxo0OoKjk6B3ADbdovhDQIEmI4039upjjZKRaewVLx/Uz4DfRa/NtnIRZQPUALe1yvdHWAoRt4w==",
  737. "type": "package",
  738. "path": "azure.core/1.6.0",
  739. "files": [
  740. ".nupkg.metadata",
  741. ".signature.p7s",
  742. "CHANGELOG.md",
  743. "README.md",
  744. "azure.core.1.6.0.nupkg.sha512",
  745. "azure.core.nuspec",
  746. "lib/net461/Azure.Core.dll",
  747. "lib/net461/Azure.Core.xml",
  748. "lib/netstandard2.0/Azure.Core.dll",
  749. "lib/netstandard2.0/Azure.Core.xml",
  750. "pkgicon.png"
  751. ]
  752. },
  753. "Azure.Identity/1.3.0": {
  754. "sha512": "l1SYfZKOFBuUFG7C2SWHmJcrQQaiXgBdVCycx4vcZQkC6efDVt7mzZ5pfJAFEJDBUq7mjRQ0RPq9ZDGdSswqMg==",
  755. "type": "package",
  756. "path": "azure.identity/1.3.0",
  757. "files": [
  758. ".nupkg.metadata",
  759. ".signature.p7s",
  760. "CHANGELOG.md",
  761. "README.md",
  762. "azure.identity.1.3.0.nupkg.sha512",
  763. "azure.identity.nuspec",
  764. "lib/netstandard2.0/Azure.Identity.dll",
  765. "lib/netstandard2.0/Azure.Identity.xml",
  766. "pkgicon.png"
  767. ]
  768. },
  769. "Microsoft.Bcl.AsyncInterfaces/1.0.0": {
  770. "sha512": "K63Y4hORbBcKLWH5wnKgzyn7TOfYzevIEwIedQHBIkmkEBA9SCqgvom+XTuE+fAFGvINGkhFItaZ2dvMGdT5iw==",
  771. "type": "package",
  772. "path": "microsoft.bcl.asyncinterfaces/1.0.0",
  773. "files": [
  774. ".nupkg.metadata",
  775. ".signature.p7s",
  776. "LICENSE.TXT",
  777. "THIRD-PARTY-NOTICES.TXT",
  778. "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll",
  779. "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml",
  780. "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
  781. "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml",
  782. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
  783. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml",
  784. "microsoft.bcl.asyncinterfaces.1.0.0.nupkg.sha512",
  785. "microsoft.bcl.asyncinterfaces.nuspec",
  786. "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll",
  787. "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
  788. "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
  789. "useSharedDesignerContext.txt",
  790. "version.txt"
  791. ]
  792. },
  793. "Microsoft.CSharp/4.5.0": {
  794. "sha512": "kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
  795. "type": "package",
  796. "path": "microsoft.csharp/4.5.0",
  797. "files": [
  798. ".nupkg.metadata",
  799. ".signature.p7s",
  800. "LICENSE.TXT",
  801. "THIRD-PARTY-NOTICES.TXT",
  802. "lib/MonoAndroid10/_._",
  803. "lib/MonoTouch10/_._",
  804. "lib/net45/_._",
  805. "lib/netcore50/Microsoft.CSharp.dll",
  806. "lib/netcoreapp2.0/_._",
  807. "lib/netstandard1.3/Microsoft.CSharp.dll",
  808. "lib/netstandard2.0/Microsoft.CSharp.dll",
  809. "lib/portable-net45+win8+wp8+wpa81/_._",
  810. "lib/uap10.0.16299/_._",
  811. "lib/win8/_._",
  812. "lib/wp80/_._",
  813. "lib/wpa81/_._",
  814. "lib/xamarinios10/_._",
  815. "lib/xamarinmac20/_._",
  816. "lib/xamarintvos10/_._",
  817. "lib/xamarinwatchos10/_._",
  818. "microsoft.csharp.4.5.0.nupkg.sha512",
  819. "microsoft.csharp.nuspec",
  820. "ref/MonoAndroid10/_._",
  821. "ref/MonoTouch10/_._",
  822. "ref/net45/_._",
  823. "ref/netcore50/Microsoft.CSharp.dll",
  824. "ref/netcore50/Microsoft.CSharp.xml",
  825. "ref/netcore50/de/Microsoft.CSharp.xml",
  826. "ref/netcore50/es/Microsoft.CSharp.xml",
  827. "ref/netcore50/fr/Microsoft.CSharp.xml",
  828. "ref/netcore50/it/Microsoft.CSharp.xml",
  829. "ref/netcore50/ja/Microsoft.CSharp.xml",
  830. "ref/netcore50/ko/Microsoft.CSharp.xml",
  831. "ref/netcore50/ru/Microsoft.CSharp.xml",
  832. "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
  833. "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
  834. "ref/netcoreapp2.0/_._",
  835. "ref/netstandard1.0/Microsoft.CSharp.dll",
  836. "ref/netstandard1.0/Microsoft.CSharp.xml",
  837. "ref/netstandard1.0/de/Microsoft.CSharp.xml",
  838. "ref/netstandard1.0/es/Microsoft.CSharp.xml",
  839. "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
  840. "ref/netstandard1.0/it/Microsoft.CSharp.xml",
  841. "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
  842. "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
  843. "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
  844. "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
  845. "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
  846. "ref/netstandard2.0/Microsoft.CSharp.dll",
  847. "ref/netstandard2.0/Microsoft.CSharp.xml",
  848. "ref/portable-net45+win8+wp8+wpa81/_._",
  849. "ref/uap10.0.16299/_._",
  850. "ref/win8/_._",
  851. "ref/wp80/_._",
  852. "ref/wpa81/_._",
  853. "ref/xamarinios10/_._",
  854. "ref/xamarinmac20/_._",
  855. "ref/xamarintvos10/_._",
  856. "ref/xamarinwatchos10/_._",
  857. "useSharedDesignerContext.txt",
  858. "version.txt"
  859. ]
  860. },
  861. "Microsoft.Data.SqlClient/4.0.0": {
  862. "sha512": "YGYfWg3Xth2EXAy8TBN4Fgj0FY6BnGgCtT6ypKuqKojiGAtLsRtRbP8KOXNy8+SMK6AVzAguvl8K5zX9uqg8yA==",
  863. "type": "package",
  864. "path": "microsoft.data.sqlclient/4.0.0",
  865. "files": [
  866. ".nupkg.metadata",
  867. ".signature.p7s",
  868. "dotnet.png",
  869. "lib/net461/Microsoft.Data.SqlClient.dll",
  870. "lib/net461/Microsoft.Data.SqlClient.pdb",
  871. "lib/net461/Microsoft.Data.SqlClient.xml",
  872. "lib/net461/de/Microsoft.Data.SqlClient.resources.dll",
  873. "lib/net461/es/Microsoft.Data.SqlClient.resources.dll",
  874. "lib/net461/fr/Microsoft.Data.SqlClient.resources.dll",
  875. "lib/net461/it/Microsoft.Data.SqlClient.resources.dll",
  876. "lib/net461/ja/Microsoft.Data.SqlClient.resources.dll",
  877. "lib/net461/ko/Microsoft.Data.SqlClient.resources.dll",
  878. "lib/net461/pt-BR/Microsoft.Data.SqlClient.resources.dll",
  879. "lib/net461/ru/Microsoft.Data.SqlClient.resources.dll",
  880. "lib/net461/zh-Hans/Microsoft.Data.SqlClient.resources.dll",
  881. "lib/net461/zh-Hant/Microsoft.Data.SqlClient.resources.dll",
  882. "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll",
  883. "lib/netcoreapp3.1/Microsoft.Data.SqlClient.pdb",
  884. "lib/netcoreapp3.1/Microsoft.Data.SqlClient.xml",
  885. "lib/netstandard2.0/Microsoft.Data.SqlClient.dll",
  886. "lib/netstandard2.0/Microsoft.Data.SqlClient.pdb",
  887. "lib/netstandard2.0/Microsoft.Data.SqlClient.xml",
  888. "lib/netstandard2.1/Microsoft.Data.SqlClient.dll",
  889. "lib/netstandard2.1/Microsoft.Data.SqlClient.pdb",
  890. "lib/netstandard2.1/Microsoft.Data.SqlClient.xml",
  891. "microsoft.data.sqlclient.4.0.0.nupkg.sha512",
  892. "microsoft.data.sqlclient.nuspec",
  893. "ref/net461/Microsoft.Data.SqlClient.dll",
  894. "ref/net461/Microsoft.Data.SqlClient.pdb",
  895. "ref/net461/Microsoft.Data.SqlClient.xml",
  896. "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll",
  897. "ref/netcoreapp3.1/Microsoft.Data.SqlClient.pdb",
  898. "ref/netcoreapp3.1/Microsoft.Data.SqlClient.xml",
  899. "ref/netstandard2.0/Microsoft.Data.SqlClient.dll",
  900. "ref/netstandard2.0/Microsoft.Data.SqlClient.pdb",
  901. "ref/netstandard2.0/Microsoft.Data.SqlClient.xml",
  902. "ref/netstandard2.1/Microsoft.Data.SqlClient.dll",
  903. "ref/netstandard2.1/Microsoft.Data.SqlClient.pdb",
  904. "ref/netstandard2.1/Microsoft.Data.SqlClient.xml",
  905. "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll",
  906. "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.pdb",
  907. "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll",
  908. "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb",
  909. "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll",
  910. "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb",
  911. "runtimes/win/lib/net461/Microsoft.Data.SqlClient.dll",
  912. "runtimes/win/lib/net461/Microsoft.Data.SqlClient.pdb",
  913. "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll",
  914. "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.pdb",
  915. "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll",
  916. "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb",
  917. "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll",
  918. "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb"
  919. ]
  920. },
  921. "Microsoft.Data.SqlClient.SNI.runtime/4.0.0": {
  922. "sha512": "wtLlRwQX7YoBUYm25xBjJ3UsuLgycme1xXqDn8t3S5kPCWiZrx8uOkyZHLKzH4kkCiQ9m2/J5JeCKNRbZNn3Qg==",
  923. "type": "package",
  924. "path": "microsoft.data.sqlclient.sni.runtime/4.0.0",
  925. "files": [
  926. ".nupkg.metadata",
  927. ".signature.p7s",
  928. "LICENSE.txt",
  929. "dotnet.png",
  930. "microsoft.data.sqlclient.sni.runtime.4.0.0.nupkg.sha512",
  931. "microsoft.data.sqlclient.sni.runtime.nuspec",
  932. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll",
  933. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll",
  934. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll",
  935. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll"
  936. ]
  937. },
  938. "Microsoft.Identity.Client/4.22.0": {
  939. "sha512": "GlamU9rs8cSVIx9WSGv5QKpt66KkE+ImxNa/wNZZUJ3knt3PM98T9sOY8B7NcEfhw7NoxU2/0TSOcmnRSJQgqw==",
  940. "type": "package",
  941. "path": "microsoft.identity.client/4.22.0",
  942. "files": [
  943. ".nupkg.metadata",
  944. ".signature.p7s",
  945. "lib/monoandroid10.0/Microsoft.Identity.Client.dll",
  946. "lib/monoandroid10.0/Microsoft.Identity.Client.xml",
  947. "lib/monoandroid90/Microsoft.Identity.Client.dll",
  948. "lib/monoandroid90/Microsoft.Identity.Client.xml",
  949. "lib/net45/Microsoft.Identity.Client.dll",
  950. "lib/net45/Microsoft.Identity.Client.xml",
  951. "lib/net461/Microsoft.Identity.Client.dll",
  952. "lib/net461/Microsoft.Identity.Client.xml",
  953. "lib/netcoreapp2.1/Microsoft.Identity.Client.dll",
  954. "lib/netcoreapp2.1/Microsoft.Identity.Client.xml",
  955. "lib/netstandard1.3/Microsoft.Identity.Client.dll",
  956. "lib/netstandard1.3/Microsoft.Identity.Client.xml",
  957. "lib/uap10.0/Microsoft.Identity.Client.dll",
  958. "lib/uap10.0/Microsoft.Identity.Client.pri",
  959. "lib/uap10.0/Microsoft.Identity.Client.xml",
  960. "lib/xamarinios10/Microsoft.Identity.Client.dll",
  961. "lib/xamarinios10/Microsoft.Identity.Client.xml",
  962. "lib/xamarinmac20/Microsoft.Identity.Client.dll",
  963. "lib/xamarinmac20/Microsoft.Identity.Client.xml",
  964. "microsoft.identity.client.4.22.0.nupkg.sha512",
  965. "microsoft.identity.client.nuspec",
  966. "ref/MonoAndroid10.0/Microsoft.Identity.Client.dll",
  967. "ref/MonoAndroid10.0/Microsoft.Identity.Client.xml",
  968. "ref/MonoAndroid9.0/Microsoft.Identity.Client.dll",
  969. "ref/MonoAndroid9.0/Microsoft.Identity.Client.xml",
  970. "ref/Xamarin.iOS10/Microsoft.Identity.Client.dll",
  971. "ref/Xamarin.iOS10/Microsoft.Identity.Client.xml",
  972. "ref/net45/Microsoft.Identity.Client.dll",
  973. "ref/net45/Microsoft.Identity.Client.xml",
  974. "ref/net461/Microsoft.Identity.Client.dll",
  975. "ref/net461/Microsoft.Identity.Client.xml",
  976. "ref/netcoreapp2.1/Microsoft.Identity.Client.dll",
  977. "ref/netcoreapp2.1/Microsoft.Identity.Client.xml",
  978. "ref/netstandard1.3/Microsoft.Identity.Client.dll",
  979. "ref/netstandard1.3/Microsoft.Identity.Client.xml",
  980. "ref/uap10.0/Microsoft.Identity.Client.dll",
  981. "ref/uap10.0/Microsoft.Identity.Client.xml",
  982. "ref/xamarinmac20/Microsoft.Identity.Client.dll",
  983. "ref/xamarinmac20/Microsoft.Identity.Client.xml"
  984. ]
  985. },
  986. "Microsoft.Identity.Client.Extensions.Msal/2.16.5": {
  987. "sha512": "VlGUZEpF8KP/GCfFI59sdE0WA0o9quqwM1YQY0dSp6jpGy5EOBkureaybLfpwCuYUUjQbLkN2p7neUIcQCfbzA==",
  988. "type": "package",
  989. "path": "microsoft.identity.client.extensions.msal/2.16.5",
  990. "files": [
  991. ".nupkg.metadata",
  992. ".signature.p7s",
  993. "lib/net45/Microsoft.Identity.Client.Extensions.Msal.dll",
  994. "lib/net45/Microsoft.Identity.Client.Extensions.Msal.xml",
  995. "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll",
  996. "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.xml",
  997. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll",
  998. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml",
  999. "microsoft.identity.client.extensions.msal.2.16.5.nupkg.sha512",
  1000. "microsoft.identity.client.extensions.msal.nuspec"
  1001. ]
  1002. },
  1003. "Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
  1004. "sha512": "+7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==",
  1005. "type": "package",
  1006. "path": "microsoft.identitymodel.jsonwebtokens/6.8.0",
  1007. "files": [
  1008. ".nupkg.metadata",
  1009. ".signature.p7s",
  1010. "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll",
  1011. "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml",
  1012. "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll",
  1013. "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml",
  1014. "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll",
  1015. "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml",
  1016. "microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512",
  1017. "microsoft.identitymodel.jsonwebtokens.nuspec"
  1018. ]
  1019. },
  1020. "Microsoft.IdentityModel.Logging/6.8.0": {
  1021. "sha512": "Rfh/p4MaN4gkmhPxwbu8IjrmoDncGfHHPh1sTnc0AcM/Oc39/fzC9doKNWvUAjzFb8LqA6lgZyblTrIsX/wDXg==",
  1022. "type": "package",
  1023. "path": "microsoft.identitymodel.logging/6.8.0",
  1024. "files": [
  1025. ".nupkg.metadata",
  1026. ".signature.p7s",
  1027. "lib/net45/Microsoft.IdentityModel.Logging.dll",
  1028. "lib/net45/Microsoft.IdentityModel.Logging.xml",
  1029. "lib/net461/Microsoft.IdentityModel.Logging.dll",
  1030. "lib/net461/Microsoft.IdentityModel.Logging.xml",
  1031. "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll",
  1032. "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml",
  1033. "microsoft.identitymodel.logging.6.8.0.nupkg.sha512",
  1034. "microsoft.identitymodel.logging.nuspec"
  1035. ]
  1036. },
  1037. "Microsoft.IdentityModel.Protocols/6.8.0": {
  1038. "sha512": "OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==",
  1039. "type": "package",
  1040. "path": "microsoft.identitymodel.protocols/6.8.0",
  1041. "files": [
  1042. ".nupkg.metadata",
  1043. ".signature.p7s",
  1044. "lib/net45/Microsoft.IdentityModel.Protocols.dll",
  1045. "lib/net45/Microsoft.IdentityModel.Protocols.xml",
  1046. "lib/net461/Microsoft.IdentityModel.Protocols.dll",
  1047. "lib/net461/Microsoft.IdentityModel.Protocols.xml",
  1048. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll",
  1049. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml",
  1050. "microsoft.identitymodel.protocols.6.8.0.nupkg.sha512",
  1051. "microsoft.identitymodel.protocols.nuspec"
  1052. ]
  1053. },
  1054. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
  1055. "sha512": "X/PiV5l3nYYsodtrNMrNQIVlDmHpjQQ5w48E+o/D5H4es2+4niEyQf3l03chvZGWNzBRhfSstaXr25/Ye4AeYw==",
  1056. "type": "package",
  1057. "path": "microsoft.identitymodel.protocols.openidconnect/6.8.0",
  1058. "files": [
  1059. ".nupkg.metadata",
  1060. ".signature.p7s",
  1061. "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
  1062. "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
  1063. "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
  1064. "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
  1065. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
  1066. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
  1067. "microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512",
  1068. "microsoft.identitymodel.protocols.openidconnect.nuspec"
  1069. ]
  1070. },
  1071. "Microsoft.IdentityModel.Tokens/6.8.0": {
  1072. "sha512": "gTqzsGcmD13HgtNePPcuVHZ/NXWmyV+InJgalW/FhWpII1D7V1k0obIseGlWMeA4G+tZfeGMfXr0klnWbMR/mQ==",
  1073. "type": "package",
  1074. "path": "microsoft.identitymodel.tokens/6.8.0",
  1075. "files": [
  1076. ".nupkg.metadata",
  1077. ".signature.p7s",
  1078. "lib/net45/Microsoft.IdentityModel.Tokens.dll",
  1079. "lib/net45/Microsoft.IdentityModel.Tokens.xml",
  1080. "lib/net461/Microsoft.IdentityModel.Tokens.dll",
  1081. "lib/net461/Microsoft.IdentityModel.Tokens.xml",
  1082. "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll",
  1083. "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml",
  1084. "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512",
  1085. "microsoft.identitymodel.tokens.nuspec"
  1086. ]
  1087. },
  1088. "Microsoft.NETCore.Platforms/5.0.0": {
  1089. "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  1090. "type": "package",
  1091. "path": "microsoft.netcore.platforms/5.0.0",
  1092. "files": [
  1093. ".nupkg.metadata",
  1094. ".signature.p7s",
  1095. "Icon.png",
  1096. "LICENSE.TXT",
  1097. "THIRD-PARTY-NOTICES.TXT",
  1098. "lib/netstandard1.0/_._",
  1099. "microsoft.netcore.platforms.5.0.0.nupkg.sha512",
  1100. "microsoft.netcore.platforms.nuspec",
  1101. "runtime.json",
  1102. "useSharedDesignerContext.txt",
  1103. "version.txt"
  1104. ]
  1105. },
  1106. "Microsoft.NETCore.Targets/1.1.0": {
  1107. "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  1108. "type": "package",
  1109. "path": "microsoft.netcore.targets/1.1.0",
  1110. "files": [
  1111. ".nupkg.metadata",
  1112. ".signature.p7s",
  1113. "ThirdPartyNotices.txt",
  1114. "dotnet_library_license.txt",
  1115. "lib/netstandard1.0/_._",
  1116. "microsoft.netcore.targets.1.1.0.nupkg.sha512",
  1117. "microsoft.netcore.targets.nuspec",
  1118. "runtime.json"
  1119. ]
  1120. },
  1121. "Microsoft.Win32.Registry/5.0.0": {
  1122. "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
  1123. "type": "package",
  1124. "path": "microsoft.win32.registry/5.0.0",
  1125. "files": [
  1126. ".nupkg.metadata",
  1127. ".signature.p7s",
  1128. "Icon.png",
  1129. "LICENSE.TXT",
  1130. "THIRD-PARTY-NOTICES.TXT",
  1131. "lib/net46/Microsoft.Win32.Registry.dll",
  1132. "lib/net461/Microsoft.Win32.Registry.dll",
  1133. "lib/net461/Microsoft.Win32.Registry.xml",
  1134. "lib/netstandard1.3/Microsoft.Win32.Registry.dll",
  1135. "lib/netstandard2.0/Microsoft.Win32.Registry.dll",
  1136. "lib/netstandard2.0/Microsoft.Win32.Registry.xml",
  1137. "microsoft.win32.registry.5.0.0.nupkg.sha512",
  1138. "microsoft.win32.registry.nuspec",
  1139. "ref/net46/Microsoft.Win32.Registry.dll",
  1140. "ref/net461/Microsoft.Win32.Registry.dll",
  1141. "ref/net461/Microsoft.Win32.Registry.xml",
  1142. "ref/netstandard1.3/Microsoft.Win32.Registry.dll",
  1143. "ref/netstandard1.3/Microsoft.Win32.Registry.xml",
  1144. "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
  1145. "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
  1146. "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
  1147. "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
  1148. "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
  1149. "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
  1150. "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
  1151. "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
  1152. "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
  1153. "ref/netstandard2.0/Microsoft.Win32.Registry.dll",
  1154. "ref/netstandard2.0/Microsoft.Win32.Registry.xml",
  1155. "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
  1156. "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll",
  1157. "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml",
  1158. "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
  1159. "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
  1160. "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml",
  1161. "useSharedDesignerContext.txt",
  1162. "version.txt"
  1163. ]
  1164. },
  1165. "Microsoft.Win32.SystemEvents/5.0.0": {
  1166. "sha512": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
  1167. "type": "package",
  1168. "path": "microsoft.win32.systemevents/5.0.0",
  1169. "files": [
  1170. ".nupkg.metadata",
  1171. ".signature.p7s",
  1172. "Icon.png",
  1173. "LICENSE.TXT",
  1174. "THIRD-PARTY-NOTICES.TXT",
  1175. "lib/net461/Microsoft.Win32.SystemEvents.dll",
  1176. "lib/net461/Microsoft.Win32.SystemEvents.xml",
  1177. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
  1178. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
  1179. "microsoft.win32.systemevents.5.0.0.nupkg.sha512",
  1180. "microsoft.win32.systemevents.nuspec",
  1181. "ref/net461/Microsoft.Win32.SystemEvents.dll",
  1182. "ref/net461/Microsoft.Win32.SystemEvents.xml",
  1183. "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
  1184. "ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
  1185. "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll",
  1186. "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml",
  1187. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll",
  1188. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml",
  1189. "useSharedDesignerContext.txt",
  1190. "version.txt"
  1191. ]
  1192. },
  1193. "System.Buffers/4.5.1": {
  1194. "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  1195. "type": "package",
  1196. "path": "system.buffers/4.5.1",
  1197. "files": [
  1198. ".nupkg.metadata",
  1199. ".signature.p7s",
  1200. "LICENSE.TXT",
  1201. "THIRD-PARTY-NOTICES.TXT",
  1202. "lib/net461/System.Buffers.dll",
  1203. "lib/net461/System.Buffers.xml",
  1204. "lib/netcoreapp2.0/_._",
  1205. "lib/netstandard1.1/System.Buffers.dll",
  1206. "lib/netstandard1.1/System.Buffers.xml",
  1207. "lib/netstandard2.0/System.Buffers.dll",
  1208. "lib/netstandard2.0/System.Buffers.xml",
  1209. "lib/uap10.0.16299/_._",
  1210. "ref/net45/System.Buffers.dll",
  1211. "ref/net45/System.Buffers.xml",
  1212. "ref/netcoreapp2.0/_._",
  1213. "ref/netstandard1.1/System.Buffers.dll",
  1214. "ref/netstandard1.1/System.Buffers.xml",
  1215. "ref/netstandard2.0/System.Buffers.dll",
  1216. "ref/netstandard2.0/System.Buffers.xml",
  1217. "ref/uap10.0.16299/_._",
  1218. "system.buffers.4.5.1.nupkg.sha512",
  1219. "system.buffers.nuspec",
  1220. "useSharedDesignerContext.txt",
  1221. "version.txt"
  1222. ]
  1223. },
  1224. "System.Configuration.ConfigurationManager/5.0.0": {
  1225. "sha512": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==",
  1226. "type": "package",
  1227. "path": "system.configuration.configurationmanager/5.0.0",
  1228. "files": [
  1229. ".nupkg.metadata",
  1230. ".signature.p7s",
  1231. "Icon.png",
  1232. "LICENSE.TXT",
  1233. "THIRD-PARTY-NOTICES.TXT",
  1234. "lib/net461/System.Configuration.ConfigurationManager.dll",
  1235. "lib/net461/System.Configuration.ConfigurationManager.xml",
  1236. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
  1237. "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml",
  1238. "ref/net461/System.Configuration.ConfigurationManager.dll",
  1239. "ref/net461/System.Configuration.ConfigurationManager.xml",
  1240. "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll",
  1241. "ref/netstandard2.0/System.Configuration.ConfigurationManager.xml",
  1242. "system.configuration.configurationmanager.5.0.0.nupkg.sha512",
  1243. "system.configuration.configurationmanager.nuspec",
  1244. "useSharedDesignerContext.txt",
  1245. "version.txt"
  1246. ]
  1247. },
  1248. "System.Diagnostics.DiagnosticSource/5.0.0": {
  1249. "sha512": "tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA==",
  1250. "type": "package",
  1251. "path": "system.diagnostics.diagnosticsource/5.0.0",
  1252. "files": [
  1253. ".nupkg.metadata",
  1254. ".signature.p7s",
  1255. "Icon.png",
  1256. "LICENSE.TXT",
  1257. "THIRD-PARTY-NOTICES.TXT",
  1258. "lib/net45/System.Diagnostics.DiagnosticSource.dll",
  1259. "lib/net45/System.Diagnostics.DiagnosticSource.xml",
  1260. "lib/net46/System.Diagnostics.DiagnosticSource.dll",
  1261. "lib/net46/System.Diagnostics.DiagnosticSource.xml",
  1262. "lib/net5.0/System.Diagnostics.DiagnosticSource.dll",
  1263. "lib/net5.0/System.Diagnostics.DiagnosticSource.xml",
  1264. "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
  1265. "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
  1266. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
  1267. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
  1268. "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
  1269. "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
  1270. "system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512",
  1271. "system.diagnostics.diagnosticsource.nuspec",
  1272. "useSharedDesignerContext.txt",
  1273. "version.txt"
  1274. ]
  1275. },
  1276. "System.Drawing.Common/5.0.0": {
  1277. "sha512": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==",
  1278. "type": "package",
  1279. "path": "system.drawing.common/5.0.0",
  1280. "files": [
  1281. ".nupkg.metadata",
  1282. ".signature.p7s",
  1283. "Icon.png",
  1284. "LICENSE.TXT",
  1285. "THIRD-PARTY-NOTICES.TXT",
  1286. "lib/MonoAndroid10/_._",
  1287. "lib/MonoTouch10/_._",
  1288. "lib/net461/System.Drawing.Common.dll",
  1289. "lib/netcoreapp3.0/System.Drawing.Common.dll",
  1290. "lib/netcoreapp3.0/System.Drawing.Common.xml",
  1291. "lib/netstandard2.0/System.Drawing.Common.dll",
  1292. "lib/xamarinios10/_._",
  1293. "lib/xamarinmac20/_._",
  1294. "lib/xamarintvos10/_._",
  1295. "lib/xamarinwatchos10/_._",
  1296. "ref/MonoAndroid10/_._",
  1297. "ref/MonoTouch10/_._",
  1298. "ref/net461/System.Drawing.Common.dll",
  1299. "ref/netcoreapp3.0/System.Drawing.Common.dll",
  1300. "ref/netcoreapp3.0/System.Drawing.Common.xml",
  1301. "ref/netstandard2.0/System.Drawing.Common.dll",
  1302. "ref/xamarinios10/_._",
  1303. "ref/xamarinmac20/_._",
  1304. "ref/xamarintvos10/_._",
  1305. "ref/xamarinwatchos10/_._",
  1306. "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll",
  1307. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll",
  1308. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml",
  1309. "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll",
  1310. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll",
  1311. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml",
  1312. "system.drawing.common.5.0.0.nupkg.sha512",
  1313. "system.drawing.common.nuspec",
  1314. "useSharedDesignerContext.txt",
  1315. "version.txt"
  1316. ]
  1317. },
  1318. "System.Formats.Asn1/5.0.0": {
  1319. "sha512": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
  1320. "type": "package",
  1321. "path": "system.formats.asn1/5.0.0",
  1322. "files": [
  1323. ".nupkg.metadata",
  1324. ".signature.p7s",
  1325. "Icon.png",
  1326. "LICENSE.TXT",
  1327. "THIRD-PARTY-NOTICES.TXT",
  1328. "lib/net461/System.Formats.Asn1.dll",
  1329. "lib/net461/System.Formats.Asn1.xml",
  1330. "lib/netstandard2.0/System.Formats.Asn1.dll",
  1331. "lib/netstandard2.0/System.Formats.Asn1.xml",
  1332. "system.formats.asn1.5.0.0.nupkg.sha512",
  1333. "system.formats.asn1.nuspec",
  1334. "useSharedDesignerContext.txt",
  1335. "version.txt"
  1336. ]
  1337. },
  1338. "System.Globalization/4.3.0": {
  1339. "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  1340. "type": "package",
  1341. "path": "system.globalization/4.3.0",
  1342. "files": [
  1343. ".nupkg.metadata",
  1344. ".signature.p7s",
  1345. "ThirdPartyNotices.txt",
  1346. "dotnet_library_license.txt",
  1347. "lib/MonoAndroid10/_._",
  1348. "lib/MonoTouch10/_._",
  1349. "lib/net45/_._",
  1350. "lib/portable-net45+win8+wp8+wpa81/_._",
  1351. "lib/win8/_._",
  1352. "lib/wp80/_._",
  1353. "lib/wpa81/_._",
  1354. "lib/xamarinios10/_._",
  1355. "lib/xamarinmac20/_._",
  1356. "lib/xamarintvos10/_._",
  1357. "lib/xamarinwatchos10/_._",
  1358. "ref/MonoAndroid10/_._",
  1359. "ref/MonoTouch10/_._",
  1360. "ref/net45/_._",
  1361. "ref/netcore50/System.Globalization.dll",
  1362. "ref/netcore50/System.Globalization.xml",
  1363. "ref/netcore50/de/System.Globalization.xml",
  1364. "ref/netcore50/es/System.Globalization.xml",
  1365. "ref/netcore50/fr/System.Globalization.xml",
  1366. "ref/netcore50/it/System.Globalization.xml",
  1367. "ref/netcore50/ja/System.Globalization.xml",
  1368. "ref/netcore50/ko/System.Globalization.xml",
  1369. "ref/netcore50/ru/System.Globalization.xml",
  1370. "ref/netcore50/zh-hans/System.Globalization.xml",
  1371. "ref/netcore50/zh-hant/System.Globalization.xml",
  1372. "ref/netstandard1.0/System.Globalization.dll",
  1373. "ref/netstandard1.0/System.Globalization.xml",
  1374. "ref/netstandard1.0/de/System.Globalization.xml",
  1375. "ref/netstandard1.0/es/System.Globalization.xml",
  1376. "ref/netstandard1.0/fr/System.Globalization.xml",
  1377. "ref/netstandard1.0/it/System.Globalization.xml",
  1378. "ref/netstandard1.0/ja/System.Globalization.xml",
  1379. "ref/netstandard1.0/ko/System.Globalization.xml",
  1380. "ref/netstandard1.0/ru/System.Globalization.xml",
  1381. "ref/netstandard1.0/zh-hans/System.Globalization.xml",
  1382. "ref/netstandard1.0/zh-hant/System.Globalization.xml",
  1383. "ref/netstandard1.3/System.Globalization.dll",
  1384. "ref/netstandard1.3/System.Globalization.xml",
  1385. "ref/netstandard1.3/de/System.Globalization.xml",
  1386. "ref/netstandard1.3/es/System.Globalization.xml",
  1387. "ref/netstandard1.3/fr/System.Globalization.xml",
  1388. "ref/netstandard1.3/it/System.Globalization.xml",
  1389. "ref/netstandard1.3/ja/System.Globalization.xml",
  1390. "ref/netstandard1.3/ko/System.Globalization.xml",
  1391. "ref/netstandard1.3/ru/System.Globalization.xml",
  1392. "ref/netstandard1.3/zh-hans/System.Globalization.xml",
  1393. "ref/netstandard1.3/zh-hant/System.Globalization.xml",
  1394. "ref/portable-net45+win8+wp8+wpa81/_._",
  1395. "ref/win8/_._",
  1396. "ref/wp80/_._",
  1397. "ref/wpa81/_._",
  1398. "ref/xamarinios10/_._",
  1399. "ref/xamarinmac20/_._",
  1400. "ref/xamarintvos10/_._",
  1401. "ref/xamarinwatchos10/_._",
  1402. "system.globalization.4.3.0.nupkg.sha512",
  1403. "system.globalization.nuspec"
  1404. ]
  1405. },
  1406. "System.IdentityModel.Tokens.Jwt/6.8.0": {
  1407. "sha512": "5tBCjAub2Bhd5qmcd0WhR5s354e4oLYa//kOWrkX+6/7ZbDDJjMTfwLSOiZ/MMpWdE4DWPLOfTLOq/juj9CKzA==",
  1408. "type": "package",
  1409. "path": "system.identitymodel.tokens.jwt/6.8.0",
  1410. "files": [
  1411. ".nupkg.metadata",
  1412. ".signature.p7s",
  1413. "lib/net45/System.IdentityModel.Tokens.Jwt.dll",
  1414. "lib/net45/System.IdentityModel.Tokens.Jwt.xml",
  1415. "lib/net461/System.IdentityModel.Tokens.Jwt.dll",
  1416. "lib/net461/System.IdentityModel.Tokens.Jwt.xml",
  1417. "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll",
  1418. "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml",
  1419. "system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512",
  1420. "system.identitymodel.tokens.jwt.nuspec"
  1421. ]
  1422. },
  1423. "System.IO/4.3.0": {
  1424. "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1425. "type": "package",
  1426. "path": "system.io/4.3.0",
  1427. "files": [
  1428. ".nupkg.metadata",
  1429. ".signature.p7s",
  1430. "ThirdPartyNotices.txt",
  1431. "dotnet_library_license.txt",
  1432. "lib/MonoAndroid10/_._",
  1433. "lib/MonoTouch10/_._",
  1434. "lib/net45/_._",
  1435. "lib/net462/System.IO.dll",
  1436. "lib/portable-net45+win8+wp8+wpa81/_._",
  1437. "lib/win8/_._",
  1438. "lib/wp80/_._",
  1439. "lib/wpa81/_._",
  1440. "lib/xamarinios10/_._",
  1441. "lib/xamarinmac20/_._",
  1442. "lib/xamarintvos10/_._",
  1443. "lib/xamarinwatchos10/_._",
  1444. "ref/MonoAndroid10/_._",
  1445. "ref/MonoTouch10/_._",
  1446. "ref/net45/_._",
  1447. "ref/net462/System.IO.dll",
  1448. "ref/netcore50/System.IO.dll",
  1449. "ref/netcore50/System.IO.xml",
  1450. "ref/netcore50/de/System.IO.xml",
  1451. "ref/netcore50/es/System.IO.xml",
  1452. "ref/netcore50/fr/System.IO.xml",
  1453. "ref/netcore50/it/System.IO.xml",
  1454. "ref/netcore50/ja/System.IO.xml",
  1455. "ref/netcore50/ko/System.IO.xml",
  1456. "ref/netcore50/ru/System.IO.xml",
  1457. "ref/netcore50/zh-hans/System.IO.xml",
  1458. "ref/netcore50/zh-hant/System.IO.xml",
  1459. "ref/netstandard1.0/System.IO.dll",
  1460. "ref/netstandard1.0/System.IO.xml",
  1461. "ref/netstandard1.0/de/System.IO.xml",
  1462. "ref/netstandard1.0/es/System.IO.xml",
  1463. "ref/netstandard1.0/fr/System.IO.xml",
  1464. "ref/netstandard1.0/it/System.IO.xml",
  1465. "ref/netstandard1.0/ja/System.IO.xml",
  1466. "ref/netstandard1.0/ko/System.IO.xml",
  1467. "ref/netstandard1.0/ru/System.IO.xml",
  1468. "ref/netstandard1.0/zh-hans/System.IO.xml",
  1469. "ref/netstandard1.0/zh-hant/System.IO.xml",
  1470. "ref/netstandard1.3/System.IO.dll",
  1471. "ref/netstandard1.3/System.IO.xml",
  1472. "ref/netstandard1.3/de/System.IO.xml",
  1473. "ref/netstandard1.3/es/System.IO.xml",
  1474. "ref/netstandard1.3/fr/System.IO.xml",
  1475. "ref/netstandard1.3/it/System.IO.xml",
  1476. "ref/netstandard1.3/ja/System.IO.xml",
  1477. "ref/netstandard1.3/ko/System.IO.xml",
  1478. "ref/netstandard1.3/ru/System.IO.xml",
  1479. "ref/netstandard1.3/zh-hans/System.IO.xml",
  1480. "ref/netstandard1.3/zh-hant/System.IO.xml",
  1481. "ref/netstandard1.5/System.IO.dll",
  1482. "ref/netstandard1.5/System.IO.xml",
  1483. "ref/netstandard1.5/de/System.IO.xml",
  1484. "ref/netstandard1.5/es/System.IO.xml",
  1485. "ref/netstandard1.5/fr/System.IO.xml",
  1486. "ref/netstandard1.5/it/System.IO.xml",
  1487. "ref/netstandard1.5/ja/System.IO.xml",
  1488. "ref/netstandard1.5/ko/System.IO.xml",
  1489. "ref/netstandard1.5/ru/System.IO.xml",
  1490. "ref/netstandard1.5/zh-hans/System.IO.xml",
  1491. "ref/netstandard1.5/zh-hant/System.IO.xml",
  1492. "ref/portable-net45+win8+wp8+wpa81/_._",
  1493. "ref/win8/_._",
  1494. "ref/wp80/_._",
  1495. "ref/wpa81/_._",
  1496. "ref/xamarinios10/_._",
  1497. "ref/xamarinmac20/_._",
  1498. "ref/xamarintvos10/_._",
  1499. "ref/xamarinwatchos10/_._",
  1500. "system.io.4.3.0.nupkg.sha512",
  1501. "system.io.nuspec"
  1502. ]
  1503. },
  1504. "System.Memory/4.5.3": {
  1505. "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
  1506. "type": "package",
  1507. "path": "system.memory/4.5.3",
  1508. "files": [
  1509. ".nupkg.metadata",
  1510. ".signature.p7s",
  1511. "LICENSE.TXT",
  1512. "THIRD-PARTY-NOTICES.TXT",
  1513. "lib/netcoreapp2.1/_._",
  1514. "lib/netstandard1.1/System.Memory.dll",
  1515. "lib/netstandard1.1/System.Memory.xml",
  1516. "lib/netstandard2.0/System.Memory.dll",
  1517. "lib/netstandard2.0/System.Memory.xml",
  1518. "ref/netcoreapp2.1/_._",
  1519. "system.memory.4.5.3.nupkg.sha512",
  1520. "system.memory.nuspec",
  1521. "useSharedDesignerContext.txt",
  1522. "version.txt"
  1523. ]
  1524. },
  1525. "System.Numerics.Vectors/4.5.0": {
  1526. "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  1527. "type": "package",
  1528. "path": "system.numerics.vectors/4.5.0",
  1529. "files": [
  1530. ".nupkg.metadata",
  1531. ".signature.p7s",
  1532. "LICENSE.TXT",
  1533. "THIRD-PARTY-NOTICES.TXT",
  1534. "lib/MonoAndroid10/_._",
  1535. "lib/MonoTouch10/_._",
  1536. "lib/net46/System.Numerics.Vectors.dll",
  1537. "lib/net46/System.Numerics.Vectors.xml",
  1538. "lib/netcoreapp2.0/_._",
  1539. "lib/netstandard1.0/System.Numerics.Vectors.dll",
  1540. "lib/netstandard1.0/System.Numerics.Vectors.xml",
  1541. "lib/netstandard2.0/System.Numerics.Vectors.dll",
  1542. "lib/netstandard2.0/System.Numerics.Vectors.xml",
  1543. "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
  1544. "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
  1545. "lib/uap10.0.16299/_._",
  1546. "lib/xamarinios10/_._",
  1547. "lib/xamarinmac20/_._",
  1548. "lib/xamarintvos10/_._",
  1549. "lib/xamarinwatchos10/_._",
  1550. "ref/MonoAndroid10/_._",
  1551. "ref/MonoTouch10/_._",
  1552. "ref/net45/System.Numerics.Vectors.dll",
  1553. "ref/net45/System.Numerics.Vectors.xml",
  1554. "ref/net46/System.Numerics.Vectors.dll",
  1555. "ref/net46/System.Numerics.Vectors.xml",
  1556. "ref/netcoreapp2.0/_._",
  1557. "ref/netstandard1.0/System.Numerics.Vectors.dll",
  1558. "ref/netstandard1.0/System.Numerics.Vectors.xml",
  1559. "ref/netstandard2.0/System.Numerics.Vectors.dll",
  1560. "ref/netstandard2.0/System.Numerics.Vectors.xml",
  1561. "ref/uap10.0.16299/_._",
  1562. "ref/xamarinios10/_._",
  1563. "ref/xamarinmac20/_._",
  1564. "ref/xamarintvos10/_._",
  1565. "ref/xamarinwatchos10/_._",
  1566. "system.numerics.vectors.4.5.0.nupkg.sha512",
  1567. "system.numerics.vectors.nuspec",
  1568. "useSharedDesignerContext.txt",
  1569. "version.txt"
  1570. ]
  1571. },
  1572. "System.Reflection/4.3.0": {
  1573. "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1574. "type": "package",
  1575. "path": "system.reflection/4.3.0",
  1576. "files": [
  1577. ".nupkg.metadata",
  1578. ".signature.p7s",
  1579. "ThirdPartyNotices.txt",
  1580. "dotnet_library_license.txt",
  1581. "lib/MonoAndroid10/_._",
  1582. "lib/MonoTouch10/_._",
  1583. "lib/net45/_._",
  1584. "lib/net462/System.Reflection.dll",
  1585. "lib/portable-net45+win8+wp8+wpa81/_._",
  1586. "lib/win8/_._",
  1587. "lib/wp80/_._",
  1588. "lib/wpa81/_._",
  1589. "lib/xamarinios10/_._",
  1590. "lib/xamarinmac20/_._",
  1591. "lib/xamarintvos10/_._",
  1592. "lib/xamarinwatchos10/_._",
  1593. "ref/MonoAndroid10/_._",
  1594. "ref/MonoTouch10/_._",
  1595. "ref/net45/_._",
  1596. "ref/net462/System.Reflection.dll",
  1597. "ref/netcore50/System.Reflection.dll",
  1598. "ref/netcore50/System.Reflection.xml",
  1599. "ref/netcore50/de/System.Reflection.xml",
  1600. "ref/netcore50/es/System.Reflection.xml",
  1601. "ref/netcore50/fr/System.Reflection.xml",
  1602. "ref/netcore50/it/System.Reflection.xml",
  1603. "ref/netcore50/ja/System.Reflection.xml",
  1604. "ref/netcore50/ko/System.Reflection.xml",
  1605. "ref/netcore50/ru/System.Reflection.xml",
  1606. "ref/netcore50/zh-hans/System.Reflection.xml",
  1607. "ref/netcore50/zh-hant/System.Reflection.xml",
  1608. "ref/netstandard1.0/System.Reflection.dll",
  1609. "ref/netstandard1.0/System.Reflection.xml",
  1610. "ref/netstandard1.0/de/System.Reflection.xml",
  1611. "ref/netstandard1.0/es/System.Reflection.xml",
  1612. "ref/netstandard1.0/fr/System.Reflection.xml",
  1613. "ref/netstandard1.0/it/System.Reflection.xml",
  1614. "ref/netstandard1.0/ja/System.Reflection.xml",
  1615. "ref/netstandard1.0/ko/System.Reflection.xml",
  1616. "ref/netstandard1.0/ru/System.Reflection.xml",
  1617. "ref/netstandard1.0/zh-hans/System.Reflection.xml",
  1618. "ref/netstandard1.0/zh-hant/System.Reflection.xml",
  1619. "ref/netstandard1.3/System.Reflection.dll",
  1620. "ref/netstandard1.3/System.Reflection.xml",
  1621. "ref/netstandard1.3/de/System.Reflection.xml",
  1622. "ref/netstandard1.3/es/System.Reflection.xml",
  1623. "ref/netstandard1.3/fr/System.Reflection.xml",
  1624. "ref/netstandard1.3/it/System.Reflection.xml",
  1625. "ref/netstandard1.3/ja/System.Reflection.xml",
  1626. "ref/netstandard1.3/ko/System.Reflection.xml",
  1627. "ref/netstandard1.3/ru/System.Reflection.xml",
  1628. "ref/netstandard1.3/zh-hans/System.Reflection.xml",
  1629. "ref/netstandard1.3/zh-hant/System.Reflection.xml",
  1630. "ref/netstandard1.5/System.Reflection.dll",
  1631. "ref/netstandard1.5/System.Reflection.xml",
  1632. "ref/netstandard1.5/de/System.Reflection.xml",
  1633. "ref/netstandard1.5/es/System.Reflection.xml",
  1634. "ref/netstandard1.5/fr/System.Reflection.xml",
  1635. "ref/netstandard1.5/it/System.Reflection.xml",
  1636. "ref/netstandard1.5/ja/System.Reflection.xml",
  1637. "ref/netstandard1.5/ko/System.Reflection.xml",
  1638. "ref/netstandard1.5/ru/System.Reflection.xml",
  1639. "ref/netstandard1.5/zh-hans/System.Reflection.xml",
  1640. "ref/netstandard1.5/zh-hant/System.Reflection.xml",
  1641. "ref/portable-net45+win8+wp8+wpa81/_._",
  1642. "ref/win8/_._",
  1643. "ref/wp80/_._",
  1644. "ref/wpa81/_._",
  1645. "ref/xamarinios10/_._",
  1646. "ref/xamarinmac20/_._",
  1647. "ref/xamarintvos10/_._",
  1648. "ref/xamarinwatchos10/_._",
  1649. "system.reflection.4.3.0.nupkg.sha512",
  1650. "system.reflection.nuspec"
  1651. ]
  1652. },
  1653. "System.Reflection.Primitives/4.3.0": {
  1654. "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1655. "type": "package",
  1656. "path": "system.reflection.primitives/4.3.0",
  1657. "files": [
  1658. ".nupkg.metadata",
  1659. ".signature.p7s",
  1660. "ThirdPartyNotices.txt",
  1661. "dotnet_library_license.txt",
  1662. "lib/MonoAndroid10/_._",
  1663. "lib/MonoTouch10/_._",
  1664. "lib/net45/_._",
  1665. "lib/portable-net45+win8+wp8+wpa81/_._",
  1666. "lib/win8/_._",
  1667. "lib/wp80/_._",
  1668. "lib/wpa81/_._",
  1669. "lib/xamarinios10/_._",
  1670. "lib/xamarinmac20/_._",
  1671. "lib/xamarintvos10/_._",
  1672. "lib/xamarinwatchos10/_._",
  1673. "ref/MonoAndroid10/_._",
  1674. "ref/MonoTouch10/_._",
  1675. "ref/net45/_._",
  1676. "ref/netcore50/System.Reflection.Primitives.dll",
  1677. "ref/netcore50/System.Reflection.Primitives.xml",
  1678. "ref/netcore50/de/System.Reflection.Primitives.xml",
  1679. "ref/netcore50/es/System.Reflection.Primitives.xml",
  1680. "ref/netcore50/fr/System.Reflection.Primitives.xml",
  1681. "ref/netcore50/it/System.Reflection.Primitives.xml",
  1682. "ref/netcore50/ja/System.Reflection.Primitives.xml",
  1683. "ref/netcore50/ko/System.Reflection.Primitives.xml",
  1684. "ref/netcore50/ru/System.Reflection.Primitives.xml",
  1685. "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
  1686. "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
  1687. "ref/netstandard1.0/System.Reflection.Primitives.dll",
  1688. "ref/netstandard1.0/System.Reflection.Primitives.xml",
  1689. "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
  1690. "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
  1691. "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
  1692. "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
  1693. "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
  1694. "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
  1695. "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
  1696. "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
  1697. "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
  1698. "ref/portable-net45+win8+wp8+wpa81/_._",
  1699. "ref/win8/_._",
  1700. "ref/wp80/_._",
  1701. "ref/wpa81/_._",
  1702. "ref/xamarinios10/_._",
  1703. "ref/xamarinmac20/_._",
  1704. "ref/xamarintvos10/_._",
  1705. "ref/xamarinwatchos10/_._",
  1706. "system.reflection.primitives.4.3.0.nupkg.sha512",
  1707. "system.reflection.primitives.nuspec"
  1708. ]
  1709. },
  1710. "System.Resources.ResourceManager/4.3.0": {
  1711. "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  1712. "type": "package",
  1713. "path": "system.resources.resourcemanager/4.3.0",
  1714. "files": [
  1715. ".nupkg.metadata",
  1716. ".signature.p7s",
  1717. "ThirdPartyNotices.txt",
  1718. "dotnet_library_license.txt",
  1719. "lib/MonoAndroid10/_._",
  1720. "lib/MonoTouch10/_._",
  1721. "lib/net45/_._",
  1722. "lib/portable-net45+win8+wp8+wpa81/_._",
  1723. "lib/win8/_._",
  1724. "lib/wp80/_._",
  1725. "lib/wpa81/_._",
  1726. "lib/xamarinios10/_._",
  1727. "lib/xamarinmac20/_._",
  1728. "lib/xamarintvos10/_._",
  1729. "lib/xamarinwatchos10/_._",
  1730. "ref/MonoAndroid10/_._",
  1731. "ref/MonoTouch10/_._",
  1732. "ref/net45/_._",
  1733. "ref/netcore50/System.Resources.ResourceManager.dll",
  1734. "ref/netcore50/System.Resources.ResourceManager.xml",
  1735. "ref/netcore50/de/System.Resources.ResourceManager.xml",
  1736. "ref/netcore50/es/System.Resources.ResourceManager.xml",
  1737. "ref/netcore50/fr/System.Resources.ResourceManager.xml",
  1738. "ref/netcore50/it/System.Resources.ResourceManager.xml",
  1739. "ref/netcore50/ja/System.Resources.ResourceManager.xml",
  1740. "ref/netcore50/ko/System.Resources.ResourceManager.xml",
  1741. "ref/netcore50/ru/System.Resources.ResourceManager.xml",
  1742. "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
  1743. "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
  1744. "ref/netstandard1.0/System.Resources.ResourceManager.dll",
  1745. "ref/netstandard1.0/System.Resources.ResourceManager.xml",
  1746. "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
  1747. "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
  1748. "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
  1749. "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
  1750. "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
  1751. "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
  1752. "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
  1753. "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
  1754. "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
  1755. "ref/portable-net45+win8+wp8+wpa81/_._",
  1756. "ref/win8/_._",
  1757. "ref/wp80/_._",
  1758. "ref/wpa81/_._",
  1759. "ref/xamarinios10/_._",
  1760. "ref/xamarinmac20/_._",
  1761. "ref/xamarintvos10/_._",
  1762. "ref/xamarinwatchos10/_._",
  1763. "system.resources.resourcemanager.4.3.0.nupkg.sha512",
  1764. "system.resources.resourcemanager.nuspec"
  1765. ]
  1766. },
  1767. "System.Runtime/4.3.0": {
  1768. "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1769. "type": "package",
  1770. "path": "system.runtime/4.3.0",
  1771. "files": [
  1772. ".nupkg.metadata",
  1773. ".signature.p7s",
  1774. "ThirdPartyNotices.txt",
  1775. "dotnet_library_license.txt",
  1776. "lib/MonoAndroid10/_._",
  1777. "lib/MonoTouch10/_._",
  1778. "lib/net45/_._",
  1779. "lib/net462/System.Runtime.dll",
  1780. "lib/portable-net45+win8+wp80+wpa81/_._",
  1781. "lib/win8/_._",
  1782. "lib/wp80/_._",
  1783. "lib/wpa81/_._",
  1784. "lib/xamarinios10/_._",
  1785. "lib/xamarinmac20/_._",
  1786. "lib/xamarintvos10/_._",
  1787. "lib/xamarinwatchos10/_._",
  1788. "ref/MonoAndroid10/_._",
  1789. "ref/MonoTouch10/_._",
  1790. "ref/net45/_._",
  1791. "ref/net462/System.Runtime.dll",
  1792. "ref/netcore50/System.Runtime.dll",
  1793. "ref/netcore50/System.Runtime.xml",
  1794. "ref/netcore50/de/System.Runtime.xml",
  1795. "ref/netcore50/es/System.Runtime.xml",
  1796. "ref/netcore50/fr/System.Runtime.xml",
  1797. "ref/netcore50/it/System.Runtime.xml",
  1798. "ref/netcore50/ja/System.Runtime.xml",
  1799. "ref/netcore50/ko/System.Runtime.xml",
  1800. "ref/netcore50/ru/System.Runtime.xml",
  1801. "ref/netcore50/zh-hans/System.Runtime.xml",
  1802. "ref/netcore50/zh-hant/System.Runtime.xml",
  1803. "ref/netstandard1.0/System.Runtime.dll",
  1804. "ref/netstandard1.0/System.Runtime.xml",
  1805. "ref/netstandard1.0/de/System.Runtime.xml",
  1806. "ref/netstandard1.0/es/System.Runtime.xml",
  1807. "ref/netstandard1.0/fr/System.Runtime.xml",
  1808. "ref/netstandard1.0/it/System.Runtime.xml",
  1809. "ref/netstandard1.0/ja/System.Runtime.xml",
  1810. "ref/netstandard1.0/ko/System.Runtime.xml",
  1811. "ref/netstandard1.0/ru/System.Runtime.xml",
  1812. "ref/netstandard1.0/zh-hans/System.Runtime.xml",
  1813. "ref/netstandard1.0/zh-hant/System.Runtime.xml",
  1814. "ref/netstandard1.2/System.Runtime.dll",
  1815. "ref/netstandard1.2/System.Runtime.xml",
  1816. "ref/netstandard1.2/de/System.Runtime.xml",
  1817. "ref/netstandard1.2/es/System.Runtime.xml",
  1818. "ref/netstandard1.2/fr/System.Runtime.xml",
  1819. "ref/netstandard1.2/it/System.Runtime.xml",
  1820. "ref/netstandard1.2/ja/System.Runtime.xml",
  1821. "ref/netstandard1.2/ko/System.Runtime.xml",
  1822. "ref/netstandard1.2/ru/System.Runtime.xml",
  1823. "ref/netstandard1.2/zh-hans/System.Runtime.xml",
  1824. "ref/netstandard1.2/zh-hant/System.Runtime.xml",
  1825. "ref/netstandard1.3/System.Runtime.dll",
  1826. "ref/netstandard1.3/System.Runtime.xml",
  1827. "ref/netstandard1.3/de/System.Runtime.xml",
  1828. "ref/netstandard1.3/es/System.Runtime.xml",
  1829. "ref/netstandard1.3/fr/System.Runtime.xml",
  1830. "ref/netstandard1.3/it/System.Runtime.xml",
  1831. "ref/netstandard1.3/ja/System.Runtime.xml",
  1832. "ref/netstandard1.3/ko/System.Runtime.xml",
  1833. "ref/netstandard1.3/ru/System.Runtime.xml",
  1834. "ref/netstandard1.3/zh-hans/System.Runtime.xml",
  1835. "ref/netstandard1.3/zh-hant/System.Runtime.xml",
  1836. "ref/netstandard1.5/System.Runtime.dll",
  1837. "ref/netstandard1.5/System.Runtime.xml",
  1838. "ref/netstandard1.5/de/System.Runtime.xml",
  1839. "ref/netstandard1.5/es/System.Runtime.xml",
  1840. "ref/netstandard1.5/fr/System.Runtime.xml",
  1841. "ref/netstandard1.5/it/System.Runtime.xml",
  1842. "ref/netstandard1.5/ja/System.Runtime.xml",
  1843. "ref/netstandard1.5/ko/System.Runtime.xml",
  1844. "ref/netstandard1.5/ru/System.Runtime.xml",
  1845. "ref/netstandard1.5/zh-hans/System.Runtime.xml",
  1846. "ref/netstandard1.5/zh-hant/System.Runtime.xml",
  1847. "ref/portable-net45+win8+wp80+wpa81/_._",
  1848. "ref/win8/_._",
  1849. "ref/wp80/_._",
  1850. "ref/wpa81/_._",
  1851. "ref/xamarinios10/_._",
  1852. "ref/xamarinmac20/_._",
  1853. "ref/xamarintvos10/_._",
  1854. "ref/xamarinwatchos10/_._",
  1855. "system.runtime.4.3.0.nupkg.sha512",
  1856. "system.runtime.nuspec"
  1857. ]
  1858. },
  1859. "System.Runtime.Caching/5.0.0": {
  1860. "sha512": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==",
  1861. "type": "package",
  1862. "path": "system.runtime.caching/5.0.0",
  1863. "files": [
  1864. ".nupkg.metadata",
  1865. ".signature.p7s",
  1866. "Icon.png",
  1867. "LICENSE.TXT",
  1868. "THIRD-PARTY-NOTICES.TXT",
  1869. "lib/MonoAndroid10/_._",
  1870. "lib/MonoTouch10/_._",
  1871. "lib/net45/_._",
  1872. "lib/netstandard2.0/System.Runtime.Caching.dll",
  1873. "lib/netstandard2.0/System.Runtime.Caching.xml",
  1874. "lib/xamarinios10/_._",
  1875. "lib/xamarinmac20/_._",
  1876. "lib/xamarintvos10/_._",
  1877. "lib/xamarinwatchos10/_._",
  1878. "ref/MonoAndroid10/_._",
  1879. "ref/MonoTouch10/_._",
  1880. "ref/net45/_._",
  1881. "ref/netstandard2.0/System.Runtime.Caching.dll",
  1882. "ref/netstandard2.0/System.Runtime.Caching.xml",
  1883. "ref/xamarinios10/_._",
  1884. "ref/xamarinmac20/_._",
  1885. "ref/xamarintvos10/_._",
  1886. "ref/xamarinwatchos10/_._",
  1887. "runtimes/win/lib/net45/_._",
  1888. "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll",
  1889. "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.xml",
  1890. "system.runtime.caching.5.0.0.nupkg.sha512",
  1891. "system.runtime.caching.nuspec",
  1892. "useSharedDesignerContext.txt",
  1893. "version.txt"
  1894. ]
  1895. },
  1896. "System.Security.AccessControl/5.0.0": {
  1897. "sha512": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  1898. "type": "package",
  1899. "path": "system.security.accesscontrol/5.0.0",
  1900. "files": [
  1901. ".nupkg.metadata",
  1902. ".signature.p7s",
  1903. "Icon.png",
  1904. "LICENSE.TXT",
  1905. "THIRD-PARTY-NOTICES.TXT",
  1906. "lib/net46/System.Security.AccessControl.dll",
  1907. "lib/net461/System.Security.AccessControl.dll",
  1908. "lib/net461/System.Security.AccessControl.xml",
  1909. "lib/netstandard1.3/System.Security.AccessControl.dll",
  1910. "lib/netstandard2.0/System.Security.AccessControl.dll",
  1911. "lib/netstandard2.0/System.Security.AccessControl.xml",
  1912. "lib/uap10.0.16299/_._",
  1913. "ref/net46/System.Security.AccessControl.dll",
  1914. "ref/net461/System.Security.AccessControl.dll",
  1915. "ref/net461/System.Security.AccessControl.xml",
  1916. "ref/netstandard1.3/System.Security.AccessControl.dll",
  1917. "ref/netstandard1.3/System.Security.AccessControl.xml",
  1918. "ref/netstandard1.3/de/System.Security.AccessControl.xml",
  1919. "ref/netstandard1.3/es/System.Security.AccessControl.xml",
  1920. "ref/netstandard1.3/fr/System.Security.AccessControl.xml",
  1921. "ref/netstandard1.3/it/System.Security.AccessControl.xml",
  1922. "ref/netstandard1.3/ja/System.Security.AccessControl.xml",
  1923. "ref/netstandard1.3/ko/System.Security.AccessControl.xml",
  1924. "ref/netstandard1.3/ru/System.Security.AccessControl.xml",
  1925. "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
  1926. "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
  1927. "ref/netstandard2.0/System.Security.AccessControl.dll",
  1928. "ref/netstandard2.0/System.Security.AccessControl.xml",
  1929. "ref/uap10.0.16299/_._",
  1930. "runtimes/win/lib/net46/System.Security.AccessControl.dll",
  1931. "runtimes/win/lib/net461/System.Security.AccessControl.dll",
  1932. "runtimes/win/lib/net461/System.Security.AccessControl.xml",
  1933. "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
  1934. "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml",
  1935. "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
  1936. "runtimes/win/lib/uap10.0.16299/_._",
  1937. "system.security.accesscontrol.5.0.0.nupkg.sha512",
  1938. "system.security.accesscontrol.nuspec",
  1939. "useSharedDesignerContext.txt",
  1940. "version.txt"
  1941. ]
  1942. },
  1943. "System.Security.Cryptography.Cng/5.0.0": {
  1944. "sha512": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
  1945. "type": "package",
  1946. "path": "system.security.cryptography.cng/5.0.0",
  1947. "files": [
  1948. ".nupkg.metadata",
  1949. ".signature.p7s",
  1950. "Icon.png",
  1951. "LICENSE.TXT",
  1952. "THIRD-PARTY-NOTICES.TXT",
  1953. "lib/MonoAndroid10/_._",
  1954. "lib/MonoTouch10/_._",
  1955. "lib/net46/System.Security.Cryptography.Cng.dll",
  1956. "lib/net461/System.Security.Cryptography.Cng.dll",
  1957. "lib/net461/System.Security.Cryptography.Cng.xml",
  1958. "lib/net462/System.Security.Cryptography.Cng.dll",
  1959. "lib/net462/System.Security.Cryptography.Cng.xml",
  1960. "lib/net47/System.Security.Cryptography.Cng.dll",
  1961. "lib/net47/System.Security.Cryptography.Cng.xml",
  1962. "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
  1963. "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
  1964. "lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
  1965. "lib/netstandard1.3/System.Security.Cryptography.Cng.dll",
  1966. "lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
  1967. "lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
  1968. "lib/netstandard2.0/System.Security.Cryptography.Cng.dll",
  1969. "lib/netstandard2.0/System.Security.Cryptography.Cng.xml",
  1970. "lib/netstandard2.1/System.Security.Cryptography.Cng.dll",
  1971. "lib/netstandard2.1/System.Security.Cryptography.Cng.xml",
  1972. "lib/uap10.0.16299/_._",
  1973. "lib/xamarinios10/_._",
  1974. "lib/xamarinmac20/_._",
  1975. "lib/xamarintvos10/_._",
  1976. "lib/xamarinwatchos10/_._",
  1977. "ref/MonoAndroid10/_._",
  1978. "ref/MonoTouch10/_._",
  1979. "ref/net46/System.Security.Cryptography.Cng.dll",
  1980. "ref/net461/System.Security.Cryptography.Cng.dll",
  1981. "ref/net461/System.Security.Cryptography.Cng.xml",
  1982. "ref/net462/System.Security.Cryptography.Cng.dll",
  1983. "ref/net462/System.Security.Cryptography.Cng.xml",
  1984. "ref/net47/System.Security.Cryptography.Cng.dll",
  1985. "ref/net47/System.Security.Cryptography.Cng.xml",
  1986. "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll",
  1987. "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml",
  1988. "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
  1989. "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml",
  1990. "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
  1991. "ref/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
  1992. "ref/netstandard1.3/System.Security.Cryptography.Cng.dll",
  1993. "ref/netstandard1.4/System.Security.Cryptography.Cng.dll",
  1994. "ref/netstandard1.6/System.Security.Cryptography.Cng.dll",
  1995. "ref/netstandard2.0/System.Security.Cryptography.Cng.dll",
  1996. "ref/netstandard2.0/System.Security.Cryptography.Cng.xml",
  1997. "ref/netstandard2.1/System.Security.Cryptography.Cng.dll",
  1998. "ref/netstandard2.1/System.Security.Cryptography.Cng.xml",
  1999. "ref/uap10.0.16299/_._",
  2000. "ref/xamarinios10/_._",
  2001. "ref/xamarinmac20/_._",
  2002. "ref/xamarintvos10/_._",
  2003. "ref/xamarinwatchos10/_._",
  2004. "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll",
  2005. "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll",
  2006. "runtimes/win/lib/net461/System.Security.Cryptography.Cng.xml",
  2007. "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll",
  2008. "runtimes/win/lib/net462/System.Security.Cryptography.Cng.xml",
  2009. "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll",
  2010. "runtimes/win/lib/net47/System.Security.Cryptography.Cng.xml",
  2011. "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll",
  2012. "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
  2013. "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
  2014. "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
  2015. "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
  2016. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
  2017. "runtimes/win/lib/uap10.0.16299/_._",
  2018. "system.security.cryptography.cng.5.0.0.nupkg.sha512",
  2019. "system.security.cryptography.cng.nuspec",
  2020. "useSharedDesignerContext.txt",
  2021. "version.txt"
  2022. ]
  2023. },
  2024. "System.Security.Cryptography.ProtectedData/5.0.0": {
  2025. "sha512": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==",
  2026. "type": "package",
  2027. "path": "system.security.cryptography.protecteddata/5.0.0",
  2028. "files": [
  2029. ".nupkg.metadata",
  2030. ".signature.p7s",
  2031. "Icon.png",
  2032. "LICENSE.TXT",
  2033. "THIRD-PARTY-NOTICES.TXT",
  2034. "lib/MonoAndroid10/_._",
  2035. "lib/MonoTouch10/_._",
  2036. "lib/net46/System.Security.Cryptography.ProtectedData.dll",
  2037. "lib/net461/System.Security.Cryptography.ProtectedData.dll",
  2038. "lib/net461/System.Security.Cryptography.ProtectedData.xml",
  2039. "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
  2040. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
  2041. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
  2042. "lib/xamarinios10/_._",
  2043. "lib/xamarinmac20/_._",
  2044. "lib/xamarintvos10/_._",
  2045. "lib/xamarinwatchos10/_._",
  2046. "ref/MonoAndroid10/_._",
  2047. "ref/MonoTouch10/_._",
  2048. "ref/net46/System.Security.Cryptography.ProtectedData.dll",
  2049. "ref/net461/System.Security.Cryptography.ProtectedData.dll",
  2050. "ref/net461/System.Security.Cryptography.ProtectedData.xml",
  2051. "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
  2052. "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
  2053. "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
  2054. "ref/xamarinios10/_._",
  2055. "ref/xamarinmac20/_._",
  2056. "ref/xamarintvos10/_._",
  2057. "ref/xamarinwatchos10/_._",
  2058. "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll",
  2059. "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll",
  2060. "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.xml",
  2061. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
  2062. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
  2063. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
  2064. "system.security.cryptography.protecteddata.5.0.0.nupkg.sha512",
  2065. "system.security.cryptography.protecteddata.nuspec",
  2066. "useSharedDesignerContext.txt",
  2067. "version.txt"
  2068. ]
  2069. },
  2070. "System.Security.Permissions/5.0.0": {
  2071. "sha512": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==",
  2072. "type": "package",
  2073. "path": "system.security.permissions/5.0.0",
  2074. "files": [
  2075. ".nupkg.metadata",
  2076. ".signature.p7s",
  2077. "Icon.png",
  2078. "LICENSE.TXT",
  2079. "THIRD-PARTY-NOTICES.TXT",
  2080. "lib/net461/System.Security.Permissions.dll",
  2081. "lib/net461/System.Security.Permissions.xml",
  2082. "lib/net5.0/System.Security.Permissions.dll",
  2083. "lib/net5.0/System.Security.Permissions.xml",
  2084. "lib/netcoreapp3.0/System.Security.Permissions.dll",
  2085. "lib/netcoreapp3.0/System.Security.Permissions.xml",
  2086. "lib/netstandard2.0/System.Security.Permissions.dll",
  2087. "lib/netstandard2.0/System.Security.Permissions.xml",
  2088. "ref/net461/System.Security.Permissions.dll",
  2089. "ref/net461/System.Security.Permissions.xml",
  2090. "ref/net5.0/System.Security.Permissions.dll",
  2091. "ref/net5.0/System.Security.Permissions.xml",
  2092. "ref/netcoreapp3.0/System.Security.Permissions.dll",
  2093. "ref/netcoreapp3.0/System.Security.Permissions.xml",
  2094. "ref/netstandard2.0/System.Security.Permissions.dll",
  2095. "ref/netstandard2.0/System.Security.Permissions.xml",
  2096. "system.security.permissions.5.0.0.nupkg.sha512",
  2097. "system.security.permissions.nuspec",
  2098. "useSharedDesignerContext.txt",
  2099. "version.txt"
  2100. ]
  2101. },
  2102. "System.Security.Principal.Windows/5.0.0": {
  2103. "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  2104. "type": "package",
  2105. "path": "system.security.principal.windows/5.0.0",
  2106. "files": [
  2107. ".nupkg.metadata",
  2108. ".signature.p7s",
  2109. "Icon.png",
  2110. "LICENSE.TXT",
  2111. "THIRD-PARTY-NOTICES.TXT",
  2112. "lib/net46/System.Security.Principal.Windows.dll",
  2113. "lib/net461/System.Security.Principal.Windows.dll",
  2114. "lib/net461/System.Security.Principal.Windows.xml",
  2115. "lib/netstandard1.3/System.Security.Principal.Windows.dll",
  2116. "lib/netstandard2.0/System.Security.Principal.Windows.dll",
  2117. "lib/netstandard2.0/System.Security.Principal.Windows.xml",
  2118. "lib/uap10.0.16299/_._",
  2119. "ref/net46/System.Security.Principal.Windows.dll",
  2120. "ref/net461/System.Security.Principal.Windows.dll",
  2121. "ref/net461/System.Security.Principal.Windows.xml",
  2122. "ref/netcoreapp3.0/System.Security.Principal.Windows.dll",
  2123. "ref/netcoreapp3.0/System.Security.Principal.Windows.xml",
  2124. "ref/netstandard1.3/System.Security.Principal.Windows.dll",
  2125. "ref/netstandard1.3/System.Security.Principal.Windows.xml",
  2126. "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
  2127. "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
  2128. "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
  2129. "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
  2130. "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
  2131. "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
  2132. "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
  2133. "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
  2134. "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
  2135. "ref/netstandard2.0/System.Security.Principal.Windows.dll",
  2136. "ref/netstandard2.0/System.Security.Principal.Windows.xml",
  2137. "ref/uap10.0.16299/_._",
  2138. "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
  2139. "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
  2140. "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
  2141. "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
  2142. "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
  2143. "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
  2144. "runtimes/win/lib/net461/System.Security.Principal.Windows.xml",
  2145. "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
  2146. "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
  2147. "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
  2148. "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
  2149. "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
  2150. "runtimes/win/lib/uap10.0.16299/_._",
  2151. "system.security.principal.windows.5.0.0.nupkg.sha512",
  2152. "system.security.principal.windows.nuspec",
  2153. "useSharedDesignerContext.txt",
  2154. "version.txt"
  2155. ]
  2156. },
  2157. "System.Text.Encoding/4.3.0": {
  2158. "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  2159. "type": "package",
  2160. "path": "system.text.encoding/4.3.0",
  2161. "files": [
  2162. ".nupkg.metadata",
  2163. ".signature.p7s",
  2164. "ThirdPartyNotices.txt",
  2165. "dotnet_library_license.txt",
  2166. "lib/MonoAndroid10/_._",
  2167. "lib/MonoTouch10/_._",
  2168. "lib/net45/_._",
  2169. "lib/portable-net45+win8+wp8+wpa81/_._",
  2170. "lib/win8/_._",
  2171. "lib/wp80/_._",
  2172. "lib/wpa81/_._",
  2173. "lib/xamarinios10/_._",
  2174. "lib/xamarinmac20/_._",
  2175. "lib/xamarintvos10/_._",
  2176. "lib/xamarinwatchos10/_._",
  2177. "ref/MonoAndroid10/_._",
  2178. "ref/MonoTouch10/_._",
  2179. "ref/net45/_._",
  2180. "ref/netcore50/System.Text.Encoding.dll",
  2181. "ref/netcore50/System.Text.Encoding.xml",
  2182. "ref/netcore50/de/System.Text.Encoding.xml",
  2183. "ref/netcore50/es/System.Text.Encoding.xml",
  2184. "ref/netcore50/fr/System.Text.Encoding.xml",
  2185. "ref/netcore50/it/System.Text.Encoding.xml",
  2186. "ref/netcore50/ja/System.Text.Encoding.xml",
  2187. "ref/netcore50/ko/System.Text.Encoding.xml",
  2188. "ref/netcore50/ru/System.Text.Encoding.xml",
  2189. "ref/netcore50/zh-hans/System.Text.Encoding.xml",
  2190. "ref/netcore50/zh-hant/System.Text.Encoding.xml",
  2191. "ref/netstandard1.0/System.Text.Encoding.dll",
  2192. "ref/netstandard1.0/System.Text.Encoding.xml",
  2193. "ref/netstandard1.0/de/System.Text.Encoding.xml",
  2194. "ref/netstandard1.0/es/System.Text.Encoding.xml",
  2195. "ref/netstandard1.0/fr/System.Text.Encoding.xml",
  2196. "ref/netstandard1.0/it/System.Text.Encoding.xml",
  2197. "ref/netstandard1.0/ja/System.Text.Encoding.xml",
  2198. "ref/netstandard1.0/ko/System.Text.Encoding.xml",
  2199. "ref/netstandard1.0/ru/System.Text.Encoding.xml",
  2200. "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
  2201. "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
  2202. "ref/netstandard1.3/System.Text.Encoding.dll",
  2203. "ref/netstandard1.3/System.Text.Encoding.xml",
  2204. "ref/netstandard1.3/de/System.Text.Encoding.xml",
  2205. "ref/netstandard1.3/es/System.Text.Encoding.xml",
  2206. "ref/netstandard1.3/fr/System.Text.Encoding.xml",
  2207. "ref/netstandard1.3/it/System.Text.Encoding.xml",
  2208. "ref/netstandard1.3/ja/System.Text.Encoding.xml",
  2209. "ref/netstandard1.3/ko/System.Text.Encoding.xml",
  2210. "ref/netstandard1.3/ru/System.Text.Encoding.xml",
  2211. "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
  2212. "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
  2213. "ref/portable-net45+win8+wp8+wpa81/_._",
  2214. "ref/win8/_._",
  2215. "ref/wp80/_._",
  2216. "ref/wpa81/_._",
  2217. "ref/xamarinios10/_._",
  2218. "ref/xamarinmac20/_._",
  2219. "ref/xamarintvos10/_._",
  2220. "ref/xamarinwatchos10/_._",
  2221. "system.text.encoding.4.3.0.nupkg.sha512",
  2222. "system.text.encoding.nuspec"
  2223. ]
  2224. },
  2225. "System.Text.Encoding.CodePages/5.0.0": {
  2226. "sha512": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
  2227. "type": "package",
  2228. "path": "system.text.encoding.codepages/5.0.0",
  2229. "files": [
  2230. ".nupkg.metadata",
  2231. ".signature.p7s",
  2232. "Icon.png",
  2233. "LICENSE.TXT",
  2234. "THIRD-PARTY-NOTICES.TXT",
  2235. "lib/MonoAndroid10/_._",
  2236. "lib/MonoTouch10/_._",
  2237. "lib/net46/System.Text.Encoding.CodePages.dll",
  2238. "lib/net461/System.Text.Encoding.CodePages.dll",
  2239. "lib/net461/System.Text.Encoding.CodePages.xml",
  2240. "lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
  2241. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
  2242. "lib/netstandard2.0/System.Text.Encoding.CodePages.xml",
  2243. "lib/xamarinios10/_._",
  2244. "lib/xamarinmac20/_._",
  2245. "lib/xamarintvos10/_._",
  2246. "lib/xamarinwatchos10/_._",
  2247. "ref/MonoAndroid10/_._",
  2248. "ref/MonoTouch10/_._",
  2249. "ref/xamarinios10/_._",
  2250. "ref/xamarinmac20/_._",
  2251. "ref/xamarintvos10/_._",
  2252. "ref/xamarinwatchos10/_._",
  2253. "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll",
  2254. "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml",
  2255. "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll",
  2256. "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.xml",
  2257. "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
  2258. "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
  2259. "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml",
  2260. "system.text.encoding.codepages.5.0.0.nupkg.sha512",
  2261. "system.text.encoding.codepages.nuspec",
  2262. "useSharedDesignerContext.txt",
  2263. "version.txt"
  2264. ]
  2265. },
  2266. "System.Text.Encodings.Web/4.7.2": {
  2267. "sha512": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==",
  2268. "type": "package",
  2269. "path": "system.text.encodings.web/4.7.2",
  2270. "files": [
  2271. ".nupkg.metadata",
  2272. ".signature.p7s",
  2273. "Icon.png",
  2274. "LICENSE.TXT",
  2275. "THIRD-PARTY-NOTICES.TXT",
  2276. "lib/net461/System.Text.Encodings.Web.dll",
  2277. "lib/net461/System.Text.Encodings.Web.xml",
  2278. "lib/netstandard1.0/System.Text.Encodings.Web.dll",
  2279. "lib/netstandard1.0/System.Text.Encodings.Web.xml",
  2280. "lib/netstandard2.0/System.Text.Encodings.Web.dll",
  2281. "lib/netstandard2.0/System.Text.Encodings.Web.xml",
  2282. "lib/netstandard2.1/System.Text.Encodings.Web.dll",
  2283. "lib/netstandard2.1/System.Text.Encodings.Web.xml",
  2284. "system.text.encodings.web.4.7.2.nupkg.sha512",
  2285. "system.text.encodings.web.nuspec",
  2286. "useSharedDesignerContext.txt",
  2287. "version.txt"
  2288. ]
  2289. },
  2290. "System.Text.Json/4.6.0": {
  2291. "sha512": "4F8Xe+JIkVoDJ8hDAZ7HqLkjctN/6WItJIzQaifBwClC7wmoLSda/Sv2i6i1kycqDb3hWF4JCVbpAweyOKHEUA==",
  2292. "type": "package",
  2293. "path": "system.text.json/4.6.0",
  2294. "files": [
  2295. ".nupkg.metadata",
  2296. ".signature.p7s",
  2297. "LICENSE.TXT",
  2298. "THIRD-PARTY-NOTICES.TXT",
  2299. "lib/net461/System.Text.Json.dll",
  2300. "lib/net461/System.Text.Json.xml",
  2301. "lib/netcoreapp3.0/System.Text.Json.dll",
  2302. "lib/netcoreapp3.0/System.Text.Json.xml",
  2303. "lib/netstandard2.0/System.Text.Json.dll",
  2304. "lib/netstandard2.0/System.Text.Json.xml",
  2305. "system.text.json.4.6.0.nupkg.sha512",
  2306. "system.text.json.nuspec",
  2307. "useSharedDesignerContext.txt",
  2308. "version.txt"
  2309. ]
  2310. },
  2311. "System.Threading.Tasks/4.3.0": {
  2312. "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  2313. "type": "package",
  2314. "path": "system.threading.tasks/4.3.0",
  2315. "files": [
  2316. ".nupkg.metadata",
  2317. ".signature.p7s",
  2318. "ThirdPartyNotices.txt",
  2319. "dotnet_library_license.txt",
  2320. "lib/MonoAndroid10/_._",
  2321. "lib/MonoTouch10/_._",
  2322. "lib/net45/_._",
  2323. "lib/portable-net45+win8+wp8+wpa81/_._",
  2324. "lib/win8/_._",
  2325. "lib/wp80/_._",
  2326. "lib/wpa81/_._",
  2327. "lib/xamarinios10/_._",
  2328. "lib/xamarinmac20/_._",
  2329. "lib/xamarintvos10/_._",
  2330. "lib/xamarinwatchos10/_._",
  2331. "ref/MonoAndroid10/_._",
  2332. "ref/MonoTouch10/_._",
  2333. "ref/net45/_._",
  2334. "ref/netcore50/System.Threading.Tasks.dll",
  2335. "ref/netcore50/System.Threading.Tasks.xml",
  2336. "ref/netcore50/de/System.Threading.Tasks.xml",
  2337. "ref/netcore50/es/System.Threading.Tasks.xml",
  2338. "ref/netcore50/fr/System.Threading.Tasks.xml",
  2339. "ref/netcore50/it/System.Threading.Tasks.xml",
  2340. "ref/netcore50/ja/System.Threading.Tasks.xml",
  2341. "ref/netcore50/ko/System.Threading.Tasks.xml",
  2342. "ref/netcore50/ru/System.Threading.Tasks.xml",
  2343. "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
  2344. "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
  2345. "ref/netstandard1.0/System.Threading.Tasks.dll",
  2346. "ref/netstandard1.0/System.Threading.Tasks.xml",
  2347. "ref/netstandard1.0/de/System.Threading.Tasks.xml",
  2348. "ref/netstandard1.0/es/System.Threading.Tasks.xml",
  2349. "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
  2350. "ref/netstandard1.0/it/System.Threading.Tasks.xml",
  2351. "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
  2352. "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
  2353. "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
  2354. "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
  2355. "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
  2356. "ref/netstandard1.3/System.Threading.Tasks.dll",
  2357. "ref/netstandard1.3/System.Threading.Tasks.xml",
  2358. "ref/netstandard1.3/de/System.Threading.Tasks.xml",
  2359. "ref/netstandard1.3/es/System.Threading.Tasks.xml",
  2360. "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
  2361. "ref/netstandard1.3/it/System.Threading.Tasks.xml",
  2362. "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
  2363. "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
  2364. "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
  2365. "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
  2366. "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
  2367. "ref/portable-net45+win8+wp8+wpa81/_._",
  2368. "ref/win8/_._",
  2369. "ref/wp80/_._",
  2370. "ref/wpa81/_._",
  2371. "ref/xamarinios10/_._",
  2372. "ref/xamarinmac20/_._",
  2373. "ref/xamarintvos10/_._",
  2374. "ref/xamarinwatchos10/_._",
  2375. "system.threading.tasks.4.3.0.nupkg.sha512",
  2376. "system.threading.tasks.nuspec"
  2377. ]
  2378. },
  2379. "System.Threading.Tasks.Extensions/4.5.2": {
  2380. "sha512": "BG/TNxDFv0svAzx8OiMXDlsHfGw623BZ8tCXw4YLhDFDvDhNUEV58jKYMGRnkbJNm7c3JNNJDiN7JBMzxRBR2w==",
  2381. "type": "package",
  2382. "path": "system.threading.tasks.extensions/4.5.2",
  2383. "files": [
  2384. ".nupkg.metadata",
  2385. ".signature.p7s",
  2386. "LICENSE.TXT",
  2387. "THIRD-PARTY-NOTICES.TXT",
  2388. "lib/MonoAndroid10/_._",
  2389. "lib/MonoTouch10/_._",
  2390. "lib/netcoreapp2.1/_._",
  2391. "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
  2392. "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
  2393. "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll",
  2394. "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml",
  2395. "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
  2396. "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
  2397. "lib/xamarinios10/_._",
  2398. "lib/xamarinmac20/_._",
  2399. "lib/xamarintvos10/_._",
  2400. "lib/xamarinwatchos10/_._",
  2401. "ref/MonoAndroid10/_._",
  2402. "ref/MonoTouch10/_._",
  2403. "ref/netcoreapp2.1/_._",
  2404. "ref/xamarinios10/_._",
  2405. "ref/xamarinmac20/_._",
  2406. "ref/xamarintvos10/_._",
  2407. "ref/xamarinwatchos10/_._",
  2408. "system.threading.tasks.extensions.4.5.2.nupkg.sha512",
  2409. "system.threading.tasks.extensions.nuspec",
  2410. "useSharedDesignerContext.txt",
  2411. "version.txt"
  2412. ]
  2413. },
  2414. "System.Windows.Extensions/5.0.0": {
  2415. "sha512": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==",
  2416. "type": "package",
  2417. "path": "system.windows.extensions/5.0.0",
  2418. "files": [
  2419. ".nupkg.metadata",
  2420. ".signature.p7s",
  2421. "Icon.png",
  2422. "LICENSE.TXT",
  2423. "THIRD-PARTY-NOTICES.TXT",
  2424. "lib/netcoreapp3.0/System.Windows.Extensions.dll",
  2425. "lib/netcoreapp3.0/System.Windows.Extensions.xml",
  2426. "ref/netcoreapp3.0/System.Windows.Extensions.dll",
  2427. "ref/netcoreapp3.0/System.Windows.Extensions.xml",
  2428. "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll",
  2429. "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.xml",
  2430. "system.windows.extensions.5.0.0.nupkg.sha512",
  2431. "system.windows.extensions.nuspec",
  2432. "useSharedDesignerContext.txt",
  2433. "version.txt"
  2434. ]
  2435. }
  2436. },
  2437. "projectFileDependencyGroups": {
  2438. "net6.0": [
  2439. "Microsoft.Data.SqlClient >= 4.0.0"
  2440. ]
  2441. },
  2442. "packageFolders": {
  2443. "C:\\Users\\74557\\.nuget\\packages\\": {}
  2444. },
  2445. "project": {
  2446. "version": "1.0.0",
  2447. "restore": {
  2448. "projectUniqueName": "E:\\项目\\项目\\FynCrmGit\\Fyn_CRM\\封装DLL\\ICSSoft.ToERP\\ICSSoft.ERPWMS.csproj",
  2449. "projectName": "ICSSoft.ERPWMS",
  2450. "projectPath": "E:\\项目\\项目\\FynCrmGit\\Fyn_CRM\\封装DLL\\ICSSoft.ToERP\\ICSSoft.ERPWMS.csproj",
  2451. "packagesPath": "C:\\Users\\74557\\.nuget\\packages\\",
  2452. "outputPath": "E:\\项目\\项目\\FynCrmGit\\Fyn_CRM\\封装DLL\\ICSSoft.ToERP\\obj\\",
  2453. "projectStyle": "PackageReference",
  2454. "configFilePaths": [
  2455. "C:\\Users\\74557\\AppData\\Roaming\\NuGet\\NuGet.Config",
  2456. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  2457. ],
  2458. "originalTargetFrameworks": [
  2459. "net6.0"
  2460. ],
  2461. "sources": {
  2462. "https://api.nuget.org/v3/index.json": {},
  2463. "https://nuget.cdn.azure.cn/v3/index.json": {}
  2464. },
  2465. "frameworks": {
  2466. "net6.0": {
  2467. "targetAlias": "net6.0",
  2468. "projectReferences": {}
  2469. }
  2470. },
  2471. "warningProperties": {
  2472. "warnAsError": [
  2473. "NU1605"
  2474. ]
  2475. }
  2476. },
  2477. "frameworks": {
  2478. "net6.0": {
  2479. "targetAlias": "net6.0",
  2480. "dependencies": {
  2481. "Microsoft.Data.SqlClient": {
  2482. "target": "Package",
  2483. "version": "[4.0.0, )"
  2484. }
  2485. },
  2486. "imports": [
  2487. "net461",
  2488. "net462",
  2489. "net47",
  2490. "net471",
  2491. "net472",
  2492. "net48",
  2493. "net481"
  2494. ],
  2495. "assetTargetFallback": true,
  2496. "warn": true,
  2497. "frameworkReferences": {
  2498. "Microsoft.NETCore.App": {
  2499. "privateAssets": "all"
  2500. }
  2501. },
  2502. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
  2503. }
  2504. }
  2505. }
  2506. }