API.deps.json 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "API/1.0.0": {
  10. "dependencies": {
  11. "Microsoft.Data.SqlClient": "5.2.0",
  12. "Microsoft.Extensions.Configuration": "8.0.0",
  13. "Swashbuckle.AspNetCore": "6.4.0"
  14. },
  15. "runtime": {
  16. "API.dll": {}
  17. }
  18. },
  19. "Azure.Core/1.35.0": {
  20. "dependencies": {
  21. "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
  22. "System.Diagnostics.DiagnosticSource": "6.0.1",
  23. "System.Memory.Data": "1.0.2",
  24. "System.Numerics.Vectors": "4.5.0",
  25. "System.Text.Encodings.Web": "4.7.2",
  26. "System.Text.Json": "4.7.2",
  27. "System.Threading.Tasks.Extensions": "4.5.4"
  28. },
  29. "runtime": {
  30. "lib/net6.0/Azure.Core.dll": {
  31. "assemblyVersion": "1.35.0.0",
  32. "fileVersion": "1.3500.23.45706"
  33. }
  34. }
  35. },
  36. "Azure.Identity/1.10.3": {
  37. "dependencies": {
  38. "Azure.Core": "1.35.0",
  39. "Microsoft.Identity.Client": "4.56.0",
  40. "Microsoft.Identity.Client.Extensions.Msal": "4.56.0",
  41. "System.Memory": "4.5.4",
  42. "System.Security.Cryptography.ProtectedData": "8.0.0",
  43. "System.Text.Json": "4.7.2",
  44. "System.Threading.Tasks.Extensions": "4.5.4"
  45. },
  46. "runtime": {
  47. "lib/netstandard2.0/Azure.Identity.dll": {
  48. "assemblyVersion": "1.10.3.0",
  49. "fileVersion": "1.1000.323.51804"
  50. }
  51. }
  52. },
  53. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  54. "runtime": {
  55. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  56. "assemblyVersion": "1.0.0.0",
  57. "fileVersion": "4.700.20.21406"
  58. }
  59. }
  60. },
  61. "Microsoft.CSharp/4.5.0": {},
  62. "Microsoft.Data.SqlClient/5.2.0": {
  63. "dependencies": {
  64. "Azure.Identity": "1.10.3",
  65. "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0",
  66. "Microsoft.Identity.Client": "4.56.0",
  67. "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
  68. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
  69. "Microsoft.SqlServer.Server": "1.0.0",
  70. "System.Configuration.ConfigurationManager": "8.0.0",
  71. "System.Runtime.Caching": "8.0.0"
  72. },
  73. "runtime": {
  74. "lib/net8.0/Microsoft.Data.SqlClient.dll": {
  75. "assemblyVersion": "5.0.0.0",
  76. "fileVersion": "5.20.24059.2"
  77. }
  78. },
  79. "resources": {
  80. "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": {
  81. "locale": "de"
  82. },
  83. "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": {
  84. "locale": "es"
  85. },
  86. "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": {
  87. "locale": "fr"
  88. },
  89. "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": {
  90. "locale": "it"
  91. },
  92. "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": {
  93. "locale": "ja"
  94. },
  95. "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": {
  96. "locale": "ko"
  97. },
  98. "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": {
  99. "locale": "pt-BR"
  100. },
  101. "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": {
  102. "locale": "ru"
  103. },
  104. "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": {
  105. "locale": "zh-Hans"
  106. },
  107. "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": {
  108. "locale": "zh-Hant"
  109. }
  110. },
  111. "runtimeTargets": {
  112. "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": {
  113. "rid": "unix",
  114. "assetType": "runtime",
  115. "assemblyVersion": "5.0.0.0",
  116. "fileVersion": "5.20.24059.2"
  117. },
  118. "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": {
  119. "rid": "win",
  120. "assetType": "runtime",
  121. "assemblyVersion": "5.0.0.0",
  122. "fileVersion": "5.20.24059.2"
  123. }
  124. }
  125. },
  126. "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": {
  127. "runtimeTargets": {
  128. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  129. "rid": "win-arm",
  130. "assetType": "native",
  131. "fileVersion": "5.2.0.0"
  132. },
  133. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  134. "rid": "win-arm64",
  135. "assetType": "native",
  136. "fileVersion": "5.2.0.0"
  137. },
  138. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  139. "rid": "win-x64",
  140. "assetType": "native",
  141. "fileVersion": "5.2.0.0"
  142. },
  143. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  144. "rid": "win-x86",
  145. "assetType": "native",
  146. "fileVersion": "5.2.0.0"
  147. }
  148. }
  149. },
  150. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
  151. "Microsoft.Extensions.Configuration/8.0.0": {
  152. "dependencies": {
  153. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  154. "Microsoft.Extensions.Primitives": "8.0.0"
  155. }
  156. },
  157. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  158. "dependencies": {
  159. "Microsoft.Extensions.Primitives": "8.0.0"
  160. }
  161. },
  162. "Microsoft.Extensions.Primitives/8.0.0": {},
  163. "Microsoft.Identity.Client/4.56.0": {
  164. "dependencies": {
  165. "Microsoft.IdentityModel.Abstractions": "6.35.0"
  166. },
  167. "runtime": {
  168. "lib/net6.0/Microsoft.Identity.Client.dll": {
  169. "assemblyVersion": "4.56.0.0",
  170. "fileVersion": "4.56.0.0"
  171. }
  172. }
  173. },
  174. "Microsoft.Identity.Client.Extensions.Msal/4.56.0": {
  175. "dependencies": {
  176. "Microsoft.Identity.Client": "4.56.0",
  177. "System.IO.FileSystem.AccessControl": "5.0.0",
  178. "System.Security.Cryptography.ProtectedData": "8.0.0"
  179. },
  180. "runtime": {
  181. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
  182. "assemblyVersion": "4.56.0.0",
  183. "fileVersion": "4.56.0.0"
  184. }
  185. }
  186. },
  187. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  188. "runtime": {
  189. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  190. "assemblyVersion": "6.35.0.0",
  191. "fileVersion": "6.35.0.41201"
  192. }
  193. }
  194. },
  195. "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
  196. "dependencies": {
  197. "Microsoft.IdentityModel.Tokens": "6.35.0",
  198. "System.Text.Encoding": "4.3.0",
  199. "System.Text.Encodings.Web": "4.7.2",
  200. "System.Text.Json": "4.7.2"
  201. },
  202. "runtime": {
  203. "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  204. "assemblyVersion": "6.35.0.0",
  205. "fileVersion": "6.35.0.41201"
  206. }
  207. }
  208. },
  209. "Microsoft.IdentityModel.Logging/6.35.0": {
  210. "dependencies": {
  211. "Microsoft.IdentityModel.Abstractions": "6.35.0"
  212. },
  213. "runtime": {
  214. "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
  215. "assemblyVersion": "6.35.0.0",
  216. "fileVersion": "6.35.0.41201"
  217. }
  218. }
  219. },
  220. "Microsoft.IdentityModel.Protocols/6.35.0": {
  221. "dependencies": {
  222. "Microsoft.IdentityModel.Logging": "6.35.0",
  223. "Microsoft.IdentityModel.Tokens": "6.35.0"
  224. },
  225. "runtime": {
  226. "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
  227. "assemblyVersion": "6.35.0.0",
  228. "fileVersion": "6.35.0.41201"
  229. }
  230. }
  231. },
  232. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
  233. "dependencies": {
  234. "Microsoft.IdentityModel.Protocols": "6.35.0",
  235. "System.IdentityModel.Tokens.Jwt": "6.35.0"
  236. },
  237. "runtime": {
  238. "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  239. "assemblyVersion": "6.35.0.0",
  240. "fileVersion": "6.35.0.41201"
  241. }
  242. }
  243. },
  244. "Microsoft.IdentityModel.Tokens/6.35.0": {
  245. "dependencies": {
  246. "Microsoft.CSharp": "4.5.0",
  247. "Microsoft.IdentityModel.Logging": "6.35.0",
  248. "System.Security.Cryptography.Cng": "4.5.0"
  249. },
  250. "runtime": {
  251. "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
  252. "assemblyVersion": "6.35.0.0",
  253. "fileVersion": "6.35.0.41201"
  254. }
  255. }
  256. },
  257. "Microsoft.NETCore.Platforms/5.0.0": {},
  258. "Microsoft.NETCore.Targets/1.1.0": {},
  259. "Microsoft.OpenApi/1.2.3": {
  260. "runtime": {
  261. "lib/netstandard2.0/Microsoft.OpenApi.dll": {
  262. "assemblyVersion": "1.2.3.0",
  263. "fileVersion": "1.2.3.0"
  264. }
  265. }
  266. },
  267. "Microsoft.SqlServer.Server/1.0.0": {
  268. "runtime": {
  269. "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
  270. "assemblyVersion": "1.0.0.0",
  271. "fileVersion": "1.0.0.0"
  272. }
  273. }
  274. },
  275. "Swashbuckle.AspNetCore/6.4.0": {
  276. "dependencies": {
  277. "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
  278. "Swashbuckle.AspNetCore.Swagger": "6.4.0",
  279. "Swashbuckle.AspNetCore.SwaggerGen": "6.4.0",
  280. "Swashbuckle.AspNetCore.SwaggerUI": "6.4.0"
  281. }
  282. },
  283. "Swashbuckle.AspNetCore.Swagger/6.4.0": {
  284. "dependencies": {
  285. "Microsoft.OpenApi": "1.2.3"
  286. },
  287. "runtime": {
  288. "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
  289. "assemblyVersion": "6.4.0.0",
  290. "fileVersion": "6.4.0.0"
  291. }
  292. }
  293. },
  294. "Swashbuckle.AspNetCore.SwaggerGen/6.4.0": {
  295. "dependencies": {
  296. "Swashbuckle.AspNetCore.Swagger": "6.4.0"
  297. },
  298. "runtime": {
  299. "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
  300. "assemblyVersion": "6.4.0.0",
  301. "fileVersion": "6.4.0.0"
  302. }
  303. }
  304. },
  305. "Swashbuckle.AspNetCore.SwaggerUI/6.4.0": {
  306. "runtime": {
  307. "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
  308. "assemblyVersion": "6.4.0.0",
  309. "fileVersion": "6.4.0.0"
  310. }
  311. }
  312. },
  313. "System.Configuration.ConfigurationManager/8.0.0": {
  314. "dependencies": {
  315. "System.Diagnostics.EventLog": "8.0.0",
  316. "System.Security.Cryptography.ProtectedData": "8.0.0"
  317. },
  318. "runtime": {
  319. "lib/net8.0/System.Configuration.ConfigurationManager.dll": {
  320. "assemblyVersion": "8.0.0.0",
  321. "fileVersion": "8.0.23.53103"
  322. }
  323. }
  324. },
  325. "System.Diagnostics.DiagnosticSource/6.0.1": {
  326. "dependencies": {
  327. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  328. }
  329. },
  330. "System.Diagnostics.EventLog/8.0.0": {},
  331. "System.IdentityModel.Tokens.Jwt/6.35.0": {
  332. "dependencies": {
  333. "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
  334. "Microsoft.IdentityModel.Tokens": "6.35.0"
  335. },
  336. "runtime": {
  337. "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
  338. "assemblyVersion": "6.35.0.0",
  339. "fileVersion": "6.35.0.41201"
  340. }
  341. }
  342. },
  343. "System.IO.FileSystem.AccessControl/5.0.0": {
  344. "dependencies": {
  345. "System.Security.AccessControl": "5.0.0",
  346. "System.Security.Principal.Windows": "5.0.0"
  347. }
  348. },
  349. "System.Memory/4.5.4": {},
  350. "System.Memory.Data/1.0.2": {
  351. "dependencies": {
  352. "System.Text.Encodings.Web": "4.7.2",
  353. "System.Text.Json": "4.7.2"
  354. },
  355. "runtime": {
  356. "lib/netstandard2.0/System.Memory.Data.dll": {
  357. "assemblyVersion": "1.0.2.0",
  358. "fileVersion": "1.0.221.20802"
  359. }
  360. }
  361. },
  362. "System.Numerics.Vectors/4.5.0": {},
  363. "System.Runtime/4.3.0": {
  364. "dependencies": {
  365. "Microsoft.NETCore.Platforms": "5.0.0",
  366. "Microsoft.NETCore.Targets": "1.1.0"
  367. }
  368. },
  369. "System.Runtime.Caching/8.0.0": {
  370. "dependencies": {
  371. "System.Configuration.ConfigurationManager": "8.0.0"
  372. },
  373. "runtime": {
  374. "lib/net8.0/System.Runtime.Caching.dll": {
  375. "assemblyVersion": "8.0.0.0",
  376. "fileVersion": "8.0.23.53103"
  377. }
  378. },
  379. "runtimeTargets": {
  380. "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": {
  381. "rid": "win",
  382. "assetType": "runtime",
  383. "assemblyVersion": "8.0.0.0",
  384. "fileVersion": "8.0.23.53103"
  385. }
  386. }
  387. },
  388. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  389. "System.Security.AccessControl/5.0.0": {
  390. "dependencies": {
  391. "Microsoft.NETCore.Platforms": "5.0.0",
  392. "System.Security.Principal.Windows": "5.0.0"
  393. }
  394. },
  395. "System.Security.Cryptography.Cng/4.5.0": {},
  396. "System.Security.Cryptography.ProtectedData/8.0.0": {
  397. "runtime": {
  398. "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
  399. "assemblyVersion": "8.0.0.0",
  400. "fileVersion": "8.0.23.53103"
  401. }
  402. }
  403. },
  404. "System.Security.Principal.Windows/5.0.0": {},
  405. "System.Text.Encoding/4.3.0": {
  406. "dependencies": {
  407. "Microsoft.NETCore.Platforms": "5.0.0",
  408. "Microsoft.NETCore.Targets": "1.1.0",
  409. "System.Runtime": "4.3.0"
  410. }
  411. },
  412. "System.Text.Encodings.Web/4.7.2": {},
  413. "System.Text.Json/4.7.2": {},
  414. "System.Threading.Tasks.Extensions/4.5.4": {}
  415. }
  416. },
  417. "libraries": {
  418. "API/1.0.0": {
  419. "type": "project",
  420. "serviceable": false,
  421. "sha512": ""
  422. },
  423. "Azure.Core/1.35.0": {
  424. "type": "package",
  425. "serviceable": true,
  426. "sha512": "sha512-hENcx03Jyuqv05F4RBEPbxz29UrM3Nbhnr6Wl6NQpoU9BCIbL3XLentrxDCTrH54NLS11Exxi/o8MYgT/cnKFA==",
  427. "path": "azure.core/1.35.0",
  428. "hashPath": "azure.core.1.35.0.nupkg.sha512"
  429. },
  430. "Azure.Identity/1.10.3": {
  431. "type": "package",
  432. "serviceable": true,
  433. "sha512": "sha512-l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==",
  434. "path": "azure.identity/1.10.3",
  435. "hashPath": "azure.identity.1.10.3.nupkg.sha512"
  436. },
  437. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  438. "type": "package",
  439. "serviceable": true,
  440. "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
  441. "path": "microsoft.bcl.asyncinterfaces/1.1.1",
  442. "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
  443. },
  444. "Microsoft.CSharp/4.5.0": {
  445. "type": "package",
  446. "serviceable": true,
  447. "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
  448. "path": "microsoft.csharp/4.5.0",
  449. "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
  450. },
  451. "Microsoft.Data.SqlClient/5.2.0": {
  452. "type": "package",
  453. "serviceable": true,
  454. "sha512": "sha512-3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==",
  455. "path": "microsoft.data.sqlclient/5.2.0",
  456. "hashPath": "microsoft.data.sqlclient.5.2.0.nupkg.sha512"
  457. },
  458. "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": {
  459. "type": "package",
  460. "serviceable": true,
  461. "sha512": "sha512-po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==",
  462. "path": "microsoft.data.sqlclient.sni.runtime/5.2.0",
  463. "hashPath": "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512"
  464. },
  465. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
  466. "type": "package",
  467. "serviceable": true,
  468. "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
  469. "path": "microsoft.extensions.apidescription.server/6.0.5",
  470. "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512"
  471. },
  472. "Microsoft.Extensions.Configuration/8.0.0": {
  473. "type": "package",
  474. "serviceable": true,
  475. "sha512": "sha512-0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==",
  476. "path": "microsoft.extensions.configuration/8.0.0",
  477. "hashPath": "microsoft.extensions.configuration.8.0.0.nupkg.sha512"
  478. },
  479. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  480. "type": "package",
  481. "serviceable": true,
  482. "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
  483. "path": "microsoft.extensions.configuration.abstractions/8.0.0",
  484. "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512"
  485. },
  486. "Microsoft.Extensions.Primitives/8.0.0": {
  487. "type": "package",
  488. "serviceable": true,
  489. "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
  490. "path": "microsoft.extensions.primitives/8.0.0",
  491. "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
  492. },
  493. "Microsoft.Identity.Client/4.56.0": {
  494. "type": "package",
  495. "serviceable": true,
  496. "sha512": "sha512-rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==",
  497. "path": "microsoft.identity.client/4.56.0",
  498. "hashPath": "microsoft.identity.client.4.56.0.nupkg.sha512"
  499. },
  500. "Microsoft.Identity.Client.Extensions.Msal/4.56.0": {
  501. "type": "package",
  502. "serviceable": true,
  503. "sha512": "sha512-H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==",
  504. "path": "microsoft.identity.client.extensions.msal/4.56.0",
  505. "hashPath": "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512"
  506. },
  507. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  508. "type": "package",
  509. "serviceable": true,
  510. "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
  511. "path": "microsoft.identitymodel.abstractions/6.35.0",
  512. "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
  513. },
  514. "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
  515. "type": "package",
  516. "serviceable": true,
  517. "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==",
  518. "path": "microsoft.identitymodel.jsonwebtokens/6.35.0",
  519. "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512"
  520. },
  521. "Microsoft.IdentityModel.Logging/6.35.0": {
  522. "type": "package",
  523. "serviceable": true,
  524. "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==",
  525. "path": "microsoft.identitymodel.logging/6.35.0",
  526. "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512"
  527. },
  528. "Microsoft.IdentityModel.Protocols/6.35.0": {
  529. "type": "package",
  530. "serviceable": true,
  531. "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==",
  532. "path": "microsoft.identitymodel.protocols/6.35.0",
  533. "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512"
  534. },
  535. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
  536. "type": "package",
  537. "serviceable": true,
  538. "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==",
  539. "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
  540. "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512"
  541. },
  542. "Microsoft.IdentityModel.Tokens/6.35.0": {
  543. "type": "package",
  544. "serviceable": true,
  545. "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==",
  546. "path": "microsoft.identitymodel.tokens/6.35.0",
  547. "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512"
  548. },
  549. "Microsoft.NETCore.Platforms/5.0.0": {
  550. "type": "package",
  551. "serviceable": true,
  552. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  553. "path": "microsoft.netcore.platforms/5.0.0",
  554. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  555. },
  556. "Microsoft.NETCore.Targets/1.1.0": {
  557. "type": "package",
  558. "serviceable": true,
  559. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  560. "path": "microsoft.netcore.targets/1.1.0",
  561. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  562. },
  563. "Microsoft.OpenApi/1.2.3": {
  564. "type": "package",
  565. "serviceable": true,
  566. "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
  567. "path": "microsoft.openapi/1.2.3",
  568. "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
  569. },
  570. "Microsoft.SqlServer.Server/1.0.0": {
  571. "type": "package",
  572. "serviceable": true,
  573. "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
  574. "path": "microsoft.sqlserver.server/1.0.0",
  575. "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
  576. },
  577. "Swashbuckle.AspNetCore/6.4.0": {
  578. "type": "package",
  579. "serviceable": true,
  580. "sha512": "sha512-eUBr4TW0up6oKDA5Xwkul289uqSMgY0xGN4pnbOIBqCcN9VKGGaPvHX3vWaG/hvocfGDP+MGzMA0bBBKz2fkmQ==",
  581. "path": "swashbuckle.aspnetcore/6.4.0",
  582. "hashPath": "swashbuckle.aspnetcore.6.4.0.nupkg.sha512"
  583. },
  584. "Swashbuckle.AspNetCore.Swagger/6.4.0": {
  585. "type": "package",
  586. "serviceable": true,
  587. "sha512": "sha512-nl4SBgGM+cmthUcpwO/w1lUjevdDHAqRvfUoe4Xp/Uvuzt9mzGUwyFCqa3ODBAcZYBiFoKvrYwz0rabslJvSmQ==",
  588. "path": "swashbuckle.aspnetcore.swagger/6.4.0",
  589. "hashPath": "swashbuckle.aspnetcore.swagger.6.4.0.nupkg.sha512"
  590. },
  591. "Swashbuckle.AspNetCore.SwaggerGen/6.4.0": {
  592. "type": "package",
  593. "serviceable": true,
  594. "sha512": "sha512-lXhcUBVqKrPFAQF7e/ZeDfb5PMgE8n5t6L5B6/BQSpiwxgHzmBcx8Msu42zLYFTvR5PIqE9Q9lZvSQAcwCxJjw==",
  595. "path": "swashbuckle.aspnetcore.swaggergen/6.4.0",
  596. "hashPath": "swashbuckle.aspnetcore.swaggergen.6.4.0.nupkg.sha512"
  597. },
  598. "Swashbuckle.AspNetCore.SwaggerUI/6.4.0": {
  599. "type": "package",
  600. "serviceable": true,
  601. "sha512": "sha512-1Hh3atb3pi8c+v7n4/3N80Jj8RvLOXgWxzix6w3OZhB7zBGRwsy7FWr4e3hwgPweSBpwfElqj4V4nkjYabH9nQ==",
  602. "path": "swashbuckle.aspnetcore.swaggerui/6.4.0",
  603. "hashPath": "swashbuckle.aspnetcore.swaggerui.6.4.0.nupkg.sha512"
  604. },
  605. "System.Configuration.ConfigurationManager/8.0.0": {
  606. "type": "package",
  607. "serviceable": true,
  608. "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==",
  609. "path": "system.configuration.configurationmanager/8.0.0",
  610. "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512"
  611. },
  612. "System.Diagnostics.DiagnosticSource/6.0.1": {
  613. "type": "package",
  614. "serviceable": true,
  615. "sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
  616. "path": "system.diagnostics.diagnosticsource/6.0.1",
  617. "hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512"
  618. },
  619. "System.Diagnostics.EventLog/8.0.0": {
  620. "type": "package",
  621. "serviceable": true,
  622. "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==",
  623. "path": "system.diagnostics.eventlog/8.0.0",
  624. "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512"
  625. },
  626. "System.IdentityModel.Tokens.Jwt/6.35.0": {
  627. "type": "package",
  628. "serviceable": true,
  629. "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
  630. "path": "system.identitymodel.tokens.jwt/6.35.0",
  631. "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512"
  632. },
  633. "System.IO.FileSystem.AccessControl/5.0.0": {
  634. "type": "package",
  635. "serviceable": true,
  636. "sha512": "sha512-SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==",
  637. "path": "system.io.filesystem.accesscontrol/5.0.0",
  638. "hashPath": "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512"
  639. },
  640. "System.Memory/4.5.4": {
  641. "type": "package",
  642. "serviceable": true,
  643. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  644. "path": "system.memory/4.5.4",
  645. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  646. },
  647. "System.Memory.Data/1.0.2": {
  648. "type": "package",
  649. "serviceable": true,
  650. "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
  651. "path": "system.memory.data/1.0.2",
  652. "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
  653. },
  654. "System.Numerics.Vectors/4.5.0": {
  655. "type": "package",
  656. "serviceable": true,
  657. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  658. "path": "system.numerics.vectors/4.5.0",
  659. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  660. },
  661. "System.Runtime/4.3.0": {
  662. "type": "package",
  663. "serviceable": true,
  664. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  665. "path": "system.runtime/4.3.0",
  666. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  667. },
  668. "System.Runtime.Caching/8.0.0": {
  669. "type": "package",
  670. "serviceable": true,
  671. "sha512": "sha512-4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==",
  672. "path": "system.runtime.caching/8.0.0",
  673. "hashPath": "system.runtime.caching.8.0.0.nupkg.sha512"
  674. },
  675. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  676. "type": "package",
  677. "serviceable": true,
  678. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  679. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  680. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  681. },
  682. "System.Security.AccessControl/5.0.0": {
  683. "type": "package",
  684. "serviceable": true,
  685. "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  686. "path": "system.security.accesscontrol/5.0.0",
  687. "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
  688. },
  689. "System.Security.Cryptography.Cng/4.5.0": {
  690. "type": "package",
  691. "serviceable": true,
  692. "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
  693. "path": "system.security.cryptography.cng/4.5.0",
  694. "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
  695. },
  696. "System.Security.Cryptography.ProtectedData/8.0.0": {
  697. "type": "package",
  698. "serviceable": true,
  699. "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
  700. "path": "system.security.cryptography.protecteddata/8.0.0",
  701. "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
  702. },
  703. "System.Security.Principal.Windows/5.0.0": {
  704. "type": "package",
  705. "serviceable": true,
  706. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  707. "path": "system.security.principal.windows/5.0.0",
  708. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  709. },
  710. "System.Text.Encoding/4.3.0": {
  711. "type": "package",
  712. "serviceable": true,
  713. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  714. "path": "system.text.encoding/4.3.0",
  715. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  716. },
  717. "System.Text.Encodings.Web/4.7.2": {
  718. "type": "package",
  719. "serviceable": true,
  720. "sha512": "sha512-iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==",
  721. "path": "system.text.encodings.web/4.7.2",
  722. "hashPath": "system.text.encodings.web.4.7.2.nupkg.sha512"
  723. },
  724. "System.Text.Json/4.7.2": {
  725. "type": "package",
  726. "serviceable": true,
  727. "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
  728. "path": "system.text.json/4.7.2",
  729. "hashPath": "system.text.json.4.7.2.nupkg.sha512"
  730. },
  731. "System.Threading.Tasks.Extensions/4.5.4": {
  732. "type": "package",
  733. "serviceable": true,
  734. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  735. "path": "system.threading.tasks.extensions/4.5.4",
  736. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  737. }
  738. }
  739. }