MyMoviesWPF.designer.deps.json 34 KB

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