DataLayer.deps.json 63 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v9.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v9.0": {
  9. "DataLayer/1.0.0": {
  10. "dependencies": {
  11. "Domain": "1.0.0",
  12. "Microsoft.EntityFrameworkCore.Abstractions": "9.0.0",
  13. "Microsoft.EntityFrameworkCore.Analyzers": "9.0.0",
  14. "Microsoft.EntityFrameworkCore.Relational": "9.0.0",
  15. "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0",
  16. "Microsoft.EntityFrameworkCore.Tools": "9.0.0"
  17. },
  18. "runtime": {
  19. "DataLayer.dll": {}
  20. }
  21. },
  22. "Azure.Core/1.38.0": {
  23. "dependencies": {
  24. "Microsoft.Bcl.AsyncInterfaces": "7.0.0",
  25. "System.ClientModel": "1.0.0",
  26. "System.Diagnostics.DiagnosticSource": "6.0.1",
  27. "System.Memory.Data": "1.0.2",
  28. "System.Numerics.Vectors": "4.5.0",
  29. "System.Text.Encodings.Web": "6.0.0",
  30. "System.Text.Json": "9.0.0",
  31. "System.Threading.Tasks.Extensions": "4.5.4"
  32. },
  33. "runtime": {
  34. "lib/net6.0/Azure.Core.dll": {
  35. "assemblyVersion": "1.38.0.0",
  36. "fileVersion": "1.3800.24.12602"
  37. }
  38. }
  39. },
  40. "Azure.Identity/1.11.4": {
  41. "dependencies": {
  42. "Azure.Core": "1.38.0",
  43. "Microsoft.Identity.Client": "4.61.3",
  44. "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
  45. "System.Memory": "4.5.4",
  46. "System.Security.Cryptography.ProtectedData": "6.0.0",
  47. "System.Text.Json": "9.0.0",
  48. "System.Threading.Tasks.Extensions": "4.5.4"
  49. },
  50. "runtime": {
  51. "lib/netstandard2.0/Azure.Identity.dll": {
  52. "assemblyVersion": "1.11.4.0",
  53. "fileVersion": "1.1100.424.31005"
  54. }
  55. }
  56. },
  57. "Humanizer.Core/2.14.1": {
  58. "runtime": {
  59. "lib/net6.0/Humanizer.dll": {
  60. "assemblyVersion": "2.14.0.0",
  61. "fileVersion": "2.14.1.48190"
  62. }
  63. }
  64. },
  65. "Microsoft.Bcl.AsyncInterfaces/7.0.0": {
  66. "runtime": {
  67. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  68. "assemblyVersion": "7.0.0.0",
  69. "fileVersion": "7.0.22.51805"
  70. }
  71. }
  72. },
  73. "Microsoft.Build.Framework/17.8.3": {},
  74. "Microsoft.Build.Locator/1.7.8": {
  75. "runtime": {
  76. "lib/net6.0/Microsoft.Build.Locator.dll": {
  77. "assemblyVersion": "1.0.0.0",
  78. "fileVersion": "1.7.8.28074"
  79. }
  80. }
  81. },
  82. "Microsoft.CodeAnalysis.Analyzers/3.3.4": {},
  83. "Microsoft.CodeAnalysis.Common/4.8.0": {
  84. "dependencies": {
  85. "Microsoft.CodeAnalysis.Analyzers": "3.3.4",
  86. "System.Collections.Immutable": "7.0.0",
  87. "System.Reflection.Metadata": "7.0.0",
  88. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  89. },
  90. "runtime": {
  91. "lib/net7.0/Microsoft.CodeAnalysis.dll": {
  92. "assemblyVersion": "4.8.0.0",
  93. "fileVersion": "4.800.23.55801"
  94. }
  95. },
  96. "resources": {
  97. "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": {
  98. "locale": "cs"
  99. },
  100. "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": {
  101. "locale": "de"
  102. },
  103. "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": {
  104. "locale": "es"
  105. },
  106. "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": {
  107. "locale": "fr"
  108. },
  109. "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": {
  110. "locale": "it"
  111. },
  112. "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": {
  113. "locale": "ja"
  114. },
  115. "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": {
  116. "locale": "ko"
  117. },
  118. "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": {
  119. "locale": "pl"
  120. },
  121. "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": {
  122. "locale": "pt-BR"
  123. },
  124. "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": {
  125. "locale": "ru"
  126. },
  127. "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": {
  128. "locale": "tr"
  129. },
  130. "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": {
  131. "locale": "zh-Hans"
  132. },
  133. "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": {
  134. "locale": "zh-Hant"
  135. }
  136. }
  137. },
  138. "Microsoft.CodeAnalysis.CSharp/4.8.0": {
  139. "dependencies": {
  140. "Microsoft.CodeAnalysis.Common": "4.8.0"
  141. },
  142. "runtime": {
  143. "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": {
  144. "assemblyVersion": "4.8.0.0",
  145. "fileVersion": "4.800.23.55801"
  146. }
  147. },
  148. "resources": {
  149. "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  150. "locale": "cs"
  151. },
  152. "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  153. "locale": "de"
  154. },
  155. "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  156. "locale": "es"
  157. },
  158. "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  159. "locale": "fr"
  160. },
  161. "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  162. "locale": "it"
  163. },
  164. "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  165. "locale": "ja"
  166. },
  167. "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  168. "locale": "ko"
  169. },
  170. "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  171. "locale": "pl"
  172. },
  173. "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  174. "locale": "pt-BR"
  175. },
  176. "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  177. "locale": "ru"
  178. },
  179. "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  180. "locale": "tr"
  181. },
  182. "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  183. "locale": "zh-Hans"
  184. },
  185. "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  186. "locale": "zh-Hant"
  187. }
  188. }
  189. },
  190. "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
  191. "dependencies": {
  192. "Humanizer.Core": "2.14.1",
  193. "Microsoft.CodeAnalysis.CSharp": "4.8.0",
  194. "Microsoft.CodeAnalysis.Common": "4.8.0",
  195. "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0"
  196. },
  197. "runtime": {
  198. "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {
  199. "assemblyVersion": "4.8.0.0",
  200. "fileVersion": "4.800.23.55801"
  201. }
  202. },
  203. "resources": {
  204. "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  205. "locale": "cs"
  206. },
  207. "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  208. "locale": "de"
  209. },
  210. "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  211. "locale": "es"
  212. },
  213. "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  214. "locale": "fr"
  215. },
  216. "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  217. "locale": "it"
  218. },
  219. "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  220. "locale": "ja"
  221. },
  222. "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  223. "locale": "ko"
  224. },
  225. "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  226. "locale": "pl"
  227. },
  228. "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  229. "locale": "pt-BR"
  230. },
  231. "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  232. "locale": "ru"
  233. },
  234. "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  235. "locale": "tr"
  236. },
  237. "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  238. "locale": "zh-Hans"
  239. },
  240. "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  241. "locale": "zh-Hant"
  242. }
  243. }
  244. },
  245. "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
  246. "dependencies": {
  247. "Humanizer.Core": "2.14.1",
  248. "Microsoft.Bcl.AsyncInterfaces": "7.0.0",
  249. "Microsoft.CodeAnalysis.Common": "4.8.0",
  250. "System.Composition": "7.0.0",
  251. "System.IO.Pipelines": "7.0.0",
  252. "System.Threading.Channels": "7.0.0"
  253. },
  254. "runtime": {
  255. "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": {
  256. "assemblyVersion": "4.8.0.0",
  257. "fileVersion": "4.800.23.55801"
  258. }
  259. },
  260. "resources": {
  261. "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  262. "locale": "cs"
  263. },
  264. "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  265. "locale": "de"
  266. },
  267. "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  268. "locale": "es"
  269. },
  270. "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  271. "locale": "fr"
  272. },
  273. "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  274. "locale": "it"
  275. },
  276. "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  277. "locale": "ja"
  278. },
  279. "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  280. "locale": "ko"
  281. },
  282. "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  283. "locale": "pl"
  284. },
  285. "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  286. "locale": "pt-BR"
  287. },
  288. "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  289. "locale": "ru"
  290. },
  291. "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  292. "locale": "tr"
  293. },
  294. "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  295. "locale": "zh-Hans"
  296. },
  297. "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  298. "locale": "zh-Hant"
  299. }
  300. }
  301. },
  302. "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": {
  303. "dependencies": {
  304. "Microsoft.Build.Framework": "17.8.3",
  305. "Microsoft.CodeAnalysis.Common": "4.8.0",
  306. "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0",
  307. "System.Text.Json": "9.0.0"
  308. },
  309. "runtime": {
  310. "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll": {
  311. "assemblyVersion": "4.8.0.0",
  312. "fileVersion": "4.800.23.55801"
  313. },
  314. "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll": {
  315. "assemblyVersion": "4.8.0.0",
  316. "fileVersion": "4.800.23.55801"
  317. }
  318. },
  319. "resources": {
  320. "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  321. "locale": "cs"
  322. },
  323. "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  324. "locale": "de"
  325. },
  326. "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  327. "locale": "es"
  328. },
  329. "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  330. "locale": "fr"
  331. },
  332. "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  333. "locale": "it"
  334. },
  335. "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  336. "locale": "ja"
  337. },
  338. "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  339. "locale": "ko"
  340. },
  341. "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  342. "locale": "pl"
  343. },
  344. "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  345. "locale": "pt-BR"
  346. },
  347. "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  348. "locale": "ru"
  349. },
  350. "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  351. "locale": "tr"
  352. },
  353. "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  354. "locale": "zh-Hans"
  355. },
  356. "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
  357. "locale": "zh-Hant"
  358. }
  359. }
  360. },
  361. "Microsoft.CSharp/4.5.0": {},
  362. "Microsoft.Data.SqlClient/5.1.6": {
  363. "dependencies": {
  364. "Azure.Identity": "1.11.4",
  365. "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1",
  366. "Microsoft.Identity.Client": "4.61.3",
  367. "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
  368. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
  369. "Microsoft.SqlServer.Server": "1.0.0",
  370. "System.Configuration.ConfigurationManager": "6.0.1",
  371. "System.Diagnostics.DiagnosticSource": "6.0.1",
  372. "System.Runtime.Caching": "6.0.0",
  373. "System.Security.Cryptography.Cng": "5.0.0",
  374. "System.Security.Principal.Windows": "5.0.0",
  375. "System.Text.Encoding.CodePages": "6.0.0",
  376. "System.Text.Encodings.Web": "6.0.0"
  377. },
  378. "runtime": {
  379. "lib/net6.0/Microsoft.Data.SqlClient.dll": {
  380. "assemblyVersion": "5.0.0.0",
  381. "fileVersion": "5.16.24240.5"
  382. }
  383. },
  384. "runtimeTargets": {
  385. "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  386. "rid": "unix",
  387. "assetType": "runtime",
  388. "assemblyVersion": "5.0.0.0",
  389. "fileVersion": "5.16.24240.5"
  390. },
  391. "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  392. "rid": "win",
  393. "assetType": "runtime",
  394. "assemblyVersion": "5.0.0.0",
  395. "fileVersion": "5.16.24240.5"
  396. }
  397. }
  398. },
  399. "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
  400. "runtimeTargets": {
  401. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  402. "rid": "win-arm",
  403. "assetType": "native",
  404. "fileVersion": "5.1.1.0"
  405. },
  406. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  407. "rid": "win-arm64",
  408. "assetType": "native",
  409. "fileVersion": "5.1.1.0"
  410. },
  411. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  412. "rid": "win-x64",
  413. "assetType": "native",
  414. "fileVersion": "5.1.1.0"
  415. },
  416. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  417. "rid": "win-x86",
  418. "assetType": "native",
  419. "fileVersion": "5.1.1.0"
  420. }
  421. }
  422. },
  423. "Microsoft.EntityFrameworkCore/9.0.0": {
  424. "dependencies": {
  425. "Microsoft.EntityFrameworkCore.Abstractions": "9.0.0",
  426. "Microsoft.EntityFrameworkCore.Analyzers": "9.0.0",
  427. "Microsoft.Extensions.Caching.Memory": "9.0.0",
  428. "Microsoft.Extensions.Logging": "9.0.0"
  429. },
  430. "runtime": {
  431. "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
  432. "assemblyVersion": "9.0.0.0",
  433. "fileVersion": "9.0.24.52902"
  434. }
  435. }
  436. },
  437. "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": {
  438. "runtime": {
  439. "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  440. "assemblyVersion": "9.0.0.0",
  441. "fileVersion": "9.0.24.52902"
  442. }
  443. }
  444. },
  445. "Microsoft.EntityFrameworkCore.Analyzers/9.0.0": {},
  446. "Microsoft.EntityFrameworkCore.Design/9.0.0": {
  447. "dependencies": {
  448. "Humanizer.Core": "2.14.1",
  449. "Microsoft.Build.Framework": "17.8.3",
  450. "Microsoft.Build.Locator": "1.7.8",
  451. "Microsoft.CodeAnalysis.CSharp": "4.8.0",
  452. "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
  453. "Microsoft.CodeAnalysis.Workspaces.MSBuild": "4.8.0",
  454. "Microsoft.EntityFrameworkCore.Relational": "9.0.0",
  455. "Microsoft.Extensions.Caching.Memory": "9.0.0",
  456. "Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
  457. "Microsoft.Extensions.DependencyModel": "9.0.0",
  458. "Microsoft.Extensions.Logging": "9.0.0",
  459. "Mono.TextTemplating": "3.0.0",
  460. "System.Text.Json": "9.0.0"
  461. },
  462. "runtime": {
  463. "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": {
  464. "assemblyVersion": "9.0.0.0",
  465. "fileVersion": "9.0.24.52902"
  466. }
  467. }
  468. },
  469. "Microsoft.EntityFrameworkCore.Relational/9.0.0": {
  470. "dependencies": {
  471. "Microsoft.EntityFrameworkCore": "9.0.0",
  472. "Microsoft.Extensions.Caching.Memory": "9.0.0",
  473. "Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
  474. "Microsoft.Extensions.Logging": "9.0.0"
  475. },
  476. "runtime": {
  477. "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
  478. "assemblyVersion": "9.0.0.0",
  479. "fileVersion": "9.0.24.52902"
  480. }
  481. }
  482. },
  483. "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": {
  484. "dependencies": {
  485. "Microsoft.Data.SqlClient": "5.1.6",
  486. "Microsoft.EntityFrameworkCore.Relational": "9.0.0",
  487. "Microsoft.Extensions.Caching.Memory": "9.0.0",
  488. "Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
  489. "Microsoft.Extensions.Logging": "9.0.0",
  490. "System.Formats.Asn1": "9.0.0",
  491. "System.Text.Json": "9.0.0"
  492. },
  493. "runtime": {
  494. "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
  495. "assemblyVersion": "9.0.0.0",
  496. "fileVersion": "9.0.24.52902"
  497. }
  498. }
  499. },
  500. "Microsoft.EntityFrameworkCore.Tools/9.0.0": {
  501. "dependencies": {
  502. "Microsoft.EntityFrameworkCore.Design": "9.0.0"
  503. }
  504. },
  505. "Microsoft.Extensions.Caching.Abstractions/9.0.0": {
  506. "dependencies": {
  507. "Microsoft.Extensions.Primitives": "9.0.0"
  508. },
  509. "runtime": {
  510. "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  511. "assemblyVersion": "9.0.0.0",
  512. "fileVersion": "9.0.24.52809"
  513. }
  514. }
  515. },
  516. "Microsoft.Extensions.Caching.Memory/9.0.0": {
  517. "dependencies": {
  518. "Microsoft.Extensions.Caching.Abstractions": "9.0.0",
  519. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
  520. "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
  521. "Microsoft.Extensions.Options": "9.0.0",
  522. "Microsoft.Extensions.Primitives": "9.0.0"
  523. },
  524. "runtime": {
  525. "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": {
  526. "assemblyVersion": "9.0.0.0",
  527. "fileVersion": "9.0.24.52809"
  528. }
  529. }
  530. },
  531. "Microsoft.Extensions.Configuration.Abstractions/9.0.0": {
  532. "dependencies": {
  533. "Microsoft.Extensions.Primitives": "9.0.0"
  534. },
  535. "runtime": {
  536. "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  537. "assemblyVersion": "9.0.0.0",
  538. "fileVersion": "9.0.24.52809"
  539. }
  540. }
  541. },
  542. "Microsoft.Extensions.DependencyInjection/9.0.0": {
  543. "dependencies": {
  544. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
  545. },
  546. "runtime": {
  547. "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
  548. "assemblyVersion": "9.0.0.0",
  549. "fileVersion": "9.0.24.52809"
  550. }
  551. }
  552. },
  553. "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
  554. "runtime": {
  555. "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  556. "assemblyVersion": "9.0.0.0",
  557. "fileVersion": "9.0.24.52809"
  558. }
  559. }
  560. },
  561. "Microsoft.Extensions.DependencyModel/9.0.0": {
  562. "runtime": {
  563. "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
  564. "assemblyVersion": "9.0.0.0",
  565. "fileVersion": "9.0.24.52809"
  566. }
  567. }
  568. },
  569. "Microsoft.Extensions.Logging/9.0.0": {
  570. "dependencies": {
  571. "Microsoft.Extensions.DependencyInjection": "9.0.0",
  572. "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
  573. "Microsoft.Extensions.Options": "9.0.0"
  574. },
  575. "runtime": {
  576. "lib/net9.0/Microsoft.Extensions.Logging.dll": {
  577. "assemblyVersion": "9.0.0.0",
  578. "fileVersion": "9.0.24.52809"
  579. }
  580. }
  581. },
  582. "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
  583. "dependencies": {
  584. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
  585. },
  586. "runtime": {
  587. "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  588. "assemblyVersion": "9.0.0.0",
  589. "fileVersion": "9.0.24.52809"
  590. }
  591. }
  592. },
  593. "Microsoft.Extensions.Options/9.0.0": {
  594. "dependencies": {
  595. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
  596. "Microsoft.Extensions.Primitives": "9.0.0"
  597. },
  598. "runtime": {
  599. "lib/net9.0/Microsoft.Extensions.Options.dll": {
  600. "assemblyVersion": "9.0.0.0",
  601. "fileVersion": "9.0.24.52809"
  602. }
  603. }
  604. },
  605. "Microsoft.Extensions.Primitives/9.0.0": {
  606. "runtime": {
  607. "lib/net9.0/Microsoft.Extensions.Primitives.dll": {
  608. "assemblyVersion": "9.0.0.0",
  609. "fileVersion": "9.0.24.52809"
  610. }
  611. }
  612. },
  613. "Microsoft.Identity.Client/4.61.3": {
  614. "dependencies": {
  615. "Microsoft.IdentityModel.Abstractions": "6.35.0",
  616. "System.Diagnostics.DiagnosticSource": "6.0.1"
  617. },
  618. "runtime": {
  619. "lib/net6.0/Microsoft.Identity.Client.dll": {
  620. "assemblyVersion": "4.61.3.0",
  621. "fileVersion": "4.61.3.0"
  622. }
  623. }
  624. },
  625. "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
  626. "dependencies": {
  627. "Microsoft.Identity.Client": "4.61.3",
  628. "System.Security.Cryptography.ProtectedData": "6.0.0"
  629. },
  630. "runtime": {
  631. "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
  632. "assemblyVersion": "4.61.3.0",
  633. "fileVersion": "4.61.3.0"
  634. }
  635. }
  636. },
  637. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  638. "runtime": {
  639. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  640. "assemblyVersion": "6.35.0.0",
  641. "fileVersion": "6.35.0.41201"
  642. }
  643. }
  644. },
  645. "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
  646. "dependencies": {
  647. "Microsoft.IdentityModel.Tokens": "6.35.0",
  648. "System.Text.Encoding": "4.3.0",
  649. "System.Text.Encodings.Web": "6.0.0",
  650. "System.Text.Json": "9.0.0"
  651. },
  652. "runtime": {
  653. "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  654. "assemblyVersion": "6.35.0.0",
  655. "fileVersion": "6.35.0.41201"
  656. }
  657. }
  658. },
  659. "Microsoft.IdentityModel.Logging/6.35.0": {
  660. "dependencies": {
  661. "Microsoft.IdentityModel.Abstractions": "6.35.0"
  662. },
  663. "runtime": {
  664. "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
  665. "assemblyVersion": "6.35.0.0",
  666. "fileVersion": "6.35.0.41201"
  667. }
  668. }
  669. },
  670. "Microsoft.IdentityModel.Protocols/6.35.0": {
  671. "dependencies": {
  672. "Microsoft.IdentityModel.Logging": "6.35.0",
  673. "Microsoft.IdentityModel.Tokens": "6.35.0"
  674. },
  675. "runtime": {
  676. "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
  677. "assemblyVersion": "6.35.0.0",
  678. "fileVersion": "6.35.0.41201"
  679. }
  680. }
  681. },
  682. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
  683. "dependencies": {
  684. "Microsoft.IdentityModel.Protocols": "6.35.0",
  685. "System.IdentityModel.Tokens.Jwt": "6.35.0"
  686. },
  687. "runtime": {
  688. "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  689. "assemblyVersion": "6.35.0.0",
  690. "fileVersion": "6.35.0.41201"
  691. }
  692. }
  693. },
  694. "Microsoft.IdentityModel.Tokens/6.35.0": {
  695. "dependencies": {
  696. "Microsoft.CSharp": "4.5.0",
  697. "Microsoft.IdentityModel.Logging": "6.35.0",
  698. "System.Security.Cryptography.Cng": "5.0.0"
  699. },
  700. "runtime": {
  701. "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
  702. "assemblyVersion": "6.35.0.0",
  703. "fileVersion": "6.35.0.41201"
  704. }
  705. }
  706. },
  707. "Microsoft.NETCore.Platforms/1.1.0": {},
  708. "Microsoft.NETCore.Targets/1.1.0": {},
  709. "Microsoft.SqlServer.Server/1.0.0": {
  710. "runtime": {
  711. "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
  712. "assemblyVersion": "1.0.0.0",
  713. "fileVersion": "1.0.0.0"
  714. }
  715. }
  716. },
  717. "Microsoft.Win32.SystemEvents/6.0.0": {
  718. "runtime": {
  719. "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  720. "assemblyVersion": "6.0.0.0",
  721. "fileVersion": "6.0.21.52210"
  722. }
  723. },
  724. "runtimeTargets": {
  725. "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  726. "rid": "win",
  727. "assetType": "runtime",
  728. "assemblyVersion": "6.0.0.0",
  729. "fileVersion": "6.0.21.52210"
  730. }
  731. }
  732. },
  733. "Mono.TextTemplating/3.0.0": {
  734. "dependencies": {
  735. "System.CodeDom": "6.0.0"
  736. },
  737. "runtime": {
  738. "lib/net6.0/Mono.TextTemplating.dll": {
  739. "assemblyVersion": "3.0.0.0",
  740. "fileVersion": "3.0.0.1"
  741. }
  742. }
  743. },
  744. "Newtonsoft.Json/13.0.1": {
  745. "runtime": {
  746. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  747. "assemblyVersion": "13.0.0.0",
  748. "fileVersion": "13.0.1.25517"
  749. }
  750. }
  751. },
  752. "System.ClientModel/1.0.0": {
  753. "dependencies": {
  754. "System.Memory.Data": "1.0.2",
  755. "System.Text.Json": "9.0.0"
  756. },
  757. "runtime": {
  758. "lib/net6.0/System.ClientModel.dll": {
  759. "assemblyVersion": "1.0.0.0",
  760. "fileVersion": "1.0.24.5302"
  761. }
  762. }
  763. },
  764. "System.CodeDom/6.0.0": {
  765. "runtime": {
  766. "lib/net6.0/System.CodeDom.dll": {
  767. "assemblyVersion": "6.0.0.0",
  768. "fileVersion": "6.0.21.52210"
  769. }
  770. }
  771. },
  772. "System.Collections.Immutable/7.0.0": {},
  773. "System.Composition/7.0.0": {
  774. "dependencies": {
  775. "System.Composition.AttributedModel": "7.0.0",
  776. "System.Composition.Convention": "7.0.0",
  777. "System.Composition.Hosting": "7.0.0",
  778. "System.Composition.Runtime": "7.0.0",
  779. "System.Composition.TypedParts": "7.0.0"
  780. }
  781. },
  782. "System.Composition.AttributedModel/7.0.0": {
  783. "runtime": {
  784. "lib/net7.0/System.Composition.AttributedModel.dll": {
  785. "assemblyVersion": "7.0.0.0",
  786. "fileVersion": "7.0.22.51805"
  787. }
  788. }
  789. },
  790. "System.Composition.Convention/7.0.0": {
  791. "dependencies": {
  792. "System.Composition.AttributedModel": "7.0.0"
  793. },
  794. "runtime": {
  795. "lib/net7.0/System.Composition.Convention.dll": {
  796. "assemblyVersion": "7.0.0.0",
  797. "fileVersion": "7.0.22.51805"
  798. }
  799. }
  800. },
  801. "System.Composition.Hosting/7.0.0": {
  802. "dependencies": {
  803. "System.Composition.Runtime": "7.0.0"
  804. },
  805. "runtime": {
  806. "lib/net7.0/System.Composition.Hosting.dll": {
  807. "assemblyVersion": "7.0.0.0",
  808. "fileVersion": "7.0.22.51805"
  809. }
  810. }
  811. },
  812. "System.Composition.Runtime/7.0.0": {
  813. "runtime": {
  814. "lib/net7.0/System.Composition.Runtime.dll": {
  815. "assemblyVersion": "7.0.0.0",
  816. "fileVersion": "7.0.22.51805"
  817. }
  818. }
  819. },
  820. "System.Composition.TypedParts/7.0.0": {
  821. "dependencies": {
  822. "System.Composition.AttributedModel": "7.0.0",
  823. "System.Composition.Hosting": "7.0.0",
  824. "System.Composition.Runtime": "7.0.0"
  825. },
  826. "runtime": {
  827. "lib/net7.0/System.Composition.TypedParts.dll": {
  828. "assemblyVersion": "7.0.0.0",
  829. "fileVersion": "7.0.22.51805"
  830. }
  831. }
  832. },
  833. "System.Configuration.ConfigurationManager/6.0.1": {
  834. "dependencies": {
  835. "System.Security.Cryptography.ProtectedData": "6.0.0",
  836. "System.Security.Permissions": "6.0.0"
  837. },
  838. "runtime": {
  839. "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
  840. "assemblyVersion": "6.0.0.0",
  841. "fileVersion": "6.0.922.41905"
  842. }
  843. }
  844. },
  845. "System.Diagnostics.DiagnosticSource/6.0.1": {
  846. "dependencies": {
  847. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  848. }
  849. },
  850. "System.Drawing.Common/6.0.0": {
  851. "dependencies": {
  852. "Microsoft.Win32.SystemEvents": "6.0.0"
  853. },
  854. "runtime": {
  855. "lib/net6.0/System.Drawing.Common.dll": {
  856. "assemblyVersion": "6.0.0.0",
  857. "fileVersion": "6.0.21.52210"
  858. }
  859. },
  860. "runtimeTargets": {
  861. "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
  862. "rid": "unix",
  863. "assetType": "runtime",
  864. "assemblyVersion": "6.0.0.0",
  865. "fileVersion": "6.0.21.52210"
  866. },
  867. "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
  868. "rid": "win",
  869. "assetType": "runtime",
  870. "assemblyVersion": "6.0.0.0",
  871. "fileVersion": "6.0.21.52210"
  872. }
  873. }
  874. },
  875. "System.Formats.Asn1/9.0.0": {},
  876. "System.IdentityModel.Tokens.Jwt/6.35.0": {
  877. "dependencies": {
  878. "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
  879. "Microsoft.IdentityModel.Tokens": "6.35.0"
  880. },
  881. "runtime": {
  882. "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
  883. "assemblyVersion": "6.35.0.0",
  884. "fileVersion": "6.35.0.41201"
  885. }
  886. }
  887. },
  888. "System.IO.Pipelines/7.0.0": {},
  889. "System.Memory/4.5.4": {},
  890. "System.Memory.Data/1.0.2": {
  891. "dependencies": {
  892. "System.Text.Encodings.Web": "6.0.0",
  893. "System.Text.Json": "9.0.0"
  894. },
  895. "runtime": {
  896. "lib/netstandard2.0/System.Memory.Data.dll": {
  897. "assemblyVersion": "1.0.2.0",
  898. "fileVersion": "1.0.221.20802"
  899. }
  900. }
  901. },
  902. "System.Numerics.Vectors/4.5.0": {},
  903. "System.Reflection.Metadata/7.0.0": {
  904. "dependencies": {
  905. "System.Collections.Immutable": "7.0.0"
  906. }
  907. },
  908. "System.Runtime/4.3.0": {
  909. "dependencies": {
  910. "Microsoft.NETCore.Platforms": "1.1.0",
  911. "Microsoft.NETCore.Targets": "1.1.0"
  912. }
  913. },
  914. "System.Runtime.Caching/6.0.0": {
  915. "dependencies": {
  916. "System.Configuration.ConfigurationManager": "6.0.1"
  917. },
  918. "runtime": {
  919. "lib/net6.0/System.Runtime.Caching.dll": {
  920. "assemblyVersion": "4.0.0.0",
  921. "fileVersion": "6.0.21.52210"
  922. }
  923. },
  924. "runtimeTargets": {
  925. "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
  926. "rid": "win",
  927. "assetType": "runtime",
  928. "assemblyVersion": "4.0.0.0",
  929. "fileVersion": "6.0.21.52210"
  930. }
  931. }
  932. },
  933. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  934. "System.Security.AccessControl/6.0.0": {},
  935. "System.Security.Cryptography.Cng/5.0.0": {
  936. "dependencies": {
  937. "System.Formats.Asn1": "9.0.0"
  938. }
  939. },
  940. "System.Security.Cryptography.ProtectedData/6.0.0": {
  941. "runtime": {
  942. "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  943. "assemblyVersion": "6.0.0.0",
  944. "fileVersion": "6.0.21.52210"
  945. }
  946. },
  947. "runtimeTargets": {
  948. "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  949. "rid": "win",
  950. "assetType": "runtime",
  951. "assemblyVersion": "6.0.0.0",
  952. "fileVersion": "6.0.21.52210"
  953. }
  954. }
  955. },
  956. "System.Security.Permissions/6.0.0": {
  957. "dependencies": {
  958. "System.Security.AccessControl": "6.0.0",
  959. "System.Windows.Extensions": "6.0.0"
  960. },
  961. "runtime": {
  962. "lib/net6.0/System.Security.Permissions.dll": {
  963. "assemblyVersion": "6.0.0.0",
  964. "fileVersion": "6.0.21.52210"
  965. }
  966. }
  967. },
  968. "System.Security.Principal.Windows/5.0.0": {},
  969. "System.Text.Encoding/4.3.0": {
  970. "dependencies": {
  971. "Microsoft.NETCore.Platforms": "1.1.0",
  972. "Microsoft.NETCore.Targets": "1.1.0",
  973. "System.Runtime": "4.3.0"
  974. }
  975. },
  976. "System.Text.Encoding.CodePages/6.0.0": {
  977. "dependencies": {
  978. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  979. }
  980. },
  981. "System.Text.Encodings.Web/6.0.0": {
  982. "dependencies": {
  983. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  984. }
  985. },
  986. "System.Text.Json/9.0.0": {},
  987. "System.Threading.Channels/7.0.0": {},
  988. "System.Threading.Tasks.Extensions/4.5.4": {},
  989. "System.Windows.Extensions/6.0.0": {
  990. "dependencies": {
  991. "System.Drawing.Common": "6.0.0"
  992. },
  993. "runtime": {
  994. "lib/net6.0/System.Windows.Extensions.dll": {
  995. "assemblyVersion": "6.0.0.0",
  996. "fileVersion": "6.0.21.52210"
  997. }
  998. },
  999. "runtimeTargets": {
  1000. "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
  1001. "rid": "win",
  1002. "assetType": "runtime",
  1003. "assemblyVersion": "6.0.0.0",
  1004. "fileVersion": "6.0.21.52210"
  1005. }
  1006. }
  1007. },
  1008. "Domain/1.0.0": {
  1009. "dependencies": {
  1010. "Infrastructure": "1.0.0",
  1011. "Microsoft.EntityFrameworkCore": "9.0.0",
  1012. "Microsoft.EntityFrameworkCore.Abstractions": "9.0.0",
  1013. "Microsoft.EntityFrameworkCore.Analyzers": "9.0.0",
  1014. "Microsoft.EntityFrameworkCore.Relational": "9.0.0",
  1015. "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0"
  1016. },
  1017. "runtime": {
  1018. "Domain.dll": {
  1019. "assemblyVersion": "1.0.0",
  1020. "fileVersion": "1.0.0.0"
  1021. }
  1022. }
  1023. },
  1024. "Infrastructure/1.0.0": {
  1025. "dependencies": {
  1026. "Microsoft.EntityFrameworkCore": "9.0.0",
  1027. "Microsoft.EntityFrameworkCore.Abstractions": "9.0.0",
  1028. "Microsoft.EntityFrameworkCore.Analyzers": "9.0.0",
  1029. "Microsoft.EntityFrameworkCore.Relational": "9.0.0",
  1030. "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0",
  1031. "Newtonsoft.Json": "13.0.1"
  1032. },
  1033. "runtime": {
  1034. "Infrastructure.dll": {
  1035. "assemblyVersion": "1.0.0",
  1036. "fileVersion": "1.0.0.0"
  1037. }
  1038. }
  1039. }
  1040. }
  1041. },
  1042. "libraries": {
  1043. "DataLayer/1.0.0": {
  1044. "type": "project",
  1045. "serviceable": false,
  1046. "sha512": ""
  1047. },
  1048. "Azure.Core/1.38.0": {
  1049. "type": "package",
  1050. "serviceable": true,
  1051. "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
  1052. "path": "azure.core/1.38.0",
  1053. "hashPath": "azure.core.1.38.0.nupkg.sha512"
  1054. },
  1055. "Azure.Identity/1.11.4": {
  1056. "type": "package",
  1057. "serviceable": true,
  1058. "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
  1059. "path": "azure.identity/1.11.4",
  1060. "hashPath": "azure.identity.1.11.4.nupkg.sha512"
  1061. },
  1062. "Humanizer.Core/2.14.1": {
  1063. "type": "package",
  1064. "serviceable": true,
  1065. "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==",
  1066. "path": "humanizer.core/2.14.1",
  1067. "hashPath": "humanizer.core.2.14.1.nupkg.sha512"
  1068. },
  1069. "Microsoft.Bcl.AsyncInterfaces/7.0.0": {
  1070. "type": "package",
  1071. "serviceable": true,
  1072. "sha512": "sha512-3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==",
  1073. "path": "microsoft.bcl.asyncinterfaces/7.0.0",
  1074. "hashPath": "microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512"
  1075. },
  1076. "Microsoft.Build.Framework/17.8.3": {
  1077. "type": "package",
  1078. "serviceable": true,
  1079. "sha512": "sha512-NrQZJW8TlKVPx72yltGb8SVz3P5mNRk9fNiD/ao8jRSk48WqIIdCn99q4IjlVmPcruuQ+yLdjNQLL8Rb4c916g==",
  1080. "path": "microsoft.build.framework/17.8.3",
  1081. "hashPath": "microsoft.build.framework.17.8.3.nupkg.sha512"
  1082. },
  1083. "Microsoft.Build.Locator/1.7.8": {
  1084. "type": "package",
  1085. "serviceable": true,
  1086. "sha512": "sha512-sPy10x527Ph16S2u0yGME4S6ohBKJ69WfjeGG/bvELYeZVmJdKjxgnlL8cJJJLGV/cZIRqSfB12UDB8ICakOog==",
  1087. "path": "microsoft.build.locator/1.7.8",
  1088. "hashPath": "microsoft.build.locator.1.7.8.nupkg.sha512"
  1089. },
  1090. "Microsoft.CodeAnalysis.Analyzers/3.3.4": {
  1091. "type": "package",
  1092. "serviceable": true,
  1093. "sha512": "sha512-AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==",
  1094. "path": "microsoft.codeanalysis.analyzers/3.3.4",
  1095. "hashPath": "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512"
  1096. },
  1097. "Microsoft.CodeAnalysis.Common/4.8.0": {
  1098. "type": "package",
  1099. "serviceable": true,
  1100. "sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==",
  1101. "path": "microsoft.codeanalysis.common/4.8.0",
  1102. "hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512"
  1103. },
  1104. "Microsoft.CodeAnalysis.CSharp/4.8.0": {
  1105. "type": "package",
  1106. "serviceable": true,
  1107. "sha512": "sha512-+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==",
  1108. "path": "microsoft.codeanalysis.csharp/4.8.0",
  1109. "hashPath": "microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512"
  1110. },
  1111. "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
  1112. "type": "package",
  1113. "serviceable": true,
  1114. "sha512": "sha512-3amm4tq4Lo8/BGvg9p3BJh3S9nKq2wqCXfS7138i69TUpo/bD+XvD0hNurpEBtcNZhi1FyutiomKJqVF39ugYA==",
  1115. "path": "microsoft.codeanalysis.csharp.workspaces/4.8.0",
  1116. "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512"
  1117. },
  1118. "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
  1119. "type": "package",
  1120. "serviceable": true,
  1121. "sha512": "sha512-LXyV+MJKsKRu3FGJA3OmSk40OUIa/dQCFLOnm5X8MNcujx7hzGu8o+zjXlb/cy5xUdZK2UKYb9YaQ2E8m9QehQ==",
  1122. "path": "microsoft.codeanalysis.workspaces.common/4.8.0",
  1123. "hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512"
  1124. },
  1125. "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": {
  1126. "type": "package",
  1127. "serviceable": true,
  1128. "sha512": "sha512-IEYreI82QZKklp54yPHxZNG9EKSK6nHEkeuf+0Asie9llgS1gp0V1hw7ODG+QyoB7MuAnNQHmeV1Per/ECpv6A==",
  1129. "path": "microsoft.codeanalysis.workspaces.msbuild/4.8.0",
  1130. "hashPath": "microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512"
  1131. },
  1132. "Microsoft.CSharp/4.5.0": {
  1133. "type": "package",
  1134. "serviceable": true,
  1135. "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
  1136. "path": "microsoft.csharp/4.5.0",
  1137. "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
  1138. },
  1139. "Microsoft.Data.SqlClient/5.1.6": {
  1140. "type": "package",
  1141. "serviceable": true,
  1142. "sha512": "sha512-+pz7gIPh5ydsBcQvivt4R98PwJXer86fyQBBToIBLxZ5kuhW4N13Ijz87s9WpuPtF1vh4JesYCgpDPAOgkMhdg==",
  1143. "path": "microsoft.data.sqlclient/5.1.6",
  1144. "hashPath": "microsoft.data.sqlclient.5.1.6.nupkg.sha512"
  1145. },
  1146. "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
  1147. "type": "package",
  1148. "serviceable": true,
  1149. "sha512": "sha512-wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==",
  1150. "path": "microsoft.data.sqlclient.sni.runtime/5.1.1",
  1151. "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512"
  1152. },
  1153. "Microsoft.EntityFrameworkCore/9.0.0": {
  1154. "type": "package",
  1155. "serviceable": true,
  1156. "sha512": "sha512-wpG+nfnfDAw87R3ovAsUmjr3MZ4tYXf6bFqEPVAIKE6IfPml3DS//iX0DBnf8kWn5ZHSO5oi1m4d/Jf+1LifJQ==",
  1157. "path": "microsoft.entityframeworkcore/9.0.0",
  1158. "hashPath": "microsoft.entityframeworkcore.9.0.0.nupkg.sha512"
  1159. },
  1160. "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": {
  1161. "type": "package",
  1162. "serviceable": true,
  1163. "sha512": "sha512-fnmifFL8KaA4ZNLCVgfjCWhZUFxkrDInx5hR4qG7Q8IEaSiy/6VOSRFyx55oH7MV4y7wM3J3EE90nSpcVBI44Q==",
  1164. "path": "microsoft.entityframeworkcore.abstractions/9.0.0",
  1165. "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512"
  1166. },
  1167. "Microsoft.EntityFrameworkCore.Analyzers/9.0.0": {
  1168. "type": "package",
  1169. "serviceable": true,
  1170. "sha512": "sha512-Qje+DzXJOKiXF72SL0XxNlDtTkvWWvmwknuZtFahY5hIQpRKO59qnGuERIQ3qlzuq5x4bAJ8WMbgU5DLhBgeOQ==",
  1171. "path": "microsoft.entityframeworkcore.analyzers/9.0.0",
  1172. "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.0.nupkg.sha512"
  1173. },
  1174. "Microsoft.EntityFrameworkCore.Design/9.0.0": {
  1175. "type": "package",
  1176. "serviceable": true,
  1177. "sha512": "sha512-Pqo8I+yHJ3VQrAoY0hiSncf+5P7gN/RkNilK5e+/K/yKh+yAWxdUAI6t0TG26a9VPlCa9FhyklzyFvRyj3YG9A==",
  1178. "path": "microsoft.entityframeworkcore.design/9.0.0",
  1179. "hashPath": "microsoft.entityframeworkcore.design.9.0.0.nupkg.sha512"
  1180. },
  1181. "Microsoft.EntityFrameworkCore.Relational/9.0.0": {
  1182. "type": "package",
  1183. "serviceable": true,
  1184. "sha512": "sha512-j+msw6fWgAE9M3Q/5B9Uhv7pdAdAQUvFPJAiBJmoy+OXvehVbfbCE8ftMAa51Uo2ZeiqVnHShhnv4Y4UJJmUzA==",
  1185. "path": "microsoft.entityframeworkcore.relational/9.0.0",
  1186. "hashPath": "microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512"
  1187. },
  1188. "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": {
  1189. "type": "package",
  1190. "serviceable": true,
  1191. "sha512": "sha512-3Y7/3kgz6C5kRFeELLZ5VeIeBlxB31x/ywscbN4r1JqTXIy8WWGo0CqzuOxBy4UzaTzpifElAZvv4fyD3ZQK5w==",
  1192. "path": "microsoft.entityframeworkcore.sqlserver/9.0.0",
  1193. "hashPath": "microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512"
  1194. },
  1195. "Microsoft.EntityFrameworkCore.Tools/9.0.0": {
  1196. "type": "package",
  1197. "serviceable": true,
  1198. "sha512": "sha512-qjw+3/CaWiWnyVblvKHY11rQKH5eHQDSbtxjgxVhxGJrOpmjZ3JxtD0pjwkr4y/ELubsXr6xDfBcRJSkX/9hWQ==",
  1199. "path": "microsoft.entityframeworkcore.tools/9.0.0",
  1200. "hashPath": "microsoft.entityframeworkcore.tools.9.0.0.nupkg.sha512"
  1201. },
  1202. "Microsoft.Extensions.Caching.Abstractions/9.0.0": {
  1203. "type": "package",
  1204. "serviceable": true,
  1205. "sha512": "sha512-FPWZAa9c0H4dvOj351iR1jkUIs4u9ykL4Bm592yhjDyO5lCoWd+TMAHx2EMbarzUvCvgjWjJIoC6//Q9kH6YhA==",
  1206. "path": "microsoft.extensions.caching.abstractions/9.0.0",
  1207. "hashPath": "microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512"
  1208. },
  1209. "Microsoft.Extensions.Caching.Memory/9.0.0": {
  1210. "type": "package",
  1211. "serviceable": true,
  1212. "sha512": "sha512-zbnPX/JQ0pETRSUG9fNPBvpIq42Aufvs15gGYyNIMhCun9yhmWihz0WgsI7bSDPjxWTKBf8oX/zv6v2uZ3W9OQ==",
  1213. "path": "microsoft.extensions.caching.memory/9.0.0",
  1214. "hashPath": "microsoft.extensions.caching.memory.9.0.0.nupkg.sha512"
  1215. },
  1216. "Microsoft.Extensions.Configuration.Abstractions/9.0.0": {
  1217. "type": "package",
  1218. "serviceable": true,
  1219. "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==",
  1220. "path": "microsoft.extensions.configuration.abstractions/9.0.0",
  1221. "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512"
  1222. },
  1223. "Microsoft.Extensions.DependencyInjection/9.0.0": {
  1224. "type": "package",
  1225. "serviceable": true,
  1226. "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==",
  1227. "path": "microsoft.extensions.dependencyinjection/9.0.0",
  1228. "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512"
  1229. },
  1230. "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
  1231. "type": "package",
  1232. "serviceable": true,
  1233. "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==",
  1234. "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0",
  1235. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512"
  1236. },
  1237. "Microsoft.Extensions.DependencyModel/9.0.0": {
  1238. "type": "package",
  1239. "serviceable": true,
  1240. "sha512": "sha512-saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==",
  1241. "path": "microsoft.extensions.dependencymodel/9.0.0",
  1242. "hashPath": "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512"
  1243. },
  1244. "Microsoft.Extensions.Logging/9.0.0": {
  1245. "type": "package",
  1246. "serviceable": true,
  1247. "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==",
  1248. "path": "microsoft.extensions.logging/9.0.0",
  1249. "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512"
  1250. },
  1251. "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
  1252. "type": "package",
  1253. "serviceable": true,
  1254. "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==",
  1255. "path": "microsoft.extensions.logging.abstractions/9.0.0",
  1256. "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512"
  1257. },
  1258. "Microsoft.Extensions.Options/9.0.0": {
  1259. "type": "package",
  1260. "serviceable": true,
  1261. "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==",
  1262. "path": "microsoft.extensions.options/9.0.0",
  1263. "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512"
  1264. },
  1265. "Microsoft.Extensions.Primitives/9.0.0": {
  1266. "type": "package",
  1267. "serviceable": true,
  1268. "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==",
  1269. "path": "microsoft.extensions.primitives/9.0.0",
  1270. "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512"
  1271. },
  1272. "Microsoft.Identity.Client/4.61.3": {
  1273. "type": "package",
  1274. "serviceable": true,
  1275. "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
  1276. "path": "microsoft.identity.client/4.61.3",
  1277. "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
  1278. },
  1279. "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
  1280. "type": "package",
  1281. "serviceable": true,
  1282. "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
  1283. "path": "microsoft.identity.client.extensions.msal/4.61.3",
  1284. "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
  1285. },
  1286. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  1287. "type": "package",
  1288. "serviceable": true,
  1289. "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
  1290. "path": "microsoft.identitymodel.abstractions/6.35.0",
  1291. "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
  1292. },
  1293. "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
  1294. "type": "package",
  1295. "serviceable": true,
  1296. "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==",
  1297. "path": "microsoft.identitymodel.jsonwebtokens/6.35.0",
  1298. "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512"
  1299. },
  1300. "Microsoft.IdentityModel.Logging/6.35.0": {
  1301. "type": "package",
  1302. "serviceable": true,
  1303. "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==",
  1304. "path": "microsoft.identitymodel.logging/6.35.0",
  1305. "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512"
  1306. },
  1307. "Microsoft.IdentityModel.Protocols/6.35.0": {
  1308. "type": "package",
  1309. "serviceable": true,
  1310. "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==",
  1311. "path": "microsoft.identitymodel.protocols/6.35.0",
  1312. "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512"
  1313. },
  1314. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
  1315. "type": "package",
  1316. "serviceable": true,
  1317. "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==",
  1318. "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
  1319. "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512"
  1320. },
  1321. "Microsoft.IdentityModel.Tokens/6.35.0": {
  1322. "type": "package",
  1323. "serviceable": true,
  1324. "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==",
  1325. "path": "microsoft.identitymodel.tokens/6.35.0",
  1326. "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512"
  1327. },
  1328. "Microsoft.NETCore.Platforms/1.1.0": {
  1329. "type": "package",
  1330. "serviceable": true,
  1331. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  1332. "path": "microsoft.netcore.platforms/1.1.0",
  1333. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  1334. },
  1335. "Microsoft.NETCore.Targets/1.1.0": {
  1336. "type": "package",
  1337. "serviceable": true,
  1338. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  1339. "path": "microsoft.netcore.targets/1.1.0",
  1340. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  1341. },
  1342. "Microsoft.SqlServer.Server/1.0.0": {
  1343. "type": "package",
  1344. "serviceable": true,
  1345. "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
  1346. "path": "microsoft.sqlserver.server/1.0.0",
  1347. "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
  1348. },
  1349. "Microsoft.Win32.SystemEvents/6.0.0": {
  1350. "type": "package",
  1351. "serviceable": true,
  1352. "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
  1353. "path": "microsoft.win32.systemevents/6.0.0",
  1354. "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
  1355. },
  1356. "Mono.TextTemplating/3.0.0": {
  1357. "type": "package",
  1358. "serviceable": true,
  1359. "sha512": "sha512-YqueG52R/Xej4VVbKuRIodjiAhV0HR/XVbLbNrJhCZnzjnSjgMJ/dCdV0akQQxavX6hp/LC6rqLGLcXeQYU7XA==",
  1360. "path": "mono.texttemplating/3.0.0",
  1361. "hashPath": "mono.texttemplating.3.0.0.nupkg.sha512"
  1362. },
  1363. "Newtonsoft.Json/13.0.1": {
  1364. "type": "package",
  1365. "serviceable": true,
  1366. "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
  1367. "path": "newtonsoft.json/13.0.1",
  1368. "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
  1369. },
  1370. "System.ClientModel/1.0.0": {
  1371. "type": "package",
  1372. "serviceable": true,
  1373. "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
  1374. "path": "system.clientmodel/1.0.0",
  1375. "hashPath": "system.clientmodel.1.0.0.nupkg.sha512"
  1376. },
  1377. "System.CodeDom/6.0.0": {
  1378. "type": "package",
  1379. "serviceable": true,
  1380. "sha512": "sha512-CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==",
  1381. "path": "system.codedom/6.0.0",
  1382. "hashPath": "system.codedom.6.0.0.nupkg.sha512"
  1383. },
  1384. "System.Collections.Immutable/7.0.0": {
  1385. "type": "package",
  1386. "serviceable": true,
  1387. "sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
  1388. "path": "system.collections.immutable/7.0.0",
  1389. "hashPath": "system.collections.immutable.7.0.0.nupkg.sha512"
  1390. },
  1391. "System.Composition/7.0.0": {
  1392. "type": "package",
  1393. "serviceable": true,
  1394. "sha512": "sha512-tRwgcAkDd85O8Aq6zHDANzQaq380cek9lbMg5Qma46u5BZXq/G+XvIYmu+UI+BIIZ9zssXLYrkTykEqxxvhcmg==",
  1395. "path": "system.composition/7.0.0",
  1396. "hashPath": "system.composition.7.0.0.nupkg.sha512"
  1397. },
  1398. "System.Composition.AttributedModel/7.0.0": {
  1399. "type": "package",
  1400. "serviceable": true,
  1401. "sha512": "sha512-2QzClqjElKxgI1jK1Jztnq44/8DmSuTSGGahXqQ4TdEV0h9s2KikQZIgcEqVzR7OuWDFPGLHIprBJGQEPr8fAQ==",
  1402. "path": "system.composition.attributedmodel/7.0.0",
  1403. "hashPath": "system.composition.attributedmodel.7.0.0.nupkg.sha512"
  1404. },
  1405. "System.Composition.Convention/7.0.0": {
  1406. "type": "package",
  1407. "serviceable": true,
  1408. "sha512": "sha512-IMhTlpCs4HmlD8B+J8/kWfwX7vrBBOs6xyjSTzBlYSs7W4OET4tlkR/Sg9NG8jkdJH9Mymq0qGdYS1VPqRTBnQ==",
  1409. "path": "system.composition.convention/7.0.0",
  1410. "hashPath": "system.composition.convention.7.0.0.nupkg.sha512"
  1411. },
  1412. "System.Composition.Hosting/7.0.0": {
  1413. "type": "package",
  1414. "serviceable": true,
  1415. "sha512": "sha512-eB6gwN9S+54jCTBJ5bpwMOVerKeUfGGTYCzz3QgDr1P55Gg/Wb27ShfPIhLMjmZ3MoAKu8uUSv6fcCdYJTN7Bg==",
  1416. "path": "system.composition.hosting/7.0.0",
  1417. "hashPath": "system.composition.hosting.7.0.0.nupkg.sha512"
  1418. },
  1419. "System.Composition.Runtime/7.0.0": {
  1420. "type": "package",
  1421. "serviceable": true,
  1422. "sha512": "sha512-aZJ1Zr5Txe925rbo4742XifEyW0MIni1eiUebmcrP3HwLXZ3IbXUj4MFMUH/RmnJOAQiS401leg/2Sz1MkApDw==",
  1423. "path": "system.composition.runtime/7.0.0",
  1424. "hashPath": "system.composition.runtime.7.0.0.nupkg.sha512"
  1425. },
  1426. "System.Composition.TypedParts/7.0.0": {
  1427. "type": "package",
  1428. "serviceable": true,
  1429. "sha512": "sha512-ZK0KNPfbtxVceTwh+oHNGUOYV2WNOHReX2AXipuvkURC7s/jPwoWfsu3SnDBDgofqbiWr96geofdQ2erm/KTHg==",
  1430. "path": "system.composition.typedparts/7.0.0",
  1431. "hashPath": "system.composition.typedparts.7.0.0.nupkg.sha512"
  1432. },
  1433. "System.Configuration.ConfigurationManager/6.0.1": {
  1434. "type": "package",
  1435. "serviceable": true,
  1436. "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
  1437. "path": "system.configuration.configurationmanager/6.0.1",
  1438. "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
  1439. },
  1440. "System.Diagnostics.DiagnosticSource/6.0.1": {
  1441. "type": "package",
  1442. "serviceable": true,
  1443. "sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
  1444. "path": "system.diagnostics.diagnosticsource/6.0.1",
  1445. "hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512"
  1446. },
  1447. "System.Drawing.Common/6.0.0": {
  1448. "type": "package",
  1449. "serviceable": true,
  1450. "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
  1451. "path": "system.drawing.common/6.0.0",
  1452. "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
  1453. },
  1454. "System.Formats.Asn1/9.0.0": {
  1455. "type": "package",
  1456. "serviceable": true,
  1457. "sha512": "sha512-VRDjgfqV0hCma5HBQa46nZTRuqfYMWZClwxUtvLJVTCeDp9Esdvr91AfEWP98IMO8ooSv1yXb6/oCc6jApoXvQ==",
  1458. "path": "system.formats.asn1/9.0.0",
  1459. "hashPath": "system.formats.asn1.9.0.0.nupkg.sha512"
  1460. },
  1461. "System.IdentityModel.Tokens.Jwt/6.35.0": {
  1462. "type": "package",
  1463. "serviceable": true,
  1464. "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
  1465. "path": "system.identitymodel.tokens.jwt/6.35.0",
  1466. "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512"
  1467. },
  1468. "System.IO.Pipelines/7.0.0": {
  1469. "type": "package",
  1470. "serviceable": true,
  1471. "sha512": "sha512-jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==",
  1472. "path": "system.io.pipelines/7.0.0",
  1473. "hashPath": "system.io.pipelines.7.0.0.nupkg.sha512"
  1474. },
  1475. "System.Memory/4.5.4": {
  1476. "type": "package",
  1477. "serviceable": true,
  1478. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  1479. "path": "system.memory/4.5.4",
  1480. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  1481. },
  1482. "System.Memory.Data/1.0.2": {
  1483. "type": "package",
  1484. "serviceable": true,
  1485. "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
  1486. "path": "system.memory.data/1.0.2",
  1487. "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
  1488. },
  1489. "System.Numerics.Vectors/4.5.0": {
  1490. "type": "package",
  1491. "serviceable": true,
  1492. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  1493. "path": "system.numerics.vectors/4.5.0",
  1494. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  1495. },
  1496. "System.Reflection.Metadata/7.0.0": {
  1497. "type": "package",
  1498. "serviceable": true,
  1499. "sha512": "sha512-MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==",
  1500. "path": "system.reflection.metadata/7.0.0",
  1501. "hashPath": "system.reflection.metadata.7.0.0.nupkg.sha512"
  1502. },
  1503. "System.Runtime/4.3.0": {
  1504. "type": "package",
  1505. "serviceable": true,
  1506. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1507. "path": "system.runtime/4.3.0",
  1508. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1509. },
  1510. "System.Runtime.Caching/6.0.0": {
  1511. "type": "package",
  1512. "serviceable": true,
  1513. "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
  1514. "path": "system.runtime.caching/6.0.0",
  1515. "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
  1516. },
  1517. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1518. "type": "package",
  1519. "serviceable": true,
  1520. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1521. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1522. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  1523. },
  1524. "System.Security.AccessControl/6.0.0": {
  1525. "type": "package",
  1526. "serviceable": true,
  1527. "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
  1528. "path": "system.security.accesscontrol/6.0.0",
  1529. "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
  1530. },
  1531. "System.Security.Cryptography.Cng/5.0.0": {
  1532. "type": "package",
  1533. "serviceable": true,
  1534. "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
  1535. "path": "system.security.cryptography.cng/5.0.0",
  1536. "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
  1537. },
  1538. "System.Security.Cryptography.ProtectedData/6.0.0": {
  1539. "type": "package",
  1540. "serviceable": true,
  1541. "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
  1542. "path": "system.security.cryptography.protecteddata/6.0.0",
  1543. "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
  1544. },
  1545. "System.Security.Permissions/6.0.0": {
  1546. "type": "package",
  1547. "serviceable": true,
  1548. "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
  1549. "path": "system.security.permissions/6.0.0",
  1550. "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
  1551. },
  1552. "System.Security.Principal.Windows/5.0.0": {
  1553. "type": "package",
  1554. "serviceable": true,
  1555. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1556. "path": "system.security.principal.windows/5.0.0",
  1557. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  1558. },
  1559. "System.Text.Encoding/4.3.0": {
  1560. "type": "package",
  1561. "serviceable": true,
  1562. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1563. "path": "system.text.encoding/4.3.0",
  1564. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1565. },
  1566. "System.Text.Encoding.CodePages/6.0.0": {
  1567. "type": "package",
  1568. "serviceable": true,
  1569. "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
  1570. "path": "system.text.encoding.codepages/6.0.0",
  1571. "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
  1572. },
  1573. "System.Text.Encodings.Web/6.0.0": {
  1574. "type": "package",
  1575. "serviceable": true,
  1576. "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
  1577. "path": "system.text.encodings.web/6.0.0",
  1578. "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
  1579. },
  1580. "System.Text.Json/9.0.0": {
  1581. "type": "package",
  1582. "serviceable": true,
  1583. "sha512": "sha512-js7+qAu/9mQvnhA4EfGMZNEzXtJCDxgkgj8ohuxq/Qxv+R56G+ljefhiJHOxTNiw54q8vmABCWUwkMulNdlZ4A==",
  1584. "path": "system.text.json/9.0.0",
  1585. "hashPath": "system.text.json.9.0.0.nupkg.sha512"
  1586. },
  1587. "System.Threading.Channels/7.0.0": {
  1588. "type": "package",
  1589. "serviceable": true,
  1590. "sha512": "sha512-qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==",
  1591. "path": "system.threading.channels/7.0.0",
  1592. "hashPath": "system.threading.channels.7.0.0.nupkg.sha512"
  1593. },
  1594. "System.Threading.Tasks.Extensions/4.5.4": {
  1595. "type": "package",
  1596. "serviceable": true,
  1597. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1598. "path": "system.threading.tasks.extensions/4.5.4",
  1599. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1600. },
  1601. "System.Windows.Extensions/6.0.0": {
  1602. "type": "package",
  1603. "serviceable": true,
  1604. "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
  1605. "path": "system.windows.extensions/6.0.0",
  1606. "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
  1607. },
  1608. "Domain/1.0.0": {
  1609. "type": "project",
  1610. "serviceable": false,
  1611. "sha512": ""
  1612. },
  1613. "Infrastructure/1.0.0": {
  1614. "type": "project",
  1615. "serviceable": false,
  1616. "sha512": ""
  1617. }
  1618. }
  1619. }