WebApp.Services.deps.json 62 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "WebApp.Services/1.0.0": {
  10. "dependencies": {
  11. "Microsoft.AspNetCore.Identity": "2.2.0",
  12. "SendGrid": "9.28.1",
  13. "WebApp.Common": "1.0.0",
  14. "WebApp.Data": "1.0.0",
  15. "WebApp.Models": "1.0.0"
  16. },
  17. "runtime": {
  18. "WebApp.Services.dll": {}
  19. }
  20. },
  21. "Azure.Core/1.25.0": {
  22. "dependencies": {
  23. "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
  24. "System.Diagnostics.DiagnosticSource": "6.0.0",
  25. "System.Memory.Data": "1.0.2",
  26. "System.Numerics.Vectors": "4.5.0",
  27. "System.Text.Encodings.Web": "6.0.0",
  28. "System.Text.Json": "4.7.2",
  29. "System.Threading.Tasks.Extensions": "4.5.4"
  30. },
  31. "runtime": {
  32. "lib/net5.0/Azure.Core.dll": {
  33. "assemblyVersion": "1.25.0.0",
  34. "fileVersion": "1.2500.22.33004"
  35. }
  36. }
  37. },
  38. "Azure.Identity/1.7.0": {
  39. "dependencies": {
  40. "Azure.Core": "1.25.0",
  41. "Microsoft.Identity.Client": "4.47.2",
  42. "Microsoft.Identity.Client.Extensions.Msal": "2.19.3",
  43. "System.Memory": "4.5.4",
  44. "System.Security.Cryptography.ProtectedData": "6.0.0",
  45. "System.Text.Json": "4.7.2",
  46. "System.Threading.Tasks.Extensions": "4.5.4"
  47. },
  48. "runtime": {
  49. "lib/netstandard2.0/Azure.Identity.dll": {
  50. "assemblyVersion": "1.7.0.0",
  51. "fileVersion": "1.700.22.46903"
  52. }
  53. }
  54. },
  55. "FluentValidation/11.5.1": {
  56. "runtime": {
  57. "lib/net7.0/FluentValidation.dll": {
  58. "assemblyVersion": "11.0.0.0",
  59. "fileVersion": "11.5.1.0"
  60. }
  61. }
  62. },
  63. "Microsoft.AspNetCore.Authentication/2.2.0": {
  64. "dependencies": {
  65. "Microsoft.AspNetCore.Authentication.Core": "2.2.0",
  66. "Microsoft.AspNetCore.DataProtection": "2.2.0",
  67. "Microsoft.AspNetCore.Http": "2.2.0",
  68. "Microsoft.AspNetCore.Http.Extensions": "2.2.0",
  69. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  70. "Microsoft.Extensions.Options": "8.0.0",
  71. "Microsoft.Extensions.WebEncoders": "2.2.0"
  72. },
  73. "runtime": {
  74. "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": {
  75. "assemblyVersion": "2.2.0.0",
  76. "fileVersion": "2.2.0.18316"
  77. }
  78. }
  79. },
  80. "Microsoft.AspNetCore.Authentication.Abstractions/2.2.0": {
  81. "dependencies": {
  82. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
  83. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  84. "Microsoft.Extensions.Options": "8.0.0"
  85. },
  86. "runtime": {
  87. "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": {
  88. "assemblyVersion": "2.2.0.0",
  89. "fileVersion": "2.2.0.18316"
  90. }
  91. }
  92. },
  93. "Microsoft.AspNetCore.Authentication.Cookies/2.2.0": {
  94. "dependencies": {
  95. "Microsoft.AspNetCore.Authentication": "2.2.0"
  96. },
  97. "runtime": {
  98. "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": {
  99. "assemblyVersion": "2.2.0.0",
  100. "fileVersion": "2.2.0.18316"
  101. }
  102. }
  103. },
  104. "Microsoft.AspNetCore.Authentication.Core/2.2.0": {
  105. "dependencies": {
  106. "Microsoft.AspNetCore.Authentication.Abstractions": "2.2.0",
  107. "Microsoft.AspNetCore.Http": "2.2.0",
  108. "Microsoft.AspNetCore.Http.Extensions": "2.2.0"
  109. },
  110. "runtime": {
  111. "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": {
  112. "assemblyVersion": "2.2.0.0",
  113. "fileVersion": "2.2.0.18316"
  114. }
  115. }
  116. },
  117. "Microsoft.AspNetCore.Cryptography.Internal/8.0.0": {
  118. "runtime": {
  119. "lib/net8.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {
  120. "assemblyVersion": "8.0.0.0",
  121. "fileVersion": "8.0.23.53112"
  122. }
  123. }
  124. },
  125. "Microsoft.AspNetCore.Cryptography.KeyDerivation/8.0.0": {
  126. "dependencies": {
  127. "Microsoft.AspNetCore.Cryptography.Internal": "8.0.0"
  128. },
  129. "runtime": {
  130. "lib/net8.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {
  131. "assemblyVersion": "8.0.0.0",
  132. "fileVersion": "8.0.23.53112"
  133. }
  134. }
  135. },
  136. "Microsoft.AspNetCore.DataProtection/2.2.0": {
  137. "dependencies": {
  138. "Microsoft.AspNetCore.Cryptography.Internal": "8.0.0",
  139. "Microsoft.AspNetCore.DataProtection.Abstractions": "2.2.0",
  140. "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0",
  141. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  142. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  143. "Microsoft.Extensions.Options": "8.0.0",
  144. "Microsoft.Win32.Registry": "4.5.0",
  145. "System.Security.Cryptography.Xml": "4.5.0",
  146. "System.Security.Principal.Windows": "5.0.0"
  147. },
  148. "runtime": {
  149. "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": {
  150. "assemblyVersion": "2.2.0.0",
  151. "fileVersion": "2.2.0.18316"
  152. }
  153. }
  154. },
  155. "Microsoft.AspNetCore.DataProtection.Abstractions/2.2.0": {
  156. "runtime": {
  157. "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {
  158. "assemblyVersion": "2.2.0.0",
  159. "fileVersion": "2.2.0.18316"
  160. }
  161. }
  162. },
  163. "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": {
  164. "dependencies": {
  165. "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.2.0",
  166. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
  167. "Microsoft.Extensions.Hosting.Abstractions": "2.2.0"
  168. },
  169. "runtime": {
  170. "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {
  171. "assemblyVersion": "2.2.0.0",
  172. "fileVersion": "2.2.0.18316"
  173. }
  174. }
  175. },
  176. "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": {
  177. "dependencies": {
  178. "Microsoft.AspNetCore.Http.Features": "2.2.0",
  179. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
  180. },
  181. "runtime": {
  182. "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {
  183. "assemblyVersion": "2.2.0.0",
  184. "fileVersion": "2.2.0.18316"
  185. }
  186. }
  187. },
  188. "Microsoft.AspNetCore.Http/2.2.0": {
  189. "dependencies": {
  190. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
  191. "Microsoft.AspNetCore.WebUtilities": "2.2.0",
  192. "Microsoft.Extensions.ObjectPool": "2.2.0",
  193. "Microsoft.Extensions.Options": "8.0.0",
  194. "Microsoft.Net.Http.Headers": "2.2.0"
  195. },
  196. "runtime": {
  197. "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {
  198. "assemblyVersion": "2.2.0.0",
  199. "fileVersion": "2.2.0.18316"
  200. }
  201. }
  202. },
  203. "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
  204. "dependencies": {
  205. "Microsoft.AspNetCore.Http.Features": "2.2.0",
  206. "System.Text.Encodings.Web": "6.0.0"
  207. },
  208. "runtime": {
  209. "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {
  210. "assemblyVersion": "2.2.0.0",
  211. "fileVersion": "2.2.0.18316"
  212. }
  213. }
  214. },
  215. "Microsoft.AspNetCore.Http.Extensions/2.2.0": {
  216. "dependencies": {
  217. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
  218. "Microsoft.Extensions.FileProviders.Abstractions": "2.2.0",
  219. "Microsoft.Net.Http.Headers": "2.2.0",
  220. "System.Buffers": "4.5.0"
  221. },
  222. "runtime": {
  223. "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {
  224. "assemblyVersion": "2.2.0.0",
  225. "fileVersion": "2.2.0.18316"
  226. }
  227. }
  228. },
  229. "Microsoft.AspNetCore.Http.Features/2.2.0": {
  230. "dependencies": {
  231. "Microsoft.Extensions.Primitives": "8.0.0"
  232. },
  233. "runtime": {
  234. "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {
  235. "assemblyVersion": "2.2.0.0",
  236. "fileVersion": "2.2.0.18316"
  237. }
  238. }
  239. },
  240. "Microsoft.AspNetCore.Identity/2.2.0": {
  241. "dependencies": {
  242. "Microsoft.AspNetCore.Authentication.Cookies": "2.2.0",
  243. "Microsoft.AspNetCore.Cryptography.KeyDerivation": "8.0.0",
  244. "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0",
  245. "Microsoft.Extensions.Identity.Core": "8.0.0"
  246. },
  247. "runtime": {
  248. "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": {
  249. "assemblyVersion": "2.2.0.0",
  250. "fileVersion": "2.2.0.18316"
  251. }
  252. }
  253. },
  254. "Microsoft.AspNetCore.Identity.EntityFrameworkCore/8.0.0": {
  255. "dependencies": {
  256. "Microsoft.EntityFrameworkCore.Relational": "8.0.0",
  257. "Microsoft.Extensions.Identity.Stores": "8.0.0"
  258. },
  259. "runtime": {
  260. "lib/net8.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {
  261. "assemblyVersion": "8.0.0.0",
  262. "fileVersion": "8.0.23.53112"
  263. }
  264. }
  265. },
  266. "Microsoft.AspNetCore.WebUtilities/2.2.0": {
  267. "dependencies": {
  268. "Microsoft.Net.Http.Headers": "2.2.0",
  269. "System.Text.Encodings.Web": "6.0.0"
  270. },
  271. "runtime": {
  272. "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {
  273. "assemblyVersion": "2.2.0.0",
  274. "fileVersion": "2.2.0.18316"
  275. }
  276. }
  277. },
  278. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  279. "runtime": {
  280. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  281. "assemblyVersion": "1.0.0.0",
  282. "fileVersion": "4.700.20.21406"
  283. }
  284. }
  285. },
  286. "Microsoft.CSharp/4.5.0": {},
  287. "Microsoft.Data.SqlClient/5.1.1": {
  288. "dependencies": {
  289. "Azure.Identity": "1.7.0",
  290. "Microsoft.Data.SqlClient.SNI.runtime": "5.1.0",
  291. "Microsoft.Identity.Client": "4.47.2",
  292. "Microsoft.IdentityModel.JsonWebTokens": "6.24.0",
  293. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.24.0",
  294. "Microsoft.SqlServer.Server": "1.0.0",
  295. "System.Configuration.ConfigurationManager": "6.0.1",
  296. "System.Diagnostics.DiagnosticSource": "6.0.0",
  297. "System.Runtime.Caching": "6.0.0",
  298. "System.Security.Cryptography.Cng": "5.0.0",
  299. "System.Security.Principal.Windows": "5.0.0",
  300. "System.Text.Encoding.CodePages": "6.0.0",
  301. "System.Text.Encodings.Web": "6.0.0"
  302. },
  303. "runtime": {
  304. "lib/net6.0/Microsoft.Data.SqlClient.dll": {
  305. "assemblyVersion": "5.0.0.0",
  306. "fileVersion": "5.0.0.0"
  307. }
  308. },
  309. "runtimeTargets": {
  310. "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  311. "rid": "unix",
  312. "assetType": "runtime",
  313. "assemblyVersion": "5.0.0.0",
  314. "fileVersion": "5.0.0.0"
  315. },
  316. "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  317. "rid": "win",
  318. "assetType": "runtime",
  319. "assemblyVersion": "5.0.0.0",
  320. "fileVersion": "5.0.0.0"
  321. }
  322. }
  323. },
  324. "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": {
  325. "runtimeTargets": {
  326. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  327. "rid": "win-arm",
  328. "assetType": "native",
  329. "fileVersion": "5.1.0.0"
  330. },
  331. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  332. "rid": "win-arm64",
  333. "assetType": "native",
  334. "fileVersion": "5.1.0.0"
  335. },
  336. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  337. "rid": "win-x64",
  338. "assetType": "native",
  339. "fileVersion": "5.1.0.0"
  340. },
  341. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  342. "rid": "win-x86",
  343. "assetType": "native",
  344. "fileVersion": "5.1.0.0"
  345. }
  346. }
  347. },
  348. "Microsoft.EntityFrameworkCore/8.0.0": {
  349. "dependencies": {
  350. "Microsoft.EntityFrameworkCore.Abstractions": "8.0.0",
  351. "Microsoft.EntityFrameworkCore.Analyzers": "8.0.0",
  352. "Microsoft.Extensions.Caching.Memory": "8.0.0",
  353. "Microsoft.Extensions.Logging": "8.0.0"
  354. },
  355. "runtime": {
  356. "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
  357. "assemblyVersion": "8.0.0.0",
  358. "fileVersion": "8.0.23.53103"
  359. }
  360. }
  361. },
  362. "Microsoft.EntityFrameworkCore.Abstractions/8.0.0": {
  363. "runtime": {
  364. "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  365. "assemblyVersion": "8.0.0.0",
  366. "fileVersion": "8.0.23.53103"
  367. }
  368. }
  369. },
  370. "Microsoft.EntityFrameworkCore.Analyzers/8.0.0": {},
  371. "Microsoft.EntityFrameworkCore.Relational/8.0.0": {
  372. "dependencies": {
  373. "Microsoft.EntityFrameworkCore": "8.0.0",
  374. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
  375. },
  376. "runtime": {
  377. "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
  378. "assemblyVersion": "8.0.0.0",
  379. "fileVersion": "8.0.23.53103"
  380. }
  381. }
  382. },
  383. "Microsoft.EntityFrameworkCore.SqlServer/8.0.0": {
  384. "dependencies": {
  385. "Microsoft.Data.SqlClient": "5.1.1",
  386. "Microsoft.EntityFrameworkCore.Relational": "8.0.0"
  387. },
  388. "runtime": {
  389. "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
  390. "assemblyVersion": "8.0.0.0",
  391. "fileVersion": "8.0.23.53103"
  392. }
  393. }
  394. },
  395. "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
  396. "dependencies": {
  397. "Microsoft.Extensions.Primitives": "8.0.0"
  398. },
  399. "runtime": {
  400. "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  401. "assemblyVersion": "8.0.0.0",
  402. "fileVersion": "8.0.23.53103"
  403. }
  404. }
  405. },
  406. "Microsoft.Extensions.Caching.Memory/8.0.0": {
  407. "dependencies": {
  408. "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
  409. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  410. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  411. "Microsoft.Extensions.Options": "8.0.0",
  412. "Microsoft.Extensions.Primitives": "8.0.0"
  413. },
  414. "runtime": {
  415. "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
  416. "assemblyVersion": "8.0.0.0",
  417. "fileVersion": "8.0.23.53103"
  418. }
  419. }
  420. },
  421. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  422. "dependencies": {
  423. "Microsoft.Extensions.Primitives": "8.0.0"
  424. },
  425. "runtime": {
  426. "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  427. "assemblyVersion": "8.0.0.0",
  428. "fileVersion": "8.0.23.53103"
  429. }
  430. }
  431. },
  432. "Microsoft.Extensions.DependencyInjection/8.0.0": {
  433. "dependencies": {
  434. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
  435. },
  436. "runtime": {
  437. "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
  438. "assemblyVersion": "8.0.0.0",
  439. "fileVersion": "8.0.23.53103"
  440. }
  441. }
  442. },
  443. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  444. "runtime": {
  445. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  446. "assemblyVersion": "8.0.0.0",
  447. "fileVersion": "8.0.23.53103"
  448. }
  449. }
  450. },
  451. "Microsoft.Extensions.FileProviders.Abstractions/2.2.0": {
  452. "dependencies": {
  453. "Microsoft.Extensions.Primitives": "8.0.0"
  454. },
  455. "runtime": {
  456. "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
  457. "assemblyVersion": "2.2.0.0",
  458. "fileVersion": "2.2.0.18315"
  459. }
  460. }
  461. },
  462. "Microsoft.Extensions.Hosting.Abstractions/2.2.0": {
  463. "dependencies": {
  464. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  465. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  466. "Microsoft.Extensions.FileProviders.Abstractions": "2.2.0",
  467. "Microsoft.Extensions.Logging.Abstractions": "8.0.0"
  468. },
  469. "runtime": {
  470. "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
  471. "assemblyVersion": "2.2.0.0",
  472. "fileVersion": "2.2.0.18316"
  473. }
  474. }
  475. },
  476. "Microsoft.Extensions.Identity.Core/8.0.0": {
  477. "dependencies": {
  478. "Microsoft.AspNetCore.Cryptography.KeyDerivation": "8.0.0",
  479. "Microsoft.Extensions.Logging": "8.0.0",
  480. "Microsoft.Extensions.Options": "8.0.0"
  481. },
  482. "runtime": {
  483. "lib/net8.0/Microsoft.Extensions.Identity.Core.dll": {
  484. "assemblyVersion": "8.0.0.0",
  485. "fileVersion": "8.0.23.53112"
  486. }
  487. }
  488. },
  489. "Microsoft.Extensions.Identity.Stores/8.0.0": {
  490. "dependencies": {
  491. "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
  492. "Microsoft.Extensions.Identity.Core": "8.0.0",
  493. "Microsoft.Extensions.Logging": "8.0.0"
  494. },
  495. "runtime": {
  496. "lib/net8.0/Microsoft.Extensions.Identity.Stores.dll": {
  497. "assemblyVersion": "8.0.0.0",
  498. "fileVersion": "8.0.23.53112"
  499. }
  500. }
  501. },
  502. "Microsoft.Extensions.Logging/8.0.0": {
  503. "dependencies": {
  504. "Microsoft.Extensions.DependencyInjection": "8.0.0",
  505. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  506. "Microsoft.Extensions.Options": "8.0.0"
  507. },
  508. "runtime": {
  509. "lib/net8.0/Microsoft.Extensions.Logging.dll": {
  510. "assemblyVersion": "8.0.0.0",
  511. "fileVersion": "8.0.23.53103"
  512. }
  513. }
  514. },
  515. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  516. "dependencies": {
  517. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
  518. },
  519. "runtime": {
  520. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  521. "assemblyVersion": "8.0.0.0",
  522. "fileVersion": "8.0.23.53103"
  523. }
  524. }
  525. },
  526. "Microsoft.Extensions.ObjectPool/2.2.0": {
  527. "runtime": {
  528. "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": {
  529. "assemblyVersion": "2.2.0.0",
  530. "fileVersion": "2.2.0.18315"
  531. }
  532. }
  533. },
  534. "Microsoft.Extensions.Options/8.0.0": {
  535. "dependencies": {
  536. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  537. "Microsoft.Extensions.Primitives": "8.0.0"
  538. },
  539. "runtime": {
  540. "lib/net8.0/Microsoft.Extensions.Options.dll": {
  541. "assemblyVersion": "8.0.0.0",
  542. "fileVersion": "8.0.23.53103"
  543. }
  544. }
  545. },
  546. "Microsoft.Extensions.Primitives/8.0.0": {
  547. "runtime": {
  548. "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
  549. "assemblyVersion": "8.0.0.0",
  550. "fileVersion": "8.0.23.53103"
  551. }
  552. }
  553. },
  554. "Microsoft.Extensions.WebEncoders/2.2.0": {
  555. "dependencies": {
  556. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  557. "Microsoft.Extensions.Options": "8.0.0",
  558. "System.Text.Encodings.Web": "6.0.0"
  559. },
  560. "runtime": {
  561. "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": {
  562. "assemblyVersion": "2.2.0.0",
  563. "fileVersion": "2.2.0.18316"
  564. }
  565. }
  566. },
  567. "Microsoft.Identity.Client/4.47.2": {
  568. "dependencies": {
  569. "Microsoft.IdentityModel.Abstractions": "6.24.0"
  570. },
  571. "runtime": {
  572. "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
  573. "assemblyVersion": "4.47.2.0",
  574. "fileVersion": "4.47.2.0"
  575. }
  576. }
  577. },
  578. "Microsoft.Identity.Client.Extensions.Msal/2.19.3": {
  579. "dependencies": {
  580. "Microsoft.Identity.Client": "4.47.2",
  581. "System.Security.Cryptography.ProtectedData": "6.0.0"
  582. },
  583. "runtime": {
  584. "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": {
  585. "assemblyVersion": "2.19.3.0",
  586. "fileVersion": "2.19.3.0"
  587. }
  588. }
  589. },
  590. "Microsoft.IdentityModel.Abstractions/6.24.0": {
  591. "runtime": {
  592. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  593. "assemblyVersion": "6.24.0.0",
  594. "fileVersion": "6.24.0.31013"
  595. }
  596. }
  597. },
  598. "Microsoft.IdentityModel.JsonWebTokens/6.24.0": {
  599. "dependencies": {
  600. "Microsoft.IdentityModel.Tokens": "6.24.0",
  601. "System.Text.Encoding": "4.3.0",
  602. "System.Text.Json": "4.7.2"
  603. },
  604. "runtime": {
  605. "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  606. "assemblyVersion": "6.24.0.0",
  607. "fileVersion": "6.24.0.31013"
  608. }
  609. }
  610. },
  611. "Microsoft.IdentityModel.Logging/6.24.0": {
  612. "dependencies": {
  613. "Microsoft.IdentityModel.Abstractions": "6.24.0"
  614. },
  615. "runtime": {
  616. "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
  617. "assemblyVersion": "6.24.0.0",
  618. "fileVersion": "6.24.0.31013"
  619. }
  620. }
  621. },
  622. "Microsoft.IdentityModel.Protocols/6.24.0": {
  623. "dependencies": {
  624. "Microsoft.IdentityModel.Logging": "6.24.0",
  625. "Microsoft.IdentityModel.Tokens": "6.24.0"
  626. },
  627. "runtime": {
  628. "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
  629. "assemblyVersion": "6.24.0.0",
  630. "fileVersion": "6.24.0.31013"
  631. }
  632. }
  633. },
  634. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": {
  635. "dependencies": {
  636. "Microsoft.IdentityModel.Protocols": "6.24.0",
  637. "System.IdentityModel.Tokens.Jwt": "6.24.0"
  638. },
  639. "runtime": {
  640. "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  641. "assemblyVersion": "6.24.0.0",
  642. "fileVersion": "6.24.0.31013"
  643. }
  644. }
  645. },
  646. "Microsoft.IdentityModel.Tokens/6.24.0": {
  647. "dependencies": {
  648. "Microsoft.CSharp": "4.5.0",
  649. "Microsoft.IdentityModel.Logging": "6.24.0",
  650. "System.Security.Cryptography.Cng": "5.0.0"
  651. },
  652. "runtime": {
  653. "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
  654. "assemblyVersion": "6.24.0.0",
  655. "fileVersion": "6.24.0.31013"
  656. }
  657. }
  658. },
  659. "Microsoft.Net.Http.Headers/2.2.0": {
  660. "dependencies": {
  661. "Microsoft.Extensions.Primitives": "8.0.0",
  662. "System.Buffers": "4.5.0"
  663. },
  664. "runtime": {
  665. "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {
  666. "assemblyVersion": "2.2.0.0",
  667. "fileVersion": "2.2.0.18316"
  668. }
  669. }
  670. },
  671. "Microsoft.NETCore.Platforms/1.1.0": {},
  672. "Microsoft.NETCore.Targets/1.1.0": {},
  673. "Microsoft.SqlServer.Server/1.0.0": {
  674. "runtime": {
  675. "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
  676. "assemblyVersion": "1.0.0.0",
  677. "fileVersion": "1.0.0.0"
  678. }
  679. }
  680. },
  681. "Microsoft.Win32.Registry/4.5.0": {
  682. "dependencies": {
  683. "System.Security.AccessControl": "6.0.0",
  684. "System.Security.Principal.Windows": "5.0.0"
  685. }
  686. },
  687. "Microsoft.Win32.SystemEvents/6.0.0": {
  688. "runtime": {
  689. "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  690. "assemblyVersion": "6.0.0.0",
  691. "fileVersion": "6.0.21.52210"
  692. }
  693. },
  694. "runtimeTargets": {
  695. "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  696. "rid": "win",
  697. "assetType": "runtime",
  698. "assemblyVersion": "6.0.0.0",
  699. "fileVersion": "6.0.21.52210"
  700. }
  701. }
  702. },
  703. "Newtonsoft.Json/13.0.1": {
  704. "runtime": {
  705. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  706. "assemblyVersion": "13.0.0.0",
  707. "fileVersion": "13.0.1.25517"
  708. }
  709. }
  710. },
  711. "SendGrid/9.28.1": {
  712. "dependencies": {
  713. "Newtonsoft.Json": "13.0.1",
  714. "starkbank-ecdsa": "1.3.3"
  715. },
  716. "runtime": {
  717. "lib/netstandard2.0/SendGrid.dll": {
  718. "assemblyVersion": "9.28.1.0",
  719. "fileVersion": "9.28.1.0"
  720. }
  721. }
  722. },
  723. "starkbank-ecdsa/1.3.3": {
  724. "runtime": {
  725. "lib/netstandard2.1/StarkbankEcdsa.dll": {
  726. "assemblyVersion": "1.0.0.0",
  727. "fileVersion": "1.0.0.0"
  728. }
  729. }
  730. },
  731. "System.Buffers/4.5.0": {},
  732. "System.Configuration.ConfigurationManager/6.0.1": {
  733. "dependencies": {
  734. "System.Security.Cryptography.ProtectedData": "6.0.0",
  735. "System.Security.Permissions": "6.0.0"
  736. },
  737. "runtime": {
  738. "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
  739. "assemblyVersion": "6.0.0.0",
  740. "fileVersion": "6.0.922.41905"
  741. }
  742. }
  743. },
  744. "System.Diagnostics.DiagnosticSource/6.0.0": {
  745. "dependencies": {
  746. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  747. }
  748. },
  749. "System.Drawing.Common/6.0.0": {
  750. "dependencies": {
  751. "Microsoft.Win32.SystemEvents": "6.0.0"
  752. },
  753. "runtime": {
  754. "lib/net6.0/System.Drawing.Common.dll": {
  755. "assemblyVersion": "6.0.0.0",
  756. "fileVersion": "6.0.21.52210"
  757. }
  758. },
  759. "runtimeTargets": {
  760. "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
  761. "rid": "unix",
  762. "assetType": "runtime",
  763. "assemblyVersion": "6.0.0.0",
  764. "fileVersion": "6.0.21.52210"
  765. },
  766. "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
  767. "rid": "win",
  768. "assetType": "runtime",
  769. "assemblyVersion": "6.0.0.0",
  770. "fileVersion": "6.0.21.52210"
  771. }
  772. }
  773. },
  774. "System.Formats.Asn1/5.0.0": {},
  775. "System.IdentityModel.Tokens.Jwt/6.24.0": {
  776. "dependencies": {
  777. "Microsoft.IdentityModel.JsonWebTokens": "6.24.0",
  778. "Microsoft.IdentityModel.Tokens": "6.24.0"
  779. },
  780. "runtime": {
  781. "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
  782. "assemblyVersion": "6.24.0.0",
  783. "fileVersion": "6.24.0.31013"
  784. }
  785. }
  786. },
  787. "System.Memory/4.5.4": {},
  788. "System.Memory.Data/1.0.2": {
  789. "dependencies": {
  790. "System.Text.Encodings.Web": "6.0.0",
  791. "System.Text.Json": "4.7.2"
  792. },
  793. "runtime": {
  794. "lib/netstandard2.0/System.Memory.Data.dll": {
  795. "assemblyVersion": "1.0.2.0",
  796. "fileVersion": "1.0.221.20802"
  797. }
  798. }
  799. },
  800. "System.Numerics.Vectors/4.5.0": {},
  801. "System.Runtime/4.3.0": {
  802. "dependencies": {
  803. "Microsoft.NETCore.Platforms": "1.1.0",
  804. "Microsoft.NETCore.Targets": "1.1.0"
  805. }
  806. },
  807. "System.Runtime.Caching/6.0.0": {
  808. "dependencies": {
  809. "System.Configuration.ConfigurationManager": "6.0.1"
  810. },
  811. "runtime": {
  812. "lib/net6.0/System.Runtime.Caching.dll": {
  813. "assemblyVersion": "4.0.0.0",
  814. "fileVersion": "6.0.21.52210"
  815. }
  816. },
  817. "runtimeTargets": {
  818. "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
  819. "rid": "win",
  820. "assetType": "runtime",
  821. "assemblyVersion": "4.0.0.0",
  822. "fileVersion": "6.0.21.52210"
  823. }
  824. }
  825. },
  826. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  827. "System.Security.AccessControl/6.0.0": {},
  828. "System.Security.Cryptography.Cng/5.0.0": {
  829. "dependencies": {
  830. "System.Formats.Asn1": "5.0.0"
  831. }
  832. },
  833. "System.Security.Cryptography.Pkcs/4.5.0": {
  834. "dependencies": {
  835. "System.Security.Cryptography.Cng": "5.0.0"
  836. },
  837. "runtime": {
  838. "lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": {
  839. "assemblyVersion": "4.0.3.0",
  840. "fileVersion": "4.6.26515.6"
  841. }
  842. },
  843. "runtimeTargets": {
  844. "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": {
  845. "rid": "win",
  846. "assetType": "runtime",
  847. "assemblyVersion": "4.0.3.0",
  848. "fileVersion": "4.6.26515.6"
  849. }
  850. }
  851. },
  852. "System.Security.Cryptography.ProtectedData/6.0.0": {
  853. "runtime": {
  854. "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  855. "assemblyVersion": "6.0.0.0",
  856. "fileVersion": "6.0.21.52210"
  857. }
  858. },
  859. "runtimeTargets": {
  860. "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  861. "rid": "win",
  862. "assetType": "runtime",
  863. "assemblyVersion": "6.0.0.0",
  864. "fileVersion": "6.0.21.52210"
  865. }
  866. }
  867. },
  868. "System.Security.Cryptography.Xml/4.5.0": {
  869. "dependencies": {
  870. "System.Security.Cryptography.Pkcs": "4.5.0",
  871. "System.Security.Permissions": "6.0.0"
  872. },
  873. "runtime": {
  874. "lib/netstandard2.0/System.Security.Cryptography.Xml.dll": {
  875. "assemblyVersion": "4.0.1.0",
  876. "fileVersion": "4.6.26515.6"
  877. }
  878. }
  879. },
  880. "System.Security.Permissions/6.0.0": {
  881. "dependencies": {
  882. "System.Security.AccessControl": "6.0.0",
  883. "System.Windows.Extensions": "6.0.0"
  884. },
  885. "runtime": {
  886. "lib/net6.0/System.Security.Permissions.dll": {
  887. "assemblyVersion": "6.0.0.0",
  888. "fileVersion": "6.0.21.52210"
  889. }
  890. }
  891. },
  892. "System.Security.Principal.Windows/5.0.0": {},
  893. "System.Text.Encoding/4.3.0": {
  894. "dependencies": {
  895. "Microsoft.NETCore.Platforms": "1.1.0",
  896. "Microsoft.NETCore.Targets": "1.1.0",
  897. "System.Runtime": "4.3.0"
  898. }
  899. },
  900. "System.Text.Encoding.CodePages/6.0.0": {
  901. "dependencies": {
  902. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  903. }
  904. },
  905. "System.Text.Encodings.Web/6.0.0": {
  906. "dependencies": {
  907. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  908. }
  909. },
  910. "System.Text.Json/4.7.2": {},
  911. "System.Threading.Tasks.Extensions/4.5.4": {},
  912. "System.Windows.Extensions/6.0.0": {
  913. "dependencies": {
  914. "System.Drawing.Common": "6.0.0"
  915. },
  916. "runtime": {
  917. "lib/net6.0/System.Windows.Extensions.dll": {
  918. "assemblyVersion": "6.0.0.0",
  919. "fileVersion": "6.0.21.52210"
  920. }
  921. },
  922. "runtimeTargets": {
  923. "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
  924. "rid": "win",
  925. "assetType": "runtime",
  926. "assemblyVersion": "6.0.0.0",
  927. "fileVersion": "6.0.21.52210"
  928. }
  929. }
  930. },
  931. "WebApp.Common/1.0.0": {
  932. "runtime": {
  933. "WebApp.Common.dll": {}
  934. },
  935. "resources": {
  936. "Bg/WebApp.Common.resources.dll": {
  937. "locale": "Bg"
  938. }
  939. }
  940. },
  941. "WebApp.Data/1.0.0": {
  942. "dependencies": {
  943. "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "8.0.0",
  944. "Microsoft.EntityFrameworkCore": "8.0.0",
  945. "Microsoft.EntityFrameworkCore.SqlServer": "8.0.0",
  946. "Microsoft.Extensions.Identity.Stores": "8.0.0"
  947. },
  948. "runtime": {
  949. "WebApp.Data.dll": {}
  950. }
  951. },
  952. "WebApp.Models/1.0.0": {
  953. "dependencies": {
  954. "FluentValidation": "11.5.1",
  955. "WebApp.Common": "1.0.0",
  956. "WebApp.Data": "1.0.0"
  957. },
  958. "runtime": {
  959. "WebApp.Models.dll": {}
  960. }
  961. }
  962. }
  963. },
  964. "libraries": {
  965. "WebApp.Services/1.0.0": {
  966. "type": "project",
  967. "serviceable": false,
  968. "sha512": ""
  969. },
  970. "Azure.Core/1.25.0": {
  971. "type": "package",
  972. "serviceable": true,
  973. "sha512": "sha512-X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==",
  974. "path": "azure.core/1.25.0",
  975. "hashPath": "azure.core.1.25.0.nupkg.sha512"
  976. },
  977. "Azure.Identity/1.7.0": {
  978. "type": "package",
  979. "serviceable": true,
  980. "sha512": "sha512-eHEiCO/8+MfNc9nH5dVew/+FvxdaGrkRL4OMNwIz0W79+wtJyEoeRlXJ3SrXhoy9XR58geBYKmzMR83VO7bcAw==",
  981. "path": "azure.identity/1.7.0",
  982. "hashPath": "azure.identity.1.7.0.nupkg.sha512"
  983. },
  984. "FluentValidation/11.5.1": {
  985. "type": "package",
  986. "serviceable": true,
  987. "sha512": "sha512-0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==",
  988. "path": "fluentvalidation/11.5.1",
  989. "hashPath": "fluentvalidation.11.5.1.nupkg.sha512"
  990. },
  991. "Microsoft.AspNetCore.Authentication/2.2.0": {
  992. "type": "package",
  993. "serviceable": true,
  994. "sha512": "sha512-b0R9X7L6zMqNsssKDvhYHuNi5x0s4DyHTeXybIAyGaitKiW1Q5aAGKdV2codHPiePv9yHfC9hAMyScXQ/xXhPw==",
  995. "path": "microsoft.aspnetcore.authentication/2.2.0",
  996. "hashPath": "microsoft.aspnetcore.authentication.2.2.0.nupkg.sha512"
  997. },
  998. "Microsoft.AspNetCore.Authentication.Abstractions/2.2.0": {
  999. "type": "package",
  1000. "serviceable": true,
  1001. "sha512": "sha512-VloMLDJMf3n/9ic5lCBOa42IBYJgyB1JhzLsL68Zqg+2bEPWfGBj/xCJy/LrKTArN0coOcZp3wyVTZlx0y9pHQ==",
  1002. "path": "microsoft.aspnetcore.authentication.abstractions/2.2.0",
  1003. "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.2.0.nupkg.sha512"
  1004. },
  1005. "Microsoft.AspNetCore.Authentication.Cookies/2.2.0": {
  1006. "type": "package",
  1007. "serviceable": true,
  1008. "sha512": "sha512-Iar9VFlBHkZGdSG9ZUTmn6Q8Qg+6CtW5G/TyJI2F8B432TOH+nZlkU7O0W0byow6xsxqOYeTviSHz4cCJ3amfQ==",
  1009. "path": "microsoft.aspnetcore.authentication.cookies/2.2.0",
  1010. "hashPath": "microsoft.aspnetcore.authentication.cookies.2.2.0.nupkg.sha512"
  1011. },
  1012. "Microsoft.AspNetCore.Authentication.Core/2.2.0": {
  1013. "type": "package",
  1014. "serviceable": true,
  1015. "sha512": "sha512-XlVJzJ5wPOYW+Y0J6Q/LVTEyfS4ssLXmt60T0SPP+D8abVhBTl+cgw2gDHlyKYIkcJg7btMVh383NDkMVqD/fg==",
  1016. "path": "microsoft.aspnetcore.authentication.core/2.2.0",
  1017. "hashPath": "microsoft.aspnetcore.authentication.core.2.2.0.nupkg.sha512"
  1018. },
  1019. "Microsoft.AspNetCore.Cryptography.Internal/8.0.0": {
  1020. "type": "package",
  1021. "serviceable": true,
  1022. "sha512": "sha512-buuMMCTxFcVkOkEftb2OafYxrveNGre9KJF4Oi1DkR4rxIj6oLam7Wq3g0Fp9hNVpJteKEPiupsxYnPrD/oUGA==",
  1023. "path": "microsoft.aspnetcore.cryptography.internal/8.0.0",
  1024. "hashPath": "microsoft.aspnetcore.cryptography.internal.8.0.0.nupkg.sha512"
  1025. },
  1026. "Microsoft.AspNetCore.Cryptography.KeyDerivation/8.0.0": {
  1027. "type": "package",
  1028. "serviceable": true,
  1029. "sha512": "sha512-65w93R5wqUUs35R9wjHHDf75GqAbxJsNByKZo5TbQOWSXcUbLWrDUWBQHv78iXIT0PL1pXNqKQz7OHiHMvo0/A==",
  1030. "path": "microsoft.aspnetcore.cryptography.keyderivation/8.0.0",
  1031. "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.8.0.0.nupkg.sha512"
  1032. },
  1033. "Microsoft.AspNetCore.DataProtection/2.2.0": {
  1034. "type": "package",
  1035. "serviceable": true,
  1036. "sha512": "sha512-G6dvu5Nd2vjpYbzazZ//qBFbSEf2wmBUbyAR7E4AwO3gWjhoJD5YxpThcGJb7oE3VUcW65SVMXT+cPCiiBg8Sg==",
  1037. "path": "microsoft.aspnetcore.dataprotection/2.2.0",
  1038. "hashPath": "microsoft.aspnetcore.dataprotection.2.2.0.nupkg.sha512"
  1039. },
  1040. "Microsoft.AspNetCore.DataProtection.Abstractions/2.2.0": {
  1041. "type": "package",
  1042. "serviceable": true,
  1043. "sha512": "sha512-seANFXmp8mb5Y12m1ShiElJ3ZdOT3mBN3wA1GPhHJIvZ/BxOCPyqEOR+810OWsxEZwA5r5fDRNpG/CqiJmQnJg==",
  1044. "path": "microsoft.aspnetcore.dataprotection.abstractions/2.2.0",
  1045. "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.2.2.0.nupkg.sha512"
  1046. },
  1047. "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": {
  1048. "type": "package",
  1049. "serviceable": true,
  1050. "sha512": "sha512-ubycklv+ZY7Kutdwuy1W4upWcZ6VFR8WUXU7l7B2+mvbDBBPAcfpi+E+Y5GFe+Q157YfA3C49D2GCjAZc7Mobw==",
  1051. "path": "microsoft.aspnetcore.hosting.abstractions/2.2.0",
  1052. "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512"
  1053. },
  1054. "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": {
  1055. "type": "package",
  1056. "serviceable": true,
  1057. "sha512": "sha512-1PMijw8RMtuQF60SsD/JlKtVfvh4NORAhF4wjysdABhlhTrYmtgssqyncR0Stq5vqtjplZcj6kbT4LRTglt9IQ==",
  1058. "path": "microsoft.aspnetcore.hosting.server.abstractions/2.2.0",
  1059. "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512"
  1060. },
  1061. "Microsoft.AspNetCore.Http/2.2.0": {
  1062. "type": "package",
  1063. "serviceable": true,
  1064. "sha512": "sha512-YogBSMotWPAS/X5967pZ+yyWPQkThxhmzAwyCHCSSldzYBkW5W5d6oPfBaPqQOnSHYTpSOSOkpZoAce0vwb6+A==",
  1065. "path": "microsoft.aspnetcore.http/2.2.0",
  1066. "hashPath": "microsoft.aspnetcore.http.2.2.0.nupkg.sha512"
  1067. },
  1068. "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
  1069. "type": "package",
  1070. "serviceable": true,
  1071. "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==",
  1072. "path": "microsoft.aspnetcore.http.abstractions/2.2.0",
  1073. "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512"
  1074. },
  1075. "Microsoft.AspNetCore.Http.Extensions/2.2.0": {
  1076. "type": "package",
  1077. "serviceable": true,
  1078. "sha512": "sha512-2DgZ9rWrJtuR7RYiew01nGRzuQBDaGHGmK56Rk54vsLLsCdzuFUPqbDTJCS1qJQWTbmbIQ9wGIOjpxA1t0l7/w==",
  1079. "path": "microsoft.aspnetcore.http.extensions/2.2.0",
  1080. "hashPath": "microsoft.aspnetcore.http.extensions.2.2.0.nupkg.sha512"
  1081. },
  1082. "Microsoft.AspNetCore.Http.Features/2.2.0": {
  1083. "type": "package",
  1084. "serviceable": true,
  1085. "sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==",
  1086. "path": "microsoft.aspnetcore.http.features/2.2.0",
  1087. "hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512"
  1088. },
  1089. "Microsoft.AspNetCore.Identity/2.2.0": {
  1090. "type": "package",
  1091. "serviceable": true,
  1092. "sha512": "sha512-F16BKeS96wKhyIyhaFR7m8kRIwIvPUW9Dx7IlGWmu2IIwnUDCdo+2z7IrWKA8r77pZQ1UE9kYcBPg5456YdAIA==",
  1093. "path": "microsoft.aspnetcore.identity/2.2.0",
  1094. "hashPath": "microsoft.aspnetcore.identity.2.2.0.nupkg.sha512"
  1095. },
  1096. "Microsoft.AspNetCore.Identity.EntityFrameworkCore/8.0.0": {
  1097. "type": "package",
  1098. "serviceable": true,
  1099. "sha512": "sha512-ua2LSZY/f0BkNUUVPPm83eq4Xnt+FZYutiMimRrzSmv2K2t2Ia/PuP4CfibYNSwnKl6fbZ49Bwn2mQGWnmmvOA==",
  1100. "path": "microsoft.aspnetcore.identity.entityframeworkcore/8.0.0",
  1101. "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.8.0.0.nupkg.sha512"
  1102. },
  1103. "Microsoft.AspNetCore.WebUtilities/2.2.0": {
  1104. "type": "package",
  1105. "serviceable": true,
  1106. "sha512": "sha512-9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==",
  1107. "path": "microsoft.aspnetcore.webutilities/2.2.0",
  1108. "hashPath": "microsoft.aspnetcore.webutilities.2.2.0.nupkg.sha512"
  1109. },
  1110. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  1111. "type": "package",
  1112. "serviceable": true,
  1113. "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
  1114. "path": "microsoft.bcl.asyncinterfaces/1.1.1",
  1115. "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
  1116. },
  1117. "Microsoft.CSharp/4.5.0": {
  1118. "type": "package",
  1119. "serviceable": true,
  1120. "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
  1121. "path": "microsoft.csharp/4.5.0",
  1122. "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
  1123. },
  1124. "Microsoft.Data.SqlClient/5.1.1": {
  1125. "type": "package",
  1126. "serviceable": true,
  1127. "sha512": "sha512-MW5E9HFvCaV069o8b6YpuRDPBux8s96qDnOJ+4N9QNUCs7c5W3KxwQ+ftpAjbMUlImL+c9WR+l+f5hzjkqhu2g==",
  1128. "path": "microsoft.data.sqlclient/5.1.1",
  1129. "hashPath": "microsoft.data.sqlclient.5.1.1.nupkg.sha512"
  1130. },
  1131. "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": {
  1132. "type": "package",
  1133. "serviceable": true,
  1134. "sha512": "sha512-jVsElisM5sfBzaaV9kdq2NXZLwIbytetnsOIlJ0cQGgQP4zFNBmkfHBnpwtmKrtBJBEV9+9PVQPVrcCVhDgcIg==",
  1135. "path": "microsoft.data.sqlclient.sni.runtime/5.1.0",
  1136. "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512"
  1137. },
  1138. "Microsoft.EntityFrameworkCore/8.0.0": {
  1139. "type": "package",
  1140. "serviceable": true,
  1141. "sha512": "sha512-SoODat83pGQUpWB9xULdMX6tuKpq/RTXDuJ2WeC1ldUKcKzLkaFJD1n+I0nOLY58odez/e7z8b6zdp235G/kyg==",
  1142. "path": "microsoft.entityframeworkcore/8.0.0",
  1143. "hashPath": "microsoft.entityframeworkcore.8.0.0.nupkg.sha512"
  1144. },
  1145. "Microsoft.EntityFrameworkCore.Abstractions/8.0.0": {
  1146. "type": "package",
  1147. "serviceable": true,
  1148. "sha512": "sha512-VR22s3+zoqlVI7xauFKn1znSIFHO8xuILT+noSwS8bZCKcHz0ydkTDQMuaxSa5WBaQrZmwtTz9rmRvJ7X8mSPQ==",
  1149. "path": "microsoft.entityframeworkcore.abstractions/8.0.0",
  1150. "hashPath": "microsoft.entityframeworkcore.abstractions.8.0.0.nupkg.sha512"
  1151. },
  1152. "Microsoft.EntityFrameworkCore.Analyzers/8.0.0": {
  1153. "type": "package",
  1154. "serviceable": true,
  1155. "sha512": "sha512-ZXxEeLs2zoZ1TA+QoMMcw4f3Tirf8PzgdDax8RoWo0dxI2KmqiEGWYjhm2B/XyWfglc6+mNRyB8rZiQSmxCpeg==",
  1156. "path": "microsoft.entityframeworkcore.analyzers/8.0.0",
  1157. "hashPath": "microsoft.entityframeworkcore.analyzers.8.0.0.nupkg.sha512"
  1158. },
  1159. "Microsoft.EntityFrameworkCore.Relational/8.0.0": {
  1160. "type": "package",
  1161. "serviceable": true,
  1162. "sha512": "sha512-fFKkr24cYc7Zw5T6DC4tEyOEPgPbq23BBmym1r9kn4ET9F3HKaetpOeQtV2RryYyUxEeNkJuxgfiZHTisqZc+A==",
  1163. "path": "microsoft.entityframeworkcore.relational/8.0.0",
  1164. "hashPath": "microsoft.entityframeworkcore.relational.8.0.0.nupkg.sha512"
  1165. },
  1166. "Microsoft.EntityFrameworkCore.SqlServer/8.0.0": {
  1167. "type": "package",
  1168. "serviceable": true,
  1169. "sha512": "sha512-GeOmafQn64HyQtYcI/Omv/D/YVHd1zEkWbP3zNQu4oC+usE9K0qOp0R8KgWWFEf8BU4tXuYbok40W0SjfbaK/A==",
  1170. "path": "microsoft.entityframeworkcore.sqlserver/8.0.0",
  1171. "hashPath": "microsoft.entityframeworkcore.sqlserver.8.0.0.nupkg.sha512"
  1172. },
  1173. "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
  1174. "type": "package",
  1175. "serviceable": true,
  1176. "sha512": "sha512-3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
  1177. "path": "microsoft.extensions.caching.abstractions/8.0.0",
  1178. "hashPath": "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512"
  1179. },
  1180. "Microsoft.Extensions.Caching.Memory/8.0.0": {
  1181. "type": "package",
  1182. "serviceable": true,
  1183. "sha512": "sha512-7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==",
  1184. "path": "microsoft.extensions.caching.memory/8.0.0",
  1185. "hashPath": "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512"
  1186. },
  1187. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  1188. "type": "package",
  1189. "serviceable": true,
  1190. "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
  1191. "path": "microsoft.extensions.configuration.abstractions/8.0.0",
  1192. "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512"
  1193. },
  1194. "Microsoft.Extensions.DependencyInjection/8.0.0": {
  1195. "type": "package",
  1196. "serviceable": true,
  1197. "sha512": "sha512-V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==",
  1198. "path": "microsoft.extensions.dependencyinjection/8.0.0",
  1199. "hashPath": "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512"
  1200. },
  1201. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  1202. "type": "package",
  1203. "serviceable": true,
  1204. "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==",
  1205. "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0",
  1206. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512"
  1207. },
  1208. "Microsoft.Extensions.FileProviders.Abstractions/2.2.0": {
  1209. "type": "package",
  1210. "serviceable": true,
  1211. "sha512": "sha512-EcnaSsPTqx2MGnHrmWOD0ugbuuqVT8iICqSqPzi45V5/MA1LjUNb0kwgcxBGqizV1R+WeBK7/Gw25Jzkyk9bIw==",
  1212. "path": "microsoft.extensions.fileproviders.abstractions/2.2.0",
  1213. "hashPath": "microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg.sha512"
  1214. },
  1215. "Microsoft.Extensions.Hosting.Abstractions/2.2.0": {
  1216. "type": "package",
  1217. "serviceable": true,
  1218. "sha512": "sha512-+k4AEn68HOJat5gj1TWa6X28WlirNQO9sPIIeQbia+91n03esEtMSSoekSTpMjUzjqtJWQN3McVx0GvSPFHF/Q==",
  1219. "path": "microsoft.extensions.hosting.abstractions/2.2.0",
  1220. "hashPath": "microsoft.extensions.hosting.abstractions.2.2.0.nupkg.sha512"
  1221. },
  1222. "Microsoft.Extensions.Identity.Core/8.0.0": {
  1223. "type": "package",
  1224. "serviceable": true,
  1225. "sha512": "sha512-hnXHyIQc+uc2uNMcIbr43+oNBAPEhMpW6lE8ux3MOegRz50WBna4AItlZDY7Y+Id1LLBbf73osUqeTw7CQ371w==",
  1226. "path": "microsoft.extensions.identity.core/8.0.0",
  1227. "hashPath": "microsoft.extensions.identity.core.8.0.0.nupkg.sha512"
  1228. },
  1229. "Microsoft.Extensions.Identity.Stores/8.0.0": {
  1230. "type": "package",
  1231. "serviceable": true,
  1232. "sha512": "sha512-DmDCpSpngZDBm44wVmxCeYs4HGJr/m32jMItp6pfb7KKtqWYw2vybHRg880j18k/eSFyM4v9uONsnEPgDdi9lg==",
  1233. "path": "microsoft.extensions.identity.stores/8.0.0",
  1234. "hashPath": "microsoft.extensions.identity.stores.8.0.0.nupkg.sha512"
  1235. },
  1236. "Microsoft.Extensions.Logging/8.0.0": {
  1237. "type": "package",
  1238. "serviceable": true,
  1239. "sha512": "sha512-tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==",
  1240. "path": "microsoft.extensions.logging/8.0.0",
  1241. "hashPath": "microsoft.extensions.logging.8.0.0.nupkg.sha512"
  1242. },
  1243. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  1244. "type": "package",
  1245. "serviceable": true,
  1246. "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
  1247. "path": "microsoft.extensions.logging.abstractions/8.0.0",
  1248. "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512"
  1249. },
  1250. "Microsoft.Extensions.ObjectPool/2.2.0": {
  1251. "type": "package",
  1252. "serviceable": true,
  1253. "sha512": "sha512-gA8H7uQOnM5gb+L0uTNjViHYr+hRDqCdfugheGo/MxQnuHzmhhzCBTIPm19qL1z1Xe0NEMabfcOBGv9QghlZ8g==",
  1254. "path": "microsoft.extensions.objectpool/2.2.0",
  1255. "hashPath": "microsoft.extensions.objectpool.2.2.0.nupkg.sha512"
  1256. },
  1257. "Microsoft.Extensions.Options/8.0.0": {
  1258. "type": "package",
  1259. "serviceable": true,
  1260. "sha512": "sha512-JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==",
  1261. "path": "microsoft.extensions.options/8.0.0",
  1262. "hashPath": "microsoft.extensions.options.8.0.0.nupkg.sha512"
  1263. },
  1264. "Microsoft.Extensions.Primitives/8.0.0": {
  1265. "type": "package",
  1266. "serviceable": true,
  1267. "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
  1268. "path": "microsoft.extensions.primitives/8.0.0",
  1269. "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
  1270. },
  1271. "Microsoft.Extensions.WebEncoders/2.2.0": {
  1272. "type": "package",
  1273. "serviceable": true,
  1274. "sha512": "sha512-V8XcqYcpcdBAxUhLeyYcuKmxu4CtNQA9IphTnARpQGhkop4A93v2XgM3AtaVVJo3H2cDWxWM6aeO8HxkifREqw==",
  1275. "path": "microsoft.extensions.webencoders/2.2.0",
  1276. "hashPath": "microsoft.extensions.webencoders.2.2.0.nupkg.sha512"
  1277. },
  1278. "Microsoft.Identity.Client/4.47.2": {
  1279. "type": "package",
  1280. "serviceable": true,
  1281. "sha512": "sha512-SPgesZRbXoDxg8Vv7k5Ou0ee7uupVw0E8ZCc4GKw25HANRLz1d5OSr0fvTVQRnEswo5Obk8qD4LOapYB+n5kzQ==",
  1282. "path": "microsoft.identity.client/4.47.2",
  1283. "hashPath": "microsoft.identity.client.4.47.2.nupkg.sha512"
  1284. },
  1285. "Microsoft.Identity.Client.Extensions.Msal/2.19.3": {
  1286. "type": "package",
  1287. "serviceable": true,
  1288. "sha512": "sha512-zVVZjn8aW7W79rC1crioDgdOwaFTQorsSO6RgVlDDjc7MvbEGz071wSNrjVhzR0CdQn6Sefx7Abf1o7vasmrLg==",
  1289. "path": "microsoft.identity.client.extensions.msal/2.19.3",
  1290. "hashPath": "microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512"
  1291. },
  1292. "Microsoft.IdentityModel.Abstractions/6.24.0": {
  1293. "type": "package",
  1294. "serviceable": true,
  1295. "sha512": "sha512-X6aBK56Ot15qKyG7X37KsPnrwah+Ka55NJWPppWVTDi8xWq7CJgeNw2XyaeHgE1o/mW4THwoabZkBbeG2TPBiw==",
  1296. "path": "microsoft.identitymodel.abstractions/6.24.0",
  1297. "hashPath": "microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512"
  1298. },
  1299. "Microsoft.IdentityModel.JsonWebTokens/6.24.0": {
  1300. "type": "package",
  1301. "serviceable": true,
  1302. "sha512": "sha512-XDWrkThcxfuWp79AvAtg5f+uRS1BxkIbJnsG/e8VPzOWkYYuDg33emLjp5EWcwXYYIDsHnVZD/00kM/PYFQc/g==",
  1303. "path": "microsoft.identitymodel.jsonwebtokens/6.24.0",
  1304. "hashPath": "microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512"
  1305. },
  1306. "Microsoft.IdentityModel.Logging/6.24.0": {
  1307. "type": "package",
  1308. "serviceable": true,
  1309. "sha512": "sha512-qLYWDOowM/zghmYKXw1yfYKlHOdS41i8t4hVXr9bSI90zHqhyhQh9GwVy8pENzs5wHeytU23DymluC9NtgYv7w==",
  1310. "path": "microsoft.identitymodel.logging/6.24.0",
  1311. "hashPath": "microsoft.identitymodel.logging.6.24.0.nupkg.sha512"
  1312. },
  1313. "Microsoft.IdentityModel.Protocols/6.24.0": {
  1314. "type": "package",
  1315. "serviceable": true,
  1316. "sha512": "sha512-+NzKCkvsQ8X1r/Ff74V7CFr9OsdMRaB6DsV+qpH7NNLdYJ8O4qHbmTnNEsjFcDmk/gVNDwhoL2gN5pkPVq0lwQ==",
  1317. "path": "microsoft.identitymodel.protocols/6.24.0",
  1318. "hashPath": "microsoft.identitymodel.protocols.6.24.0.nupkg.sha512"
  1319. },
  1320. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": {
  1321. "type": "package",
  1322. "serviceable": true,
  1323. "sha512": "sha512-a/2RRrc8C9qaw8qdD9hv1ES9YKFgxaqr/SnwMSLbwQZJSUQDd4qx1K4EYgWaQWs73R+VXLyKSxN0f/uE9CsBiQ==",
  1324. "path": "microsoft.identitymodel.protocols.openidconnect/6.24.0",
  1325. "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512"
  1326. },
  1327. "Microsoft.IdentityModel.Tokens/6.24.0": {
  1328. "type": "package",
  1329. "serviceable": true,
  1330. "sha512": "sha512-ZPqHi86UYuqJXJ7bLnlEctHKkPKT4lGUFbotoCNiXNCSL02emYlcxzGYsRGWWmbFEcYDMi2dcTLLYNzHqWOTsw==",
  1331. "path": "microsoft.identitymodel.tokens/6.24.0",
  1332. "hashPath": "microsoft.identitymodel.tokens.6.24.0.nupkg.sha512"
  1333. },
  1334. "Microsoft.Net.Http.Headers/2.2.0": {
  1335. "type": "package",
  1336. "serviceable": true,
  1337. "sha512": "sha512-iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==",
  1338. "path": "microsoft.net.http.headers/2.2.0",
  1339. "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512"
  1340. },
  1341. "Microsoft.NETCore.Platforms/1.1.0": {
  1342. "type": "package",
  1343. "serviceable": true,
  1344. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  1345. "path": "microsoft.netcore.platforms/1.1.0",
  1346. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  1347. },
  1348. "Microsoft.NETCore.Targets/1.1.0": {
  1349. "type": "package",
  1350. "serviceable": true,
  1351. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  1352. "path": "microsoft.netcore.targets/1.1.0",
  1353. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  1354. },
  1355. "Microsoft.SqlServer.Server/1.0.0": {
  1356. "type": "package",
  1357. "serviceable": true,
  1358. "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
  1359. "path": "microsoft.sqlserver.server/1.0.0",
  1360. "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
  1361. },
  1362. "Microsoft.Win32.Registry/4.5.0": {
  1363. "type": "package",
  1364. "serviceable": true,
  1365. "sha512": "sha512-+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==",
  1366. "path": "microsoft.win32.registry/4.5.0",
  1367. "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512"
  1368. },
  1369. "Microsoft.Win32.SystemEvents/6.0.0": {
  1370. "type": "package",
  1371. "serviceable": true,
  1372. "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
  1373. "path": "microsoft.win32.systemevents/6.0.0",
  1374. "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
  1375. },
  1376. "Newtonsoft.Json/13.0.1": {
  1377. "type": "package",
  1378. "serviceable": true,
  1379. "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
  1380. "path": "newtonsoft.json/13.0.1",
  1381. "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
  1382. },
  1383. "SendGrid/9.28.1": {
  1384. "type": "package",
  1385. "serviceable": true,
  1386. "sha512": "sha512-LyIkgjd+svXuQxpqe5pvyOccyUdKcDqwnBNDPjyCngkKeVpXAOTAr3U1DBLWqHEbFHvu2UBFki3SJzDwxvJdfA==",
  1387. "path": "sendgrid/9.28.1",
  1388. "hashPath": "sendgrid.9.28.1.nupkg.sha512"
  1389. },
  1390. "starkbank-ecdsa/1.3.3": {
  1391. "type": "package",
  1392. "serviceable": true,
  1393. "sha512": "sha512-OblOaKb1enXn+dSp7tsx9yjwV+/BEKM9jFhshIkZTwCk7LuTFTp+wSon6rFzuPiIiTGtvVWQNUw2slHjGktJog==",
  1394. "path": "starkbank-ecdsa/1.3.3",
  1395. "hashPath": "starkbank-ecdsa.1.3.3.nupkg.sha512"
  1396. },
  1397. "System.Buffers/4.5.0": {
  1398. "type": "package",
  1399. "serviceable": true,
  1400. "sha512": "sha512-pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==",
  1401. "path": "system.buffers/4.5.0",
  1402. "hashPath": "system.buffers.4.5.0.nupkg.sha512"
  1403. },
  1404. "System.Configuration.ConfigurationManager/6.0.1": {
  1405. "type": "package",
  1406. "serviceable": true,
  1407. "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
  1408. "path": "system.configuration.configurationmanager/6.0.1",
  1409. "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
  1410. },
  1411. "System.Diagnostics.DiagnosticSource/6.0.0": {
  1412. "type": "package",
  1413. "serviceable": true,
  1414. "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
  1415. "path": "system.diagnostics.diagnosticsource/6.0.0",
  1416. "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
  1417. },
  1418. "System.Drawing.Common/6.0.0": {
  1419. "type": "package",
  1420. "serviceable": true,
  1421. "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
  1422. "path": "system.drawing.common/6.0.0",
  1423. "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
  1424. },
  1425. "System.Formats.Asn1/5.0.0": {
  1426. "type": "package",
  1427. "serviceable": true,
  1428. "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
  1429. "path": "system.formats.asn1/5.0.0",
  1430. "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
  1431. },
  1432. "System.IdentityModel.Tokens.Jwt/6.24.0": {
  1433. "type": "package",
  1434. "serviceable": true,
  1435. "sha512": "sha512-Qibsj9MPWq8S/C0FgvmsLfIlHLE7ay0MJIaAmK94ivN3VyDdglqReed5qMvdQhSL0BzK6v0Z1wB/sD88zVu6Jw==",
  1436. "path": "system.identitymodel.tokens.jwt/6.24.0",
  1437. "hashPath": "system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512"
  1438. },
  1439. "System.Memory/4.5.4": {
  1440. "type": "package",
  1441. "serviceable": true,
  1442. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  1443. "path": "system.memory/4.5.4",
  1444. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  1445. },
  1446. "System.Memory.Data/1.0.2": {
  1447. "type": "package",
  1448. "serviceable": true,
  1449. "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
  1450. "path": "system.memory.data/1.0.2",
  1451. "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
  1452. },
  1453. "System.Numerics.Vectors/4.5.0": {
  1454. "type": "package",
  1455. "serviceable": true,
  1456. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  1457. "path": "system.numerics.vectors/4.5.0",
  1458. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  1459. },
  1460. "System.Runtime/4.3.0": {
  1461. "type": "package",
  1462. "serviceable": true,
  1463. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1464. "path": "system.runtime/4.3.0",
  1465. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1466. },
  1467. "System.Runtime.Caching/6.0.0": {
  1468. "type": "package",
  1469. "serviceable": true,
  1470. "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
  1471. "path": "system.runtime.caching/6.0.0",
  1472. "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
  1473. },
  1474. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1475. "type": "package",
  1476. "serviceable": true,
  1477. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1478. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1479. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  1480. },
  1481. "System.Security.AccessControl/6.0.0": {
  1482. "type": "package",
  1483. "serviceable": true,
  1484. "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
  1485. "path": "system.security.accesscontrol/6.0.0",
  1486. "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
  1487. },
  1488. "System.Security.Cryptography.Cng/5.0.0": {
  1489. "type": "package",
  1490. "serviceable": true,
  1491. "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
  1492. "path": "system.security.cryptography.cng/5.0.0",
  1493. "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
  1494. },
  1495. "System.Security.Cryptography.Pkcs/4.5.0": {
  1496. "type": "package",
  1497. "serviceable": true,
  1498. "sha512": "sha512-TGQX51gxpY3K3I6LJlE2LAftVlIMqJf0cBGhz68Y89jjk3LJCB6SrwiD+YN1fkqemBvWGs+GjyMJukl6d6goyQ==",
  1499. "path": "system.security.cryptography.pkcs/4.5.0",
  1500. "hashPath": "system.security.cryptography.pkcs.4.5.0.nupkg.sha512"
  1501. },
  1502. "System.Security.Cryptography.ProtectedData/6.0.0": {
  1503. "type": "package",
  1504. "serviceable": true,
  1505. "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
  1506. "path": "system.security.cryptography.protecteddata/6.0.0",
  1507. "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
  1508. },
  1509. "System.Security.Cryptography.Xml/4.5.0": {
  1510. "type": "package",
  1511. "serviceable": true,
  1512. "sha512": "sha512-i2Jn6rGXR63J0zIklImGRkDIJL4b1NfPSEbIVHBlqoIb12lfXIigCbDRpDmIEzwSo/v1U5y/rYJdzZYSyCWxvg==",
  1513. "path": "system.security.cryptography.xml/4.5.0",
  1514. "hashPath": "system.security.cryptography.xml.4.5.0.nupkg.sha512"
  1515. },
  1516. "System.Security.Permissions/6.0.0": {
  1517. "type": "package",
  1518. "serviceable": true,
  1519. "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
  1520. "path": "system.security.permissions/6.0.0",
  1521. "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
  1522. },
  1523. "System.Security.Principal.Windows/5.0.0": {
  1524. "type": "package",
  1525. "serviceable": true,
  1526. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1527. "path": "system.security.principal.windows/5.0.0",
  1528. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  1529. },
  1530. "System.Text.Encoding/4.3.0": {
  1531. "type": "package",
  1532. "serviceable": true,
  1533. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1534. "path": "system.text.encoding/4.3.0",
  1535. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1536. },
  1537. "System.Text.Encoding.CodePages/6.0.0": {
  1538. "type": "package",
  1539. "serviceable": true,
  1540. "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
  1541. "path": "system.text.encoding.codepages/6.0.0",
  1542. "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
  1543. },
  1544. "System.Text.Encodings.Web/6.0.0": {
  1545. "type": "package",
  1546. "serviceable": true,
  1547. "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
  1548. "path": "system.text.encodings.web/6.0.0",
  1549. "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
  1550. },
  1551. "System.Text.Json/4.7.2": {
  1552. "type": "package",
  1553. "serviceable": true,
  1554. "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
  1555. "path": "system.text.json/4.7.2",
  1556. "hashPath": "system.text.json.4.7.2.nupkg.sha512"
  1557. },
  1558. "System.Threading.Tasks.Extensions/4.5.4": {
  1559. "type": "package",
  1560. "serviceable": true,
  1561. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1562. "path": "system.threading.tasks.extensions/4.5.4",
  1563. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1564. },
  1565. "System.Windows.Extensions/6.0.0": {
  1566. "type": "package",
  1567. "serviceable": true,
  1568. "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
  1569. "path": "system.windows.extensions/6.0.0",
  1570. "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
  1571. },
  1572. "WebApp.Common/1.0.0": {
  1573. "type": "project",
  1574. "serviceable": false,
  1575. "sha512": ""
  1576. },
  1577. "WebApp.Data/1.0.0": {
  1578. "type": "project",
  1579. "serviceable": false,
  1580. "sha512": ""
  1581. },
  1582. "WebApp.Models/1.0.0": {
  1583. "type": "project",
  1584. "serviceable": false,
  1585. "sha512": ""
  1586. }
  1587. }
  1588. }