Bookstore.designer.deps.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v5.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v5.0": {
  9. "DnsClient/1.4.0": {
  10. "runtime": {
  11. "lib/netstandard2.1/DnsClient.dll": {
  12. "assemblyVersion": "1.4.0.0",
  13. "fileVersion": "1.4.0.0"
  14. }
  15. }
  16. },
  17. "Microsoft.EntityFrameworkCore/5.0.11": {
  18. "dependencies": {
  19. "Microsoft.EntityFrameworkCore.Abstractions": "5.0.11",
  20. "Microsoft.EntityFrameworkCore.Analyzers": "5.0.11",
  21. "Microsoft.Extensions.Caching.Memory": "5.0.0",
  22. "Microsoft.Extensions.DependencyInjection": "5.0.2",
  23. "Microsoft.Extensions.Logging": "5.0.0",
  24. "System.Collections.Immutable": "5.0.0",
  25. "System.ComponentModel.Annotations": "5.0.0",
  26. "System.Diagnostics.DiagnosticSource": "5.0.1"
  27. },
  28. "runtime": {
  29. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": {
  30. "assemblyVersion": "5.0.11.0",
  31. "fileVersion": "5.0.1121.47202"
  32. }
  33. }
  34. },
  35. "Microsoft.EntityFrameworkCore.Abstractions/5.0.11": {
  36. "runtime": {
  37. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  38. "assemblyVersion": "5.0.11.0",
  39. "fileVersion": "5.0.1121.47202"
  40. }
  41. }
  42. },
  43. "Microsoft.EntityFrameworkCore.Analyzers/5.0.11": {},
  44. "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
  45. "dependencies": {
  46. "Microsoft.Extensions.Primitives": "5.0.0"
  47. },
  48. "runtime": {
  49. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  50. "assemblyVersion": "5.0.0.0",
  51. "fileVersion": "5.0.20.51904"
  52. }
  53. }
  54. },
  55. "Microsoft.Extensions.Caching.Memory/5.0.0": {
  56. "dependencies": {
  57. "Microsoft.Extensions.Caching.Abstractions": "5.0.0",
  58. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  59. "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
  60. "Microsoft.Extensions.Options": "5.0.0",
  61. "Microsoft.Extensions.Primitives": "5.0.0"
  62. },
  63. "runtime": {
  64. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
  65. "assemblyVersion": "5.0.0.0",
  66. "fileVersion": "5.0.20.51904"
  67. }
  68. }
  69. },
  70. "Microsoft.Extensions.DependencyInjection/5.0.2": {
  71. "dependencies": {
  72. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0"
  73. },
  74. "runtime": {
  75. "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {
  76. "assemblyVersion": "5.0.0.1",
  77. "fileVersion": "5.0.821.31504"
  78. }
  79. }
  80. },
  81. "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
  82. "runtime": {
  83. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  84. "assemblyVersion": "5.0.0.0",
  85. "fileVersion": "5.0.20.51904"
  86. }
  87. }
  88. },
  89. "Microsoft.Extensions.Logging/5.0.0": {
  90. "dependencies": {
  91. "Microsoft.Extensions.DependencyInjection": "5.0.2",
  92. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  93. "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
  94. "Microsoft.Extensions.Options": "5.0.0"
  95. },
  96. "runtime": {
  97. "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
  98. "assemblyVersion": "5.0.0.0",
  99. "fileVersion": "5.0.20.51904"
  100. }
  101. }
  102. },
  103. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  104. "runtime": {
  105. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  106. "assemblyVersion": "5.0.0.0",
  107. "fileVersion": "5.0.20.51904"
  108. }
  109. }
  110. },
  111. "Microsoft.Extensions.Options/5.0.0": {
  112. "dependencies": {
  113. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  114. "Microsoft.Extensions.Primitives": "5.0.0"
  115. },
  116. "runtime": {
  117. "lib/net5.0/Microsoft.Extensions.Options.dll": {
  118. "assemblyVersion": "5.0.0.0",
  119. "fileVersion": "5.0.20.51904"
  120. }
  121. }
  122. },
  123. "Microsoft.Extensions.Primitives/5.0.0": {
  124. "runtime": {
  125. "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {
  126. "assemblyVersion": "5.0.0.0",
  127. "fileVersion": "5.0.20.51904"
  128. }
  129. }
  130. },
  131. "MongoDB.Bson/2.14.1": {
  132. "dependencies": {
  133. "System.Runtime.CompilerServices.Unsafe": "5.0.0"
  134. },
  135. "runtime": {
  136. "lib/netstandard2.1/MongoDB.Bson.dll": {
  137. "assemblyVersion": "2.14.1.0",
  138. "fileVersion": "2.14.1.0"
  139. }
  140. }
  141. },
  142. "MongoDB.Driver/2.14.1": {
  143. "dependencies": {
  144. "MongoDB.Bson": "2.14.1",
  145. "MongoDB.Driver.Core": "2.14.1",
  146. "MongoDB.Libmongocrypt": "1.3.0"
  147. },
  148. "runtime": {
  149. "lib/netstandard2.1/MongoDB.Driver.dll": {
  150. "assemblyVersion": "2.14.1.0",
  151. "fileVersion": "2.14.1.0"
  152. }
  153. }
  154. },
  155. "MongoDB.Driver.Core/2.14.1": {
  156. "dependencies": {
  157. "DnsClient": "1.4.0",
  158. "MongoDB.Bson": "2.14.1",
  159. "MongoDB.Libmongocrypt": "1.3.0",
  160. "SharpCompress": "0.30.1",
  161. "System.Buffers": "4.5.1"
  162. },
  163. "runtime": {
  164. "lib/netstandard2.1/MongoDB.Driver.Core.dll": {
  165. "assemblyVersion": "2.14.1.0",
  166. "fileVersion": "2.14.1.0"
  167. }
  168. },
  169. "runtimeTargets": {
  170. "runtimes/linux/native/libsnappy64.so": {
  171. "rid": "linux",
  172. "assetType": "native",
  173. "fileVersion": "0.0.0.0"
  174. },
  175. "runtimes/linux/native/libzstd.so": {
  176. "rid": "linux",
  177. "assetType": "native",
  178. "fileVersion": "0.0.0.0"
  179. },
  180. "runtimes/osx/native/libsnappy64.dylib": {
  181. "rid": "osx",
  182. "assetType": "native",
  183. "fileVersion": "0.0.0.0"
  184. },
  185. "runtimes/osx/native/libzstd.dylib": {
  186. "rid": "osx",
  187. "assetType": "native",
  188. "fileVersion": "0.0.0.0"
  189. },
  190. "runtimes/win/native/libzstd.dll": {
  191. "rid": "win",
  192. "assetType": "native",
  193. "fileVersion": "0.0.0.0"
  194. },
  195. "runtimes/win/native/snappy32.dll": {
  196. "rid": "win",
  197. "assetType": "native",
  198. "fileVersion": "1.1.1.7"
  199. },
  200. "runtimes/win/native/snappy64.dll": {
  201. "rid": "win",
  202. "assetType": "native",
  203. "fileVersion": "1.1.1.7"
  204. }
  205. }
  206. },
  207. "MongoDB.Libmongocrypt/1.3.0": {
  208. "runtime": {
  209. "lib/netstandard2.1/MongoDB.Libmongocrypt.dll": {
  210. "assemblyVersion": "1.3.0.0",
  211. "fileVersion": "1.3.0.0"
  212. }
  213. },
  214. "runtimeTargets": {
  215. "runtimes/linux/native/libmongocrypt.so": {
  216. "rid": "linux",
  217. "assetType": "native",
  218. "fileVersion": "0.0.0.0"
  219. },
  220. "runtimes/osx/native/libmongocrypt.dylib": {
  221. "rid": "osx",
  222. "assetType": "native",
  223. "fileVersion": "0.0.0.0"
  224. },
  225. "runtimes/win/native/mongocrypt.dll": {
  226. "rid": "win",
  227. "assetType": "native",
  228. "fileVersion": "0.0.0.0"
  229. }
  230. }
  231. },
  232. "SharpCompress/0.30.1": {
  233. "runtime": {
  234. "lib/net5.0/SharpCompress.dll": {
  235. "assemblyVersion": "0.30.1.0",
  236. "fileVersion": "0.30.1.0"
  237. }
  238. }
  239. },
  240. "System.Buffers/4.5.1": {},
  241. "System.Collections.Immutable/5.0.0": {
  242. "runtime": {
  243. "lib/netstandard2.0/System.Collections.Immutable.dll": {
  244. "assemblyVersion": "5.0.0.0",
  245. "fileVersion": "5.0.20.51904"
  246. }
  247. }
  248. },
  249. "System.ComponentModel.Annotations/5.0.0": {
  250. "runtime": {
  251. "lib/netstandard2.1/System.ComponentModel.Annotations.dll": {
  252. "assemblyVersion": "5.0.0.0",
  253. "fileVersion": "5.0.20.51904"
  254. }
  255. }
  256. },
  257. "System.Diagnostics.DiagnosticSource/5.0.1": {
  258. "runtime": {
  259. "lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {
  260. "assemblyVersion": "5.0.0.0",
  261. "fileVersion": "5.0.220.61120"
  262. }
  263. }
  264. },
  265. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  266. "runtime": {
  267. "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
  268. "assemblyVersion": "5.0.0.0",
  269. "fileVersion": "5.0.20.51904"
  270. }
  271. }
  272. }
  273. }
  274. },
  275. "libraries": {
  276. "DnsClient/1.4.0": {
  277. "type": "package",
  278. "serviceable": true,
  279. "sha512": "sha512-CO1NG1zQdV0nEAXmr/KppLZ0S1qkaPwV0kPX5YPgmYBtrBVh1XMYHM54IXy3RBJu1k4thFtpzwo4HNHqxiuFYw==",
  280. "path": "dnsclient/1.4.0",
  281. "hashPath": "dnsclient.1.4.0.nupkg.sha512"
  282. },
  283. "Microsoft.EntityFrameworkCore/5.0.11": {
  284. "type": "package",
  285. "serviceable": true,
  286. "sha512": "sha512-2DQJvH6NRPRKPOR6ZaJe2pDn0bSpQZSzHk+7QatFo06KfvP3Tixy5DAOviXkP6963FEQMuVDSvZef1amORBnaw==",
  287. "path": "microsoft.entityframeworkcore/5.0.11",
  288. "hashPath": "microsoft.entityframeworkcore.5.0.11.nupkg.sha512"
  289. },
  290. "Microsoft.EntityFrameworkCore.Abstractions/5.0.11": {
  291. "type": "package",
  292. "serviceable": true,
  293. "sha512": "sha512-Ut1BeIwAavUncIChZ0jM7qdqVsnLI1i2eCn/7rdqpVW/JldPFMQzlCMBtiq7dGuVMSniDNUnc93olYtttyD/Fg==",
  294. "path": "microsoft.entityframeworkcore.abstractions/5.0.11",
  295. "hashPath": "microsoft.entityframeworkcore.abstractions.5.0.11.nupkg.sha512"
  296. },
  297. "Microsoft.EntityFrameworkCore.Analyzers/5.0.11": {
  298. "type": "package",
  299. "serviceable": true,
  300. "sha512": "sha512-6vCGQY0H667qkV5fGuhHzWPveF0dpEwEs9xQyDgamwxkIN7LrPHQGp2eOXj6xVF+i8noTLtTR4sNMizKSnI2JA==",
  301. "path": "microsoft.entityframeworkcore.analyzers/5.0.11",
  302. "hashPath": "microsoft.entityframeworkcore.analyzers.5.0.11.nupkg.sha512"
  303. },
  304. "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
  305. "type": "package",
  306. "serviceable": true,
  307. "sha512": "sha512-bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==",
  308. "path": "microsoft.extensions.caching.abstractions/5.0.0",
  309. "hashPath": "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512"
  310. },
  311. "Microsoft.Extensions.Caching.Memory/5.0.0": {
  312. "type": "package",
  313. "serviceable": true,
  314. "sha512": "sha512-/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==",
  315. "path": "microsoft.extensions.caching.memory/5.0.0",
  316. "hashPath": "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512"
  317. },
  318. "Microsoft.Extensions.DependencyInjection/5.0.2": {
  319. "type": "package",
  320. "serviceable": true,
  321. "sha512": "sha512-xzFW00AZEvOXM1OX+0+AYH5op/Hf3u//e6wszBd/rK72sypD+jx5CtsHxM4BVuFBEs8SajfO4QzSJtrQaHDr4A==",
  322. "path": "microsoft.extensions.dependencyinjection/5.0.2",
  323. "hashPath": "microsoft.extensions.dependencyinjection.5.0.2.nupkg.sha512"
  324. },
  325. "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
  326. "type": "package",
  327. "serviceable": true,
  328. "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
  329. "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
  330. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512"
  331. },
  332. "Microsoft.Extensions.Logging/5.0.0": {
  333. "type": "package",
  334. "serviceable": true,
  335. "sha512": "sha512-MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==",
  336. "path": "microsoft.extensions.logging/5.0.0",
  337. "hashPath": "microsoft.extensions.logging.5.0.0.nupkg.sha512"
  338. },
  339. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  340. "type": "package",
  341. "serviceable": true,
  342. "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
  343. "path": "microsoft.extensions.logging.abstractions/5.0.0",
  344. "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512"
  345. },
  346. "Microsoft.Extensions.Options/5.0.0": {
  347. "type": "package",
  348. "serviceable": true,
  349. "sha512": "sha512-CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==",
  350. "path": "microsoft.extensions.options/5.0.0",
  351. "hashPath": "microsoft.extensions.options.5.0.0.nupkg.sha512"
  352. },
  353. "Microsoft.Extensions.Primitives/5.0.0": {
  354. "type": "package",
  355. "serviceable": true,
  356. "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
  357. "path": "microsoft.extensions.primitives/5.0.0",
  358. "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
  359. },
  360. "MongoDB.Bson/2.14.1": {
  361. "type": "package",
  362. "serviceable": true,
  363. "sha512": "sha512-+5LZSrOiQgubSyIfwdofiAiX1KM5m0mpZ55/o9yzJyZr9TviMbVbaxWjaHaQP4pv46fKA2LWSuuQD4SEj2tg0Q==",
  364. "path": "mongodb.bson/2.14.1",
  365. "hashPath": "mongodb.bson.2.14.1.nupkg.sha512"
  366. },
  367. "MongoDB.Driver/2.14.1": {
  368. "type": "package",
  369. "serviceable": true,
  370. "sha512": "sha512-vTFHpeQJF94316NPsR53hYPHogOi0l2O/gVYNmCcqpIKeL3xpNMLboPizlgHaJITxhIxZAWAxkx3Eem6prhO8w==",
  371. "path": "mongodb.driver/2.14.1",
  372. "hashPath": "mongodb.driver.2.14.1.nupkg.sha512"
  373. },
  374. "MongoDB.Driver.Core/2.14.1": {
  375. "type": "package",
  376. "serviceable": true,
  377. "sha512": "sha512-m8K0jxvyAezHO/Fyj+ooblMzkIE02qBXTqRWycIGC31tV5Y43mTuwTE6J07zyEo+sI1O25Ak8hwJAmFfKJ5low==",
  378. "path": "mongodb.driver.core/2.14.1",
  379. "hashPath": "mongodb.driver.core.2.14.1.nupkg.sha512"
  380. },
  381. "MongoDB.Libmongocrypt/1.3.0": {
  382. "type": "package",
  383. "serviceable": true,
  384. "sha512": "sha512-BAvqY/otOsmAGTsmzIYXRFysvpu8X7rYkDzEBX4iBlrF57SB+fD5px9sCPR6sETgfZ6k98qUNS6go5wtY9WOBA==",
  385. "path": "mongodb.libmongocrypt/1.3.0",
  386. "hashPath": "mongodb.libmongocrypt.1.3.0.nupkg.sha512"
  387. },
  388. "SharpCompress/0.30.1": {
  389. "type": "package",
  390. "serviceable": true,
  391. "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==",
  392. "path": "sharpcompress/0.30.1",
  393. "hashPath": "sharpcompress.0.30.1.nupkg.sha512"
  394. },
  395. "System.Buffers/4.5.1": {
  396. "type": "package",
  397. "serviceable": true,
  398. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  399. "path": "system.buffers/4.5.1",
  400. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  401. },
  402. "System.Collections.Immutable/5.0.0": {
  403. "type": "package",
  404. "serviceable": true,
  405. "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
  406. "path": "system.collections.immutable/5.0.0",
  407. "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
  408. },
  409. "System.ComponentModel.Annotations/5.0.0": {
  410. "type": "package",
  411. "serviceable": true,
  412. "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
  413. "path": "system.componentmodel.annotations/5.0.0",
  414. "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
  415. },
  416. "System.Diagnostics.DiagnosticSource/5.0.1": {
  417. "type": "package",
  418. "serviceable": true,
  419. "sha512": "sha512-uXQEYqav2V3zP6OwkOKtLv+qIi6z3m1hsGyKwXX7ZA7htT4shoVccGxnJ9kVRFPNAsi1ArZTq2oh7WOto6GbkQ==",
  420. "path": "system.diagnostics.diagnosticsource/5.0.1",
  421. "hashPath": "system.diagnostics.diagnosticsource.5.0.1.nupkg.sha512"
  422. },
  423. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  424. "type": "package",
  425. "serviceable": true,
  426. "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
  427. "path": "system.runtime.compilerservices.unsafe/5.0.0",
  428. "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
  429. }
  430. }
  431. }