Services.deps.json 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v6.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v6.0": {
  9. "Services/1.0.0": {
  10. "dependencies": {
  11. "DataLayer": "1.0.0",
  12. "Domain": "1.0.0",
  13. "Infrastructure": "1.0.0"
  14. },
  15. "runtime": {
  16. "Services.dll": {}
  17. }
  18. },
  19. "Azure.Core/1.24.0": {
  20. "dependencies": {
  21. "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
  22. "System.Diagnostics.DiagnosticSource": "5.0.0",
  23. "System.Memory.Data": "1.0.2",
  24. "System.Numerics.Vectors": "4.5.0",
  25. "System.Text.Encodings.Web": "4.7.2",
  26. "System.Text.Json": "4.7.2",
  27. "System.Threading.Tasks.Extensions": "4.5.4"
  28. },
  29. "runtime": {
  30. "lib/net5.0/Azure.Core.dll": {
  31. "assemblyVersion": "1.24.0.0",
  32. "fileVersion": "1.2400.22.20404"
  33. }
  34. }
  35. },
  36. "Azure.Identity/1.6.0": {
  37. "dependencies": {
  38. "Azure.Core": "1.24.0",
  39. "Microsoft.Identity.Client": "4.45.0",
  40. "Microsoft.Identity.Client.Extensions.Msal": "2.19.3",
  41. "System.Memory": "4.5.4",
  42. "System.Security.Cryptography.ProtectedData": "5.0.0",
  43. "System.Text.Json": "4.7.2",
  44. "System.Threading.Tasks.Extensions": "4.5.4"
  45. },
  46. "runtime": {
  47. "lib/netstandard2.0/Azure.Identity.dll": {
  48. "assemblyVersion": "1.6.0.0",
  49. "fileVersion": "1.600.22.20503"
  50. }
  51. }
  52. },
  53. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  54. "runtime": {
  55. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  56. "assemblyVersion": "1.0.0.0",
  57. "fileVersion": "4.700.20.21406"
  58. }
  59. }
  60. },
  61. "Microsoft.CSharp/4.5.0": {},
  62. "Microsoft.Data.SqlClient/5.0.1": {
  63. "dependencies": {
  64. "Azure.Identity": "1.6.0",
  65. "Microsoft.Data.SqlClient.SNI.runtime": "5.0.1",
  66. "Microsoft.Identity.Client": "4.45.0",
  67. "Microsoft.IdentityModel.JsonWebTokens": "6.21.0",
  68. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.21.0",
  69. "Microsoft.SqlServer.Server": "1.0.0",
  70. "Microsoft.Win32.Registry": "5.0.0",
  71. "System.Buffers": "4.5.1",
  72. "System.Configuration.ConfigurationManager": "5.0.0",
  73. "System.Diagnostics.DiagnosticSource": "5.0.0",
  74. "System.IO": "4.3.0",
  75. "System.Resources.ResourceManager": "4.3.0",
  76. "System.Runtime.Caching": "5.0.0",
  77. "System.Security.Cryptography.Cng": "5.0.0",
  78. "System.Security.Principal.Windows": "5.0.0",
  79. "System.Text.Encoding.CodePages": "5.0.0",
  80. "System.Text.Encodings.Web": "4.7.2"
  81. },
  82. "runtime": {
  83. "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  84. "assemblyVersion": "5.0.0.0",
  85. "fileVersion": "5.0.0.0"
  86. }
  87. },
  88. "runtimeTargets": {
  89. "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  90. "rid": "unix",
  91. "assetType": "runtime",
  92. "assemblyVersion": "5.0.0.0",
  93. "fileVersion": "5.0.0.0"
  94. },
  95. "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  96. "rid": "win",
  97. "assetType": "runtime",
  98. "assemblyVersion": "5.0.0.0",
  99. "fileVersion": "5.0.0.0"
  100. }
  101. }
  102. },
  103. "Microsoft.Data.SqlClient.SNI.runtime/5.0.1": {
  104. "runtimeTargets": {
  105. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  106. "rid": "win-arm",
  107. "assetType": "native",
  108. "fileVersion": "5.0.1.0"
  109. },
  110. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  111. "rid": "win-arm64",
  112. "assetType": "native",
  113. "fileVersion": "5.0.1.0"
  114. },
  115. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  116. "rid": "win-x64",
  117. "assetType": "native",
  118. "fileVersion": "5.0.1.0"
  119. },
  120. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  121. "rid": "win-x86",
  122. "assetType": "native",
  123. "fileVersion": "5.0.1.0"
  124. }
  125. }
  126. },
  127. "Microsoft.EntityFrameworkCore/7.0.1": {
  128. "dependencies": {
  129. "Microsoft.EntityFrameworkCore.Abstractions": "7.0.1",
  130. "Microsoft.EntityFrameworkCore.Analyzers": "7.0.1",
  131. "Microsoft.Extensions.Caching.Memory": "7.0.0",
  132. "Microsoft.Extensions.DependencyInjection": "7.0.0",
  133. "Microsoft.Extensions.Logging": "7.0.0"
  134. },
  135. "runtime": {
  136. "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
  137. "assemblyVersion": "7.0.1.0",
  138. "fileVersion": "7.0.122.55819"
  139. }
  140. }
  141. },
  142. "Microsoft.EntityFrameworkCore.Abstractions/7.0.1": {
  143. "runtime": {
  144. "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  145. "assemblyVersion": "7.0.1.0",
  146. "fileVersion": "7.0.122.55819"
  147. }
  148. }
  149. },
  150. "Microsoft.EntityFrameworkCore.Analyzers/7.0.1": {},
  151. "Microsoft.EntityFrameworkCore.Relational/7.0.1": {
  152. "dependencies": {
  153. "Microsoft.EntityFrameworkCore": "7.0.1",
  154. "Microsoft.Extensions.Configuration.Abstractions": "7.0.0"
  155. },
  156. "runtime": {
  157. "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {
  158. "assemblyVersion": "7.0.1.0",
  159. "fileVersion": "7.0.122.55819"
  160. }
  161. }
  162. },
  163. "Microsoft.EntityFrameworkCore.SqlServer/7.0.1": {
  164. "dependencies": {
  165. "Microsoft.Data.SqlClient": "5.0.1",
  166. "Microsoft.EntityFrameworkCore.Relational": "7.0.1"
  167. },
  168. "runtime": {
  169. "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
  170. "assemblyVersion": "7.0.1.0",
  171. "fileVersion": "7.0.122.55819"
  172. }
  173. }
  174. },
  175. "Microsoft.Extensions.Caching.Abstractions/7.0.0": {
  176. "dependencies": {
  177. "Microsoft.Extensions.Primitives": "7.0.0"
  178. },
  179. "runtime": {
  180. "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  181. "assemblyVersion": "7.0.0.0",
  182. "fileVersion": "7.0.22.51805"
  183. }
  184. }
  185. },
  186. "Microsoft.Extensions.Caching.Memory/7.0.0": {
  187. "dependencies": {
  188. "Microsoft.Extensions.Caching.Abstractions": "7.0.0",
  189. "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
  190. "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
  191. "Microsoft.Extensions.Options": "7.0.0",
  192. "Microsoft.Extensions.Primitives": "7.0.0"
  193. },
  194. "runtime": {
  195. "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": {
  196. "assemblyVersion": "7.0.0.0",
  197. "fileVersion": "7.0.22.51805"
  198. }
  199. }
  200. },
  201. "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
  202. "dependencies": {
  203. "Microsoft.Extensions.Primitives": "7.0.0"
  204. },
  205. "runtime": {
  206. "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  207. "assemblyVersion": "7.0.0.0",
  208. "fileVersion": "7.0.22.51805"
  209. }
  210. }
  211. },
  212. "Microsoft.Extensions.DependencyInjection/7.0.0": {
  213. "dependencies": {
  214. "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
  215. },
  216. "runtime": {
  217. "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
  218. "assemblyVersion": "7.0.0.0",
  219. "fileVersion": "7.0.22.51805"
  220. }
  221. }
  222. },
  223. "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
  224. "runtime": {
  225. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  226. "assemblyVersion": "7.0.0.0",
  227. "fileVersion": "7.0.22.51805"
  228. }
  229. }
  230. },
  231. "Microsoft.Extensions.Logging/7.0.0": {
  232. "dependencies": {
  233. "Microsoft.Extensions.DependencyInjection": "7.0.0",
  234. "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
  235. "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
  236. "Microsoft.Extensions.Options": "7.0.0"
  237. },
  238. "runtime": {
  239. "lib/net6.0/Microsoft.Extensions.Logging.dll": {
  240. "assemblyVersion": "7.0.0.0",
  241. "fileVersion": "7.0.22.51805"
  242. }
  243. }
  244. },
  245. "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
  246. "runtime": {
  247. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  248. "assemblyVersion": "7.0.0.0",
  249. "fileVersion": "7.0.22.51805"
  250. }
  251. }
  252. },
  253. "Microsoft.Extensions.Options/7.0.0": {
  254. "dependencies": {
  255. "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
  256. "Microsoft.Extensions.Primitives": "7.0.0"
  257. },
  258. "runtime": {
  259. "lib/net6.0/Microsoft.Extensions.Options.dll": {
  260. "assemblyVersion": "7.0.0.0",
  261. "fileVersion": "7.0.22.51805"
  262. }
  263. }
  264. },
  265. "Microsoft.Extensions.Primitives/7.0.0": {
  266. "dependencies": {
  267. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  268. },
  269. "runtime": {
  270. "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
  271. "assemblyVersion": "7.0.0.0",
  272. "fileVersion": "7.0.22.51805"
  273. }
  274. }
  275. },
  276. "Microsoft.Identity.Client/4.45.0": {
  277. "dependencies": {
  278. "Microsoft.IdentityModel.Abstractions": "6.21.0"
  279. },
  280. "runtime": {
  281. "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
  282. "assemblyVersion": "4.45.0.0",
  283. "fileVersion": "4.45.0.0"
  284. }
  285. }
  286. },
  287. "Microsoft.Identity.Client.Extensions.Msal/2.19.3": {
  288. "dependencies": {
  289. "Microsoft.Identity.Client": "4.45.0",
  290. "System.Security.Cryptography.ProtectedData": "5.0.0"
  291. },
  292. "runtime": {
  293. "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": {
  294. "assemblyVersion": "2.19.3.0",
  295. "fileVersion": "2.19.3.0"
  296. }
  297. }
  298. },
  299. "Microsoft.IdentityModel.Abstractions/6.21.0": {
  300. "runtime": {
  301. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  302. "assemblyVersion": "6.21.0.0",
  303. "fileVersion": "6.21.0.30701"
  304. }
  305. }
  306. },
  307. "Microsoft.IdentityModel.JsonWebTokens/6.21.0": {
  308. "dependencies": {
  309. "Microsoft.IdentityModel.Tokens": "6.21.0"
  310. },
  311. "runtime": {
  312. "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  313. "assemblyVersion": "6.21.0.0",
  314. "fileVersion": "6.21.0.30701"
  315. }
  316. }
  317. },
  318. "Microsoft.IdentityModel.Logging/6.21.0": {
  319. "dependencies": {
  320. "Microsoft.IdentityModel.Abstractions": "6.21.0"
  321. },
  322. "runtime": {
  323. "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
  324. "assemblyVersion": "6.21.0.0",
  325. "fileVersion": "6.21.0.30701"
  326. }
  327. }
  328. },
  329. "Microsoft.IdentityModel.Protocols/6.21.0": {
  330. "dependencies": {
  331. "Microsoft.IdentityModel.Logging": "6.21.0",
  332. "Microsoft.IdentityModel.Tokens": "6.21.0"
  333. },
  334. "runtime": {
  335. "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
  336. "assemblyVersion": "6.21.0.0",
  337. "fileVersion": "6.21.0.30701"
  338. }
  339. }
  340. },
  341. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.21.0": {
  342. "dependencies": {
  343. "Microsoft.IdentityModel.Protocols": "6.21.0",
  344. "System.IdentityModel.Tokens.Jwt": "6.21.0"
  345. },
  346. "runtime": {
  347. "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  348. "assemblyVersion": "6.21.0.0",
  349. "fileVersion": "6.21.0.30701"
  350. }
  351. }
  352. },
  353. "Microsoft.IdentityModel.Tokens/6.21.0": {
  354. "dependencies": {
  355. "Microsoft.CSharp": "4.5.0",
  356. "Microsoft.IdentityModel.Logging": "6.21.0",
  357. "System.Security.Cryptography.Cng": "5.0.0"
  358. },
  359. "runtime": {
  360. "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
  361. "assemblyVersion": "6.21.0.0",
  362. "fileVersion": "6.21.0.30701"
  363. }
  364. }
  365. },
  366. "Microsoft.NETCore.Platforms/5.0.0": {},
  367. "Microsoft.NETCore.Targets/1.1.0": {},
  368. "Microsoft.SqlServer.Server/1.0.0": {
  369. "runtime": {
  370. "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
  371. "assemblyVersion": "1.0.0.0",
  372. "fileVersion": "1.0.0.0"
  373. }
  374. }
  375. },
  376. "Microsoft.Win32.Registry/5.0.0": {
  377. "dependencies": {
  378. "System.Security.AccessControl": "5.0.0",
  379. "System.Security.Principal.Windows": "5.0.0"
  380. }
  381. },
  382. "Microsoft.Win32.SystemEvents/5.0.0": {
  383. "dependencies": {
  384. "Microsoft.NETCore.Platforms": "5.0.0"
  385. },
  386. "runtime": {
  387. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
  388. "assemblyVersion": "5.0.0.0",
  389. "fileVersion": "5.0.20.51904"
  390. }
  391. },
  392. "runtimeTargets": {
  393. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
  394. "rid": "win",
  395. "assetType": "runtime",
  396. "assemblyVersion": "5.0.0.0",
  397. "fileVersion": "5.0.20.51904"
  398. }
  399. }
  400. },
  401. "System.Buffers/4.5.1": {},
  402. "System.Configuration.ConfigurationManager/5.0.0": {
  403. "dependencies": {
  404. "System.Security.Cryptography.ProtectedData": "5.0.0",
  405. "System.Security.Permissions": "5.0.0"
  406. },
  407. "runtime": {
  408. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
  409. "assemblyVersion": "5.0.0.0",
  410. "fileVersion": "5.0.20.51904"
  411. }
  412. }
  413. },
  414. "System.Diagnostics.DiagnosticSource/5.0.0": {},
  415. "System.Drawing.Common/5.0.0": {
  416. "dependencies": {
  417. "Microsoft.Win32.SystemEvents": "5.0.0"
  418. },
  419. "runtime": {
  420. "lib/netcoreapp3.0/System.Drawing.Common.dll": {
  421. "assemblyVersion": "5.0.0.0",
  422. "fileVersion": "5.0.20.51904"
  423. }
  424. },
  425. "runtimeTargets": {
  426. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  427. "rid": "unix",
  428. "assetType": "runtime",
  429. "assemblyVersion": "5.0.0.0",
  430. "fileVersion": "5.0.20.51904"
  431. },
  432. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  433. "rid": "win",
  434. "assetType": "runtime",
  435. "assemblyVersion": "5.0.0.0",
  436. "fileVersion": "5.0.20.51904"
  437. }
  438. }
  439. },
  440. "System.Formats.Asn1/5.0.0": {},
  441. "System.Globalization/4.3.0": {
  442. "dependencies": {
  443. "Microsoft.NETCore.Platforms": "5.0.0",
  444. "Microsoft.NETCore.Targets": "1.1.0",
  445. "System.Runtime": "4.3.0"
  446. }
  447. },
  448. "System.IdentityModel.Tokens.Jwt/6.21.0": {
  449. "dependencies": {
  450. "Microsoft.IdentityModel.JsonWebTokens": "6.21.0",
  451. "Microsoft.IdentityModel.Tokens": "6.21.0"
  452. },
  453. "runtime": {
  454. "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
  455. "assemblyVersion": "6.21.0.0",
  456. "fileVersion": "6.21.0.30701"
  457. }
  458. }
  459. },
  460. "System.IO/4.3.0": {
  461. "dependencies": {
  462. "Microsoft.NETCore.Platforms": "5.0.0",
  463. "Microsoft.NETCore.Targets": "1.1.0",
  464. "System.Runtime": "4.3.0",
  465. "System.Text.Encoding": "4.3.0",
  466. "System.Threading.Tasks": "4.3.0"
  467. }
  468. },
  469. "System.Memory/4.5.4": {},
  470. "System.Memory.Data/1.0.2": {
  471. "dependencies": {
  472. "System.Text.Encodings.Web": "4.7.2",
  473. "System.Text.Json": "4.7.2"
  474. },
  475. "runtime": {
  476. "lib/netstandard2.0/System.Memory.Data.dll": {
  477. "assemblyVersion": "1.0.2.0",
  478. "fileVersion": "1.0.221.20802"
  479. }
  480. }
  481. },
  482. "System.Numerics.Vectors/4.5.0": {},
  483. "System.Reflection/4.3.0": {
  484. "dependencies": {
  485. "Microsoft.NETCore.Platforms": "5.0.0",
  486. "Microsoft.NETCore.Targets": "1.1.0",
  487. "System.IO": "4.3.0",
  488. "System.Reflection.Primitives": "4.3.0",
  489. "System.Runtime": "4.3.0"
  490. }
  491. },
  492. "System.Reflection.Primitives/4.3.0": {
  493. "dependencies": {
  494. "Microsoft.NETCore.Platforms": "5.0.0",
  495. "Microsoft.NETCore.Targets": "1.1.0",
  496. "System.Runtime": "4.3.0"
  497. }
  498. },
  499. "System.Resources.ResourceManager/4.3.0": {
  500. "dependencies": {
  501. "Microsoft.NETCore.Platforms": "5.0.0",
  502. "Microsoft.NETCore.Targets": "1.1.0",
  503. "System.Globalization": "4.3.0",
  504. "System.Reflection": "4.3.0",
  505. "System.Runtime": "4.3.0"
  506. }
  507. },
  508. "System.Runtime/4.3.0": {
  509. "dependencies": {
  510. "Microsoft.NETCore.Platforms": "5.0.0",
  511. "Microsoft.NETCore.Targets": "1.1.0"
  512. }
  513. },
  514. "System.Runtime.Caching/5.0.0": {
  515. "dependencies": {
  516. "System.Configuration.ConfigurationManager": "5.0.0"
  517. },
  518. "runtime": {
  519. "lib/netstandard2.0/System.Runtime.Caching.dll": {
  520. "assemblyVersion": "4.0.0.0",
  521. "fileVersion": "5.0.20.51904"
  522. }
  523. },
  524. "runtimeTargets": {
  525. "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": {
  526. "rid": "win",
  527. "assetType": "runtime",
  528. "assemblyVersion": "4.0.0.0",
  529. "fileVersion": "5.0.20.51904"
  530. }
  531. }
  532. },
  533. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  534. "System.Security.AccessControl/5.0.0": {
  535. "dependencies": {
  536. "Microsoft.NETCore.Platforms": "5.0.0",
  537. "System.Security.Principal.Windows": "5.0.0"
  538. }
  539. },
  540. "System.Security.Cryptography.Cng/5.0.0": {
  541. "dependencies": {
  542. "System.Formats.Asn1": "5.0.0"
  543. }
  544. },
  545. "System.Security.Cryptography.ProtectedData/5.0.0": {
  546. "runtime": {
  547. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  548. "assemblyVersion": "5.0.0.0",
  549. "fileVersion": "5.0.20.51904"
  550. }
  551. },
  552. "runtimeTargets": {
  553. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  554. "rid": "win",
  555. "assetType": "runtime",
  556. "assemblyVersion": "5.0.0.0",
  557. "fileVersion": "5.0.20.51904"
  558. }
  559. }
  560. },
  561. "System.Security.Permissions/5.0.0": {
  562. "dependencies": {
  563. "System.Security.AccessControl": "5.0.0",
  564. "System.Windows.Extensions": "5.0.0"
  565. },
  566. "runtime": {
  567. "lib/net5.0/System.Security.Permissions.dll": {
  568. "assemblyVersion": "5.0.0.0",
  569. "fileVersion": "5.0.20.51904"
  570. }
  571. }
  572. },
  573. "System.Security.Principal.Windows/5.0.0": {},
  574. "System.Text.Encoding/4.3.0": {
  575. "dependencies": {
  576. "Microsoft.NETCore.Platforms": "5.0.0",
  577. "Microsoft.NETCore.Targets": "1.1.0",
  578. "System.Runtime": "4.3.0"
  579. }
  580. },
  581. "System.Text.Encoding.CodePages/5.0.0": {
  582. "dependencies": {
  583. "Microsoft.NETCore.Platforms": "5.0.0"
  584. }
  585. },
  586. "System.Text.Encodings.Web/4.7.2": {},
  587. "System.Text.Json/4.7.2": {},
  588. "System.Threading.Tasks/4.3.0": {
  589. "dependencies": {
  590. "Microsoft.NETCore.Platforms": "5.0.0",
  591. "Microsoft.NETCore.Targets": "1.1.0",
  592. "System.Runtime": "4.3.0"
  593. }
  594. },
  595. "System.Threading.Tasks.Extensions/4.5.4": {},
  596. "System.Windows.Extensions/5.0.0": {
  597. "dependencies": {
  598. "System.Drawing.Common": "5.0.0"
  599. },
  600. "runtime": {
  601. "lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  602. "assemblyVersion": "5.0.0.0",
  603. "fileVersion": "5.0.20.51904"
  604. }
  605. },
  606. "runtimeTargets": {
  607. "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  608. "rid": "win",
  609. "assetType": "runtime",
  610. "assemblyVersion": "5.0.0.0",
  611. "fileVersion": "5.0.20.51904"
  612. }
  613. }
  614. },
  615. "DataLayer/1.0.0": {
  616. "dependencies": {
  617. "Domain": "1.0.0",
  618. "Microsoft.EntityFrameworkCore": "7.0.1",
  619. "Microsoft.EntityFrameworkCore.Abstractions": "7.0.1",
  620. "Microsoft.EntityFrameworkCore.Analyzers": "7.0.1",
  621. "Microsoft.EntityFrameworkCore.Relational": "7.0.1",
  622. "Microsoft.EntityFrameworkCore.SqlServer": "7.0.1"
  623. },
  624. "runtime": {
  625. "DataLayer.dll": {}
  626. }
  627. },
  628. "Domain/1.0.0": {
  629. "dependencies": {
  630. "Infrastructure": "1.0.0"
  631. },
  632. "runtime": {
  633. "Domain.dll": {}
  634. }
  635. },
  636. "Infrastructure/1.0.0": {
  637. "dependencies": {
  638. "Microsoft.EntityFrameworkCore.Analyzers": "7.0.1"
  639. },
  640. "runtime": {
  641. "Infrastructure.dll": {}
  642. }
  643. }
  644. }
  645. },
  646. "libraries": {
  647. "Services/1.0.0": {
  648. "type": "project",
  649. "serviceable": false,
  650. "sha512": ""
  651. },
  652. "Azure.Core/1.24.0": {
  653. "type": "package",
  654. "serviceable": true,
  655. "sha512": "sha512-+/qI1j2oU1S4/nvxb2k/wDsol00iGf1AyJX5g3epV7eOpQEP/2xcgh/cxgKMeFgn3U2fmgSiBnQZdkV+l5y0Uw==",
  656. "path": "azure.core/1.24.0",
  657. "hashPath": "azure.core.1.24.0.nupkg.sha512"
  658. },
  659. "Azure.Identity/1.6.0": {
  660. "type": "package",
  661. "serviceable": true,
  662. "sha512": "sha512-EycyMsb6rD2PK9P0SyibFfEhvWWttdrYhyPF4f41uzdB/44yQlV+2Wehxyg489Rj6gbPvSPgbKq0xsHJBhipZA==",
  663. "path": "azure.identity/1.6.0",
  664. "hashPath": "azure.identity.1.6.0.nupkg.sha512"
  665. },
  666. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  667. "type": "package",
  668. "serviceable": true,
  669. "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
  670. "path": "microsoft.bcl.asyncinterfaces/1.1.1",
  671. "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
  672. },
  673. "Microsoft.CSharp/4.5.0": {
  674. "type": "package",
  675. "serviceable": true,
  676. "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
  677. "path": "microsoft.csharp/4.5.0",
  678. "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
  679. },
  680. "Microsoft.Data.SqlClient/5.0.1": {
  681. "type": "package",
  682. "serviceable": true,
  683. "sha512": "sha512-uu8dfrsx081cSbEevWuZAvqdmANDGJkbLBL2G3j0LAZxX1Oy8RCVAaC4Lcuak6jNicWP6CWvHqBTIEmQNSxQlw==",
  684. "path": "microsoft.data.sqlclient/5.0.1",
  685. "hashPath": "microsoft.data.sqlclient.5.0.1.nupkg.sha512"
  686. },
  687. "Microsoft.Data.SqlClient.SNI.runtime/5.0.1": {
  688. "type": "package",
  689. "serviceable": true,
  690. "sha512": "sha512-y0X5MxiNdbITJYoafJ2ruaX6hqO0twpCGR/ipiDOe85JKLU8WL4TuAQfDe5qtt3bND5Je26HnrarLSAMMnVTNg==",
  691. "path": "microsoft.data.sqlclient.sni.runtime/5.0.1",
  692. "hashPath": "microsoft.data.sqlclient.sni.runtime.5.0.1.nupkg.sha512"
  693. },
  694. "Microsoft.EntityFrameworkCore/7.0.1": {
  695. "type": "package",
  696. "serviceable": true,
  697. "sha512": "sha512-uvzJkdmqbB50COlCiNaBjWc4cl3kHBO9P7glPk6wK8xyLrli4xeVip+pmMyT/kYc2shWm1YdxegxFqKeCvQXAA==",
  698. "path": "microsoft.entityframeworkcore/7.0.1",
  699. "hashPath": "microsoft.entityframeworkcore.7.0.1.nupkg.sha512"
  700. },
  701. "Microsoft.EntityFrameworkCore.Abstractions/7.0.1": {
  702. "type": "package",
  703. "serviceable": true,
  704. "sha512": "sha512-pPaoi2RHAkrsJ2kcGZGBiJFUXSS1LC+qET6HCn4hXP+X/kvIriJLv8lx6ddI6gTluGvm/lDgPAA0zZDXYaKf3A==",
  705. "path": "microsoft.entityframeworkcore.abstractions/7.0.1",
  706. "hashPath": "microsoft.entityframeworkcore.abstractions.7.0.1.nupkg.sha512"
  707. },
  708. "Microsoft.EntityFrameworkCore.Analyzers/7.0.1": {
  709. "type": "package",
  710. "serviceable": true,
  711. "sha512": "sha512-4A4NFkPFoRMdry24Hjdb5/sOH3tU3hzFePTGnSg8P+VBrFp/EO8kcA4L0hBzwbXj2HGNL8I/quYyS5GVtb4EOg==",
  712. "path": "microsoft.entityframeworkcore.analyzers/7.0.1",
  713. "hashPath": "microsoft.entityframeworkcore.analyzers.7.0.1.nupkg.sha512"
  714. },
  715. "Microsoft.EntityFrameworkCore.Relational/7.0.1": {
  716. "type": "package",
  717. "serviceable": true,
  718. "sha512": "sha512-F4EYKRhtnkjxp4BhKF3XDn+D3AKok6KIRZYAfaj6knx80CsjFeEUxFpSoqlB9r7ZJTgz30f2oZpHOO4qasIkhA==",
  719. "path": "microsoft.entityframeworkcore.relational/7.0.1",
  720. "hashPath": "microsoft.entityframeworkcore.relational.7.0.1.nupkg.sha512"
  721. },
  722. "Microsoft.EntityFrameworkCore.SqlServer/7.0.1": {
  723. "type": "package",
  724. "serviceable": true,
  725. "sha512": "sha512-bO01yAzgXNoJNbtHfrRFOpJxcP8R0bP5yrCTVULOXVR9MQVbpehqt94R19vwE+Bw+9P3xHZdotBTDucwR4rxLg==",
  726. "path": "microsoft.entityframeworkcore.sqlserver/7.0.1",
  727. "hashPath": "microsoft.entityframeworkcore.sqlserver.7.0.1.nupkg.sha512"
  728. },
  729. "Microsoft.Extensions.Caching.Abstractions/7.0.0": {
  730. "type": "package",
  731. "serviceable": true,
  732. "sha512": "sha512-IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==",
  733. "path": "microsoft.extensions.caching.abstractions/7.0.0",
  734. "hashPath": "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512"
  735. },
  736. "Microsoft.Extensions.Caching.Memory/7.0.0": {
  737. "type": "package",
  738. "serviceable": true,
  739. "sha512": "sha512-xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==",
  740. "path": "microsoft.extensions.caching.memory/7.0.0",
  741. "hashPath": "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512"
  742. },
  743. "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
  744. "type": "package",
  745. "serviceable": true,
  746. "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
  747. "path": "microsoft.extensions.configuration.abstractions/7.0.0",
  748. "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512"
  749. },
  750. "Microsoft.Extensions.DependencyInjection/7.0.0": {
  751. "type": "package",
  752. "serviceable": true,
  753. "sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==",
  754. "path": "microsoft.extensions.dependencyinjection/7.0.0",
  755. "hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512"
  756. },
  757. "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
  758. "type": "package",
  759. "serviceable": true,
  760. "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==",
  761. "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0",
  762. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512"
  763. },
  764. "Microsoft.Extensions.Logging/7.0.0": {
  765. "type": "package",
  766. "serviceable": true,
  767. "sha512": "sha512-Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==",
  768. "path": "microsoft.extensions.logging/7.0.0",
  769. "hashPath": "microsoft.extensions.logging.7.0.0.nupkg.sha512"
  770. },
  771. "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
  772. "type": "package",
  773. "serviceable": true,
  774. "sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==",
  775. "path": "microsoft.extensions.logging.abstractions/7.0.0",
  776. "hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512"
  777. },
  778. "Microsoft.Extensions.Options/7.0.0": {
  779. "type": "package",
  780. "serviceable": true,
  781. "sha512": "sha512-lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==",
  782. "path": "microsoft.extensions.options/7.0.0",
  783. "hashPath": "microsoft.extensions.options.7.0.0.nupkg.sha512"
  784. },
  785. "Microsoft.Extensions.Primitives/7.0.0": {
  786. "type": "package",
  787. "serviceable": true,
  788. "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
  789. "path": "microsoft.extensions.primitives/7.0.0",
  790. "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512"
  791. },
  792. "Microsoft.Identity.Client/4.45.0": {
  793. "type": "package",
  794. "serviceable": true,
  795. "sha512": "sha512-ircobISCLWbtE5eEoLKU+ldfZ8O41vg4lcy38KRj/znH17jvBiAl8oxcyNp89CsuqE3onxIpn21Ca7riyDDrRw==",
  796. "path": "microsoft.identity.client/4.45.0",
  797. "hashPath": "microsoft.identity.client.4.45.0.nupkg.sha512"
  798. },
  799. "Microsoft.Identity.Client.Extensions.Msal/2.19.3": {
  800. "type": "package",
  801. "serviceable": true,
  802. "sha512": "sha512-zVVZjn8aW7W79rC1crioDgdOwaFTQorsSO6RgVlDDjc7MvbEGz071wSNrjVhzR0CdQn6Sefx7Abf1o7vasmrLg==",
  803. "path": "microsoft.identity.client.extensions.msal/2.19.3",
  804. "hashPath": "microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512"
  805. },
  806. "Microsoft.IdentityModel.Abstractions/6.21.0": {
  807. "type": "package",
  808. "serviceable": true,
  809. "sha512": "sha512-XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg==",
  810. "path": "microsoft.identitymodel.abstractions/6.21.0",
  811. "hashPath": "microsoft.identitymodel.abstractions.6.21.0.nupkg.sha512"
  812. },
  813. "Microsoft.IdentityModel.JsonWebTokens/6.21.0": {
  814. "type": "package",
  815. "serviceable": true,
  816. "sha512": "sha512-d3h1/BaMeylKTkdP6XwRCxuOoDJZ44V9xaXr6gl5QxmpnZGdoK3bySo3OQN8ehRLJHShb94ElLUvoXyglQtgAw==",
  817. "path": "microsoft.identitymodel.jsonwebtokens/6.21.0",
  818. "hashPath": "microsoft.identitymodel.jsonwebtokens.6.21.0.nupkg.sha512"
  819. },
  820. "Microsoft.IdentityModel.Logging/6.21.0": {
  821. "type": "package",
  822. "serviceable": true,
  823. "sha512": "sha512-tuEhHIQwvBEhMf8I50hy8FHmRSUkffDFP5EdLsSDV4qRcl2wvOPkQxYqEzWkh+ytW6sbdJGEXElGhmhDfAxAKg==",
  824. "path": "microsoft.identitymodel.logging/6.21.0",
  825. "hashPath": "microsoft.identitymodel.logging.6.21.0.nupkg.sha512"
  826. },
  827. "Microsoft.IdentityModel.Protocols/6.21.0": {
  828. "type": "package",
  829. "serviceable": true,
  830. "sha512": "sha512-0FqY5cTLQKtHrClzHEI+QxJl8OBT2vUiEQQB7UKk832JDiJJmetzYZ3AdSrPjN/3l3nkhByeWzXnhrX0JbifKg==",
  831. "path": "microsoft.identitymodel.protocols/6.21.0",
  832. "hashPath": "microsoft.identitymodel.protocols.6.21.0.nupkg.sha512"
  833. },
  834. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.21.0": {
  835. "type": "package",
  836. "serviceable": true,
  837. "sha512": "sha512-vtSKL7n6EnAsLyxmiviusm6LKrblT2ndnNqN6rvVq6iIHAnPCK9E2DkDx6h1Jrpy1cvbp40r0cnTg23nhEAGTA==",
  838. "path": "microsoft.identitymodel.protocols.openidconnect/6.21.0",
  839. "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.21.0.nupkg.sha512"
  840. },
  841. "Microsoft.IdentityModel.Tokens/6.21.0": {
  842. "type": "package",
  843. "serviceable": true,
  844. "sha512": "sha512-AAEHZvZyb597a+QJSmtxH3n2P1nIJGpZ4Q89GTenknRx6T6zyfzf592yW/jA5e8EHN4tNMjjXHQaYWEq5+L05w==",
  845. "path": "microsoft.identitymodel.tokens/6.21.0",
  846. "hashPath": "microsoft.identitymodel.tokens.6.21.0.nupkg.sha512"
  847. },
  848. "Microsoft.NETCore.Platforms/5.0.0": {
  849. "type": "package",
  850. "serviceable": true,
  851. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  852. "path": "microsoft.netcore.platforms/5.0.0",
  853. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  854. },
  855. "Microsoft.NETCore.Targets/1.1.0": {
  856. "type": "package",
  857. "serviceable": true,
  858. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  859. "path": "microsoft.netcore.targets/1.1.0",
  860. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  861. },
  862. "Microsoft.SqlServer.Server/1.0.0": {
  863. "type": "package",
  864. "serviceable": true,
  865. "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
  866. "path": "microsoft.sqlserver.server/1.0.0",
  867. "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
  868. },
  869. "Microsoft.Win32.Registry/5.0.0": {
  870. "type": "package",
  871. "serviceable": true,
  872. "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
  873. "path": "microsoft.win32.registry/5.0.0",
  874. "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
  875. },
  876. "Microsoft.Win32.SystemEvents/5.0.0": {
  877. "type": "package",
  878. "serviceable": true,
  879. "sha512": "sha512-Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
  880. "path": "microsoft.win32.systemevents/5.0.0",
  881. "hashPath": "microsoft.win32.systemevents.5.0.0.nupkg.sha512"
  882. },
  883. "System.Buffers/4.5.1": {
  884. "type": "package",
  885. "serviceable": true,
  886. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  887. "path": "system.buffers/4.5.1",
  888. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  889. },
  890. "System.Configuration.ConfigurationManager/5.0.0": {
  891. "type": "package",
  892. "serviceable": true,
  893. "sha512": "sha512-aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==",
  894. "path": "system.configuration.configurationmanager/5.0.0",
  895. "hashPath": "system.configuration.configurationmanager.5.0.0.nupkg.sha512"
  896. },
  897. "System.Diagnostics.DiagnosticSource/5.0.0": {
  898. "type": "package",
  899. "serviceable": true,
  900. "sha512": "sha512-tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA==",
  901. "path": "system.diagnostics.diagnosticsource/5.0.0",
  902. "hashPath": "system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512"
  903. },
  904. "System.Drawing.Common/5.0.0": {
  905. "type": "package",
  906. "serviceable": true,
  907. "sha512": "sha512-SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==",
  908. "path": "system.drawing.common/5.0.0",
  909. "hashPath": "system.drawing.common.5.0.0.nupkg.sha512"
  910. },
  911. "System.Formats.Asn1/5.0.0": {
  912. "type": "package",
  913. "serviceable": true,
  914. "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
  915. "path": "system.formats.asn1/5.0.0",
  916. "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
  917. },
  918. "System.Globalization/4.3.0": {
  919. "type": "package",
  920. "serviceable": true,
  921. "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  922. "path": "system.globalization/4.3.0",
  923. "hashPath": "system.globalization.4.3.0.nupkg.sha512"
  924. },
  925. "System.IdentityModel.Tokens.Jwt/6.21.0": {
  926. "type": "package",
  927. "serviceable": true,
  928. "sha512": "sha512-JRD8AuypBE+2zYxT3dMJomQVsPYsCqlyZhWel3J1d5nzQokSRyTueF+Q4ID3Jcu6zSZKuzOdJ1MLTkbQsDqcvQ==",
  929. "path": "system.identitymodel.tokens.jwt/6.21.0",
  930. "hashPath": "system.identitymodel.tokens.jwt.6.21.0.nupkg.sha512"
  931. },
  932. "System.IO/4.3.0": {
  933. "type": "package",
  934. "serviceable": true,
  935. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  936. "path": "system.io/4.3.0",
  937. "hashPath": "system.io.4.3.0.nupkg.sha512"
  938. },
  939. "System.Memory/4.5.4": {
  940. "type": "package",
  941. "serviceable": true,
  942. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  943. "path": "system.memory/4.5.4",
  944. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  945. },
  946. "System.Memory.Data/1.0.2": {
  947. "type": "package",
  948. "serviceable": true,
  949. "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
  950. "path": "system.memory.data/1.0.2",
  951. "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
  952. },
  953. "System.Numerics.Vectors/4.5.0": {
  954. "type": "package",
  955. "serviceable": true,
  956. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  957. "path": "system.numerics.vectors/4.5.0",
  958. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  959. },
  960. "System.Reflection/4.3.0": {
  961. "type": "package",
  962. "serviceable": true,
  963. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  964. "path": "system.reflection/4.3.0",
  965. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  966. },
  967. "System.Reflection.Primitives/4.3.0": {
  968. "type": "package",
  969. "serviceable": true,
  970. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  971. "path": "system.reflection.primitives/4.3.0",
  972. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  973. },
  974. "System.Resources.ResourceManager/4.3.0": {
  975. "type": "package",
  976. "serviceable": true,
  977. "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  978. "path": "system.resources.resourcemanager/4.3.0",
  979. "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
  980. },
  981. "System.Runtime/4.3.0": {
  982. "type": "package",
  983. "serviceable": true,
  984. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  985. "path": "system.runtime/4.3.0",
  986. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  987. },
  988. "System.Runtime.Caching/5.0.0": {
  989. "type": "package",
  990. "serviceable": true,
  991. "sha512": "sha512-30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==",
  992. "path": "system.runtime.caching/5.0.0",
  993. "hashPath": "system.runtime.caching.5.0.0.nupkg.sha512"
  994. },
  995. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  996. "type": "package",
  997. "serviceable": true,
  998. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  999. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1000. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  1001. },
  1002. "System.Security.AccessControl/5.0.0": {
  1003. "type": "package",
  1004. "serviceable": true,
  1005. "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  1006. "path": "system.security.accesscontrol/5.0.0",
  1007. "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
  1008. },
  1009. "System.Security.Cryptography.Cng/5.0.0": {
  1010. "type": "package",
  1011. "serviceable": true,
  1012. "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
  1013. "path": "system.security.cryptography.cng/5.0.0",
  1014. "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
  1015. },
  1016. "System.Security.Cryptography.ProtectedData/5.0.0": {
  1017. "type": "package",
  1018. "serviceable": true,
  1019. "sha512": "sha512-HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==",
  1020. "path": "system.security.cryptography.protecteddata/5.0.0",
  1021. "hashPath": "system.security.cryptography.protecteddata.5.0.0.nupkg.sha512"
  1022. },
  1023. "System.Security.Permissions/5.0.0": {
  1024. "type": "package",
  1025. "serviceable": true,
  1026. "sha512": "sha512-uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==",
  1027. "path": "system.security.permissions/5.0.0",
  1028. "hashPath": "system.security.permissions.5.0.0.nupkg.sha512"
  1029. },
  1030. "System.Security.Principal.Windows/5.0.0": {
  1031. "type": "package",
  1032. "serviceable": true,
  1033. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1034. "path": "system.security.principal.windows/5.0.0",
  1035. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  1036. },
  1037. "System.Text.Encoding/4.3.0": {
  1038. "type": "package",
  1039. "serviceable": true,
  1040. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1041. "path": "system.text.encoding/4.3.0",
  1042. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1043. },
  1044. "System.Text.Encoding.CodePages/5.0.0": {
  1045. "type": "package",
  1046. "serviceable": true,
  1047. "sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
  1048. "path": "system.text.encoding.codepages/5.0.0",
  1049. "hashPath": "system.text.encoding.codepages.5.0.0.nupkg.sha512"
  1050. },
  1051. "System.Text.Encodings.Web/4.7.2": {
  1052. "type": "package",
  1053. "serviceable": true,
  1054. "sha512": "sha512-iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==",
  1055. "path": "system.text.encodings.web/4.7.2",
  1056. "hashPath": "system.text.encodings.web.4.7.2.nupkg.sha512"
  1057. },
  1058. "System.Text.Json/4.7.2": {
  1059. "type": "package",
  1060. "serviceable": true,
  1061. "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
  1062. "path": "system.text.json/4.7.2",
  1063. "hashPath": "system.text.json.4.7.2.nupkg.sha512"
  1064. },
  1065. "System.Threading.Tasks/4.3.0": {
  1066. "type": "package",
  1067. "serviceable": true,
  1068. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1069. "path": "system.threading.tasks/4.3.0",
  1070. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1071. },
  1072. "System.Threading.Tasks.Extensions/4.5.4": {
  1073. "type": "package",
  1074. "serviceable": true,
  1075. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1076. "path": "system.threading.tasks.extensions/4.5.4",
  1077. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1078. },
  1079. "System.Windows.Extensions/5.0.0": {
  1080. "type": "package",
  1081. "serviceable": true,
  1082. "sha512": "sha512-c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==",
  1083. "path": "system.windows.extensions/5.0.0",
  1084. "hashPath": "system.windows.extensions.5.0.0.nupkg.sha512"
  1085. },
  1086. "DataLayer/1.0.0": {
  1087. "type": "project",
  1088. "serviceable": false,
  1089. "sha512": ""
  1090. },
  1091. "Domain/1.0.0": {
  1092. "type": "project",
  1093. "serviceable": false,
  1094. "sha512": ""
  1095. },
  1096. "Infrastructure/1.0.0": {
  1097. "type": "project",
  1098. "serviceable": false,
  1099. "sha512": ""
  1100. }
  1101. }
  1102. }