WebApp.Models.deps.json 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "WebApp.Models/1.0.0": {
  10. "dependencies": {
  11. "FluentValidation": "11.5.1",
  12. "WebApp.Common": "1.0.0",
  13. "WebApp.Data": "1.0.0"
  14. },
  15. "runtime": {
  16. "WebApp.Models.dll": {}
  17. }
  18. },
  19. "Azure.Core/1.25.0": {
  20. "dependencies": {
  21. "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
  22. "System.Diagnostics.DiagnosticSource": "6.0.0",
  23. "System.Memory.Data": "1.0.2",
  24. "System.Numerics.Vectors": "4.5.0",
  25. "System.Text.Encodings.Web": "6.0.0",
  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.25.0.0",
  32. "fileVersion": "1.2500.22.33004"
  33. }
  34. }
  35. },
  36. "Azure.Identity/1.7.0": {
  37. "dependencies": {
  38. "Azure.Core": "1.25.0",
  39. "Microsoft.Identity.Client": "4.47.2",
  40. "Microsoft.Identity.Client.Extensions.Msal": "2.19.3",
  41. "System.Memory": "4.5.4",
  42. "System.Security.Cryptography.ProtectedData": "6.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.7.0.0",
  49. "fileVersion": "1.700.22.46903"
  50. }
  51. }
  52. },
  53. "FluentValidation/11.5.1": {
  54. "runtime": {
  55. "lib/net7.0/FluentValidation.dll": {
  56. "assemblyVersion": "11.0.0.0",
  57. "fileVersion": "11.5.1.0"
  58. }
  59. }
  60. },
  61. "Microsoft.AspNetCore.Cryptography.Internal/8.0.0": {
  62. "runtime": {
  63. "lib/net8.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {
  64. "assemblyVersion": "8.0.0.0",
  65. "fileVersion": "8.0.23.53112"
  66. }
  67. }
  68. },
  69. "Microsoft.AspNetCore.Cryptography.KeyDerivation/8.0.0": {
  70. "dependencies": {
  71. "Microsoft.AspNetCore.Cryptography.Internal": "8.0.0"
  72. },
  73. "runtime": {
  74. "lib/net8.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {
  75. "assemblyVersion": "8.0.0.0",
  76. "fileVersion": "8.0.23.53112"
  77. }
  78. }
  79. },
  80. "Microsoft.AspNetCore.Identity.EntityFrameworkCore/8.0.0": {
  81. "dependencies": {
  82. "Microsoft.EntityFrameworkCore.Relational": "8.0.0",
  83. "Microsoft.Extensions.Identity.Stores": "8.0.0"
  84. },
  85. "runtime": {
  86. "lib/net8.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {
  87. "assemblyVersion": "8.0.0.0",
  88. "fileVersion": "8.0.23.53112"
  89. }
  90. }
  91. },
  92. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  93. "runtime": {
  94. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  95. "assemblyVersion": "1.0.0.0",
  96. "fileVersion": "4.700.20.21406"
  97. }
  98. }
  99. },
  100. "Microsoft.CSharp/4.5.0": {},
  101. "Microsoft.Data.SqlClient/5.1.1": {
  102. "dependencies": {
  103. "Azure.Identity": "1.7.0",
  104. "Microsoft.Data.SqlClient.SNI.runtime": "5.1.0",
  105. "Microsoft.Identity.Client": "4.47.2",
  106. "Microsoft.IdentityModel.JsonWebTokens": "6.24.0",
  107. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.24.0",
  108. "Microsoft.SqlServer.Server": "1.0.0",
  109. "System.Configuration.ConfigurationManager": "6.0.1",
  110. "System.Diagnostics.DiagnosticSource": "6.0.0",
  111. "System.Runtime.Caching": "6.0.0",
  112. "System.Security.Cryptography.Cng": "5.0.0",
  113. "System.Security.Principal.Windows": "5.0.0",
  114. "System.Text.Encoding.CodePages": "6.0.0",
  115. "System.Text.Encodings.Web": "6.0.0"
  116. },
  117. "runtime": {
  118. "lib/net6.0/Microsoft.Data.SqlClient.dll": {
  119. "assemblyVersion": "5.0.0.0",
  120. "fileVersion": "5.0.0.0"
  121. }
  122. },
  123. "runtimeTargets": {
  124. "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  125. "rid": "unix",
  126. "assetType": "runtime",
  127. "assemblyVersion": "5.0.0.0",
  128. "fileVersion": "5.0.0.0"
  129. },
  130. "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  131. "rid": "win",
  132. "assetType": "runtime",
  133. "assemblyVersion": "5.0.0.0",
  134. "fileVersion": "5.0.0.0"
  135. }
  136. }
  137. },
  138. "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": {
  139. "runtimeTargets": {
  140. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  141. "rid": "win-arm",
  142. "assetType": "native",
  143. "fileVersion": "5.1.0.0"
  144. },
  145. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  146. "rid": "win-arm64",
  147. "assetType": "native",
  148. "fileVersion": "5.1.0.0"
  149. },
  150. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  151. "rid": "win-x64",
  152. "assetType": "native",
  153. "fileVersion": "5.1.0.0"
  154. },
  155. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  156. "rid": "win-x86",
  157. "assetType": "native",
  158. "fileVersion": "5.1.0.0"
  159. }
  160. }
  161. },
  162. "Microsoft.EntityFrameworkCore/8.0.0": {
  163. "dependencies": {
  164. "Microsoft.EntityFrameworkCore.Abstractions": "8.0.0",
  165. "Microsoft.EntityFrameworkCore.Analyzers": "8.0.0",
  166. "Microsoft.Extensions.Caching.Memory": "8.0.0",
  167. "Microsoft.Extensions.Logging": "8.0.0"
  168. },
  169. "runtime": {
  170. "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
  171. "assemblyVersion": "8.0.0.0",
  172. "fileVersion": "8.0.23.53103"
  173. }
  174. }
  175. },
  176. "Microsoft.EntityFrameworkCore.Abstractions/8.0.0": {
  177. "runtime": {
  178. "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  179. "assemblyVersion": "8.0.0.0",
  180. "fileVersion": "8.0.23.53103"
  181. }
  182. }
  183. },
  184. "Microsoft.EntityFrameworkCore.Analyzers/8.0.0": {},
  185. "Microsoft.EntityFrameworkCore.Relational/8.0.0": {
  186. "dependencies": {
  187. "Microsoft.EntityFrameworkCore": "8.0.0",
  188. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
  189. },
  190. "runtime": {
  191. "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
  192. "assemblyVersion": "8.0.0.0",
  193. "fileVersion": "8.0.23.53103"
  194. }
  195. }
  196. },
  197. "Microsoft.EntityFrameworkCore.SqlServer/8.0.0": {
  198. "dependencies": {
  199. "Microsoft.Data.SqlClient": "5.1.1",
  200. "Microsoft.EntityFrameworkCore.Relational": "8.0.0"
  201. },
  202. "runtime": {
  203. "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
  204. "assemblyVersion": "8.0.0.0",
  205. "fileVersion": "8.0.23.53103"
  206. }
  207. }
  208. },
  209. "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
  210. "dependencies": {
  211. "Microsoft.Extensions.Primitives": "8.0.0"
  212. },
  213. "runtime": {
  214. "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  215. "assemblyVersion": "8.0.0.0",
  216. "fileVersion": "8.0.23.53103"
  217. }
  218. }
  219. },
  220. "Microsoft.Extensions.Caching.Memory/8.0.0": {
  221. "dependencies": {
  222. "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
  223. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  224. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  225. "Microsoft.Extensions.Options": "8.0.0",
  226. "Microsoft.Extensions.Primitives": "8.0.0"
  227. },
  228. "runtime": {
  229. "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
  230. "assemblyVersion": "8.0.0.0",
  231. "fileVersion": "8.0.23.53103"
  232. }
  233. }
  234. },
  235. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  236. "dependencies": {
  237. "Microsoft.Extensions.Primitives": "8.0.0"
  238. },
  239. "runtime": {
  240. "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  241. "assemblyVersion": "8.0.0.0",
  242. "fileVersion": "8.0.23.53103"
  243. }
  244. }
  245. },
  246. "Microsoft.Extensions.DependencyInjection/8.0.0": {
  247. "dependencies": {
  248. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
  249. },
  250. "runtime": {
  251. "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
  252. "assemblyVersion": "8.0.0.0",
  253. "fileVersion": "8.0.23.53103"
  254. }
  255. }
  256. },
  257. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  258. "runtime": {
  259. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  260. "assemblyVersion": "8.0.0.0",
  261. "fileVersion": "8.0.23.53103"
  262. }
  263. }
  264. },
  265. "Microsoft.Extensions.Identity.Core/8.0.0": {
  266. "dependencies": {
  267. "Microsoft.AspNetCore.Cryptography.KeyDerivation": "8.0.0",
  268. "Microsoft.Extensions.Logging": "8.0.0",
  269. "Microsoft.Extensions.Options": "8.0.0"
  270. },
  271. "runtime": {
  272. "lib/net8.0/Microsoft.Extensions.Identity.Core.dll": {
  273. "assemblyVersion": "8.0.0.0",
  274. "fileVersion": "8.0.23.53112"
  275. }
  276. }
  277. },
  278. "Microsoft.Extensions.Identity.Stores/8.0.0": {
  279. "dependencies": {
  280. "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
  281. "Microsoft.Extensions.Identity.Core": "8.0.0",
  282. "Microsoft.Extensions.Logging": "8.0.0"
  283. },
  284. "runtime": {
  285. "lib/net8.0/Microsoft.Extensions.Identity.Stores.dll": {
  286. "assemblyVersion": "8.0.0.0",
  287. "fileVersion": "8.0.23.53112"
  288. }
  289. }
  290. },
  291. "Microsoft.Extensions.Logging/8.0.0": {
  292. "dependencies": {
  293. "Microsoft.Extensions.DependencyInjection": "8.0.0",
  294. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  295. "Microsoft.Extensions.Options": "8.0.0"
  296. },
  297. "runtime": {
  298. "lib/net8.0/Microsoft.Extensions.Logging.dll": {
  299. "assemblyVersion": "8.0.0.0",
  300. "fileVersion": "8.0.23.53103"
  301. }
  302. }
  303. },
  304. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  305. "dependencies": {
  306. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
  307. },
  308. "runtime": {
  309. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  310. "assemblyVersion": "8.0.0.0",
  311. "fileVersion": "8.0.23.53103"
  312. }
  313. }
  314. },
  315. "Microsoft.Extensions.Options/8.0.0": {
  316. "dependencies": {
  317. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  318. "Microsoft.Extensions.Primitives": "8.0.0"
  319. },
  320. "runtime": {
  321. "lib/net8.0/Microsoft.Extensions.Options.dll": {
  322. "assemblyVersion": "8.0.0.0",
  323. "fileVersion": "8.0.23.53103"
  324. }
  325. }
  326. },
  327. "Microsoft.Extensions.Primitives/8.0.0": {
  328. "runtime": {
  329. "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
  330. "assemblyVersion": "8.0.0.0",
  331. "fileVersion": "8.0.23.53103"
  332. }
  333. }
  334. },
  335. "Microsoft.Identity.Client/4.47.2": {
  336. "dependencies": {
  337. "Microsoft.IdentityModel.Abstractions": "6.24.0"
  338. },
  339. "runtime": {
  340. "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
  341. "assemblyVersion": "4.47.2.0",
  342. "fileVersion": "4.47.2.0"
  343. }
  344. }
  345. },
  346. "Microsoft.Identity.Client.Extensions.Msal/2.19.3": {
  347. "dependencies": {
  348. "Microsoft.Identity.Client": "4.47.2",
  349. "System.Security.Cryptography.ProtectedData": "6.0.0"
  350. },
  351. "runtime": {
  352. "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": {
  353. "assemblyVersion": "2.19.3.0",
  354. "fileVersion": "2.19.3.0"
  355. }
  356. }
  357. },
  358. "Microsoft.IdentityModel.Abstractions/6.24.0": {
  359. "runtime": {
  360. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  361. "assemblyVersion": "6.24.0.0",
  362. "fileVersion": "6.24.0.31013"
  363. }
  364. }
  365. },
  366. "Microsoft.IdentityModel.JsonWebTokens/6.24.0": {
  367. "dependencies": {
  368. "Microsoft.IdentityModel.Tokens": "6.24.0",
  369. "System.Text.Encoding": "4.3.0",
  370. "System.Text.Json": "4.7.2"
  371. },
  372. "runtime": {
  373. "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  374. "assemblyVersion": "6.24.0.0",
  375. "fileVersion": "6.24.0.31013"
  376. }
  377. }
  378. },
  379. "Microsoft.IdentityModel.Logging/6.24.0": {
  380. "dependencies": {
  381. "Microsoft.IdentityModel.Abstractions": "6.24.0"
  382. },
  383. "runtime": {
  384. "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
  385. "assemblyVersion": "6.24.0.0",
  386. "fileVersion": "6.24.0.31013"
  387. }
  388. }
  389. },
  390. "Microsoft.IdentityModel.Protocols/6.24.0": {
  391. "dependencies": {
  392. "Microsoft.IdentityModel.Logging": "6.24.0",
  393. "Microsoft.IdentityModel.Tokens": "6.24.0"
  394. },
  395. "runtime": {
  396. "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
  397. "assemblyVersion": "6.24.0.0",
  398. "fileVersion": "6.24.0.31013"
  399. }
  400. }
  401. },
  402. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": {
  403. "dependencies": {
  404. "Microsoft.IdentityModel.Protocols": "6.24.0",
  405. "System.IdentityModel.Tokens.Jwt": "6.24.0"
  406. },
  407. "runtime": {
  408. "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  409. "assemblyVersion": "6.24.0.0",
  410. "fileVersion": "6.24.0.31013"
  411. }
  412. }
  413. },
  414. "Microsoft.IdentityModel.Tokens/6.24.0": {
  415. "dependencies": {
  416. "Microsoft.CSharp": "4.5.0",
  417. "Microsoft.IdentityModel.Logging": "6.24.0",
  418. "System.Security.Cryptography.Cng": "5.0.0"
  419. },
  420. "runtime": {
  421. "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
  422. "assemblyVersion": "6.24.0.0",
  423. "fileVersion": "6.24.0.31013"
  424. }
  425. }
  426. },
  427. "Microsoft.NETCore.Platforms/1.1.0": {},
  428. "Microsoft.NETCore.Targets/1.1.0": {},
  429. "Microsoft.SqlServer.Server/1.0.0": {
  430. "runtime": {
  431. "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
  432. "assemblyVersion": "1.0.0.0",
  433. "fileVersion": "1.0.0.0"
  434. }
  435. }
  436. },
  437. "Microsoft.Win32.SystemEvents/6.0.0": {
  438. "runtime": {
  439. "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  440. "assemblyVersion": "6.0.0.0",
  441. "fileVersion": "6.0.21.52210"
  442. }
  443. },
  444. "runtimeTargets": {
  445. "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  446. "rid": "win",
  447. "assetType": "runtime",
  448. "assemblyVersion": "6.0.0.0",
  449. "fileVersion": "6.0.21.52210"
  450. }
  451. }
  452. },
  453. "System.Configuration.ConfigurationManager/6.0.1": {
  454. "dependencies": {
  455. "System.Security.Cryptography.ProtectedData": "6.0.0",
  456. "System.Security.Permissions": "6.0.0"
  457. },
  458. "runtime": {
  459. "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
  460. "assemblyVersion": "6.0.0.0",
  461. "fileVersion": "6.0.922.41905"
  462. }
  463. }
  464. },
  465. "System.Diagnostics.DiagnosticSource/6.0.0": {
  466. "dependencies": {
  467. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  468. }
  469. },
  470. "System.Drawing.Common/6.0.0": {
  471. "dependencies": {
  472. "Microsoft.Win32.SystemEvents": "6.0.0"
  473. },
  474. "runtime": {
  475. "lib/net6.0/System.Drawing.Common.dll": {
  476. "assemblyVersion": "6.0.0.0",
  477. "fileVersion": "6.0.21.52210"
  478. }
  479. },
  480. "runtimeTargets": {
  481. "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
  482. "rid": "unix",
  483. "assetType": "runtime",
  484. "assemblyVersion": "6.0.0.0",
  485. "fileVersion": "6.0.21.52210"
  486. },
  487. "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
  488. "rid": "win",
  489. "assetType": "runtime",
  490. "assemblyVersion": "6.0.0.0",
  491. "fileVersion": "6.0.21.52210"
  492. }
  493. }
  494. },
  495. "System.Formats.Asn1/5.0.0": {},
  496. "System.IdentityModel.Tokens.Jwt/6.24.0": {
  497. "dependencies": {
  498. "Microsoft.IdentityModel.JsonWebTokens": "6.24.0",
  499. "Microsoft.IdentityModel.Tokens": "6.24.0"
  500. },
  501. "runtime": {
  502. "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
  503. "assemblyVersion": "6.24.0.0",
  504. "fileVersion": "6.24.0.31013"
  505. }
  506. }
  507. },
  508. "System.Memory/4.5.4": {},
  509. "System.Memory.Data/1.0.2": {
  510. "dependencies": {
  511. "System.Text.Encodings.Web": "6.0.0",
  512. "System.Text.Json": "4.7.2"
  513. },
  514. "runtime": {
  515. "lib/netstandard2.0/System.Memory.Data.dll": {
  516. "assemblyVersion": "1.0.2.0",
  517. "fileVersion": "1.0.221.20802"
  518. }
  519. }
  520. },
  521. "System.Numerics.Vectors/4.5.0": {},
  522. "System.Runtime/4.3.0": {
  523. "dependencies": {
  524. "Microsoft.NETCore.Platforms": "1.1.0",
  525. "Microsoft.NETCore.Targets": "1.1.0"
  526. }
  527. },
  528. "System.Runtime.Caching/6.0.0": {
  529. "dependencies": {
  530. "System.Configuration.ConfigurationManager": "6.0.1"
  531. },
  532. "runtime": {
  533. "lib/net6.0/System.Runtime.Caching.dll": {
  534. "assemblyVersion": "4.0.0.0",
  535. "fileVersion": "6.0.21.52210"
  536. }
  537. },
  538. "runtimeTargets": {
  539. "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
  540. "rid": "win",
  541. "assetType": "runtime",
  542. "assemblyVersion": "4.0.0.0",
  543. "fileVersion": "6.0.21.52210"
  544. }
  545. }
  546. },
  547. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  548. "System.Security.AccessControl/6.0.0": {},
  549. "System.Security.Cryptography.Cng/5.0.0": {
  550. "dependencies": {
  551. "System.Formats.Asn1": "5.0.0"
  552. }
  553. },
  554. "System.Security.Cryptography.ProtectedData/6.0.0": {
  555. "runtime": {
  556. "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  557. "assemblyVersion": "6.0.0.0",
  558. "fileVersion": "6.0.21.52210"
  559. }
  560. },
  561. "runtimeTargets": {
  562. "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  563. "rid": "win",
  564. "assetType": "runtime",
  565. "assemblyVersion": "6.0.0.0",
  566. "fileVersion": "6.0.21.52210"
  567. }
  568. }
  569. },
  570. "System.Security.Permissions/6.0.0": {
  571. "dependencies": {
  572. "System.Security.AccessControl": "6.0.0",
  573. "System.Windows.Extensions": "6.0.0"
  574. },
  575. "runtime": {
  576. "lib/net6.0/System.Security.Permissions.dll": {
  577. "assemblyVersion": "6.0.0.0",
  578. "fileVersion": "6.0.21.52210"
  579. }
  580. }
  581. },
  582. "System.Security.Principal.Windows/5.0.0": {},
  583. "System.Text.Encoding/4.3.0": {
  584. "dependencies": {
  585. "Microsoft.NETCore.Platforms": "1.1.0",
  586. "Microsoft.NETCore.Targets": "1.1.0",
  587. "System.Runtime": "4.3.0"
  588. }
  589. },
  590. "System.Text.Encoding.CodePages/6.0.0": {
  591. "dependencies": {
  592. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  593. }
  594. },
  595. "System.Text.Encodings.Web/6.0.0": {
  596. "dependencies": {
  597. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  598. }
  599. },
  600. "System.Text.Json/4.7.2": {},
  601. "System.Threading.Tasks.Extensions/4.5.4": {},
  602. "System.Windows.Extensions/6.0.0": {
  603. "dependencies": {
  604. "System.Drawing.Common": "6.0.0"
  605. },
  606. "runtime": {
  607. "lib/net6.0/System.Windows.Extensions.dll": {
  608. "assemblyVersion": "6.0.0.0",
  609. "fileVersion": "6.0.21.52210"
  610. }
  611. },
  612. "runtimeTargets": {
  613. "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
  614. "rid": "win",
  615. "assetType": "runtime",
  616. "assemblyVersion": "6.0.0.0",
  617. "fileVersion": "6.0.21.52210"
  618. }
  619. }
  620. },
  621. "WebApp.Common/1.0.0": {
  622. "runtime": {
  623. "WebApp.Common.dll": {}
  624. },
  625. "resources": {
  626. "Bg/WebApp.Common.resources.dll": {
  627. "locale": "Bg"
  628. }
  629. }
  630. },
  631. "WebApp.Data/1.0.0": {
  632. "dependencies": {
  633. "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "8.0.0",
  634. "Microsoft.EntityFrameworkCore": "8.0.0",
  635. "Microsoft.EntityFrameworkCore.SqlServer": "8.0.0",
  636. "Microsoft.Extensions.Identity.Stores": "8.0.0"
  637. },
  638. "runtime": {
  639. "WebApp.Data.dll": {}
  640. }
  641. }
  642. }
  643. },
  644. "libraries": {
  645. "WebApp.Models/1.0.0": {
  646. "type": "project",
  647. "serviceable": false,
  648. "sha512": ""
  649. },
  650. "Azure.Core/1.25.0": {
  651. "type": "package",
  652. "serviceable": true,
  653. "sha512": "sha512-X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==",
  654. "path": "azure.core/1.25.0",
  655. "hashPath": "azure.core.1.25.0.nupkg.sha512"
  656. },
  657. "Azure.Identity/1.7.0": {
  658. "type": "package",
  659. "serviceable": true,
  660. "sha512": "sha512-eHEiCO/8+MfNc9nH5dVew/+FvxdaGrkRL4OMNwIz0W79+wtJyEoeRlXJ3SrXhoy9XR58geBYKmzMR83VO7bcAw==",
  661. "path": "azure.identity/1.7.0",
  662. "hashPath": "azure.identity.1.7.0.nupkg.sha512"
  663. },
  664. "FluentValidation/11.5.1": {
  665. "type": "package",
  666. "serviceable": true,
  667. "sha512": "sha512-0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==",
  668. "path": "fluentvalidation/11.5.1",
  669. "hashPath": "fluentvalidation.11.5.1.nupkg.sha512"
  670. },
  671. "Microsoft.AspNetCore.Cryptography.Internal/8.0.0": {
  672. "type": "package",
  673. "serviceable": true,
  674. "sha512": "sha512-buuMMCTxFcVkOkEftb2OafYxrveNGre9KJF4Oi1DkR4rxIj6oLam7Wq3g0Fp9hNVpJteKEPiupsxYnPrD/oUGA==",
  675. "path": "microsoft.aspnetcore.cryptography.internal/8.0.0",
  676. "hashPath": "microsoft.aspnetcore.cryptography.internal.8.0.0.nupkg.sha512"
  677. },
  678. "Microsoft.AspNetCore.Cryptography.KeyDerivation/8.0.0": {
  679. "type": "package",
  680. "serviceable": true,
  681. "sha512": "sha512-65w93R5wqUUs35R9wjHHDf75GqAbxJsNByKZo5TbQOWSXcUbLWrDUWBQHv78iXIT0PL1pXNqKQz7OHiHMvo0/A==",
  682. "path": "microsoft.aspnetcore.cryptography.keyderivation/8.0.0",
  683. "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.8.0.0.nupkg.sha512"
  684. },
  685. "Microsoft.AspNetCore.Identity.EntityFrameworkCore/8.0.0": {
  686. "type": "package",
  687. "serviceable": true,
  688. "sha512": "sha512-ua2LSZY/f0BkNUUVPPm83eq4Xnt+FZYutiMimRrzSmv2K2t2Ia/PuP4CfibYNSwnKl6fbZ49Bwn2mQGWnmmvOA==",
  689. "path": "microsoft.aspnetcore.identity.entityframeworkcore/8.0.0",
  690. "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.8.0.0.nupkg.sha512"
  691. },
  692. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  693. "type": "package",
  694. "serviceable": true,
  695. "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
  696. "path": "microsoft.bcl.asyncinterfaces/1.1.1",
  697. "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
  698. },
  699. "Microsoft.CSharp/4.5.0": {
  700. "type": "package",
  701. "serviceable": true,
  702. "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
  703. "path": "microsoft.csharp/4.5.0",
  704. "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
  705. },
  706. "Microsoft.Data.SqlClient/5.1.1": {
  707. "type": "package",
  708. "serviceable": true,
  709. "sha512": "sha512-MW5E9HFvCaV069o8b6YpuRDPBux8s96qDnOJ+4N9QNUCs7c5W3KxwQ+ftpAjbMUlImL+c9WR+l+f5hzjkqhu2g==",
  710. "path": "microsoft.data.sqlclient/5.1.1",
  711. "hashPath": "microsoft.data.sqlclient.5.1.1.nupkg.sha512"
  712. },
  713. "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": {
  714. "type": "package",
  715. "serviceable": true,
  716. "sha512": "sha512-jVsElisM5sfBzaaV9kdq2NXZLwIbytetnsOIlJ0cQGgQP4zFNBmkfHBnpwtmKrtBJBEV9+9PVQPVrcCVhDgcIg==",
  717. "path": "microsoft.data.sqlclient.sni.runtime/5.1.0",
  718. "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512"
  719. },
  720. "Microsoft.EntityFrameworkCore/8.0.0": {
  721. "type": "package",
  722. "serviceable": true,
  723. "sha512": "sha512-SoODat83pGQUpWB9xULdMX6tuKpq/RTXDuJ2WeC1ldUKcKzLkaFJD1n+I0nOLY58odez/e7z8b6zdp235G/kyg==",
  724. "path": "microsoft.entityframeworkcore/8.0.0",
  725. "hashPath": "microsoft.entityframeworkcore.8.0.0.nupkg.sha512"
  726. },
  727. "Microsoft.EntityFrameworkCore.Abstractions/8.0.0": {
  728. "type": "package",
  729. "serviceable": true,
  730. "sha512": "sha512-VR22s3+zoqlVI7xauFKn1znSIFHO8xuILT+noSwS8bZCKcHz0ydkTDQMuaxSa5WBaQrZmwtTz9rmRvJ7X8mSPQ==",
  731. "path": "microsoft.entityframeworkcore.abstractions/8.0.0",
  732. "hashPath": "microsoft.entityframeworkcore.abstractions.8.0.0.nupkg.sha512"
  733. },
  734. "Microsoft.EntityFrameworkCore.Analyzers/8.0.0": {
  735. "type": "package",
  736. "serviceable": true,
  737. "sha512": "sha512-ZXxEeLs2zoZ1TA+QoMMcw4f3Tirf8PzgdDax8RoWo0dxI2KmqiEGWYjhm2B/XyWfglc6+mNRyB8rZiQSmxCpeg==",
  738. "path": "microsoft.entityframeworkcore.analyzers/8.0.0",
  739. "hashPath": "microsoft.entityframeworkcore.analyzers.8.0.0.nupkg.sha512"
  740. },
  741. "Microsoft.EntityFrameworkCore.Relational/8.0.0": {
  742. "type": "package",
  743. "serviceable": true,
  744. "sha512": "sha512-fFKkr24cYc7Zw5T6DC4tEyOEPgPbq23BBmym1r9kn4ET9F3HKaetpOeQtV2RryYyUxEeNkJuxgfiZHTisqZc+A==",
  745. "path": "microsoft.entityframeworkcore.relational/8.0.0",
  746. "hashPath": "microsoft.entityframeworkcore.relational.8.0.0.nupkg.sha512"
  747. },
  748. "Microsoft.EntityFrameworkCore.SqlServer/8.0.0": {
  749. "type": "package",
  750. "serviceable": true,
  751. "sha512": "sha512-GeOmafQn64HyQtYcI/Omv/D/YVHd1zEkWbP3zNQu4oC+usE9K0qOp0R8KgWWFEf8BU4tXuYbok40W0SjfbaK/A==",
  752. "path": "microsoft.entityframeworkcore.sqlserver/8.0.0",
  753. "hashPath": "microsoft.entityframeworkcore.sqlserver.8.0.0.nupkg.sha512"
  754. },
  755. "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
  756. "type": "package",
  757. "serviceable": true,
  758. "sha512": "sha512-3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
  759. "path": "microsoft.extensions.caching.abstractions/8.0.0",
  760. "hashPath": "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512"
  761. },
  762. "Microsoft.Extensions.Caching.Memory/8.0.0": {
  763. "type": "package",
  764. "serviceable": true,
  765. "sha512": "sha512-7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==",
  766. "path": "microsoft.extensions.caching.memory/8.0.0",
  767. "hashPath": "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512"
  768. },
  769. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  770. "type": "package",
  771. "serviceable": true,
  772. "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
  773. "path": "microsoft.extensions.configuration.abstractions/8.0.0",
  774. "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512"
  775. },
  776. "Microsoft.Extensions.DependencyInjection/8.0.0": {
  777. "type": "package",
  778. "serviceable": true,
  779. "sha512": "sha512-V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==",
  780. "path": "microsoft.extensions.dependencyinjection/8.0.0",
  781. "hashPath": "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512"
  782. },
  783. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  784. "type": "package",
  785. "serviceable": true,
  786. "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==",
  787. "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0",
  788. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512"
  789. },
  790. "Microsoft.Extensions.Identity.Core/8.0.0": {
  791. "type": "package",
  792. "serviceable": true,
  793. "sha512": "sha512-hnXHyIQc+uc2uNMcIbr43+oNBAPEhMpW6lE8ux3MOegRz50WBna4AItlZDY7Y+Id1LLBbf73osUqeTw7CQ371w==",
  794. "path": "microsoft.extensions.identity.core/8.0.0",
  795. "hashPath": "microsoft.extensions.identity.core.8.0.0.nupkg.sha512"
  796. },
  797. "Microsoft.Extensions.Identity.Stores/8.0.0": {
  798. "type": "package",
  799. "serviceable": true,
  800. "sha512": "sha512-DmDCpSpngZDBm44wVmxCeYs4HGJr/m32jMItp6pfb7KKtqWYw2vybHRg880j18k/eSFyM4v9uONsnEPgDdi9lg==",
  801. "path": "microsoft.extensions.identity.stores/8.0.0",
  802. "hashPath": "microsoft.extensions.identity.stores.8.0.0.nupkg.sha512"
  803. },
  804. "Microsoft.Extensions.Logging/8.0.0": {
  805. "type": "package",
  806. "serviceable": true,
  807. "sha512": "sha512-tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==",
  808. "path": "microsoft.extensions.logging/8.0.0",
  809. "hashPath": "microsoft.extensions.logging.8.0.0.nupkg.sha512"
  810. },
  811. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  812. "type": "package",
  813. "serviceable": true,
  814. "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
  815. "path": "microsoft.extensions.logging.abstractions/8.0.0",
  816. "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512"
  817. },
  818. "Microsoft.Extensions.Options/8.0.0": {
  819. "type": "package",
  820. "serviceable": true,
  821. "sha512": "sha512-JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==",
  822. "path": "microsoft.extensions.options/8.0.0",
  823. "hashPath": "microsoft.extensions.options.8.0.0.nupkg.sha512"
  824. },
  825. "Microsoft.Extensions.Primitives/8.0.0": {
  826. "type": "package",
  827. "serviceable": true,
  828. "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
  829. "path": "microsoft.extensions.primitives/8.0.0",
  830. "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
  831. },
  832. "Microsoft.Identity.Client/4.47.2": {
  833. "type": "package",
  834. "serviceable": true,
  835. "sha512": "sha512-SPgesZRbXoDxg8Vv7k5Ou0ee7uupVw0E8ZCc4GKw25HANRLz1d5OSr0fvTVQRnEswo5Obk8qD4LOapYB+n5kzQ==",
  836. "path": "microsoft.identity.client/4.47.2",
  837. "hashPath": "microsoft.identity.client.4.47.2.nupkg.sha512"
  838. },
  839. "Microsoft.Identity.Client.Extensions.Msal/2.19.3": {
  840. "type": "package",
  841. "serviceable": true,
  842. "sha512": "sha512-zVVZjn8aW7W79rC1crioDgdOwaFTQorsSO6RgVlDDjc7MvbEGz071wSNrjVhzR0CdQn6Sefx7Abf1o7vasmrLg==",
  843. "path": "microsoft.identity.client.extensions.msal/2.19.3",
  844. "hashPath": "microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512"
  845. },
  846. "Microsoft.IdentityModel.Abstractions/6.24.0": {
  847. "type": "package",
  848. "serviceable": true,
  849. "sha512": "sha512-X6aBK56Ot15qKyG7X37KsPnrwah+Ka55NJWPppWVTDi8xWq7CJgeNw2XyaeHgE1o/mW4THwoabZkBbeG2TPBiw==",
  850. "path": "microsoft.identitymodel.abstractions/6.24.0",
  851. "hashPath": "microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512"
  852. },
  853. "Microsoft.IdentityModel.JsonWebTokens/6.24.0": {
  854. "type": "package",
  855. "serviceable": true,
  856. "sha512": "sha512-XDWrkThcxfuWp79AvAtg5f+uRS1BxkIbJnsG/e8VPzOWkYYuDg33emLjp5EWcwXYYIDsHnVZD/00kM/PYFQc/g==",
  857. "path": "microsoft.identitymodel.jsonwebtokens/6.24.0",
  858. "hashPath": "microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512"
  859. },
  860. "Microsoft.IdentityModel.Logging/6.24.0": {
  861. "type": "package",
  862. "serviceable": true,
  863. "sha512": "sha512-qLYWDOowM/zghmYKXw1yfYKlHOdS41i8t4hVXr9bSI90zHqhyhQh9GwVy8pENzs5wHeytU23DymluC9NtgYv7w==",
  864. "path": "microsoft.identitymodel.logging/6.24.0",
  865. "hashPath": "microsoft.identitymodel.logging.6.24.0.nupkg.sha512"
  866. },
  867. "Microsoft.IdentityModel.Protocols/6.24.0": {
  868. "type": "package",
  869. "serviceable": true,
  870. "sha512": "sha512-+NzKCkvsQ8X1r/Ff74V7CFr9OsdMRaB6DsV+qpH7NNLdYJ8O4qHbmTnNEsjFcDmk/gVNDwhoL2gN5pkPVq0lwQ==",
  871. "path": "microsoft.identitymodel.protocols/6.24.0",
  872. "hashPath": "microsoft.identitymodel.protocols.6.24.0.nupkg.sha512"
  873. },
  874. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": {
  875. "type": "package",
  876. "serviceable": true,
  877. "sha512": "sha512-a/2RRrc8C9qaw8qdD9hv1ES9YKFgxaqr/SnwMSLbwQZJSUQDd4qx1K4EYgWaQWs73R+VXLyKSxN0f/uE9CsBiQ==",
  878. "path": "microsoft.identitymodel.protocols.openidconnect/6.24.0",
  879. "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512"
  880. },
  881. "Microsoft.IdentityModel.Tokens/6.24.0": {
  882. "type": "package",
  883. "serviceable": true,
  884. "sha512": "sha512-ZPqHi86UYuqJXJ7bLnlEctHKkPKT4lGUFbotoCNiXNCSL02emYlcxzGYsRGWWmbFEcYDMi2dcTLLYNzHqWOTsw==",
  885. "path": "microsoft.identitymodel.tokens/6.24.0",
  886. "hashPath": "microsoft.identitymodel.tokens.6.24.0.nupkg.sha512"
  887. },
  888. "Microsoft.NETCore.Platforms/1.1.0": {
  889. "type": "package",
  890. "serviceable": true,
  891. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  892. "path": "microsoft.netcore.platforms/1.1.0",
  893. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  894. },
  895. "Microsoft.NETCore.Targets/1.1.0": {
  896. "type": "package",
  897. "serviceable": true,
  898. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  899. "path": "microsoft.netcore.targets/1.1.0",
  900. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  901. },
  902. "Microsoft.SqlServer.Server/1.0.0": {
  903. "type": "package",
  904. "serviceable": true,
  905. "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
  906. "path": "microsoft.sqlserver.server/1.0.0",
  907. "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
  908. },
  909. "Microsoft.Win32.SystemEvents/6.0.0": {
  910. "type": "package",
  911. "serviceable": true,
  912. "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
  913. "path": "microsoft.win32.systemevents/6.0.0",
  914. "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
  915. },
  916. "System.Configuration.ConfigurationManager/6.0.1": {
  917. "type": "package",
  918. "serviceable": true,
  919. "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
  920. "path": "system.configuration.configurationmanager/6.0.1",
  921. "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
  922. },
  923. "System.Diagnostics.DiagnosticSource/6.0.0": {
  924. "type": "package",
  925. "serviceable": true,
  926. "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
  927. "path": "system.diagnostics.diagnosticsource/6.0.0",
  928. "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
  929. },
  930. "System.Drawing.Common/6.0.0": {
  931. "type": "package",
  932. "serviceable": true,
  933. "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
  934. "path": "system.drawing.common/6.0.0",
  935. "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
  936. },
  937. "System.Formats.Asn1/5.0.0": {
  938. "type": "package",
  939. "serviceable": true,
  940. "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
  941. "path": "system.formats.asn1/5.0.0",
  942. "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
  943. },
  944. "System.IdentityModel.Tokens.Jwt/6.24.0": {
  945. "type": "package",
  946. "serviceable": true,
  947. "sha512": "sha512-Qibsj9MPWq8S/C0FgvmsLfIlHLE7ay0MJIaAmK94ivN3VyDdglqReed5qMvdQhSL0BzK6v0Z1wB/sD88zVu6Jw==",
  948. "path": "system.identitymodel.tokens.jwt/6.24.0",
  949. "hashPath": "system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512"
  950. },
  951. "System.Memory/4.5.4": {
  952. "type": "package",
  953. "serviceable": true,
  954. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  955. "path": "system.memory/4.5.4",
  956. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  957. },
  958. "System.Memory.Data/1.0.2": {
  959. "type": "package",
  960. "serviceable": true,
  961. "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
  962. "path": "system.memory.data/1.0.2",
  963. "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
  964. },
  965. "System.Numerics.Vectors/4.5.0": {
  966. "type": "package",
  967. "serviceable": true,
  968. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  969. "path": "system.numerics.vectors/4.5.0",
  970. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  971. },
  972. "System.Runtime/4.3.0": {
  973. "type": "package",
  974. "serviceable": true,
  975. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  976. "path": "system.runtime/4.3.0",
  977. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  978. },
  979. "System.Runtime.Caching/6.0.0": {
  980. "type": "package",
  981. "serviceable": true,
  982. "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
  983. "path": "system.runtime.caching/6.0.0",
  984. "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
  985. },
  986. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  987. "type": "package",
  988. "serviceable": true,
  989. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  990. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  991. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  992. },
  993. "System.Security.AccessControl/6.0.0": {
  994. "type": "package",
  995. "serviceable": true,
  996. "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
  997. "path": "system.security.accesscontrol/6.0.0",
  998. "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
  999. },
  1000. "System.Security.Cryptography.Cng/5.0.0": {
  1001. "type": "package",
  1002. "serviceable": true,
  1003. "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
  1004. "path": "system.security.cryptography.cng/5.0.0",
  1005. "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
  1006. },
  1007. "System.Security.Cryptography.ProtectedData/6.0.0": {
  1008. "type": "package",
  1009. "serviceable": true,
  1010. "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
  1011. "path": "system.security.cryptography.protecteddata/6.0.0",
  1012. "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
  1013. },
  1014. "System.Security.Permissions/6.0.0": {
  1015. "type": "package",
  1016. "serviceable": true,
  1017. "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
  1018. "path": "system.security.permissions/6.0.0",
  1019. "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
  1020. },
  1021. "System.Security.Principal.Windows/5.0.0": {
  1022. "type": "package",
  1023. "serviceable": true,
  1024. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1025. "path": "system.security.principal.windows/5.0.0",
  1026. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  1027. },
  1028. "System.Text.Encoding/4.3.0": {
  1029. "type": "package",
  1030. "serviceable": true,
  1031. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1032. "path": "system.text.encoding/4.3.0",
  1033. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1034. },
  1035. "System.Text.Encoding.CodePages/6.0.0": {
  1036. "type": "package",
  1037. "serviceable": true,
  1038. "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
  1039. "path": "system.text.encoding.codepages/6.0.0",
  1040. "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
  1041. },
  1042. "System.Text.Encodings.Web/6.0.0": {
  1043. "type": "package",
  1044. "serviceable": true,
  1045. "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
  1046. "path": "system.text.encodings.web/6.0.0",
  1047. "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
  1048. },
  1049. "System.Text.Json/4.7.2": {
  1050. "type": "package",
  1051. "serviceable": true,
  1052. "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
  1053. "path": "system.text.json/4.7.2",
  1054. "hashPath": "system.text.json.4.7.2.nupkg.sha512"
  1055. },
  1056. "System.Threading.Tasks.Extensions/4.5.4": {
  1057. "type": "package",
  1058. "serviceable": true,
  1059. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1060. "path": "system.threading.tasks.extensions/4.5.4",
  1061. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1062. },
  1063. "System.Windows.Extensions/6.0.0": {
  1064. "type": "package",
  1065. "serviceable": true,
  1066. "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
  1067. "path": "system.windows.extensions/6.0.0",
  1068. "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
  1069. },
  1070. "WebApp.Common/1.0.0": {
  1071. "type": "project",
  1072. "serviceable": false,
  1073. "sha512": ""
  1074. },
  1075. "WebApp.Data/1.0.0": {
  1076. "type": "project",
  1077. "serviceable": false,
  1078. "sha512": ""
  1079. }
  1080. }
  1081. }