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.

592 lines
23 KiB

8 months ago
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETStandard,Version=v2.1/",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETStandard,Version=v2.1": {},
  9. ".NETStandard,Version=v2.1/": {
  10. "Mirle.Component.Database/1.0.0": {
  11. "dependencies": {
  12. "Dapper": "2.1.28",
  13. "Npgsql": "8.0.1",
  14. "Oracle.ManagedDataAccess.Core": "3.21.120",
  15. "System.Configuration.ConfigurationManager": "8.0.0",
  16. "System.Data.SqlClient": "4.8.6"
  17. },
  18. "runtime": {
  19. "Mirle.Component.Database.dll": {}
  20. }
  21. },
  22. "Dapper/2.1.28": {
  23. "dependencies": {
  24. "System.Reflection.Emit.Lightweight": "4.7.0"
  25. },
  26. "runtime": {
  27. "lib/netstandard2.0/Dapper.dll": {
  28. "assemblyVersion": "2.0.0.0",
  29. "fileVersion": "2.1.28.55233"
  30. }
  31. }
  32. },
  33. "Microsoft.Bcl.AsyncInterfaces/8.0.0": {
  34. "runtime": {
  35. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  36. "assemblyVersion": "8.0.0.0",
  37. "fileVersion": "8.0.23.53103"
  38. }
  39. }
  40. },
  41. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  42. "runtime": {
  43. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  44. "assemblyVersion": "8.0.0.0",
  45. "fileVersion": "8.0.23.53103"
  46. }
  47. }
  48. },
  49. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  50. "dependencies": {
  51. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  52. "System.Buffers": "4.5.1",
  53. "System.Memory": "4.5.5"
  54. },
  55. "runtime": {
  56. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  57. "assemblyVersion": "8.0.0.0",
  58. "fileVersion": "8.0.23.53103"
  59. }
  60. }
  61. },
  62. "Microsoft.Win32.Registry/4.7.0": {
  63. "dependencies": {
  64. "System.Buffers": "4.5.1",
  65. "System.Memory": "4.5.5",
  66. "System.Security.AccessControl": "6.0.0",
  67. "System.Security.Principal.Windows": "5.0.0"
  68. },
  69. "runtime": {
  70. "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
  71. "assemblyVersion": "4.1.3.0",
  72. "fileVersion": "4.700.19.56404"
  73. }
  74. }
  75. },
  76. "Npgsql/8.0.1": {
  77. "dependencies": {
  78. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  79. "System.Collections.Immutable": "8.0.0",
  80. "System.Diagnostics.DiagnosticSource": "8.0.0",
  81. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  82. "System.Text.Json": "8.0.0",
  83. "System.Threading.Channels": "8.0.0"
  84. },
  85. "runtime": {
  86. "lib/netstandard2.1/Npgsql.dll": {
  87. "assemblyVersion": "8.0.1.0",
  88. "fileVersion": "8.0.1.0"
  89. }
  90. }
  91. },
  92. "Oracle.ManagedDataAccess.Core/3.21.120": {
  93. "dependencies": {
  94. "System.Diagnostics.PerformanceCounter": "6.0.1",
  95. "System.DirectoryServices": "6.0.1",
  96. "System.DirectoryServices.Protocols": "6.0.2",
  97. "System.Text.Json": "8.0.0"
  98. },
  99. "runtime": {
  100. "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {
  101. "assemblyVersion": "3.1.21.1",
  102. "fileVersion": "3.1.21.1"
  103. }
  104. }
  105. },
  106. "runtime.native.System.Data.SqlClient.sni/4.7.0": {
  107. "dependencies": {
  108. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
  109. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
  110. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
  111. }
  112. },
  113. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {},
  114. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {},
  115. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {},
  116. "System.Buffers/4.5.1": {
  117. "runtime": {
  118. "lib/netstandard2.0/System.Buffers.dll": {
  119. "assemblyVersion": "4.0.3.0",
  120. "fileVersion": "4.6.28619.1"
  121. }
  122. }
  123. },
  124. "System.Collections.Immutable/8.0.0": {
  125. "dependencies": {
  126. "System.Memory": "4.5.5",
  127. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  128. },
  129. "runtime": {
  130. "lib/netstandard2.0/System.Collections.Immutable.dll": {
  131. "assemblyVersion": "8.0.0.0",
  132. "fileVersion": "8.0.23.53103"
  133. }
  134. }
  135. },
  136. "System.Configuration.ConfigurationManager/8.0.0": {
  137. "dependencies": {
  138. "System.Security.Cryptography.ProtectedData": "8.0.0"
  139. },
  140. "runtime": {
  141. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
  142. "assemblyVersion": "8.0.0.0",
  143. "fileVersion": "8.0.23.53103"
  144. }
  145. }
  146. },
  147. "System.Data.SqlClient/4.8.6": {
  148. "dependencies": {
  149. "Microsoft.Win32.Registry": "4.7.0",
  150. "System.Buffers": "4.5.1",
  151. "System.Diagnostics.DiagnosticSource": "8.0.0",
  152. "System.Memory": "4.5.5",
  153. "System.Security.Principal.Windows": "5.0.0",
  154. "System.Text.Encoding.CodePages": "4.7.0",
  155. "runtime.native.System.Data.SqlClient.sni": "4.7.0"
  156. },
  157. "runtime": {
  158. "lib/netstandard2.0/System.Data.SqlClient.dll": {
  159. "assemblyVersion": "4.6.1.6",
  160. "fileVersion": "4.700.23.52603"
  161. }
  162. }
  163. },
  164. "System.Diagnostics.DiagnosticSource/8.0.0": {
  165. "dependencies": {
  166. "System.Memory": "4.5.5",
  167. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  168. },
  169. "runtime": {
  170. "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll": {
  171. "assemblyVersion": "8.0.0.0",
  172. "fileVersion": "8.0.23.53103"
  173. }
  174. }
  175. },
  176. "System.Diagnostics.PerformanceCounter/6.0.1": {
  177. "runtime": {
  178. "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll": {
  179. "assemblyVersion": "6.0.0.0",
  180. "fileVersion": "6.0.422.16404"
  181. }
  182. }
  183. },
  184. "System.DirectoryServices/6.0.1": {
  185. "dependencies": {
  186. "System.IO.FileSystem.AccessControl": "5.0.0",
  187. "System.Security.AccessControl": "6.0.0",
  188. "System.Security.Permissions": "6.0.0",
  189. "System.Security.Principal.Windows": "5.0.0"
  190. },
  191. "runtime": {
  192. "lib/netstandard2.0/System.DirectoryServices.dll": {
  193. "assemblyVersion": "4.0.0.0",
  194. "fileVersion": "6.0.1423.7309"
  195. }
  196. }
  197. },
  198. "System.DirectoryServices.Protocols/6.0.2": {
  199. "dependencies": {
  200. "System.Security.Principal.Windows": "5.0.0"
  201. },
  202. "runtime": {
  203. "lib/netstandard2.0/System.DirectoryServices.Protocols.dll": {
  204. "assemblyVersion": "4.0.0.0",
  205. "fileVersion": "6.0.1823.26907"
  206. }
  207. }
  208. },
  209. "System.IO.FileSystem.AccessControl/5.0.0": {
  210. "dependencies": {
  211. "System.Buffers": "4.5.1",
  212. "System.Memory": "4.5.5",
  213. "System.Security.AccessControl": "6.0.0",
  214. "System.Security.Principal.Windows": "5.0.0"
  215. },
  216. "runtime": {
  217. "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {
  218. "assemblyVersion": "5.0.0.0",
  219. "fileVersion": "5.0.20.51904"
  220. }
  221. }
  222. },
  223. "System.Memory/4.5.5": {
  224. "dependencies": {
  225. "System.Buffers": "4.5.1",
  226. "System.Numerics.Vectors": "4.4.0",
  227. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  228. },
  229. "runtime": {
  230. "lib/netstandard2.0/System.Memory.dll": {
  231. "assemblyVersion": "4.0.1.2",
  232. "fileVersion": "4.6.31308.1"
  233. }
  234. }
  235. },
  236. "System.Numerics.Vectors/4.4.0": {
  237. "runtime": {
  238. "lib/netstandard2.0/System.Numerics.Vectors.dll": {
  239. "assemblyVersion": "4.1.3.0",
  240. "fileVersion": "4.6.25519.3"
  241. }
  242. }
  243. },
  244. "System.Reflection.Emit.Lightweight/4.7.0": {},
  245. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  246. "runtime": {
  247. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {
  248. "assemblyVersion": "6.0.0.0",
  249. "fileVersion": "6.0.21.52210"
  250. }
  251. }
  252. },
  253. "System.Security.AccessControl/6.0.0": {
  254. "dependencies": {
  255. "System.Security.Principal.Windows": "5.0.0"
  256. },
  257. "runtime": {
  258. "lib/netstandard2.0/System.Security.AccessControl.dll": {
  259. "assemblyVersion": "6.0.0.0",
  260. "fileVersion": "6.0.21.52210"
  261. }
  262. }
  263. },
  264. "System.Security.Cryptography.ProtectedData/8.0.0": {
  265. "dependencies": {
  266. "System.Memory": "4.5.5"
  267. },
  268. "runtime": {
  269. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  270. "assemblyVersion": "8.0.0.0",
  271. "fileVersion": "8.0.23.53103"
  272. }
  273. }
  274. },
  275. "System.Security.Permissions/6.0.0": {
  276. "dependencies": {
  277. "System.Security.AccessControl": "6.0.0"
  278. },
  279. "runtime": {
  280. "lib/netstandard2.0/System.Security.Permissions.dll": {
  281. "assemblyVersion": "6.0.0.0",
  282. "fileVersion": "6.0.21.52210"
  283. }
  284. }
  285. },
  286. "System.Security.Principal.Windows/5.0.0": {
  287. "runtime": {
  288. "lib/netstandard2.0/System.Security.Principal.Windows.dll": {
  289. "assemblyVersion": "5.0.0.0",
  290. "fileVersion": "5.0.20.51904"
  291. }
  292. }
  293. },
  294. "System.Text.Encoding.CodePages/4.7.0": {
  295. "dependencies": {
  296. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  297. },
  298. "runtime": {
  299. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
  300. "assemblyVersion": "4.1.3.0",
  301. "fileVersion": "4.700.19.56404"
  302. }
  303. }
  304. },
  305. "System.Text.Encodings.Web/8.0.0": {
  306. "dependencies": {
  307. "System.Buffers": "4.5.1",
  308. "System.Memory": "4.5.5",
  309. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  310. },
  311. "runtime": {
  312. "lib/netstandard2.0/System.Text.Encodings.Web.dll": {
  313. "assemblyVersion": "8.0.0.0",
  314. "fileVersion": "8.0.23.53103"
  315. }
  316. }
  317. },
  318. "System.Text.Json/8.0.0": {
  319. "dependencies": {
  320. "Microsoft.Bcl.AsyncInterfaces": "8.0.0",
  321. "System.Buffers": "4.5.1",
  322. "System.Memory": "4.5.5",
  323. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  324. "System.Text.Encodings.Web": "8.0.0",
  325. "System.Threading.Tasks.Extensions": "4.5.4"
  326. },
  327. "runtime": {
  328. "lib/netstandard2.0/System.Text.Json.dll": {
  329. "assemblyVersion": "8.0.0.0",
  330. "fileVersion": "8.0.23.53103"
  331. }
  332. }
  333. },
  334. "System.Threading.Channels/8.0.0": {
  335. "runtime": {
  336. "lib/netstandard2.1/System.Threading.Channels.dll": {
  337. "assemblyVersion": "8.0.0.0",
  338. "fileVersion": "8.0.23.53103"
  339. }
  340. }
  341. },
  342. "System.Threading.Tasks.Extensions/4.5.4": {
  343. "dependencies": {
  344. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  345. },
  346. "runtime": {
  347. "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {
  348. "assemblyVersion": "4.2.0.1",
  349. "fileVersion": "4.6.28619.1"
  350. }
  351. }
  352. }
  353. }
  354. },
  355. "libraries": {
  356. "Mirle.Component.Database/1.0.0": {
  357. "type": "project",
  358. "serviceable": false,
  359. "sha512": ""
  360. },
  361. "Dapper/2.1.28": {
  362. "type": "package",
  363. "serviceable": true,
  364. "sha512": "sha512-ha49pzOEDmCPkMxwfPSR/wxa/6RD3r42TESIgpzpi7FXq/gNVUuJVEO+wtUzntNRhtmq3BKCl0s0aAlSZLkBUA==",
  365. "path": "dapper/2.1.28",
  366. "hashPath": "dapper.2.1.28.nupkg.sha512"
  367. },
  368. "Microsoft.Bcl.AsyncInterfaces/8.0.0": {
  369. "type": "package",
  370. "serviceable": true,
  371. "sha512": "sha512-3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
  372. "path": "microsoft.bcl.asyncinterfaces/8.0.0",
  373. "hashPath": "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512"
  374. },
  375. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  376. "type": "package",
  377. "serviceable": true,
  378. "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==",
  379. "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0",
  380. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512"
  381. },
  382. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  383. "type": "package",
  384. "serviceable": true,
  385. "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
  386. "path": "microsoft.extensions.logging.abstractions/8.0.0",
  387. "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512"
  388. },
  389. "Microsoft.Win32.Registry/4.7.0": {
  390. "type": "package",
  391. "serviceable": true,
  392. "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
  393. "path": "microsoft.win32.registry/4.7.0",
  394. "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
  395. },
  396. "Npgsql/8.0.1": {
  397. "type": "package",
  398. "serviceable": true,
  399. "sha512": "sha512-/XQX6n2gKQPnRoP5AhOnz33qL5V6CEY2vqluHPIvK4VZqY/sE/dHOFj+/8Ok7Y5Cbkj6/OZOFLZCiaKcryhS9A==",
  400. "path": "npgsql/8.0.1",
  401. "hashPath": "npgsql.8.0.1.nupkg.sha512"
  402. },
  403. "Oracle.ManagedDataAccess.Core/3.21.120": {
  404. "type": "package",
  405. "serviceable": true,
  406. "sha512": "sha512-RrSu5ZlhIqpV7mFauPfc2AkCsuWXA2cWCNXOBW+Wt7R8g6wqonWIWZN3iyhwr4mZMRrClJB/SRMtQzQMHuZPmg==",
  407. "path": "oracle.manageddataaccess.core/3.21.120",
  408. "hashPath": "oracle.manageddataaccess.core.3.21.120.nupkg.sha512"
  409. },
  410. "runtime.native.System.Data.SqlClient.sni/4.7.0": {
  411. "type": "package",
  412. "serviceable": true,
  413. "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
  414. "path": "runtime.native.system.data.sqlclient.sni/4.7.0",
  415. "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512"
  416. },
  417. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  418. "type": "package",
  419. "serviceable": true,
  420. "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
  421. "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
  422. "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
  423. },
  424. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  425. "type": "package",
  426. "serviceable": true,
  427. "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
  428. "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
  429. "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
  430. },
  431. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  432. "type": "package",
  433. "serviceable": true,
  434. "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
  435. "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
  436. "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
  437. },
  438. "System.Buffers/4.5.1": {
  439. "type": "package",
  440. "serviceable": true,
  441. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  442. "path": "system.buffers/4.5.1",
  443. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  444. },
  445. "System.Collections.Immutable/8.0.0": {
  446. "type": "package",
  447. "serviceable": true,
  448. "sha512": "sha512-AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==",
  449. "path": "system.collections.immutable/8.0.0",
  450. "hashPath": "system.collections.immutable.8.0.0.nupkg.sha512"
  451. },
  452. "System.Configuration.ConfigurationManager/8.0.0": {
  453. "type": "package",
  454. "serviceable": true,
  455. "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==",
  456. "path": "system.configuration.configurationmanager/8.0.0",
  457. "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512"
  458. },
  459. "System.Data.SqlClient/4.8.6": {
  460. "type": "package",
  461. "serviceable": true,
  462. "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==",
  463. "path": "system.data.sqlclient/4.8.6",
  464. "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512"
  465. },
  466. "System.Diagnostics.DiagnosticSource/8.0.0": {
  467. "type": "package",
  468. "serviceable": true,
  469. "sha512": "sha512-c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ==",
  470. "path": "system.diagnostics.diagnosticsource/8.0.0",
  471. "hashPath": "system.diagnostics.diagnosticsource.8.0.0.nupkg.sha512"
  472. },
  473. "System.Diagnostics.PerformanceCounter/6.0.1": {
  474. "type": "package",
  475. "serviceable": true,
  476. "sha512": "sha512-dDl7Gx3bmSrM2k2ZIm+ucEJnLloZRyvfQF1DvfvATcGF3jtaUBiPvChma+6ZcZzxWMirN3kCywkW7PILphXyMQ==",
  477. "path": "system.diagnostics.performancecounter/6.0.1",
  478. "hashPath": "system.diagnostics.performancecounter.6.0.1.nupkg.sha512"
  479. },
  480. "System.DirectoryServices/6.0.1": {
  481. "type": "package",
  482. "serviceable": true,
  483. "sha512": "sha512-935IbO7h5FDGYxeO3cbx/CuvBBuk/VI8sENlfmXlh1pupNOB3LAGzdYdPY8CawGJFP7KNrHK5eUlsFoz3F6cuA==",
  484. "path": "system.directoryservices/6.0.1",
  485. "hashPath": "system.directoryservices.6.0.1.nupkg.sha512"
  486. },
  487. "System.DirectoryServices.Protocols/6.0.2": {
  488. "type": "package",
  489. "serviceable": true,
  490. "sha512": "sha512-vDDPWwHn3/DNZ+kPkdXHoada+tKPEC9bVqDOr4hK6HBSP7hGCUTA0Zw6WU5qpGaqa5M1/V+axHMIv+DNEbIf6g==",
  491. "path": "system.directoryservices.protocols/6.0.2",
  492. "hashPath": "system.directoryservices.protocols.6.0.2.nupkg.sha512"
  493. },
  494. "System.IO.FileSystem.AccessControl/5.0.0": {
  495. "type": "package",
  496. "serviceable": true,
  497. "sha512": "sha512-SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==",
  498. "path": "system.io.filesystem.accesscontrol/5.0.0",
  499. "hashPath": "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512"
  500. },
  501. "System.Memory/4.5.5": {
  502. "type": "package",
  503. "serviceable": true,
  504. "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
  505. "path": "system.memory/4.5.5",
  506. "hashPath": "system.memory.4.5.5.nupkg.sha512"
  507. },
  508. "System.Numerics.Vectors/4.4.0": {
  509. "type": "package",
  510. "serviceable": true,
  511. "sha512": "sha512-UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==",
  512. "path": "system.numerics.vectors/4.4.0",
  513. "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512"
  514. },
  515. "System.Reflection.Emit.Lightweight/4.7.0": {
  516. "type": "package",
  517. "serviceable": true,
  518. "sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==",
  519. "path": "system.reflection.emit.lightweight/4.7.0",
  520. "hashPath": "system.reflection.emit.lightweight.4.7.0.nupkg.sha512"
  521. },
  522. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  523. "type": "package",
  524. "serviceable": true,
  525. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  526. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  527. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  528. },
  529. "System.Security.AccessControl/6.0.0": {
  530. "type": "package",
  531. "serviceable": true,
  532. "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
  533. "path": "system.security.accesscontrol/6.0.0",
  534. "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
  535. },
  536. "System.Security.Cryptography.ProtectedData/8.0.0": {
  537. "type": "package",
  538. "serviceable": true,
  539. "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
  540. "path": "system.security.cryptography.protecteddata/8.0.0",
  541. "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
  542. },
  543. "System.Security.Permissions/6.0.0": {
  544. "type": "package",
  545. "serviceable": true,
  546. "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
  547. "path": "system.security.permissions/6.0.0",
  548. "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
  549. },
  550. "System.Security.Principal.Windows/5.0.0": {
  551. "type": "package",
  552. "serviceable": true,
  553. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  554. "path": "system.security.principal.windows/5.0.0",
  555. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  556. },
  557. "System.Text.Encoding.CodePages/4.7.0": {
  558. "type": "package",
  559. "serviceable": true,
  560. "sha512": "sha512-aeu4FlaUTemuT1qOd1MyU4T516QR4Fy+9yDbwWMPHOHy7U8FD6SgTzdZFO7gHcfAPHtECqInbwklVvUK4RHcNg==",
  561. "path": "system.text.encoding.codepages/4.7.0",
  562. "hashPath": "system.text.encoding.codepages.4.7.0.nupkg.sha512"
  563. },
  564. "System.Text.Encodings.Web/8.0.0": {
  565. "type": "package",
  566. "serviceable": true,
  567. "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
  568. "path": "system.text.encodings.web/8.0.0",
  569. "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
  570. },
  571. "System.Text.Json/8.0.0": {
  572. "type": "package",
  573. "serviceable": true,
  574. "sha512": "sha512-OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
  575. "path": "system.text.json/8.0.0",
  576. "hashPath": "system.text.json.8.0.0.nupkg.sha512"
  577. },
  578. "System.Threading.Channels/8.0.0": {
  579. "type": "package",
  580. "serviceable": true,
  581. "sha512": "sha512-CMaFr7v+57RW7uZfZkPExsPB6ljwzhjACWW1gfU35Y56rk72B/Wu+sTqxVmGSk4SFUlPc3cjeKND0zktziyjBA==",
  582. "path": "system.threading.channels/8.0.0",
  583. "hashPath": "system.threading.channels.8.0.0.nupkg.sha512"
  584. },
  585. "System.Threading.Tasks.Extensions/4.5.4": {
  586. "type": "package",
  587. "serviceable": true,
  588. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  589. "path": "system.threading.tasks.extensions/4.5.4",
  590. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  591. }
  592. }
  593. }