BookShelfMongoDB.designer.deps.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v6.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v6.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/6.0.0": {
  18. "dependencies": {
  19. "Microsoft.EntityFrameworkCore.Abstractions": "6.0.0",
  20. "Microsoft.EntityFrameworkCore.Analyzers": "6.0.0",
  21. "Microsoft.Extensions.Caching.Memory": "6.0.0",
  22. "Microsoft.Extensions.DependencyInjection": "6.0.0",
  23. "Microsoft.Extensions.Logging": "6.0.0",
  24. "System.Collections.Immutable": "6.0.0",
  25. "System.Diagnostics.DiagnosticSource": "6.0.0"
  26. },
  27. "runtime": {
  28. "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
  29. "assemblyVersion": "6.0.0.0",
  30. "fileVersion": "6.0.21.52301"
  31. }
  32. }
  33. },
  34. "Microsoft.EntityFrameworkCore.Abstractions/6.0.0": {
  35. "runtime": {
  36. "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  37. "assemblyVersion": "6.0.0.0",
  38. "fileVersion": "6.0.21.52301"
  39. }
  40. }
  41. },
  42. "Microsoft.EntityFrameworkCore.Analyzers/6.0.0": {},
  43. "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
  44. "dependencies": {
  45. "Microsoft.Extensions.Primitives": "6.0.0"
  46. },
  47. "runtime": {
  48. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  49. "assemblyVersion": "6.0.0.0",
  50. "fileVersion": "6.0.21.52210"
  51. }
  52. }
  53. },
  54. "Microsoft.Extensions.Caching.Memory/6.0.0": {
  55. "dependencies": {
  56. "Microsoft.Extensions.Caching.Abstractions": "6.0.0",
  57. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  58. "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
  59. "Microsoft.Extensions.Options": "6.0.0",
  60. "Microsoft.Extensions.Primitives": "6.0.0"
  61. },
  62. "runtime": {
  63. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
  64. "assemblyVersion": "6.0.0.0",
  65. "fileVersion": "6.0.21.52210"
  66. }
  67. }
  68. },
  69. "Microsoft.Extensions.DependencyInjection/6.0.0": {
  70. "dependencies": {
  71. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  72. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  73. },
  74. "runtime": {
  75. "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
  76. "assemblyVersion": "6.0.0.0",
  77. "fileVersion": "6.0.21.52210"
  78. }
  79. }
  80. },
  81. "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
  82. "runtime": {
  83. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  84. "assemblyVersion": "6.0.0.0",
  85. "fileVersion": "6.0.21.52210"
  86. }
  87. }
  88. },
  89. "Microsoft.Extensions.Logging/6.0.0": {
  90. "dependencies": {
  91. "Microsoft.Extensions.DependencyInjection": "6.0.0",
  92. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  93. "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
  94. "Microsoft.Extensions.Options": "6.0.0",
  95. "System.Diagnostics.DiagnosticSource": "6.0.0"
  96. },
  97. "runtime": {
  98. "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
  99. "assemblyVersion": "6.0.0.0",
  100. "fileVersion": "6.0.21.52210"
  101. }
  102. }
  103. },
  104. "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
  105. "runtime": {
  106. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  107. "assemblyVersion": "6.0.0.0",
  108. "fileVersion": "6.0.21.52210"
  109. }
  110. }
  111. },
  112. "Microsoft.Extensions.Options/6.0.0": {
  113. "dependencies": {
  114. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  115. "Microsoft.Extensions.Primitives": "6.0.0"
  116. },
  117. "runtime": {
  118. "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
  119. "assemblyVersion": "6.0.0.0",
  120. "fileVersion": "6.0.21.52210"
  121. }
  122. }
  123. },
  124. "Microsoft.Extensions.Primitives/6.0.0": {
  125. "dependencies": {
  126. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  127. },
  128. "runtime": {
  129. "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
  130. "assemblyVersion": "6.0.0.0",
  131. "fileVersion": "6.0.21.52210"
  132. }
  133. }
  134. },
  135. "MongoDB.Bson/2.14.1": {
  136. "dependencies": {
  137. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  138. },
  139. "runtime": {
  140. "lib/netstandard2.1/MongoDB.Bson.dll": {
  141. "assemblyVersion": "2.14.1.0",
  142. "fileVersion": "2.14.1.0"
  143. }
  144. }
  145. },
  146. "MongoDB.Driver/2.14.1": {
  147. "dependencies": {
  148. "MongoDB.Bson": "2.14.1",
  149. "MongoDB.Driver.Core": "2.14.1",
  150. "MongoDB.Libmongocrypt": "1.3.0"
  151. },
  152. "runtime": {
  153. "lib/netstandard2.1/MongoDB.Driver.dll": {
  154. "assemblyVersion": "2.14.1.0",
  155. "fileVersion": "2.14.1.0"
  156. }
  157. }
  158. },
  159. "MongoDB.Driver.Core/2.14.1": {
  160. "dependencies": {
  161. "DnsClient": "1.4.0",
  162. "MongoDB.Bson": "2.14.1",
  163. "MongoDB.Libmongocrypt": "1.3.0",
  164. "SharpCompress": "0.30.1",
  165. "System.Buffers": "4.5.1"
  166. },
  167. "runtime": {
  168. "lib/netstandard2.1/MongoDB.Driver.Core.dll": {
  169. "assemblyVersion": "2.14.1.0",
  170. "fileVersion": "2.14.1.0"
  171. }
  172. },
  173. "runtimeTargets": {
  174. "runtimes/linux/native/libsnappy64.so": {
  175. "rid": "linux",
  176. "assetType": "native",
  177. "fileVersion": "0.0.0.0"
  178. },
  179. "runtimes/linux/native/libzstd.so": {
  180. "rid": "linux",
  181. "assetType": "native",
  182. "fileVersion": "0.0.0.0"
  183. },
  184. "runtimes/osx/native/libsnappy64.dylib": {
  185. "rid": "osx",
  186. "assetType": "native",
  187. "fileVersion": "0.0.0.0"
  188. },
  189. "runtimes/osx/native/libzstd.dylib": {
  190. "rid": "osx",
  191. "assetType": "native",
  192. "fileVersion": "0.0.0.0"
  193. },
  194. "runtimes/win/native/libzstd.dll": {
  195. "rid": "win",
  196. "assetType": "native",
  197. "fileVersion": "0.0.0.0"
  198. },
  199. "runtimes/win/native/snappy32.dll": {
  200. "rid": "win",
  201. "assetType": "native",
  202. "fileVersion": "1.1.1.7"
  203. },
  204. "runtimes/win/native/snappy64.dll": {
  205. "rid": "win",
  206. "assetType": "native",
  207. "fileVersion": "1.1.1.7"
  208. }
  209. }
  210. },
  211. "MongoDB.Libmongocrypt/1.3.0": {
  212. "runtime": {
  213. "lib/netstandard2.1/MongoDB.Libmongocrypt.dll": {
  214. "assemblyVersion": "1.3.0.0",
  215. "fileVersion": "1.3.0.0"
  216. }
  217. },
  218. "runtimeTargets": {
  219. "runtimes/linux/native/libmongocrypt.so": {
  220. "rid": "linux",
  221. "assetType": "native",
  222. "fileVersion": "0.0.0.0"
  223. },
  224. "runtimes/osx/native/libmongocrypt.dylib": {
  225. "rid": "osx",
  226. "assetType": "native",
  227. "fileVersion": "0.0.0.0"
  228. },
  229. "runtimes/win/native/mongocrypt.dll": {
  230. "rid": "win",
  231. "assetType": "native",
  232. "fileVersion": "0.0.0.0"
  233. }
  234. }
  235. },
  236. "SharpCompress/0.30.1": {
  237. "runtime": {
  238. "lib/net5.0/SharpCompress.dll": {
  239. "assemblyVersion": "0.30.1.0",
  240. "fileVersion": "0.30.1.0"
  241. }
  242. }
  243. },
  244. "System.Buffers/4.5.1": {},
  245. "System.Collections.Immutable/6.0.0": {
  246. "dependencies": {
  247. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  248. },
  249. "runtime": {
  250. "lib/net6.0/System.Collections.Immutable.dll": {
  251. "assemblyVersion": "6.0.0.0",
  252. "fileVersion": "6.0.21.52210"
  253. }
  254. }
  255. },
  256. "System.Diagnostics.DiagnosticSource/6.0.0": {
  257. "dependencies": {
  258. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  259. },
  260. "runtime": {
  261. "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
  262. "assemblyVersion": "6.0.0.0",
  263. "fileVersion": "6.0.21.52210"
  264. }
  265. }
  266. },
  267. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  268. "runtime": {
  269. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
  270. "assemblyVersion": "6.0.0.0",
  271. "fileVersion": "6.0.21.52210"
  272. }
  273. }
  274. }
  275. }
  276. },
  277. "libraries": {
  278. "DnsClient/1.4.0": {
  279. "type": "package",
  280. "serviceable": true,
  281. "sha512": "sha512-CO1NG1zQdV0nEAXmr/KppLZ0S1qkaPwV0kPX5YPgmYBtrBVh1XMYHM54IXy3RBJu1k4thFtpzwo4HNHqxiuFYw==",
  282. "path": "dnsclient/1.4.0",
  283. "hashPath": "dnsclient.1.4.0.nupkg.sha512"
  284. },
  285. "Microsoft.EntityFrameworkCore/6.0.0": {
  286. "type": "package",
  287. "serviceable": true,
  288. "sha512": "sha512-BdHAtHzfQt3rltgSoYamSlHg2qawPtEDT677/bcSJlO8lQ/lj6XWlusM0TOt59O8Sbqm3hAC1a+4cEBxmv56pw==",
  289. "path": "microsoft.entityframeworkcore/6.0.0",
  290. "hashPath": "microsoft.entityframeworkcore.6.0.0.nupkg.sha512"
  291. },
  292. "Microsoft.EntityFrameworkCore.Abstractions/6.0.0": {
  293. "type": "package",
  294. "serviceable": true,
  295. "sha512": "sha512-MrMLWEw4JsZdkVci0MkkGj+fSjZrXnm3m6UNuIEwytiAAIZPvJs3iPpnzfK4qM7np82W374voYm96q7QCdL0ow==",
  296. "path": "microsoft.entityframeworkcore.abstractions/6.0.0",
  297. "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.0.nupkg.sha512"
  298. },
  299. "Microsoft.EntityFrameworkCore.Analyzers/6.0.0": {
  300. "type": "package",
  301. "serviceable": true,
  302. "sha512": "sha512-BqWBL05PUDKwPwLeQCJdc2R4cIUycXV9UmuSjYfux2fcgyet8I2eYnOWlA7NgsDwRVcxW26vxvNQ0wuc8UAcLA==",
  303. "path": "microsoft.entityframeworkcore.analyzers/6.0.0",
  304. "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.0.nupkg.sha512"
  305. },
  306. "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
  307. "type": "package",
  308. "serviceable": true,
  309. "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==",
  310. "path": "microsoft.extensions.caching.abstractions/6.0.0",
  311. "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512"
  312. },
  313. "Microsoft.Extensions.Caching.Memory/6.0.0": {
  314. "type": "package",
  315. "serviceable": true,
  316. "sha512": "sha512-Ve3BlCzhAlVp5IgO3+8dacAhZk1A0GlIlFNkAcfR2TfAibLKWIt5DhVJZfu4YtW+XZ89OjYf/agMcgjDtPxdGA==",
  317. "path": "microsoft.extensions.caching.memory/6.0.0",
  318. "hashPath": "microsoft.extensions.caching.memory.6.0.0.nupkg.sha512"
  319. },
  320. "Microsoft.Extensions.DependencyInjection/6.0.0": {
  321. "type": "package",
  322. "serviceable": true,
  323. "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
  324. "path": "microsoft.extensions.dependencyinjection/6.0.0",
  325. "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512"
  326. },
  327. "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
  328. "type": "package",
  329. "serviceable": true,
  330. "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
  331. "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
  332. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
  333. },
  334. "Microsoft.Extensions.Logging/6.0.0": {
  335. "type": "package",
  336. "serviceable": true,
  337. "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
  338. "path": "microsoft.extensions.logging/6.0.0",
  339. "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512"
  340. },
  341. "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
  342. "type": "package",
  343. "serviceable": true,
  344. "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
  345. "path": "microsoft.extensions.logging.abstractions/6.0.0",
  346. "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
  347. },
  348. "Microsoft.Extensions.Options/6.0.0": {
  349. "type": "package",
  350. "serviceable": true,
  351. "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
  352. "path": "microsoft.extensions.options/6.0.0",
  353. "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512"
  354. },
  355. "Microsoft.Extensions.Primitives/6.0.0": {
  356. "type": "package",
  357. "serviceable": true,
  358. "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
  359. "path": "microsoft.extensions.primitives/6.0.0",
  360. "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
  361. },
  362. "MongoDB.Bson/2.14.1": {
  363. "type": "package",
  364. "serviceable": true,
  365. "sha512": "sha512-+5LZSrOiQgubSyIfwdofiAiX1KM5m0mpZ55/o9yzJyZr9TviMbVbaxWjaHaQP4pv46fKA2LWSuuQD4SEj2tg0Q==",
  366. "path": "mongodb.bson/2.14.1",
  367. "hashPath": "mongodb.bson.2.14.1.nupkg.sha512"
  368. },
  369. "MongoDB.Driver/2.14.1": {
  370. "type": "package",
  371. "serviceable": true,
  372. "sha512": "sha512-vTFHpeQJF94316NPsR53hYPHogOi0l2O/gVYNmCcqpIKeL3xpNMLboPizlgHaJITxhIxZAWAxkx3Eem6prhO8w==",
  373. "path": "mongodb.driver/2.14.1",
  374. "hashPath": "mongodb.driver.2.14.1.nupkg.sha512"
  375. },
  376. "MongoDB.Driver.Core/2.14.1": {
  377. "type": "package",
  378. "serviceable": true,
  379. "sha512": "sha512-m8K0jxvyAezHO/Fyj+ooblMzkIE02qBXTqRWycIGC31tV5Y43mTuwTE6J07zyEo+sI1O25Ak8hwJAmFfKJ5low==",
  380. "path": "mongodb.driver.core/2.14.1",
  381. "hashPath": "mongodb.driver.core.2.14.1.nupkg.sha512"
  382. },
  383. "MongoDB.Libmongocrypt/1.3.0": {
  384. "type": "package",
  385. "serviceable": true,
  386. "sha512": "sha512-BAvqY/otOsmAGTsmzIYXRFysvpu8X7rYkDzEBX4iBlrF57SB+fD5px9sCPR6sETgfZ6k98qUNS6go5wtY9WOBA==",
  387. "path": "mongodb.libmongocrypt/1.3.0",
  388. "hashPath": "mongodb.libmongocrypt.1.3.0.nupkg.sha512"
  389. },
  390. "SharpCompress/0.30.1": {
  391. "type": "package",
  392. "serviceable": true,
  393. "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==",
  394. "path": "sharpcompress/0.30.1",
  395. "hashPath": "sharpcompress.0.30.1.nupkg.sha512"
  396. },
  397. "System.Buffers/4.5.1": {
  398. "type": "package",
  399. "serviceable": true,
  400. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  401. "path": "system.buffers/4.5.1",
  402. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  403. },
  404. "System.Collections.Immutable/6.0.0": {
  405. "type": "package",
  406. "serviceable": true,
  407. "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
  408. "path": "system.collections.immutable/6.0.0",
  409. "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512"
  410. },
  411. "System.Diagnostics.DiagnosticSource/6.0.0": {
  412. "type": "package",
  413. "serviceable": true,
  414. "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
  415. "path": "system.diagnostics.diagnosticsource/6.0.0",
  416. "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
  417. },
  418. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  419. "type": "package",
  420. "serviceable": true,
  421. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  422. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  423. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  424. }
  425. }
  426. }