API.deps.json 32 KB

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