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.

ScreeningTest.Business.deps.json 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v5.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v5.0": {
  9. "ScreeningTest.Business/1.0.0": {
  10. "dependencies": {
  11. "AutoMapper": "10.1.1",
  12. "MailKit": "2.13.0",
  13. "Microsoft.Extensions.Configuration.Binder": "5.0.0",
  14. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  15. "ScreeningTest.Data": "1.0.0"
  16. },
  17. "runtime": {
  18. "ScreeningTest.Business.dll": {}
  19. }
  20. },
  21. "AutoMapper/10.1.1": {
  22. "dependencies": {
  23. "Microsoft.CSharp": "4.7.0",
  24. "System.Reflection.Emit": "4.7.0"
  25. },
  26. "runtime": {
  27. "lib/netstandard2.0/AutoMapper.dll": {
  28. "assemblyVersion": "10.0.0.0",
  29. "fileVersion": "10.1.1.0"
  30. }
  31. }
  32. },
  33. "MailKit/2.13.0": {
  34. "dependencies": {
  35. "MimeKit": "2.13.0"
  36. },
  37. "runtime": {
  38. "lib/net50/MailKit.dll": {
  39. "assemblyVersion": "2.13.0.0",
  40. "fileVersion": "2.13.0.0"
  41. }
  42. }
  43. },
  44. "Microsoft.AspNetCore.Cryptography.Internal/5.0.4": {
  45. "runtime": {
  46. "lib/net5.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {
  47. "assemblyVersion": "5.0.0.0",
  48. "fileVersion": "5.0.421.11815"
  49. }
  50. }
  51. },
  52. "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.4": {
  53. "dependencies": {
  54. "Microsoft.AspNetCore.Cryptography.Internal": "5.0.4"
  55. },
  56. "runtime": {
  57. "lib/net5.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {
  58. "assemblyVersion": "5.0.0.0",
  59. "fileVersion": "5.0.421.11815"
  60. }
  61. }
  62. },
  63. "Microsoft.AspNetCore.Identity.EntityFrameworkCore/5.0.4": {
  64. "dependencies": {
  65. "Microsoft.EntityFrameworkCore.Relational": "5.0.7",
  66. "Microsoft.Extensions.Identity.Stores": "5.0.4"
  67. },
  68. "runtime": {
  69. "lib/net5.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {
  70. "assemblyVersion": "5.0.4.0",
  71. "fileVersion": "5.0.421.11815"
  72. }
  73. }
  74. },
  75. "Microsoft.CSharp/4.7.0": {},
  76. "Microsoft.EntityFrameworkCore/5.0.7": {
  77. "dependencies": {
  78. "Microsoft.EntityFrameworkCore.Abstractions": "5.0.7",
  79. "Microsoft.EntityFrameworkCore.Analyzers": "5.0.7",
  80. "Microsoft.Extensions.Caching.Memory": "5.0.0",
  81. "Microsoft.Extensions.DependencyInjection": "5.0.1",
  82. "Microsoft.Extensions.Logging": "5.0.0",
  83. "System.Collections.Immutable": "5.0.0",
  84. "System.ComponentModel.Annotations": "5.0.0",
  85. "System.Diagnostics.DiagnosticSource": "5.0.1"
  86. },
  87. "runtime": {
  88. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": {
  89. "assemblyVersion": "5.0.7.0",
  90. "fileVersion": "5.0.721.26102"
  91. }
  92. }
  93. },
  94. "Microsoft.EntityFrameworkCore.Abstractions/5.0.7": {
  95. "runtime": {
  96. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  97. "assemblyVersion": "5.0.7.0",
  98. "fileVersion": "5.0.721.26102"
  99. }
  100. }
  101. },
  102. "Microsoft.EntityFrameworkCore.Analyzers/5.0.7": {},
  103. "Microsoft.EntityFrameworkCore.Relational/5.0.7": {
  104. "dependencies": {
  105. "Microsoft.EntityFrameworkCore": "5.0.7",
  106. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
  107. },
  108. "runtime": {
  109. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Relational.dll": {
  110. "assemblyVersion": "5.0.7.0",
  111. "fileVersion": "5.0.721.26102"
  112. }
  113. }
  114. },
  115. "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
  116. "dependencies": {
  117. "Microsoft.Extensions.Primitives": "5.0.0"
  118. },
  119. "runtime": {
  120. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  121. "assemblyVersion": "5.0.0.0",
  122. "fileVersion": "5.0.20.51904"
  123. }
  124. }
  125. },
  126. "Microsoft.Extensions.Caching.Memory/5.0.0": {
  127. "dependencies": {
  128. "Microsoft.Extensions.Caching.Abstractions": "5.0.0",
  129. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  130. "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
  131. "Microsoft.Extensions.Options": "5.0.0",
  132. "Microsoft.Extensions.Primitives": "5.0.0"
  133. },
  134. "runtime": {
  135. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
  136. "assemblyVersion": "5.0.0.0",
  137. "fileVersion": "5.0.20.51904"
  138. }
  139. }
  140. },
  141. "Microsoft.Extensions.Configuration/5.0.0": {
  142. "dependencies": {
  143. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
  144. "Microsoft.Extensions.Primitives": "5.0.0"
  145. },
  146. "runtime": {
  147. "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
  148. "assemblyVersion": "5.0.0.0",
  149. "fileVersion": "5.0.20.51904"
  150. }
  151. }
  152. },
  153. "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
  154. "dependencies": {
  155. "Microsoft.Extensions.Primitives": "5.0.0"
  156. },
  157. "runtime": {
  158. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  159. "assemblyVersion": "5.0.0.0",
  160. "fileVersion": "5.0.20.51904"
  161. }
  162. }
  163. },
  164. "Microsoft.Extensions.Configuration.Binder/5.0.0": {
  165. "dependencies": {
  166. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
  167. },
  168. "runtime": {
  169. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
  170. "assemblyVersion": "5.0.0.0",
  171. "fileVersion": "5.0.20.51904"
  172. }
  173. }
  174. },
  175. "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
  176. "dependencies": {
  177. "Microsoft.Extensions.Configuration": "5.0.0",
  178. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
  179. "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
  180. "Microsoft.Extensions.FileProviders.Physical": "5.0.0",
  181. "Microsoft.Extensions.Primitives": "5.0.0"
  182. },
  183. "runtime": {
  184. "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
  185. "assemblyVersion": "5.0.0.0",
  186. "fileVersion": "5.0.20.51904"
  187. }
  188. }
  189. },
  190. "Microsoft.Extensions.Configuration.Json/5.0.0": {
  191. "dependencies": {
  192. "Microsoft.Extensions.Configuration": "5.0.0",
  193. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
  194. "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0",
  195. "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0"
  196. },
  197. "runtime": {
  198. "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": {
  199. "assemblyVersion": "5.0.0.0",
  200. "fileVersion": "5.0.20.51904"
  201. }
  202. }
  203. },
  204. "Microsoft.Extensions.DependencyInjection/5.0.1": {
  205. "dependencies": {
  206. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0"
  207. },
  208. "runtime": {
  209. "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {
  210. "assemblyVersion": "5.0.0.1",
  211. "fileVersion": "5.0.120.57516"
  212. }
  213. }
  214. },
  215. "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
  216. "runtime": {
  217. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  218. "assemblyVersion": "5.0.0.0",
  219. "fileVersion": "5.0.20.51904"
  220. }
  221. }
  222. },
  223. "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
  224. "dependencies": {
  225. "Microsoft.Extensions.Primitives": "5.0.0"
  226. },
  227. "runtime": {
  228. "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
  229. "assemblyVersion": "5.0.0.0",
  230. "fileVersion": "5.0.20.51904"
  231. }
  232. }
  233. },
  234. "Microsoft.Extensions.FileProviders.Physical/5.0.0": {
  235. "dependencies": {
  236. "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
  237. "Microsoft.Extensions.FileSystemGlobbing": "5.0.0",
  238. "Microsoft.Extensions.Primitives": "5.0.0"
  239. },
  240. "runtime": {
  241. "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {
  242. "assemblyVersion": "5.0.0.0",
  243. "fileVersion": "5.0.20.51904"
  244. }
  245. }
  246. },
  247. "Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
  248. "runtime": {
  249. "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
  250. "assemblyVersion": "5.0.0.0",
  251. "fileVersion": "5.0.20.51904"
  252. }
  253. }
  254. },
  255. "Microsoft.Extensions.Identity.Core/5.0.4": {
  256. "dependencies": {
  257. "Microsoft.AspNetCore.Cryptography.KeyDerivation": "5.0.4",
  258. "Microsoft.Extensions.Logging": "5.0.0",
  259. "Microsoft.Extensions.Options": "5.0.0"
  260. },
  261. "runtime": {
  262. "lib/net5.0/Microsoft.Extensions.Identity.Core.dll": {
  263. "assemblyVersion": "5.0.0.0",
  264. "fileVersion": "5.0.421.11815"
  265. }
  266. }
  267. },
  268. "Microsoft.Extensions.Identity.Stores/5.0.4": {
  269. "dependencies": {
  270. "Microsoft.Extensions.Caching.Abstractions": "5.0.0",
  271. "Microsoft.Extensions.Identity.Core": "5.0.4",
  272. "Microsoft.Extensions.Logging": "5.0.0"
  273. },
  274. "runtime": {
  275. "lib/net5.0/Microsoft.Extensions.Identity.Stores.dll": {
  276. "assemblyVersion": "5.0.0.0",
  277. "fileVersion": "5.0.421.11815"
  278. }
  279. }
  280. },
  281. "Microsoft.Extensions.Logging/5.0.0": {
  282. "dependencies": {
  283. "Microsoft.Extensions.DependencyInjection": "5.0.1",
  284. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  285. "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
  286. "Microsoft.Extensions.Options": "5.0.0"
  287. },
  288. "runtime": {
  289. "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
  290. "assemblyVersion": "5.0.0.0",
  291. "fileVersion": "5.0.20.51904"
  292. }
  293. }
  294. },
  295. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  296. "runtime": {
  297. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  298. "assemblyVersion": "5.0.0.0",
  299. "fileVersion": "5.0.20.51904"
  300. }
  301. }
  302. },
  303. "Microsoft.Extensions.Options/5.0.0": {
  304. "dependencies": {
  305. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  306. "Microsoft.Extensions.Primitives": "5.0.0"
  307. },
  308. "runtime": {
  309. "lib/net5.0/Microsoft.Extensions.Options.dll": {
  310. "assemblyVersion": "5.0.0.0",
  311. "fileVersion": "5.0.20.51904"
  312. }
  313. }
  314. },
  315. "Microsoft.Extensions.Primitives/5.0.0": {
  316. "runtime": {
  317. "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {
  318. "assemblyVersion": "5.0.0.0",
  319. "fileVersion": "5.0.20.51904"
  320. }
  321. }
  322. },
  323. "Microsoft.NETCore.Platforms/2.0.0": {},
  324. "MimeKit/2.13.0": {
  325. "dependencies": {
  326. "Portable.BouncyCastle": "1.8.10",
  327. "System.Buffers": "4.5.1",
  328. "System.Reflection.TypeExtensions": "4.4.0",
  329. "System.Security.Cryptography.Pkcs": "4.7.0",
  330. "System.Text.Encoding.CodePages": "4.4.0"
  331. },
  332. "runtime": {
  333. "lib/net50/MimeKit.dll": {
  334. "assemblyVersion": "2.13.0.0",
  335. "fileVersion": "2.13.0.0"
  336. }
  337. }
  338. },
  339. "Npgsql/5.0.7": {
  340. "dependencies": {
  341. "System.Runtime.CompilerServices.Unsafe": "4.6.0"
  342. },
  343. "runtime": {
  344. "lib/net5.0/Npgsql.dll": {
  345. "assemblyVersion": "5.0.7.0",
  346. "fileVersion": "5.0.7.0"
  347. }
  348. }
  349. },
  350. "Npgsql.EntityFrameworkCore.PostgreSQL/5.0.7": {
  351. "dependencies": {
  352. "Microsoft.EntityFrameworkCore": "5.0.7",
  353. "Microsoft.EntityFrameworkCore.Abstractions": "5.0.7",
  354. "Microsoft.EntityFrameworkCore.Relational": "5.0.7",
  355. "Npgsql": "5.0.7"
  356. },
  357. "runtime": {
  358. "lib/netstandard2.1/Npgsql.EntityFrameworkCore.PostgreSQL.dll": {
  359. "assemblyVersion": "5.0.7.0",
  360. "fileVersion": "5.0.7.0"
  361. }
  362. }
  363. },
  364. "Portable.BouncyCastle/1.8.10": {
  365. "runtime": {
  366. "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
  367. "assemblyVersion": "1.8.10.0",
  368. "fileVersion": "1.8.10.1"
  369. }
  370. }
  371. },
  372. "System.Buffers/4.5.1": {},
  373. "System.Collections.Immutable/5.0.0": {},
  374. "System.ComponentModel.Annotations/5.0.0": {},
  375. "System.Diagnostics.DiagnosticSource/5.0.1": {
  376. "runtime": {
  377. "lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {
  378. "assemblyVersion": "5.0.0.0",
  379. "fileVersion": "5.0.220.61120"
  380. }
  381. }
  382. },
  383. "System.Reflection.Emit/4.7.0": {},
  384. "System.Reflection.TypeExtensions/4.4.0": {},
  385. "System.Runtime.CompilerServices.Unsafe/4.6.0": {},
  386. "System.Security.Cryptography.Cng/4.7.0": {},
  387. "System.Security.Cryptography.Pkcs/4.7.0": {
  388. "dependencies": {
  389. "System.Security.Cryptography.Cng": "4.7.0"
  390. },
  391. "runtime": {
  392. "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {
  393. "assemblyVersion": "4.1.1.0",
  394. "fileVersion": "4.700.19.56404"
  395. }
  396. },
  397. "runtimeTargets": {
  398. "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {
  399. "rid": "win",
  400. "assetType": "runtime",
  401. "assemblyVersion": "4.1.1.0",
  402. "fileVersion": "4.700.19.56404"
  403. }
  404. }
  405. },
  406. "System.Text.Encoding.CodePages/4.4.0": {
  407. "dependencies": {
  408. "Microsoft.NETCore.Platforms": "2.0.0"
  409. }
  410. },
  411. "ScreeningTest.Data/1.0.0": {
  412. "dependencies": {
  413. "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "5.0.4",
  414. "Microsoft.EntityFrameworkCore": "5.0.7",
  415. "Microsoft.Extensions.Configuration": "5.0.0",
  416. "Microsoft.Extensions.Configuration.Json": "5.0.0",
  417. "Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.7"
  418. },
  419. "runtime": {
  420. "ScreeningTest.Data.dll": {}
  421. }
  422. }
  423. }
  424. },
  425. "libraries": {
  426. "ScreeningTest.Business/1.0.0": {
  427. "type": "project",
  428. "serviceable": false,
  429. "sha512": ""
  430. },
  431. "AutoMapper/10.1.1": {
  432. "type": "package",
  433. "serviceable": true,
  434. "sha512": "sha512-uMgbqOdu9ZG5cIOty0C85hzzayBH2i9BthnS5FlMqKtMSHDv4ts81a2jS1VFaDBVhlBeIqJ/kQKjQY95BZde9w==",
  435. "path": "automapper/10.1.1",
  436. "hashPath": "automapper.10.1.1.nupkg.sha512"
  437. },
  438. "MailKit/2.13.0": {
  439. "type": "package",
  440. "serviceable": true,
  441. "sha512": "sha512-h+2fxPnB/gb+8nniTwetvooM8r9nmbWVF116uXZn8d4+k6V+mf+IOA4Gqb7nwHcZooale0s/v13O7B/6StRHJA==",
  442. "path": "mailkit/2.13.0",
  443. "hashPath": "mailkit.2.13.0.nupkg.sha512"
  444. },
  445. "Microsoft.AspNetCore.Cryptography.Internal/5.0.4": {
  446. "type": "package",
  447. "serviceable": true,
  448. "sha512": "sha512-KZwzffCGaE+V6n/kBPdFEA1M5pDgH9Y6GbOSjzSyH8h6JC+hAkpAnqFtToGNHyBK9QGExA1Ie1BvEL9lycdJ5w==",
  449. "path": "microsoft.aspnetcore.cryptography.internal/5.0.4",
  450. "hashPath": "microsoft.aspnetcore.cryptography.internal.5.0.4.nupkg.sha512"
  451. },
  452. "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.4": {
  453. "type": "package",
  454. "serviceable": true,
  455. "sha512": "sha512-0gY+YzLConLQs0sTqZSlQI2QPfws7ZsSTjNHB9rhVuK6VkB9fTWXaEj9ostSRHGUgqs0pdXOj6oEU3lFZgY0NA==",
  456. "path": "microsoft.aspnetcore.cryptography.keyderivation/5.0.4",
  457. "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.5.0.4.nupkg.sha512"
  458. },
  459. "Microsoft.AspNetCore.Identity.EntityFrameworkCore/5.0.4": {
  460. "type": "package",
  461. "serviceable": true,
  462. "sha512": "sha512-O3/inpajeeFN8uUF9L93i75UtIZDuY3opfTZidXt8L3EglUW8lxqgzSw2TseAIey4v/NIsLUUrvh98OQoc5GMQ==",
  463. "path": "microsoft.aspnetcore.identity.entityframeworkcore/5.0.4",
  464. "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.5.0.4.nupkg.sha512"
  465. },
  466. "Microsoft.CSharp/4.7.0": {
  467. "type": "package",
  468. "serviceable": true,
  469. "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
  470. "path": "microsoft.csharp/4.7.0",
  471. "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
  472. },
  473. "Microsoft.EntityFrameworkCore/5.0.7": {
  474. "type": "package",
  475. "serviceable": true,
  476. "sha512": "sha512-VAvmiQPdw0PUh3X7k9k7haVnCfQuDgyki9rq5XVk0gXJFeh+bwqPzPrY71A08O5TjnIeK9lEggXDnMuhQXUUww==",
  477. "path": "microsoft.entityframeworkcore/5.0.7",
  478. "hashPath": "microsoft.entityframeworkcore.5.0.7.nupkg.sha512"
  479. },
  480. "Microsoft.EntityFrameworkCore.Abstractions/5.0.7": {
  481. "type": "package",
  482. "serviceable": true,
  483. "sha512": "sha512-MM5M9vYDLUXCePUGN2WZ0MkNcNj74sIgyVR9v7tW6abRULtBWPcyZf6zLYhZYpRgPXcahcME+Koscz9kP2DxyA==",
  484. "path": "microsoft.entityframeworkcore.abstractions/5.0.7",
  485. "hashPath": "microsoft.entityframeworkcore.abstractions.5.0.7.nupkg.sha512"
  486. },
  487. "Microsoft.EntityFrameworkCore.Analyzers/5.0.7": {
  488. "type": "package",
  489. "serviceable": true,
  490. "sha512": "sha512-ZShPEOZaQhBZqDObU3+kigEmlEGug37F8v/jpQgVs1XfHrLeXVyk+p94DBH4f+bUUHUbsEEcIbU6OhUBtWZztg==",
  491. "path": "microsoft.entityframeworkcore.analyzers/5.0.7",
  492. "hashPath": "microsoft.entityframeworkcore.analyzers.5.0.7.nupkg.sha512"
  493. },
  494. "Microsoft.EntityFrameworkCore.Relational/5.0.7": {
  495. "type": "package",
  496. "serviceable": true,
  497. "sha512": "sha512-W3nj58s5GX8KFQwZaytERGy3tTqutjWK6309KCpXaVtVvuYf3GE3R0lrouxONzLynLG8hsODcs2gym5QQoqtSg==",
  498. "path": "microsoft.entityframeworkcore.relational/5.0.7",
  499. "hashPath": "microsoft.entityframeworkcore.relational.5.0.7.nupkg.sha512"
  500. },
  501. "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
  502. "type": "package",
  503. "serviceable": true,
  504. "sha512": "sha512-bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==",
  505. "path": "microsoft.extensions.caching.abstractions/5.0.0",
  506. "hashPath": "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512"
  507. },
  508. "Microsoft.Extensions.Caching.Memory/5.0.0": {
  509. "type": "package",
  510. "serviceable": true,
  511. "sha512": "sha512-/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==",
  512. "path": "microsoft.extensions.caching.memory/5.0.0",
  513. "hashPath": "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512"
  514. },
  515. "Microsoft.Extensions.Configuration/5.0.0": {
  516. "type": "package",
  517. "serviceable": true,
  518. "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==",
  519. "path": "microsoft.extensions.configuration/5.0.0",
  520. "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512"
  521. },
  522. "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
  523. "type": "package",
  524. "serviceable": true,
  525. "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==",
  526. "path": "microsoft.extensions.configuration.abstractions/5.0.0",
  527. "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512"
  528. },
  529. "Microsoft.Extensions.Configuration.Binder/5.0.0": {
  530. "type": "package",
  531. "serviceable": true,
  532. "sha512": "sha512-Of1Irt1+NzWO+yEYkuDh5TpT4On7LKl98Q9iLqCdOZps6XXEWDj3AKtmyvzJPVXZe4apmkJJIiDL7rR1yC+hjQ==",
  533. "path": "microsoft.extensions.configuration.binder/5.0.0",
  534. "hashPath": "microsoft.extensions.configuration.binder.5.0.0.nupkg.sha512"
  535. },
  536. "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
  537. "type": "package",
  538. "serviceable": true,
  539. "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==",
  540. "path": "microsoft.extensions.configuration.fileextensions/5.0.0",
  541. "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512"
  542. },
  543. "Microsoft.Extensions.Configuration.Json/5.0.0": {
  544. "type": "package",
  545. "serviceable": true,
  546. "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==",
  547. "path": "microsoft.extensions.configuration.json/5.0.0",
  548. "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512"
  549. },
  550. "Microsoft.Extensions.DependencyInjection/5.0.1": {
  551. "type": "package",
  552. "serviceable": true,
  553. "sha512": "sha512-//mDNrYeiJ0eh/awFhDFJQzkRVra/njU5Y4fyK7X29g5HScrzbUkKOKlyTtygthcGFt4zNC8G5CFCjb/oizomA==",
  554. "path": "microsoft.extensions.dependencyinjection/5.0.1",
  555. "hashPath": "microsoft.extensions.dependencyinjection.5.0.1.nupkg.sha512"
  556. },
  557. "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
  558. "type": "package",
  559. "serviceable": true,
  560. "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
  561. "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
  562. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512"
  563. },
  564. "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
  565. "type": "package",
  566. "serviceable": true,
  567. "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==",
  568. "path": "microsoft.extensions.fileproviders.abstractions/5.0.0",
  569. "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512"
  570. },
  571. "Microsoft.Extensions.FileProviders.Physical/5.0.0": {
  572. "type": "package",
  573. "serviceable": true,
  574. "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==",
  575. "path": "microsoft.extensions.fileproviders.physical/5.0.0",
  576. "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512"
  577. },
  578. "Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
  579. "type": "package",
  580. "serviceable": true,
  581. "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==",
  582. "path": "microsoft.extensions.filesystemglobbing/5.0.0",
  583. "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512"
  584. },
  585. "Microsoft.Extensions.Identity.Core/5.0.4": {
  586. "type": "package",
  587. "serviceable": true,
  588. "sha512": "sha512-ibRI/IPV536SIUEvasIICtrf/df+ukBmBHFY1N9cT3igsAFP/Ru3eBBWwMlTjJKkkQf5W0PCncMIBK16DnehCg==",
  589. "path": "microsoft.extensions.identity.core/5.0.4",
  590. "hashPath": "microsoft.extensions.identity.core.5.0.4.nupkg.sha512"
  591. },
  592. "Microsoft.Extensions.Identity.Stores/5.0.4": {
  593. "type": "package",
  594. "serviceable": true,
  595. "sha512": "sha512-hrJNgTY7BMCHWts10AzUfZryKwJE8QGZ1ZbVgCcgZVnqVrWlTLDJnPg2DmHVyw3em+twg5ZT4G+OlHT9ovfa0g==",
  596. "path": "microsoft.extensions.identity.stores/5.0.4",
  597. "hashPath": "microsoft.extensions.identity.stores.5.0.4.nupkg.sha512"
  598. },
  599. "Microsoft.Extensions.Logging/5.0.0": {
  600. "type": "package",
  601. "serviceable": true,
  602. "sha512": "sha512-MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==",
  603. "path": "microsoft.extensions.logging/5.0.0",
  604. "hashPath": "microsoft.extensions.logging.5.0.0.nupkg.sha512"
  605. },
  606. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  607. "type": "package",
  608. "serviceable": true,
  609. "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
  610. "path": "microsoft.extensions.logging.abstractions/5.0.0",
  611. "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512"
  612. },
  613. "Microsoft.Extensions.Options/5.0.0": {
  614. "type": "package",
  615. "serviceable": true,
  616. "sha512": "sha512-CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==",
  617. "path": "microsoft.extensions.options/5.0.0",
  618. "hashPath": "microsoft.extensions.options.5.0.0.nupkg.sha512"
  619. },
  620. "Microsoft.Extensions.Primitives/5.0.0": {
  621. "type": "package",
  622. "serviceable": true,
  623. "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
  624. "path": "microsoft.extensions.primitives/5.0.0",
  625. "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
  626. },
  627. "Microsoft.NETCore.Platforms/2.0.0": {
  628. "type": "package",
  629. "serviceable": true,
  630. "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
  631. "path": "microsoft.netcore.platforms/2.0.0",
  632. "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512"
  633. },
  634. "MimeKit/2.13.0": {
  635. "type": "package",
  636. "serviceable": true,
  637. "sha512": "sha512-wkHUQzy/sAtWCifZfNDq24DB/xshYoc+QeynSCJPSNeeA51DzZWjVaRslyix/9OEGhdSsUtvisL66dpGp0THjw==",
  638. "path": "mimekit/2.13.0",
  639. "hashPath": "mimekit.2.13.0.nupkg.sha512"
  640. },
  641. "Npgsql/5.0.7": {
  642. "type": "package",
  643. "serviceable": true,
  644. "sha512": "sha512-EQWwxb2lN9w78YG4f6Fxhw5lFEx4LuaNGasXzw86kTOJxiPsUORSh/BTencNZJO4uVqGZx3EO9Z8JXTAvRjgeg==",
  645. "path": "npgsql/5.0.7",
  646. "hashPath": "npgsql.5.0.7.nupkg.sha512"
  647. },
  648. "Npgsql.EntityFrameworkCore.PostgreSQL/5.0.7": {
  649. "type": "package",
  650. "serviceable": true,
  651. "sha512": "sha512-RxFmJ0I4uppEAyR7b+xCfj4ZilUoGkKD4otUjiu+O3hv+vG6LUFOfJcB1ms5kOWTIvLEQHow9e+0zH7JWWV0ig==",
  652. "path": "npgsql.entityframeworkcore.postgresql/5.0.7",
  653. "hashPath": "npgsql.entityframeworkcore.postgresql.5.0.7.nupkg.sha512"
  654. },
  655. "Portable.BouncyCastle/1.8.10": {
  656. "type": "package",
  657. "serviceable": true,
  658. "sha512": "sha512-XLhjNAwuVB9ynwn11l5K44eyozh8q6gFseTrlnLNttejimglX7+F9+vxh60LPjvA/DAt6fUdS43N3ah8K6eaWg==",
  659. "path": "portable.bouncycastle/1.8.10",
  660. "hashPath": "portable.bouncycastle.1.8.10.nupkg.sha512"
  661. },
  662. "System.Buffers/4.5.1": {
  663. "type": "package",
  664. "serviceable": true,
  665. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  666. "path": "system.buffers/4.5.1",
  667. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  668. },
  669. "System.Collections.Immutable/5.0.0": {
  670. "type": "package",
  671. "serviceable": true,
  672. "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
  673. "path": "system.collections.immutable/5.0.0",
  674. "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
  675. },
  676. "System.ComponentModel.Annotations/5.0.0": {
  677. "type": "package",
  678. "serviceable": true,
  679. "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
  680. "path": "system.componentmodel.annotations/5.0.0",
  681. "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
  682. },
  683. "System.Diagnostics.DiagnosticSource/5.0.1": {
  684. "type": "package",
  685. "serviceable": true,
  686. "sha512": "sha512-uXQEYqav2V3zP6OwkOKtLv+qIi6z3m1hsGyKwXX7ZA7htT4shoVccGxnJ9kVRFPNAsi1ArZTq2oh7WOto6GbkQ==",
  687. "path": "system.diagnostics.diagnosticsource/5.0.1",
  688. "hashPath": "system.diagnostics.diagnosticsource.5.0.1.nupkg.sha512"
  689. },
  690. "System.Reflection.Emit/4.7.0": {
  691. "type": "package",
  692. "serviceable": true,
  693. "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==",
  694. "path": "system.reflection.emit/4.7.0",
  695. "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512"
  696. },
  697. "System.Reflection.TypeExtensions/4.4.0": {
  698. "type": "package",
  699. "serviceable": true,
  700. "sha512": "sha512-dkmh/ySlwnXJp/1qYP9uyKkCK1CXR/REFzl7abHcArxBcV91mY2CgrrzSRA5Z/X4MevJWwXsklGRdR3A7K9zbg==",
  701. "path": "system.reflection.typeextensions/4.4.0",
  702. "hashPath": "system.reflection.typeextensions.4.4.0.nupkg.sha512"
  703. },
  704. "System.Runtime.CompilerServices.Unsafe/4.6.0": {
  705. "type": "package",
  706. "serviceable": true,
  707. "sha512": "sha512-HxozeSlipUK7dAroTYwIcGwKDeOVpQnJlpVaOkBz7CM4TsE5b/tKlQBZecTjh6FzcSbxndYaxxpsBMz+wMJeyw==",
  708. "path": "system.runtime.compilerservices.unsafe/4.6.0",
  709. "hashPath": "system.runtime.compilerservices.unsafe.4.6.0.nupkg.sha512"
  710. },
  711. "System.Security.Cryptography.Cng/4.7.0": {
  712. "type": "package",
  713. "serviceable": true,
  714. "sha512": "sha512-4WQjFuypWtxb/bl/YwEE7LYGn4fgpsikFfBU6xwEm4YBYiRAhXAEJ62lILBu2JJSFbClIAntFTGfDZafn8yZTg==",
  715. "path": "system.security.cryptography.cng/4.7.0",
  716. "hashPath": "system.security.cryptography.cng.4.7.0.nupkg.sha512"
  717. },
  718. "System.Security.Cryptography.Pkcs/4.7.0": {
  719. "type": "package",
  720. "serviceable": true,
  721. "sha512": "sha512-0Srzh6YlhjuMxaqMyeCCdZs22cucaUAG6SKDd3gNHBJmre0VZ71ekzWu9rvLD4YXPetyNdPvV6Qst+8C++9v3Q==",
  722. "path": "system.security.cryptography.pkcs/4.7.0",
  723. "hashPath": "system.security.cryptography.pkcs.4.7.0.nupkg.sha512"
  724. },
  725. "System.Text.Encoding.CodePages/4.4.0": {
  726. "type": "package",
  727. "serviceable": true,
  728. "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
  729. "path": "system.text.encoding.codepages/4.4.0",
  730. "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512"
  731. },
  732. "ScreeningTest.Data/1.0.0": {
  733. "type": "project",
  734. "serviceable": false,
  735. "sha512": ""
  736. }
  737. }
  738. }