MyMoviesWPF.deps.json 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v6.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v6.0": {
  9. "MyMoviesWPF/1.0.0": {
  10. "dependencies": {
  11. "MaterialDesignColors": "2.0.6",
  12. "MaterialDesignThemes": "4.5.0",
  13. "MaterialDesignThemes.MahApps": "0.2.2",
  14. "Microsoft.EntityFrameworkCore": "6.0.5",
  15. "Microsoft.EntityFrameworkCore.Design": "6.0.5",
  16. "Microsoft.EntityFrameworkCore.SqlServer": "6.0.5",
  17. "Microsoft.EntityFrameworkCore.Tools": "6.0.5",
  18. "Microsoft.Toolkit.Mvvm": "7.1.2",
  19. "Refractored.MvvmHelpers": "1.6.2"
  20. },
  21. "runtime": {
  22. "MyMoviesWPF.dll": {}
  23. }
  24. },
  25. "ControlzEx/4.3.0": {
  26. "dependencies": {
  27. "Microsoft.Xaml.Behaviors.Wpf": "1.1.19",
  28. "System.Text.Json": "4.7.2"
  29. },
  30. "runtime": {
  31. "lib/netcoreapp3.1/ControlzEx.dll": {
  32. "assemblyVersion": "4.0.0.0",
  33. "fileVersion": "4.3.0.108"
  34. }
  35. }
  36. },
  37. "Humanizer.Core/2.8.26": {
  38. "runtime": {
  39. "lib/netstandard2.0/Humanizer.dll": {
  40. "assemblyVersion": "2.8.0.0",
  41. "fileVersion": "2.8.26.1919"
  42. }
  43. }
  44. },
  45. "MahApps.Metro/2.0.0": {
  46. "dependencies": {
  47. "ControlzEx": "4.3.0"
  48. },
  49. "runtime": {
  50. "lib/netcoreapp3.1/MahApps.Metro.dll": {
  51. "assemblyVersion": "2.0.0.0",
  52. "fileVersion": "2.0.0.894"
  53. }
  54. }
  55. },
  56. "MaterialDesignColors/2.0.6": {
  57. "runtime": {
  58. "lib/netcoreapp3.1/MaterialDesignColors.dll": {
  59. "assemblyVersion": "2.0.6.0",
  60. "fileVersion": "2.0.6.0"
  61. }
  62. }
  63. },
  64. "MaterialDesignThemes/4.5.0": {
  65. "dependencies": {
  66. "MaterialDesignColors": "2.0.6"
  67. },
  68. "runtime": {
  69. "lib/netcoreapp3.1/MaterialDesignThemes.Wpf.dll": {
  70. "assemblyVersion": "4.5.0.0",
  71. "fileVersion": "4.5.0.0"
  72. }
  73. }
  74. },
  75. "MaterialDesignThemes.MahApps/0.2.2": {
  76. "dependencies": {
  77. "MahApps.Metro": "2.0.0",
  78. "MaterialDesignColors": "2.0.6",
  79. "MaterialDesignThemes": "4.5.0"
  80. },
  81. "runtime": {
  82. "lib/netcoreapp3.1/MaterialDesignThemes.MahApps.dll": {
  83. "assemblyVersion": "0.2.2.0",
  84. "fileVersion": "0.2.2.0"
  85. }
  86. }
  87. },
  88. "Microsoft.CSharp/4.5.0": {},
  89. "Microsoft.Data.SqlClient/2.1.4": {
  90. "dependencies": {
  91. "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1",
  92. "Microsoft.Identity.Client": "4.21.1",
  93. "Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
  94. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0",
  95. "Microsoft.Win32.Registry": "4.7.0",
  96. "System.Configuration.ConfigurationManager": "4.7.0",
  97. "System.Diagnostics.DiagnosticSource": "6.0.0",
  98. "System.Runtime.Caching": "4.7.0",
  99. "System.Security.Principal.Windows": "4.7.0",
  100. "System.Text.Encoding.CodePages": "4.7.0"
  101. },
  102. "runtime": {
  103. "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  104. "assemblyVersion": "2.0.20168.4",
  105. "fileVersion": "2.0.20168.4"
  106. }
  107. },
  108. "runtimeTargets": {
  109. "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  110. "rid": "unix",
  111. "assetType": "runtime",
  112. "assemblyVersion": "2.0.20168.4",
  113. "fileVersion": "2.0.20168.4"
  114. },
  115. "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  116. "rid": "win",
  117. "assetType": "runtime",
  118. "assemblyVersion": "2.0.20168.4",
  119. "fileVersion": "2.0.20168.4"
  120. }
  121. }
  122. },
  123. "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
  124. "runtimeTargets": {
  125. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  126. "rid": "win-arm",
  127. "assetType": "native",
  128. "fileVersion": "2.1.1.0"
  129. },
  130. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  131. "rid": "win-arm64",
  132. "assetType": "native",
  133. "fileVersion": "2.1.1.0"
  134. },
  135. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  136. "rid": "win-x64",
  137. "assetType": "native",
  138. "fileVersion": "2.1.1.0"
  139. },
  140. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  141. "rid": "win-x86",
  142. "assetType": "native",
  143. "fileVersion": "2.1.1.0"
  144. }
  145. }
  146. },
  147. "Microsoft.EntityFrameworkCore/6.0.5": {
  148. "dependencies": {
  149. "Microsoft.EntityFrameworkCore.Abstractions": "6.0.5",
  150. "Microsoft.EntityFrameworkCore.Analyzers": "6.0.5",
  151. "Microsoft.Extensions.Caching.Memory": "6.0.1",
  152. "Microsoft.Extensions.DependencyInjection": "6.0.0",
  153. "Microsoft.Extensions.Logging": "6.0.0",
  154. "System.Collections.Immutable": "6.0.0",
  155. "System.Diagnostics.DiagnosticSource": "6.0.0"
  156. },
  157. "runtime": {
  158. "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
  159. "assemblyVersion": "6.0.5.0",
  160. "fileVersion": "6.0.522.21804"
  161. }
  162. }
  163. },
  164. "Microsoft.EntityFrameworkCore.Abstractions/6.0.5": {
  165. "runtime": {
  166. "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  167. "assemblyVersion": "6.0.5.0",
  168. "fileVersion": "6.0.522.21804"
  169. }
  170. }
  171. },
  172. "Microsoft.EntityFrameworkCore.Analyzers/6.0.5": {},
  173. "Microsoft.EntityFrameworkCore.Design/6.0.5": {
  174. "dependencies": {
  175. "Humanizer.Core": "2.8.26",
  176. "Microsoft.EntityFrameworkCore.Relational": "6.0.5"
  177. },
  178. "runtime": {
  179. "lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": {
  180. "assemblyVersion": "6.0.5.0",
  181. "fileVersion": "6.0.522.21804"
  182. }
  183. }
  184. },
  185. "Microsoft.EntityFrameworkCore.Relational/6.0.5": {
  186. "dependencies": {
  187. "Microsoft.EntityFrameworkCore": "6.0.5",
  188. "Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
  189. },
  190. "runtime": {
  191. "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {
  192. "assemblyVersion": "6.0.5.0",
  193. "fileVersion": "6.0.522.21804"
  194. }
  195. }
  196. },
  197. "Microsoft.EntityFrameworkCore.SqlServer/6.0.5": {
  198. "dependencies": {
  199. "Microsoft.Data.SqlClient": "2.1.4",
  200. "Microsoft.EntityFrameworkCore.Relational": "6.0.5"
  201. },
  202. "runtime": {
  203. "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
  204. "assemblyVersion": "6.0.5.0",
  205. "fileVersion": "6.0.522.21804"
  206. }
  207. }
  208. },
  209. "Microsoft.EntityFrameworkCore.Tools/6.0.5": {
  210. "dependencies": {
  211. "Microsoft.EntityFrameworkCore.Design": "6.0.5"
  212. }
  213. },
  214. "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
  215. "dependencies": {
  216. "Microsoft.Extensions.Primitives": "6.0.0"
  217. },
  218. "runtime": {
  219. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  220. "assemblyVersion": "6.0.0.0",
  221. "fileVersion": "6.0.21.52210"
  222. }
  223. }
  224. },
  225. "Microsoft.Extensions.Caching.Memory/6.0.1": {
  226. "dependencies": {
  227. "Microsoft.Extensions.Caching.Abstractions": "6.0.0",
  228. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  229. "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
  230. "Microsoft.Extensions.Options": "6.0.0",
  231. "Microsoft.Extensions.Primitives": "6.0.0"
  232. },
  233. "runtime": {
  234. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
  235. "assemblyVersion": "6.0.0.0",
  236. "fileVersion": "6.0.222.6406"
  237. }
  238. }
  239. },
  240. "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
  241. "dependencies": {
  242. "Microsoft.Extensions.Primitives": "6.0.0"
  243. },
  244. "runtime": {
  245. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  246. "assemblyVersion": "6.0.0.0",
  247. "fileVersion": "6.0.21.52210"
  248. }
  249. }
  250. },
  251. "Microsoft.Extensions.DependencyInjection/6.0.0": {
  252. "dependencies": {
  253. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  254. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  255. },
  256. "runtime": {
  257. "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
  258. "assemblyVersion": "6.0.0.0",
  259. "fileVersion": "6.0.21.52210"
  260. }
  261. }
  262. },
  263. "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
  264. "runtime": {
  265. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  266. "assemblyVersion": "6.0.0.0",
  267. "fileVersion": "6.0.21.52210"
  268. }
  269. }
  270. },
  271. "Microsoft.Extensions.Logging/6.0.0": {
  272. "dependencies": {
  273. "Microsoft.Extensions.DependencyInjection": "6.0.0",
  274. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  275. "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
  276. "Microsoft.Extensions.Options": "6.0.0",
  277. "System.Diagnostics.DiagnosticSource": "6.0.0"
  278. },
  279. "runtime": {
  280. "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
  281. "assemblyVersion": "6.0.0.0",
  282. "fileVersion": "6.0.21.52210"
  283. }
  284. }
  285. },
  286. "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
  287. "runtime": {
  288. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  289. "assemblyVersion": "6.0.0.0",
  290. "fileVersion": "6.0.21.52210"
  291. }
  292. }
  293. },
  294. "Microsoft.Extensions.Options/6.0.0": {
  295. "dependencies": {
  296. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  297. "Microsoft.Extensions.Primitives": "6.0.0"
  298. },
  299. "runtime": {
  300. "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
  301. "assemblyVersion": "6.0.0.0",
  302. "fileVersion": "6.0.21.52210"
  303. }
  304. }
  305. },
  306. "Microsoft.Extensions.Primitives/6.0.0": {
  307. "dependencies": {
  308. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  309. },
  310. "runtime": {
  311. "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
  312. "assemblyVersion": "6.0.0.0",
  313. "fileVersion": "6.0.21.52210"
  314. }
  315. }
  316. },
  317. "Microsoft.Identity.Client/4.21.1": {
  318. "runtime": {
  319. "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
  320. "assemblyVersion": "4.21.1.0",
  321. "fileVersion": "4.21.1.0"
  322. }
  323. }
  324. },
  325. "Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
  326. "dependencies": {
  327. "Microsoft.IdentityModel.Tokens": "6.8.0"
  328. },
  329. "runtime": {
  330. "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  331. "assemblyVersion": "6.8.0.0",
  332. "fileVersion": "6.8.0.11012"
  333. }
  334. }
  335. },
  336. "Microsoft.IdentityModel.Logging/6.8.0": {
  337. "runtime": {
  338. "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
  339. "assemblyVersion": "6.8.0.0",
  340. "fileVersion": "6.8.0.11012"
  341. }
  342. }
  343. },
  344. "Microsoft.IdentityModel.Protocols/6.8.0": {
  345. "dependencies": {
  346. "Microsoft.IdentityModel.Logging": "6.8.0",
  347. "Microsoft.IdentityModel.Tokens": "6.8.0"
  348. },
  349. "runtime": {
  350. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
  351. "assemblyVersion": "6.8.0.0",
  352. "fileVersion": "6.8.0.11012"
  353. }
  354. }
  355. },
  356. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
  357. "dependencies": {
  358. "Microsoft.IdentityModel.Protocols": "6.8.0",
  359. "System.IdentityModel.Tokens.Jwt": "6.8.0"
  360. },
  361. "runtime": {
  362. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  363. "assemblyVersion": "6.8.0.0",
  364. "fileVersion": "6.8.0.11012"
  365. }
  366. }
  367. },
  368. "Microsoft.IdentityModel.Tokens/6.8.0": {
  369. "dependencies": {
  370. "Microsoft.CSharp": "4.5.0",
  371. "Microsoft.IdentityModel.Logging": "6.8.0",
  372. "System.Security.Cryptography.Cng": "4.5.0"
  373. },
  374. "runtime": {
  375. "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
  376. "assemblyVersion": "6.8.0.0",
  377. "fileVersion": "6.8.0.11012"
  378. }
  379. }
  380. },
  381. "Microsoft.NETCore.Platforms/3.1.0": {},
  382. "Microsoft.Toolkit.Mvvm/7.1.2": {
  383. "runtime": {
  384. "lib/net5.0/Microsoft.Toolkit.Mvvm.dll": {
  385. "assemblyVersion": "7.1.0.0",
  386. "fileVersion": "7.1.2.1"
  387. }
  388. }
  389. },
  390. "Microsoft.Win32.Registry/4.7.0": {
  391. "dependencies": {
  392. "System.Security.AccessControl": "4.7.0",
  393. "System.Security.Principal.Windows": "4.7.0"
  394. }
  395. },
  396. "Microsoft.Win32.SystemEvents/4.7.0": {
  397. "dependencies": {
  398. "Microsoft.NETCore.Platforms": "3.1.0"
  399. }
  400. },
  401. "Microsoft.Xaml.Behaviors.Wpf/1.1.19": {
  402. "runtime": {
  403. "lib/netcoreapp3.0/Microsoft.Xaml.Behaviors.dll": {
  404. "assemblyVersion": "1.1.0.0",
  405. "fileVersion": "1.1.19.35512"
  406. }
  407. }
  408. },
  409. "Refractored.MvvmHelpers/1.6.2": {
  410. "dependencies": {
  411. "System.ValueTuple": "4.5.0"
  412. },
  413. "runtime": {
  414. "lib/netstandard2.0/MvvmHelpers.dll": {
  415. "assemblyVersion": "1.0.0.0",
  416. "fileVersion": "1.0.0.0"
  417. }
  418. }
  419. },
  420. "System.Collections.Immutable/6.0.0": {
  421. "dependencies": {
  422. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  423. }
  424. },
  425. "System.Configuration.ConfigurationManager/4.7.0": {
  426. "dependencies": {
  427. "System.Security.Cryptography.ProtectedData": "4.7.0",
  428. "System.Security.Permissions": "4.7.0"
  429. }
  430. },
  431. "System.Diagnostics.DiagnosticSource/6.0.0": {
  432. "dependencies": {
  433. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  434. }
  435. },
  436. "System.Drawing.Common/4.7.0": {
  437. "dependencies": {
  438. "Microsoft.NETCore.Platforms": "3.1.0",
  439. "Microsoft.Win32.SystemEvents": "4.7.0"
  440. }
  441. },
  442. "System.IdentityModel.Tokens.Jwt/6.8.0": {
  443. "dependencies": {
  444. "Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
  445. "Microsoft.IdentityModel.Tokens": "6.8.0"
  446. },
  447. "runtime": {
  448. "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
  449. "assemblyVersion": "6.8.0.0",
  450. "fileVersion": "6.8.0.11012"
  451. }
  452. }
  453. },
  454. "System.Runtime.Caching/4.7.0": {
  455. "dependencies": {
  456. "System.Configuration.ConfigurationManager": "4.7.0"
  457. },
  458. "runtime": {
  459. "lib/netstandard2.0/System.Runtime.Caching.dll": {
  460. "assemblyVersion": "4.0.1.0",
  461. "fileVersion": "4.700.19.56404"
  462. }
  463. },
  464. "runtimeTargets": {
  465. "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": {
  466. "rid": "win",
  467. "assetType": "runtime",
  468. "assemblyVersion": "4.0.1.0",
  469. "fileVersion": "4.700.19.56404"
  470. }
  471. }
  472. },
  473. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  474. "System.Security.AccessControl/4.7.0": {
  475. "dependencies": {
  476. "Microsoft.NETCore.Platforms": "3.1.0",
  477. "System.Security.Principal.Windows": "4.7.0"
  478. }
  479. },
  480. "System.Security.Cryptography.Cng/4.5.0": {},
  481. "System.Security.Cryptography.ProtectedData/4.7.0": {},
  482. "System.Security.Permissions/4.7.0": {
  483. "dependencies": {
  484. "System.Security.AccessControl": "4.7.0",
  485. "System.Windows.Extensions": "4.7.0"
  486. }
  487. },
  488. "System.Security.Principal.Windows/4.7.0": {},
  489. "System.Text.Encoding.CodePages/4.7.0": {
  490. "dependencies": {
  491. "Microsoft.NETCore.Platforms": "3.1.0"
  492. }
  493. },
  494. "System.Text.Json/4.7.2": {},
  495. "System.ValueTuple/4.5.0": {},
  496. "System.Windows.Extensions/4.7.0": {
  497. "dependencies": {
  498. "System.Drawing.Common": "4.7.0"
  499. }
  500. }
  501. }
  502. },
  503. "libraries": {
  504. "MyMoviesWPF/1.0.0": {
  505. "type": "project",
  506. "serviceable": false,
  507. "sha512": ""
  508. },
  509. "ControlzEx/4.3.0": {
  510. "type": "package",
  511. "serviceable": true,
  512. "sha512": "sha512-I7PKmQNIMO9+s4s50WXOApotnyEKL9G8vvYrZY7CLe7nufXwRSv+vWPrd4BYwZDQiWHbBwnXsC8zUPgPnEWr6g==",
  513. "path": "controlzex/4.3.0",
  514. "hashPath": "controlzex.4.3.0.nupkg.sha512"
  515. },
  516. "Humanizer.Core/2.8.26": {
  517. "type": "package",
  518. "serviceable": true,
  519. "sha512": "sha512-OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A==",
  520. "path": "humanizer.core/2.8.26",
  521. "hashPath": "humanizer.core.2.8.26.nupkg.sha512"
  522. },
  523. "MahApps.Metro/2.0.0": {
  524. "type": "package",
  525. "serviceable": true,
  526. "sha512": "sha512-btjlE3Q8iebJB+4TBJZLcJBQZshKYqfkcATj9AS8veq4a506uE71NOTE1OSoavOJ70xasBjcdc+VuN17l+kIqw==",
  527. "path": "mahapps.metro/2.0.0",
  528. "hashPath": "mahapps.metro.2.0.0.nupkg.sha512"
  529. },
  530. "MaterialDesignColors/2.0.6": {
  531. "type": "package",
  532. "serviceable": true,
  533. "sha512": "sha512-eZNiLlMy7Ag9f3MnhVxSzkG2IIGCaRfqZKt6npEcEjLQ9kSgCYO5oUd8AgJjhpfCKwyf+GO5VDc5R88QSDTHHg==",
  534. "path": "materialdesigncolors/2.0.6",
  535. "hashPath": "materialdesigncolors.2.0.6.nupkg.sha512"
  536. },
  537. "MaterialDesignThemes/4.5.0": {
  538. "type": "package",
  539. "serviceable": true,
  540. "sha512": "sha512-G26hIGFwGH5q46CD59zGiAs4aLsASsKCCBqgnISPwIcq8pAfKRRAKxXfOQJgNDyIUnVm5Ug67gldsEgeWP6GoQ==",
  541. "path": "materialdesignthemes/4.5.0",
  542. "hashPath": "materialdesignthemes.4.5.0.nupkg.sha512"
  543. },
  544. "MaterialDesignThemes.MahApps/0.2.2": {
  545. "type": "package",
  546. "serviceable": true,
  547. "sha512": "sha512-fzPSa+xxacL2imwEPSeEjXeSRX/6ZHv+ixh6F0EeVAiGexUxObHYzdIv8q/X4amNaQ6+fbjzs6FswiwIoY7uJg==",
  548. "path": "materialdesignthemes.mahapps/0.2.2",
  549. "hashPath": "materialdesignthemes.mahapps.0.2.2.nupkg.sha512"
  550. },
  551. "Microsoft.CSharp/4.5.0": {
  552. "type": "package",
  553. "serviceable": true,
  554. "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
  555. "path": "microsoft.csharp/4.5.0",
  556. "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
  557. },
  558. "Microsoft.Data.SqlClient/2.1.4": {
  559. "type": "package",
  560. "serviceable": true,
  561. "sha512": "sha512-cDcKBTKILdRuAzJjbgXwGcUQXzMue+SG02kD4tZTXXfoz4ALrGLpCnA5k9khw3fnAMlMnRzLIGuvRdJurqmESA==",
  562. "path": "microsoft.data.sqlclient/2.1.4",
  563. "hashPath": "microsoft.data.sqlclient.2.1.4.nupkg.sha512"
  564. },
  565. "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
  566. "type": "package",
  567. "serviceable": true,
  568. "sha512": "sha512-JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==",
  569. "path": "microsoft.data.sqlclient.sni.runtime/2.1.1",
  570. "hashPath": "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512"
  571. },
  572. "Microsoft.EntityFrameworkCore/6.0.5": {
  573. "type": "package",
  574. "serviceable": true,
  575. "sha512": "sha512-hP5J3EvpVdZmCn1D3ovedphvZrIn3OXZaBZfEnCkSCqqbqAu6xzwbNqwRkik0y4R6zOOf4eLh1riwjy4eAUlZA==",
  576. "path": "microsoft.entityframeworkcore/6.0.5",
  577. "hashPath": "microsoft.entityframeworkcore.6.0.5.nupkg.sha512"
  578. },
  579. "Microsoft.EntityFrameworkCore.Abstractions/6.0.5": {
  580. "type": "package",
  581. "serviceable": true,
  582. "sha512": "sha512-Q3/fKW6XCTfnDk4fYP2BJZi84cD2SuCPkP3A3QqxvCQcXbX90bfSLzVIsoMXzigHGJgZUJ+Un7QodT5Nvk0+Eg==",
  583. "path": "microsoft.entityframeworkcore.abstractions/6.0.5",
  584. "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.5.nupkg.sha512"
  585. },
  586. "Microsoft.EntityFrameworkCore.Analyzers/6.0.5": {
  587. "type": "package",
  588. "serviceable": true,
  589. "sha512": "sha512-QUeDIhs+O+MoDEc3k60mNyVDbwyDURCqZQlZoKShuZUcSfXSrDMbHKuFSxBIDNQBt092qSjfnwf7w0Ua/IB3Zw==",
  590. "path": "microsoft.entityframeworkcore.analyzers/6.0.5",
  591. "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.5.nupkg.sha512"
  592. },
  593. "Microsoft.EntityFrameworkCore.Design/6.0.5": {
  594. "type": "package",
  595. "serviceable": true,
  596. "sha512": "sha512-zNjMWJ6MJ/Qm7S6wFBqVgn7DEpilbDMy0xgA7c4Y1yY9/LoaC2pWwWO4ePaYoPCZpLx/eTViWEr5ZXta/vK//Q==",
  597. "path": "microsoft.entityframeworkcore.design/6.0.5",
  598. "hashPath": "microsoft.entityframeworkcore.design.6.0.5.nupkg.sha512"
  599. },
  600. "Microsoft.EntityFrameworkCore.Relational/6.0.5": {
  601. "type": "package",
  602. "serviceable": true,
  603. "sha512": "sha512-vhAQizlAgvPfurkh9XysNaFc/g3WPXtSka3Y1rXuQdnT//p16CDKt9lO9h+rYmooD+cA7TijSxwqck4GApDT/Q==",
  604. "path": "microsoft.entityframeworkcore.relational/6.0.5",
  605. "hashPath": "microsoft.entityframeworkcore.relational.6.0.5.nupkg.sha512"
  606. },
  607. "Microsoft.EntityFrameworkCore.SqlServer/6.0.5": {
  608. "type": "package",
  609. "serviceable": true,
  610. "sha512": "sha512-fBBG1AvrqPSvTEWyg9W18F/obiV7Soi/RItwBt48kjte1heRaogCsKj8KBnJQACM/8L+NAhyKp3BH12nN7+yDA==",
  611. "path": "microsoft.entityframeworkcore.sqlserver/6.0.5",
  612. "hashPath": "microsoft.entityframeworkcore.sqlserver.6.0.5.nupkg.sha512"
  613. },
  614. "Microsoft.EntityFrameworkCore.Tools/6.0.5": {
  615. "type": "package",
  616. "serviceable": true,
  617. "sha512": "sha512-aeCzVNLmDl9IfB19WAjrlKcG61Cl4/ZV/9ubifmifKEps+kvMkKIcams5j+8q6dtx9/UL2x3tbOz2BS3eU0sXQ==",
  618. "path": "microsoft.entityframeworkcore.tools/6.0.5",
  619. "hashPath": "microsoft.entityframeworkcore.tools.6.0.5.nupkg.sha512"
  620. },
  621. "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
  622. "type": "package",
  623. "serviceable": true,
  624. "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==",
  625. "path": "microsoft.extensions.caching.abstractions/6.0.0",
  626. "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512"
  627. },
  628. "Microsoft.Extensions.Caching.Memory/6.0.1": {
  629. "type": "package",
  630. "serviceable": true,
  631. "sha512": "sha512-B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==",
  632. "path": "microsoft.extensions.caching.memory/6.0.1",
  633. "hashPath": "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512"
  634. },
  635. "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
  636. "type": "package",
  637. "serviceable": true,
  638. "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==",
  639. "path": "microsoft.extensions.configuration.abstractions/6.0.0",
  640. "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512"
  641. },
  642. "Microsoft.Extensions.DependencyInjection/6.0.0": {
  643. "type": "package",
  644. "serviceable": true,
  645. "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
  646. "path": "microsoft.extensions.dependencyinjection/6.0.0",
  647. "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512"
  648. },
  649. "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
  650. "type": "package",
  651. "serviceable": true,
  652. "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
  653. "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
  654. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
  655. },
  656. "Microsoft.Extensions.Logging/6.0.0": {
  657. "type": "package",
  658. "serviceable": true,
  659. "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
  660. "path": "microsoft.extensions.logging/6.0.0",
  661. "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512"
  662. },
  663. "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
  664. "type": "package",
  665. "serviceable": true,
  666. "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
  667. "path": "microsoft.extensions.logging.abstractions/6.0.0",
  668. "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
  669. },
  670. "Microsoft.Extensions.Options/6.0.0": {
  671. "type": "package",
  672. "serviceable": true,
  673. "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
  674. "path": "microsoft.extensions.options/6.0.0",
  675. "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512"
  676. },
  677. "Microsoft.Extensions.Primitives/6.0.0": {
  678. "type": "package",
  679. "serviceable": true,
  680. "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
  681. "path": "microsoft.extensions.primitives/6.0.0",
  682. "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
  683. },
  684. "Microsoft.Identity.Client/4.21.1": {
  685. "type": "package",
  686. "serviceable": true,
  687. "sha512": "sha512-vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==",
  688. "path": "microsoft.identity.client/4.21.1",
  689. "hashPath": "microsoft.identity.client.4.21.1.nupkg.sha512"
  690. },
  691. "Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
  692. "type": "package",
  693. "serviceable": true,
  694. "sha512": "sha512-+7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==",
  695. "path": "microsoft.identitymodel.jsonwebtokens/6.8.0",
  696. "hashPath": "microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512"
  697. },
  698. "Microsoft.IdentityModel.Logging/6.8.0": {
  699. "type": "package",
  700. "serviceable": true,
  701. "sha512": "sha512-Rfh/p4MaN4gkmhPxwbu8IjrmoDncGfHHPh1sTnc0AcM/Oc39/fzC9doKNWvUAjzFb8LqA6lgZyblTrIsX/wDXg==",
  702. "path": "microsoft.identitymodel.logging/6.8.0",
  703. "hashPath": "microsoft.identitymodel.logging.6.8.0.nupkg.sha512"
  704. },
  705. "Microsoft.IdentityModel.Protocols/6.8.0": {
  706. "type": "package",
  707. "serviceable": true,
  708. "sha512": "sha512-OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==",
  709. "path": "microsoft.identitymodel.protocols/6.8.0",
  710. "hashPath": "microsoft.identitymodel.protocols.6.8.0.nupkg.sha512"
  711. },
  712. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
  713. "type": "package",
  714. "serviceable": true,
  715. "sha512": "sha512-X/PiV5l3nYYsodtrNMrNQIVlDmHpjQQ5w48E+o/D5H4es2+4niEyQf3l03chvZGWNzBRhfSstaXr25/Ye4AeYw==",
  716. "path": "microsoft.identitymodel.protocols.openidconnect/6.8.0",
  717. "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512"
  718. },
  719. "Microsoft.IdentityModel.Tokens/6.8.0": {
  720. "type": "package",
  721. "serviceable": true,
  722. "sha512": "sha512-gTqzsGcmD13HgtNePPcuVHZ/NXWmyV+InJgalW/FhWpII1D7V1k0obIseGlWMeA4G+tZfeGMfXr0klnWbMR/mQ==",
  723. "path": "microsoft.identitymodel.tokens/6.8.0",
  724. "hashPath": "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512"
  725. },
  726. "Microsoft.NETCore.Platforms/3.1.0": {
  727. "type": "package",
  728. "serviceable": true,
  729. "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
  730. "path": "microsoft.netcore.platforms/3.1.0",
  731. "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
  732. },
  733. "Microsoft.Toolkit.Mvvm/7.1.2": {
  734. "type": "package",
  735. "serviceable": true,
  736. "sha512": "sha512-tUQn6ar9oP7kmYaZ6pWabxpQaqw95Bsf+GG7prEL0y5MV5F60z76lI/Ppps9zcTqwd7e5CrdZBcdfor9WuvohA==",
  737. "path": "microsoft.toolkit.mvvm/7.1.2",
  738. "hashPath": "microsoft.toolkit.mvvm.7.1.2.nupkg.sha512"
  739. },
  740. "Microsoft.Win32.Registry/4.7.0": {
  741. "type": "package",
  742. "serviceable": true,
  743. "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
  744. "path": "microsoft.win32.registry/4.7.0",
  745. "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
  746. },
  747. "Microsoft.Win32.SystemEvents/4.7.0": {
  748. "type": "package",
  749. "serviceable": true,
  750. "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
  751. "path": "microsoft.win32.systemevents/4.7.0",
  752. "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
  753. },
  754. "Microsoft.Xaml.Behaviors.Wpf/1.1.19": {
  755. "type": "package",
  756. "serviceable": true,
  757. "sha512": "sha512-5sPWkbqImc2t1aQwIfJcKsUo7tOg1Tr8+6xVzZJB56Nzt4u9NlpcLofgdX/aRYpPKdWDA3U23Akw1KQzU5e82g==",
  758. "path": "microsoft.xaml.behaviors.wpf/1.1.19",
  759. "hashPath": "microsoft.xaml.behaviors.wpf.1.1.19.nupkg.sha512"
  760. },
  761. "Refractored.MvvmHelpers/1.6.2": {
  762. "type": "package",
  763. "serviceable": true,
  764. "sha512": "sha512-pXiyT0ad3QI7IzZSSjVNliyhyyAe7lmNPdfAEgSrtjhF9twrYoKbBlTd58IJc67Fw8QmHEur8F9eBA4rj+BZAg==",
  765. "path": "refractored.mvvmhelpers/1.6.2",
  766. "hashPath": "refractored.mvvmhelpers.1.6.2.nupkg.sha512"
  767. },
  768. "System.Collections.Immutable/6.0.0": {
  769. "type": "package",
  770. "serviceable": true,
  771. "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
  772. "path": "system.collections.immutable/6.0.0",
  773. "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512"
  774. },
  775. "System.Configuration.ConfigurationManager/4.7.0": {
  776. "type": "package",
  777. "serviceable": true,
  778. "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
  779. "path": "system.configuration.configurationmanager/4.7.0",
  780. "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512"
  781. },
  782. "System.Diagnostics.DiagnosticSource/6.0.0": {
  783. "type": "package",
  784. "serviceable": true,
  785. "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
  786. "path": "system.diagnostics.diagnosticsource/6.0.0",
  787. "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
  788. },
  789. "System.Drawing.Common/4.7.0": {
  790. "type": "package",
  791. "serviceable": true,
  792. "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
  793. "path": "system.drawing.common/4.7.0",
  794. "hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
  795. },
  796. "System.IdentityModel.Tokens.Jwt/6.8.0": {
  797. "type": "package",
  798. "serviceable": true,
  799. "sha512": "sha512-5tBCjAub2Bhd5qmcd0WhR5s354e4oLYa//kOWrkX+6/7ZbDDJjMTfwLSOiZ/MMpWdE4DWPLOfTLOq/juj9CKzA==",
  800. "path": "system.identitymodel.tokens.jwt/6.8.0",
  801. "hashPath": "system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512"
  802. },
  803. "System.Runtime.Caching/4.7.0": {
  804. "type": "package",
  805. "serviceable": true,
  806. "sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
  807. "path": "system.runtime.caching/4.7.0",
  808. "hashPath": "system.runtime.caching.4.7.0.nupkg.sha512"
  809. },
  810. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  811. "type": "package",
  812. "serviceable": true,
  813. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  814. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  815. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  816. },
  817. "System.Security.AccessControl/4.7.0": {
  818. "type": "package",
  819. "serviceable": true,
  820. "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
  821. "path": "system.security.accesscontrol/4.7.0",
  822. "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
  823. },
  824. "System.Security.Cryptography.Cng/4.5.0": {
  825. "type": "package",
  826. "serviceable": true,
  827. "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
  828. "path": "system.security.cryptography.cng/4.5.0",
  829. "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
  830. },
  831. "System.Security.Cryptography.ProtectedData/4.7.0": {
  832. "type": "package",
  833. "serviceable": true,
  834. "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
  835. "path": "system.security.cryptography.protecteddata/4.7.0",
  836. "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512"
  837. },
  838. "System.Security.Permissions/4.7.0": {
  839. "type": "package",
  840. "serviceable": true,
  841. "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
  842. "path": "system.security.permissions/4.7.0",
  843. "hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
  844. },
  845. "System.Security.Principal.Windows/4.7.0": {
  846. "type": "package",
  847. "serviceable": true,
  848. "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
  849. "path": "system.security.principal.windows/4.7.0",
  850. "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
  851. },
  852. "System.Text.Encoding.CodePages/4.7.0": {
  853. "type": "package",
  854. "serviceable": true,
  855. "sha512": "sha512-aeu4FlaUTemuT1qOd1MyU4T516QR4Fy+9yDbwWMPHOHy7U8FD6SgTzdZFO7gHcfAPHtECqInbwklVvUK4RHcNg==",
  856. "path": "system.text.encoding.codepages/4.7.0",
  857. "hashPath": "system.text.encoding.codepages.4.7.0.nupkg.sha512"
  858. },
  859. "System.Text.Json/4.7.2": {
  860. "type": "package",
  861. "serviceable": true,
  862. "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
  863. "path": "system.text.json/4.7.2",
  864. "hashPath": "system.text.json.4.7.2.nupkg.sha512"
  865. },
  866. "System.ValueTuple/4.5.0": {
  867. "type": "package",
  868. "serviceable": true,
  869. "sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==",
  870. "path": "system.valuetuple/4.5.0",
  871. "hashPath": "system.valuetuple.4.5.0.nupkg.sha512"
  872. },
  873. "System.Windows.Extensions/4.7.0": {
  874. "type": "package",
  875. "serviceable": true,
  876. "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
  877. "path": "system.windows.extensions/4.7.0",
  878. "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
  879. }
  880. }
  881. }