DataMigration.deps.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "DataMigration/1.0.0": {
  10. "dependencies": {
  11. "MySql.Data": "9.6.0",
  12. "Newtonsoft.Json": "13.0.4",
  13. "System.Data.SqlClient": "4.9.0"
  14. },
  15. "runtime": {
  16. "DataMigration.dll": {}
  17. }
  18. },
  19. "BouncyCastle.Cryptography/2.6.2": {
  20. "runtime": {
  21. "lib/net6.0/BouncyCastle.Cryptography.dll": {
  22. "assemblyVersion": "2.0.0.0",
  23. "fileVersion": "2.6.2.46322"
  24. }
  25. }
  26. },
  27. "Google.Protobuf/3.32.0": {
  28. "runtime": {
  29. "lib/net5.0/Google.Protobuf.dll": {
  30. "assemblyVersion": "3.32.0.0",
  31. "fileVersion": "3.32.0.0"
  32. }
  33. }
  34. },
  35. "K4os.Compression.LZ4/1.3.8": {
  36. "runtime": {
  37. "lib/net6.0/K4os.Compression.LZ4.dll": {
  38. "assemblyVersion": "1.3.8.0",
  39. "fileVersion": "1.3.8.0"
  40. }
  41. }
  42. },
  43. "K4os.Compression.LZ4.Streams/1.3.8": {
  44. "dependencies": {
  45. "K4os.Compression.LZ4": "1.3.8",
  46. "K4os.Hash.xxHash": "1.0.8",
  47. "System.IO.Pipelines": "6.0.3"
  48. },
  49. "runtime": {
  50. "lib/net6.0/K4os.Compression.LZ4.Streams.dll": {
  51. "assemblyVersion": "1.3.8.0",
  52. "fileVersion": "1.3.8.0"
  53. }
  54. }
  55. },
  56. "K4os.Hash.xxHash/1.0.8": {
  57. "runtime": {
  58. "lib/net6.0/K4os.Hash.xxHash.dll": {
  59. "assemblyVersion": "1.0.8.0",
  60. "fileVersion": "1.0.8.0"
  61. }
  62. }
  63. },
  64. "MySql.Data/9.6.0": {
  65. "dependencies": {
  66. "BouncyCastle.Cryptography": "2.6.2",
  67. "Google.Protobuf": "3.32.0",
  68. "K4os.Compression.LZ4.Streams": "1.3.8",
  69. "System.Configuration.ConfigurationManager": "8.0.0",
  70. "System.Security.Permissions": "8.0.0",
  71. "ZstdSharp.Port": "0.8.6"
  72. },
  73. "runtime": {
  74. "lib/net8.0/MySql.Data.dll": {
  75. "assemblyVersion": "9.6.0.0",
  76. "fileVersion": "9.6.0.0"
  77. }
  78. },
  79. "runtimeTargets": {
  80. "runtimes/win-x64/native/comerr64.dll": {
  81. "rid": "win-x64",
  82. "assetType": "native",
  83. "fileVersion": "4.3.0.1"
  84. },
  85. "runtimes/win-x64/native/gssapi64.dll": {
  86. "rid": "win-x64",
  87. "assetType": "native",
  88. "fileVersion": "4.3.0.1"
  89. },
  90. "runtimes/win-x64/native/k5sprt64.dll": {
  91. "rid": "win-x64",
  92. "assetType": "native",
  93. "fileVersion": "4.3.0.1"
  94. },
  95. "runtimes/win-x64/native/krb5_64.dll": {
  96. "rid": "win-x64",
  97. "assetType": "native",
  98. "fileVersion": "4.3.0.1"
  99. },
  100. "runtimes/win-x64/native/krbcc64.dll": {
  101. "rid": "win-x64",
  102. "assetType": "native",
  103. "fileVersion": "4.3.0.1"
  104. }
  105. }
  106. },
  107. "Newtonsoft.Json/13.0.4": {
  108. "runtime": {
  109. "lib/net6.0/Newtonsoft.Json.dll": {
  110. "assemblyVersion": "13.0.0.0",
  111. "fileVersion": "13.0.4.30916"
  112. }
  113. }
  114. },
  115. "runtime.native.System.Data.SqlClient.sni/4.4.0": {
  116. "dependencies": {
  117. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
  118. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
  119. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
  120. }
  121. },
  122. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  123. "runtimeTargets": {
  124. "runtimes/win-arm64/native/sni.dll": {
  125. "rid": "win-arm64",
  126. "assetType": "native",
  127. "fileVersion": "4.6.25512.1"
  128. }
  129. }
  130. },
  131. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  132. "runtimeTargets": {
  133. "runtimes/win-x64/native/sni.dll": {
  134. "rid": "win-x64",
  135. "assetType": "native",
  136. "fileVersion": "4.6.25512.1"
  137. }
  138. }
  139. },
  140. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  141. "runtimeTargets": {
  142. "runtimes/win-x86/native/sni.dll": {
  143. "rid": "win-x86",
  144. "assetType": "native",
  145. "fileVersion": "4.6.25512.1"
  146. }
  147. }
  148. },
  149. "System.Configuration.ConfigurationManager/8.0.0": {
  150. "dependencies": {
  151. "System.Diagnostics.EventLog": "8.0.0",
  152. "System.Security.Cryptography.ProtectedData": "8.0.0"
  153. },
  154. "runtime": {
  155. "lib/net8.0/System.Configuration.ConfigurationManager.dll": {
  156. "assemblyVersion": "8.0.0.0",
  157. "fileVersion": "8.0.23.53103"
  158. }
  159. }
  160. },
  161. "System.Data.SqlClient/4.9.0": {
  162. "dependencies": {
  163. "runtime.native.System.Data.SqlClient.sni": "4.4.0"
  164. },
  165. "runtime": {
  166. "lib/net8.0/System.Data.SqlClient.dll": {
  167. "assemblyVersion": "4.6.1.6",
  168. "fileVersion": "4.900.24.56208"
  169. }
  170. },
  171. "runtimeTargets": {
  172. "runtimes/unix/lib/net8.0/System.Data.SqlClient.dll": {
  173. "rid": "unix",
  174. "assetType": "runtime",
  175. "assemblyVersion": "4.6.1.6",
  176. "fileVersion": "4.900.24.56208"
  177. },
  178. "runtimes/win/lib/net8.0/System.Data.SqlClient.dll": {
  179. "rid": "win",
  180. "assetType": "runtime",
  181. "assemblyVersion": "4.6.1.6",
  182. "fileVersion": "4.900.24.56208"
  183. }
  184. }
  185. },
  186. "System.Diagnostics.EventLog/8.0.0": {
  187. "runtime": {
  188. "lib/net8.0/System.Diagnostics.EventLog.dll": {
  189. "assemblyVersion": "8.0.0.0",
  190. "fileVersion": "8.0.23.53103"
  191. }
  192. },
  193. "runtimeTargets": {
  194. "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {
  195. "rid": "win",
  196. "assetType": "runtime",
  197. "assemblyVersion": "8.0.0.0",
  198. "fileVersion": "0.0.0.0"
  199. },
  200. "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": {
  201. "rid": "win",
  202. "assetType": "runtime",
  203. "assemblyVersion": "8.0.0.0",
  204. "fileVersion": "8.0.23.53103"
  205. }
  206. }
  207. },
  208. "System.IO.Pipelines/6.0.3": {
  209. "runtime": {
  210. "lib/net6.0/System.IO.Pipelines.dll": {
  211. "assemblyVersion": "6.0.0.0",
  212. "fileVersion": "6.0.522.21309"
  213. }
  214. }
  215. },
  216. "System.Security.Cryptography.ProtectedData/8.0.0": {
  217. "runtime": {
  218. "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
  219. "assemblyVersion": "8.0.0.0",
  220. "fileVersion": "8.0.23.53103"
  221. }
  222. }
  223. },
  224. "System.Security.Permissions/8.0.0": {
  225. "dependencies": {
  226. "System.Windows.Extensions": "8.0.0"
  227. },
  228. "runtime": {
  229. "lib/net8.0/System.Security.Permissions.dll": {
  230. "assemblyVersion": "8.0.0.0",
  231. "fileVersion": "8.0.23.53103"
  232. }
  233. }
  234. },
  235. "System.Windows.Extensions/8.0.0": {
  236. "runtime": {
  237. "lib/net8.0/System.Windows.Extensions.dll": {
  238. "assemblyVersion": "8.0.0.0",
  239. "fileVersion": "8.0.23.53103"
  240. }
  241. },
  242. "runtimeTargets": {
  243. "runtimes/win/lib/net8.0/System.Windows.Extensions.dll": {
  244. "rid": "win",
  245. "assetType": "runtime",
  246. "assemblyVersion": "8.0.0.0",
  247. "fileVersion": "8.0.23.53103"
  248. }
  249. }
  250. },
  251. "ZstdSharp.Port/0.8.6": {
  252. "runtime": {
  253. "lib/net8.0/ZstdSharp.dll": {
  254. "assemblyVersion": "0.8.6.0",
  255. "fileVersion": "0.8.6.0"
  256. }
  257. }
  258. }
  259. }
  260. },
  261. "libraries": {
  262. "DataMigration/1.0.0": {
  263. "type": "project",
  264. "serviceable": false,
  265. "sha512": ""
  266. },
  267. "BouncyCastle.Cryptography/2.6.2": {
  268. "type": "package",
  269. "serviceable": true,
  270. "sha512": "sha512-7oWOcvnntmMKNzDLsdxAYqApt+AjpRpP2CShjMfIa3umZ42UQMvH0tl1qAliYPNYO6vTdcGMqnRrCPmsfzTI1w==",
  271. "path": "bouncycastle.cryptography/2.6.2",
  272. "hashPath": "bouncycastle.cryptography.2.6.2.nupkg.sha512"
  273. },
  274. "Google.Protobuf/3.32.0": {
  275. "type": "package",
  276. "serviceable": true,
  277. "sha512": "sha512-fsKxV5bhcvXmZi+cUo5+IxzRMBHwHeFO8G5utNa9f+Mu37kmfy8JcUVvWPt4cX7EuQWAjjHUjZqVl7nGSTRHRg==",
  278. "path": "google.protobuf/3.32.0",
  279. "hashPath": "google.protobuf.3.32.0.nupkg.sha512"
  280. },
  281. "K4os.Compression.LZ4/1.3.8": {
  282. "type": "package",
  283. "serviceable": true,
  284. "sha512": "sha512-LhwlPa7c1zs1OV2XadMtAWdImjLIsqFJPoRcIWAadSRn0Ri1DepK65UbWLPmt4riLqx2d40xjXRk0ogpqNtK7g==",
  285. "path": "k4os.compression.lz4/1.3.8",
  286. "hashPath": "k4os.compression.lz4.1.3.8.nupkg.sha512"
  287. },
  288. "K4os.Compression.LZ4.Streams/1.3.8": {
  289. "type": "package",
  290. "serviceable": true,
  291. "sha512": "sha512-P15qr8dZAeo9GvYbUIPEYFQ0MEJ0i5iqr37wsYeRC3la2uCldOoeCa6to0CZ1taiwxIV+Mk8NGuZi+4iWivK9w==",
  292. "path": "k4os.compression.lz4.streams/1.3.8",
  293. "hashPath": "k4os.compression.lz4.streams.1.3.8.nupkg.sha512"
  294. },
  295. "K4os.Hash.xxHash/1.0.8": {
  296. "type": "package",
  297. "serviceable": true,
  298. "sha512": "sha512-Wp2F7BamQ2Q/7Hk834nV9vRQapgcr8kgv9Jvfm8J3D0IhDqZMMl+a2yxUq5ltJitvXvQfB8W6K4F4fCbw/P6YQ==",
  299. "path": "k4os.hash.xxhash/1.0.8",
  300. "hashPath": "k4os.hash.xxhash.1.0.8.nupkg.sha512"
  301. },
  302. "MySql.Data/9.6.0": {
  303. "type": "package",
  304. "serviceable": true,
  305. "sha512": "sha512-jjCXNBxLLQHBcyYyOP4yp5jqljStH2qGFXXg3jBMdwYQk9ihpLH9BXoMyc/J3421pENBDjCf/eGi9Ow0Ib7LUA==",
  306. "path": "mysql.data/9.6.0",
  307. "hashPath": "mysql.data.9.6.0.nupkg.sha512"
  308. },
  309. "Newtonsoft.Json/13.0.4": {
  310. "type": "package",
  311. "serviceable": true,
  312. "sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==",
  313. "path": "newtonsoft.json/13.0.4",
  314. "hashPath": "newtonsoft.json.13.0.4.nupkg.sha512"
  315. },
  316. "runtime.native.System.Data.SqlClient.sni/4.4.0": {
  317. "type": "package",
  318. "serviceable": true,
  319. "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
  320. "path": "runtime.native.system.data.sqlclient.sni/4.4.0",
  321. "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
  322. },
  323. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  324. "type": "package",
  325. "serviceable": true,
  326. "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
  327. "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
  328. "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
  329. },
  330. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  331. "type": "package",
  332. "serviceable": true,
  333. "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
  334. "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
  335. "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
  336. },
  337. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  338. "type": "package",
  339. "serviceable": true,
  340. "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
  341. "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
  342. "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
  343. },
  344. "System.Configuration.ConfigurationManager/8.0.0": {
  345. "type": "package",
  346. "serviceable": true,
  347. "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==",
  348. "path": "system.configuration.configurationmanager/8.0.0",
  349. "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512"
  350. },
  351. "System.Data.SqlClient/4.9.0": {
  352. "type": "package",
  353. "serviceable": true,
  354. "sha512": "sha512-j4KJO+vC62NyUtNHz854njEqXbT8OmAa5jb1nrGfYWBOcggyYUQE0w/snXeaCjdvkSKWuUD+hfvlbN8pTrJTXg==",
  355. "path": "system.data.sqlclient/4.9.0",
  356. "hashPath": "system.data.sqlclient.4.9.0.nupkg.sha512"
  357. },
  358. "System.Diagnostics.EventLog/8.0.0": {
  359. "type": "package",
  360. "serviceable": true,
  361. "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==",
  362. "path": "system.diagnostics.eventlog/8.0.0",
  363. "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512"
  364. },
  365. "System.IO.Pipelines/6.0.3": {
  366. "type": "package",
  367. "serviceable": true,
  368. "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==",
  369. "path": "system.io.pipelines/6.0.3",
  370. "hashPath": "system.io.pipelines.6.0.3.nupkg.sha512"
  371. },
  372. "System.Security.Cryptography.ProtectedData/8.0.0": {
  373. "type": "package",
  374. "serviceable": true,
  375. "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
  376. "path": "system.security.cryptography.protecteddata/8.0.0",
  377. "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
  378. },
  379. "System.Security.Permissions/8.0.0": {
  380. "type": "package",
  381. "serviceable": true,
  382. "sha512": "sha512-v/BBylw7XevuAsHXoX9dDUUfmBIcUf7Lkz8K3ZXIKz3YRKpw8YftpSir4n4e/jDTKFoaK37AsC3xnk+GNFI1Ow==",
  383. "path": "system.security.permissions/8.0.0",
  384. "hashPath": "system.security.permissions.8.0.0.nupkg.sha512"
  385. },
  386. "System.Windows.Extensions/8.0.0": {
  387. "type": "package",
  388. "serviceable": true,
  389. "sha512": "sha512-Obg3a90MkOw9mYKxrardLpY2u0axDMrSmy4JCdq2cYbelM2cUwmUir5Bomvd1yxmPL9h5LVHU1tuKBZpUjfASg==",
  390. "path": "system.windows.extensions/8.0.0",
  391. "hashPath": "system.windows.extensions.8.0.0.nupkg.sha512"
  392. },
  393. "ZstdSharp.Port/0.8.6": {
  394. "type": "package",
  395. "serviceable": true,
  396. "sha512": "sha512-iP4jVLQoQmUjMU88g1WObiNr6YKZGvh4aOXn3yOJsHqZsflwRsxZPcIBvNXgjXO3vQKSLctXGLTpcBPLnWPS8A==",
  397. "path": "zstdsharp.port/0.8.6",
  398. "hashPath": "zstdsharp.port.0.8.6.nupkg.sha512"
  399. }
  400. }
  401. }