DataLayer.deps.json 47 KB

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