TransitServer.deps.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v7.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v7.0": {
  9. "TransitServer/1.0.0": {
  10. "dependencies": {
  11. "NetServerCore": "1.0.0",
  12. "Nett": "0.15.0"
  13. },
  14. "runtime": {
  15. "TransitServer.dll": {}
  16. }
  17. },
  18. "DnsClient/1.6.1": {
  19. "dependencies": {
  20. "Microsoft.Win32.Registry": "5.0.0"
  21. },
  22. "runtime": {
  23. "lib/net5.0/DnsClient.dll": {
  24. "assemblyVersion": "1.6.1.0",
  25. "fileVersion": "1.6.1.0"
  26. }
  27. }
  28. },
  29. "LitJson/0.19.0": {
  30. "runtime": {
  31. "lib/net6.0/LitJSON.dll": {
  32. "assemblyVersion": "0.19.0.0",
  33. "fileVersion": "0.19.0.0"
  34. }
  35. }
  36. },
  37. "MemoryPack/1.21.3": {
  38. "dependencies": {
  39. "MemoryPack.Core": "1.21.3",
  40. "MemoryPack.Generator": "1.21.3"
  41. }
  42. },
  43. "MemoryPack.Core/1.21.3": {
  44. "runtime": {
  45. "lib/net7.0/MemoryPack.Core.dll": {
  46. "assemblyVersion": "1.21.3.0",
  47. "fileVersion": "1.21.3.0"
  48. }
  49. }
  50. },
  51. "MemoryPack.Generator/1.21.3": {},
  52. "Microsoft.Extensions.Logging.Abstractions/2.0.0": {
  53. "runtime": {
  54. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  55. "assemblyVersion": "2.0.0.0",
  56. "fileVersion": "2.0.0.17205"
  57. }
  58. }
  59. },
  60. "Microsoft.NETCore.Platforms/5.0.0": {},
  61. "Microsoft.Win32.Registry/5.0.0": {
  62. "dependencies": {
  63. "System.Security.AccessControl": "5.0.0",
  64. "System.Security.Principal.Windows": "5.0.0"
  65. }
  66. },
  67. "MongoDB.Bson/3.1.0": {
  68. "dependencies": {
  69. "System.Memory": "4.5.5",
  70. "System.Runtime.CompilerServices.Unsafe": "5.0.0"
  71. },
  72. "runtime": {
  73. "lib/net6.0/MongoDB.Bson.dll": {
  74. "assemblyVersion": "3.1.0.0",
  75. "fileVersion": "3.1.0.0"
  76. }
  77. }
  78. },
  79. "MongoDB.Driver/3.1.0": {
  80. "dependencies": {
  81. "DnsClient": "1.6.1",
  82. "Microsoft.Extensions.Logging.Abstractions": "2.0.0",
  83. "MongoDB.Bson": "3.1.0",
  84. "SharpCompress": "0.30.1",
  85. "Snappier": "1.0.0",
  86. "System.Buffers": "4.5.1",
  87. "ZstdSharp.Port": "0.7.3"
  88. },
  89. "runtime": {
  90. "lib/net6.0/MongoDB.Driver.dll": {
  91. "assemblyVersion": "3.1.0.0",
  92. "fileVersion": "3.1.0.0"
  93. }
  94. }
  95. },
  96. "Nett/0.15.0": {
  97. "runtime": {
  98. "lib/netstandard2.0/Nett.dll": {
  99. "assemblyVersion": "0.15.0.0",
  100. "fileVersion": "0.15.0.0"
  101. }
  102. }
  103. },
  104. "NLog/5.4.0": {
  105. "runtime": {
  106. "lib/netstandard2.0/NLog.dll": {
  107. "assemblyVersion": "5.0.0.0",
  108. "fileVersion": "5.4.0.3182"
  109. }
  110. }
  111. },
  112. "NLog.Config/4.7.15": {
  113. "dependencies": {
  114. "NLog": "5.4.0",
  115. "NLog.Schema": "4.7.15"
  116. }
  117. },
  118. "NLog.Schema/4.7.15": {},
  119. "SharpCompress/0.30.1": {
  120. "runtime": {
  121. "lib/net5.0/SharpCompress.dll": {
  122. "assemblyVersion": "0.30.1.0",
  123. "fileVersion": "0.30.1.0"
  124. }
  125. }
  126. },
  127. "Snappier/1.0.0": {
  128. "runtime": {
  129. "lib/net5.0/Snappier.dll": {
  130. "assemblyVersion": "1.0.0.0",
  131. "fileVersion": "1.0.0.0"
  132. }
  133. }
  134. },
  135. "System.Buffers/4.5.1": {},
  136. "System.Memory/4.5.5": {},
  137. "System.Runtime.CompilerServices.Unsafe/5.0.0": {},
  138. "System.Security.AccessControl/5.0.0": {
  139. "dependencies": {
  140. "Microsoft.NETCore.Platforms": "5.0.0",
  141. "System.Security.Principal.Windows": "5.0.0"
  142. }
  143. },
  144. "System.Security.Principal.Windows/5.0.0": {},
  145. "ZstdSharp.Port/0.7.3": {
  146. "runtime": {
  147. "lib/net7.0/ZstdSharp.dll": {
  148. "assemblyVersion": "0.7.3.0",
  149. "fileVersion": "0.7.3.0"
  150. }
  151. }
  152. },
  153. "NetCore/1.0.0": {
  154. "dependencies": {
  155. "MemoryPack": "1.21.3",
  156. "Protocol": "1.0.0"
  157. },
  158. "runtime": {
  159. "NetCore.dll": {}
  160. }
  161. },
  162. "NetServerCore/1.0.0": {
  163. "dependencies": {
  164. "MongoDB.Driver": "3.1.0",
  165. "NetCore": "1.0.0",
  166. "Nett": "0.15.0"
  167. },
  168. "runtime": {
  169. "NetServerCore.dll": {}
  170. }
  171. },
  172. "Protocol/1.0.0": {
  173. "dependencies": {
  174. "MemoryPack": "1.21.3",
  175. "MemoryPack.Core": "1.21.3",
  176. "UnityLibrary": "1.0.0"
  177. },
  178. "runtime": {
  179. "Protocol.dll": {}
  180. }
  181. },
  182. "UnityLibrary/1.0.0": {
  183. "dependencies": {
  184. "LitJson": "0.19.0",
  185. "NLog": "5.4.0",
  186. "NLog.Config": "4.7.15"
  187. },
  188. "runtime": {
  189. "UnityLibrary.dll": {}
  190. }
  191. }
  192. }
  193. },
  194. "libraries": {
  195. "TransitServer/1.0.0": {
  196. "type": "project",
  197. "serviceable": false,
  198. "sha512": ""
  199. },
  200. "DnsClient/1.6.1": {
  201. "type": "package",
  202. "serviceable": true,
  203. "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==",
  204. "path": "dnsclient/1.6.1",
  205. "hashPath": "dnsclient.1.6.1.nupkg.sha512"
  206. },
  207. "LitJson/0.19.0": {
  208. "type": "package",
  209. "serviceable": true,
  210. "sha512": "sha512-7hUCUSkNJBwr+K6uqTOsQSbd5AIDrCMg/ya1BPxrSOlPNoPCyDx+0PyXU61FjbRPl7WU2HavV2r89djdJnlV/g==",
  211. "path": "litjson/0.19.0",
  212. "hashPath": "litjson.0.19.0.nupkg.sha512"
  213. },
  214. "MemoryPack/1.21.3": {
  215. "type": "package",
  216. "serviceable": true,
  217. "sha512": "sha512-cwCtED8y400vMWx/Vp0QCSeEpVFjDU4JwF52VX9WTaqVERUvNqjG9n6osFlmFuytegyXnHvYEu1qRJ8rv/rkbg==",
  218. "path": "memorypack/1.21.3",
  219. "hashPath": "memorypack.1.21.3.nupkg.sha512"
  220. },
  221. "MemoryPack.Core/1.21.3": {
  222. "type": "package",
  223. "serviceable": true,
  224. "sha512": "sha512-ajrYoBWT2aKeH4tlY8q/1C9qK1R/NK+7FkuVOX58ebOSxkABoFTqCR7W+Zk2rakUHZiEgNdRqO67hiRZPq6fLA==",
  225. "path": "memorypack.core/1.21.3",
  226. "hashPath": "memorypack.core.1.21.3.nupkg.sha512"
  227. },
  228. "MemoryPack.Generator/1.21.3": {
  229. "type": "package",
  230. "serviceable": true,
  231. "sha512": "sha512-hYU0TAIarDKnbkNIWvb7P4zBUL+CTahkuNkczsKvycSMR5kiwQ4IfLexywNKX3s05Izp4gzDSPbueepNWZRpWA==",
  232. "path": "memorypack.generator/1.21.3",
  233. "hashPath": "memorypack.generator.1.21.3.nupkg.sha512"
  234. },
  235. "Microsoft.Extensions.Logging.Abstractions/2.0.0": {
  236. "type": "package",
  237. "serviceable": true,
  238. "sha512": "sha512-6ZCllUYGFukkymSTx3Yr0G/ajRxoNJp7/FqSxSB4fGISST54ifBhgu4Nc0ItGi3i6DqwuNd8SUyObmiC++AO2Q==",
  239. "path": "microsoft.extensions.logging.abstractions/2.0.0",
  240. "hashPath": "microsoft.extensions.logging.abstractions.2.0.0.nupkg.sha512"
  241. },
  242. "Microsoft.NETCore.Platforms/5.0.0": {
  243. "type": "package",
  244. "serviceable": true,
  245. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  246. "path": "microsoft.netcore.platforms/5.0.0",
  247. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  248. },
  249. "Microsoft.Win32.Registry/5.0.0": {
  250. "type": "package",
  251. "serviceable": true,
  252. "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
  253. "path": "microsoft.win32.registry/5.0.0",
  254. "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
  255. },
  256. "MongoDB.Bson/3.1.0": {
  257. "type": "package",
  258. "serviceable": true,
  259. "sha512": "sha512-3dhaZhz18B5vUoEP13o2j8A6zQfkHdZhwBvLZEjDJum4BTLLv1/Z8bt25UQEtpqvYwLgde4R6ekWZ7XAYUMxuw==",
  260. "path": "mongodb.bson/3.1.0",
  261. "hashPath": "mongodb.bson.3.1.0.nupkg.sha512"
  262. },
  263. "MongoDB.Driver/3.1.0": {
  264. "type": "package",
  265. "serviceable": true,
  266. "sha512": "sha512-+O7lKaIl7VUHptE0hqTd7UY1G5KDp/o8S4upG7YL4uChMNKD/U6tz9i17nMGHaD/L2AiPLgaJcaDe2XACsegGA==",
  267. "path": "mongodb.driver/3.1.0",
  268. "hashPath": "mongodb.driver.3.1.0.nupkg.sha512"
  269. },
  270. "Nett/0.15.0": {
  271. "type": "package",
  272. "serviceable": true,
  273. "sha512": "sha512-/0SoN9ugPKfmLndtKy3gaRxOlzji94/yrNgQLe45/1ZgExj0BaVozbXD+oWD8E6MCLvTs+YWzmn315mQOXGCcw==",
  274. "path": "nett/0.15.0",
  275. "hashPath": "nett.0.15.0.nupkg.sha512"
  276. },
  277. "NLog/5.4.0": {
  278. "type": "package",
  279. "serviceable": true,
  280. "sha512": "sha512-LwMcGSW3soF3/SL68rlJN3Eh3ktrAPycC3zZR/07OYBPraZUu0bygEC7kIN10lUQgMXT4s84Fi1chglGdGrQEg==",
  281. "path": "nlog/5.4.0",
  282. "hashPath": "nlog.5.4.0.nupkg.sha512"
  283. },
  284. "NLog.Config/4.7.15": {
  285. "type": "package",
  286. "serviceable": true,
  287. "sha512": "sha512-njc2NvwgAzEuH609TGO4yqpokcxXFdypHwG3I8hyLYIE4pr+j4KJB4ZhsyODVwkP/n2F2V4uJ24VW4icNyJMcA==",
  288. "path": "nlog.config/4.7.15",
  289. "hashPath": "nlog.config.4.7.15.nupkg.sha512"
  290. },
  291. "NLog.Schema/4.7.15": {
  292. "type": "package",
  293. "serviceable": true,
  294. "sha512": "sha512-cBzca2abS5Qz8e40vIPZNWBiDAQaRY7PKWffBbazMAzvxGBM6/ZWgaAEmqHUOluhV41cuyXnHOzo485JPLeChg==",
  295. "path": "nlog.schema/4.7.15",
  296. "hashPath": "nlog.schema.4.7.15.nupkg.sha512"
  297. },
  298. "SharpCompress/0.30.1": {
  299. "type": "package",
  300. "serviceable": true,
  301. "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==",
  302. "path": "sharpcompress/0.30.1",
  303. "hashPath": "sharpcompress.0.30.1.nupkg.sha512"
  304. },
  305. "Snappier/1.0.0": {
  306. "type": "package",
  307. "serviceable": true,
  308. "sha512": "sha512-rFtK2KEI9hIe8gtx3a0YDXdHOpedIf9wYCEYtBEmtlyiWVX3XlCNV03JrmmAi/Cdfn7dxK+k0sjjcLv4fpHnqA==",
  309. "path": "snappier/1.0.0",
  310. "hashPath": "snappier.1.0.0.nupkg.sha512"
  311. },
  312. "System.Buffers/4.5.1": {
  313. "type": "package",
  314. "serviceable": true,
  315. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  316. "path": "system.buffers/4.5.1",
  317. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  318. },
  319. "System.Memory/4.5.5": {
  320. "type": "package",
  321. "serviceable": true,
  322. "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
  323. "path": "system.memory/4.5.5",
  324. "hashPath": "system.memory.4.5.5.nupkg.sha512"
  325. },
  326. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  327. "type": "package",
  328. "serviceable": true,
  329. "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
  330. "path": "system.runtime.compilerservices.unsafe/5.0.0",
  331. "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
  332. },
  333. "System.Security.AccessControl/5.0.0": {
  334. "type": "package",
  335. "serviceable": true,
  336. "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  337. "path": "system.security.accesscontrol/5.0.0",
  338. "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
  339. },
  340. "System.Security.Principal.Windows/5.0.0": {
  341. "type": "package",
  342. "serviceable": true,
  343. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  344. "path": "system.security.principal.windows/5.0.0",
  345. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  346. },
  347. "ZstdSharp.Port/0.7.3": {
  348. "type": "package",
  349. "serviceable": true,
  350. "sha512": "sha512-U9Ix4l4cl58Kzz1rJzj5hoVTjmbx1qGMwzAcbv1j/d3NzrFaESIurQyg+ow4mivCgkE3S413y+U9k4WdnEIkRA==",
  351. "path": "zstdsharp.port/0.7.3",
  352. "hashPath": "zstdsharp.port.0.7.3.nupkg.sha512"
  353. },
  354. "NetCore/1.0.0": {
  355. "type": "project",
  356. "serviceable": false,
  357. "sha512": ""
  358. },
  359. "NetServerCore/1.0.0": {
  360. "type": "project",
  361. "serviceable": false,
  362. "sha512": ""
  363. },
  364. "Protocol/1.0.0": {
  365. "type": "project",
  366. "serviceable": false,
  367. "sha512": ""
  368. },
  369. "UnityLibrary/1.0.0": {
  370. "type": "project",
  371. "serviceable": false,
  372. "sha512": ""
  373. }
  374. }
  375. }