project.assets.json 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334
  1. {
  2. "version": 3,
  3. "targets": {
  4. ".NETCoreApp,Version=v3.1": {
  5. "BouncyCastle.NetCore/1.8.5": {
  6. "type": "package",
  7. "compile": {
  8. "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
  9. "related": ".xml"
  10. }
  11. },
  12. "runtime": {
  13. "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
  14. "related": ".xml"
  15. }
  16. }
  17. },
  18. "Google.Protobuf/3.14.0": {
  19. "type": "package",
  20. "dependencies": {
  21. "System.Memory": "4.5.3",
  22. "System.Runtime.CompilerServices.Unsafe": "4.5.2"
  23. },
  24. "compile": {
  25. "lib/netstandard2.0/Google.Protobuf.dll": {
  26. "related": ".pdb;.xml"
  27. }
  28. },
  29. "runtime": {
  30. "lib/netstandard2.0/Google.Protobuf.dll": {
  31. "related": ".pdb;.xml"
  32. }
  33. }
  34. },
  35. "K4os.Compression.LZ4/1.2.6": {
  36. "type": "package",
  37. "dependencies": {
  38. "System.Memory": "4.5.4"
  39. },
  40. "compile": {
  41. "lib/netstandard2.0/K4os.Compression.LZ4.dll": {
  42. "related": ".xml"
  43. }
  44. },
  45. "runtime": {
  46. "lib/netstandard2.0/K4os.Compression.LZ4.dll": {
  47. "related": ".xml"
  48. }
  49. }
  50. },
  51. "K4os.Compression.LZ4.Streams/1.2.6": {
  52. "type": "package",
  53. "dependencies": {
  54. "K4os.Compression.LZ4": "1.2.6",
  55. "K4os.Hash.xxHash": "1.0.6"
  56. },
  57. "compile": {
  58. "lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {
  59. "related": ".xml"
  60. }
  61. },
  62. "runtime": {
  63. "lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {
  64. "related": ".xml"
  65. }
  66. }
  67. },
  68. "K4os.Hash.xxHash/1.0.6": {
  69. "type": "package",
  70. "dependencies": {
  71. "System.Memory": "4.5.3"
  72. },
  73. "compile": {
  74. "lib/netstandard2.0/K4os.Hash.xxHash.dll": {
  75. "related": ".xml"
  76. }
  77. },
  78. "runtime": {
  79. "lib/netstandard2.0/K4os.Hash.xxHash.dll": {
  80. "related": ".xml"
  81. }
  82. }
  83. },
  84. "Microsoft.NETCore.Platforms/3.1.0": {
  85. "type": "package",
  86. "compile": {
  87. "lib/netstandard1.0/_._": {}
  88. },
  89. "runtime": {
  90. "lib/netstandard1.0/_._": {}
  91. }
  92. },
  93. "Microsoft.Win32.Registry/4.7.0": {
  94. "type": "package",
  95. "dependencies": {
  96. "System.Security.AccessControl": "4.7.0",
  97. "System.Security.Principal.Windows": "4.7.0"
  98. },
  99. "compile": {
  100. "ref/netstandard2.0/_._": {
  101. "related": ".xml"
  102. }
  103. },
  104. "runtime": {
  105. "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
  106. "related": ".xml"
  107. }
  108. },
  109. "runtimeTargets": {
  110. "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
  111. "assetType": "runtime",
  112. "rid": "unix"
  113. },
  114. "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
  115. "assetType": "runtime",
  116. "rid": "win"
  117. }
  118. }
  119. },
  120. "Microsoft.Win32.SystemEvents/4.7.0": {
  121. "type": "package",
  122. "dependencies": {
  123. "Microsoft.NETCore.Platforms": "3.1.0"
  124. },
  125. "compile": {
  126. "ref/netstandard2.0/_._": {
  127. "related": ".xml"
  128. }
  129. },
  130. "runtime": {
  131. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
  132. "related": ".xml"
  133. }
  134. },
  135. "runtimeTargets": {
  136. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
  137. "assetType": "runtime",
  138. "rid": "win"
  139. }
  140. }
  141. },
  142. "MySql.Data/8.0.28": {
  143. "type": "package",
  144. "dependencies": {
  145. "BouncyCastle.NetCore": "1.8.5",
  146. "Google.Protobuf": "3.14.0",
  147. "K4os.Compression.LZ4.Streams": "1.2.6",
  148. "System.Buffers": "4.5.1",
  149. "System.Configuration.ConfigurationManager": "4.4.1",
  150. "System.Runtime.CompilerServices.Unsafe": "5.0.0",
  151. "System.Security.Permissions": "4.7.0",
  152. "System.Text.Encoding.CodePages": "4.4.0"
  153. },
  154. "compile": {
  155. "lib/netstandard2.1/MySql.Data.dll": {
  156. "related": ".xml"
  157. },
  158. "lib/netstandard2.1/Ubiety.Dns.Core.dll": {},
  159. "lib/netstandard2.1/ZstdNet.dll": {}
  160. },
  161. "runtime": {
  162. "lib/netstandard2.1/MySql.Data.dll": {
  163. "related": ".xml"
  164. },
  165. "lib/netstandard2.1/Ubiety.Dns.Core.dll": {},
  166. "lib/netstandard2.1/ZstdNet.dll": {}
  167. }
  168. },
  169. "Newtonsoft.Json/13.0.1": {
  170. "type": "package",
  171. "compile": {
  172. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  173. "related": ".xml"
  174. }
  175. },
  176. "runtime": {
  177. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  178. "related": ".xml"
  179. }
  180. }
  181. },
  182. "runtime.native.System.Data.SqlClient.sni/4.7.0": {
  183. "type": "package",
  184. "dependencies": {
  185. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
  186. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
  187. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
  188. }
  189. },
  190. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  191. "type": "package",
  192. "runtimeTargets": {
  193. "runtimes/win-arm64/native/sni.dll": {
  194. "assetType": "native",
  195. "rid": "win-arm64"
  196. }
  197. }
  198. },
  199. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  200. "type": "package",
  201. "runtimeTargets": {
  202. "runtimes/win-x64/native/sni.dll": {
  203. "assetType": "native",
  204. "rid": "win-x64"
  205. }
  206. }
  207. },
  208. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  209. "type": "package",
  210. "runtimeTargets": {
  211. "runtimes/win-x86/native/sni.dll": {
  212. "assetType": "native",
  213. "rid": "win-x86"
  214. }
  215. }
  216. },
  217. "System.Buffers/4.5.1": {
  218. "type": "package",
  219. "compile": {
  220. "ref/netcoreapp2.0/_._": {}
  221. },
  222. "runtime": {
  223. "lib/netcoreapp2.0/_._": {}
  224. }
  225. },
  226. "System.Configuration.ConfigurationManager/4.4.1": {
  227. "type": "package",
  228. "dependencies": {
  229. "System.Security.Cryptography.ProtectedData": "4.4.0"
  230. },
  231. "compile": {
  232. "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
  233. "related": ".xml"
  234. }
  235. },
  236. "runtime": {
  237. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
  238. }
  239. },
  240. "System.Data.SqlClient/4.8.3": {
  241. "type": "package",
  242. "dependencies": {
  243. "Microsoft.Win32.Registry": "4.7.0",
  244. "System.Security.Principal.Windows": "4.7.0",
  245. "runtime.native.System.Data.SqlClient.sni": "4.7.0"
  246. },
  247. "compile": {
  248. "ref/netcoreapp2.1/System.Data.SqlClient.dll": {
  249. "related": ".xml"
  250. }
  251. },
  252. "runtime": {
  253. "lib/netcoreapp2.1/System.Data.SqlClient.dll": {
  254. "related": ".xml"
  255. }
  256. },
  257. "runtimeTargets": {
  258. "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
  259. "assetType": "runtime",
  260. "rid": "unix"
  261. },
  262. "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
  263. "assetType": "runtime",
  264. "rid": "win"
  265. }
  266. }
  267. },
  268. "System.Drawing.Common/4.7.0": {
  269. "type": "package",
  270. "dependencies": {
  271. "Microsoft.NETCore.Platforms": "3.1.0",
  272. "Microsoft.Win32.SystemEvents": "4.7.0"
  273. },
  274. "compile": {
  275. "ref/netcoreapp3.0/_._": {
  276. "related": ".xml"
  277. }
  278. },
  279. "runtime": {
  280. "lib/netstandard2.0/System.Drawing.Common.dll": {}
  281. },
  282. "runtimeTargets": {
  283. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  284. "assetType": "runtime",
  285. "rid": "unix"
  286. },
  287. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  288. "assetType": "runtime",
  289. "rid": "win"
  290. }
  291. }
  292. },
  293. "System.Memory/4.5.4": {
  294. "type": "package",
  295. "compile": {
  296. "ref/netcoreapp2.1/_._": {}
  297. },
  298. "runtime": {
  299. "lib/netcoreapp2.1/_._": {}
  300. }
  301. },
  302. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  303. "type": "package",
  304. "compile": {
  305. "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll": {
  306. "related": ".xml"
  307. }
  308. },
  309. "runtime": {
  310. "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
  311. "related": ".xml"
  312. }
  313. }
  314. },
  315. "System.Security.AccessControl/4.7.0": {
  316. "type": "package",
  317. "dependencies": {
  318. "Microsoft.NETCore.Platforms": "3.1.0",
  319. "System.Security.Principal.Windows": "4.7.0"
  320. },
  321. "compile": {
  322. "ref/netstandard2.0/System.Security.AccessControl.dll": {
  323. "related": ".xml"
  324. }
  325. },
  326. "runtime": {
  327. "lib/netstandard2.0/System.Security.AccessControl.dll": {
  328. "related": ".xml"
  329. }
  330. },
  331. "runtimeTargets": {
  332. "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
  333. "assetType": "runtime",
  334. "rid": "win"
  335. }
  336. }
  337. },
  338. "System.Security.Cryptography.ProtectedData/4.4.0": {
  339. "type": "package",
  340. "compile": {
  341. "ref/netstandard2.0/_._": {
  342. "related": ".xml"
  343. }
  344. },
  345. "runtime": {
  346. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {}
  347. },
  348. "runtimeTargets": {
  349. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  350. "assetType": "runtime",
  351. "rid": "win"
  352. }
  353. }
  354. },
  355. "System.Security.Permissions/4.7.0": {
  356. "type": "package",
  357. "dependencies": {
  358. "System.Security.AccessControl": "4.7.0",
  359. "System.Windows.Extensions": "4.7.0"
  360. },
  361. "compile": {
  362. "ref/netcoreapp3.0/System.Security.Permissions.dll": {
  363. "related": ".xml"
  364. }
  365. },
  366. "runtime": {
  367. "lib/netcoreapp3.0/System.Security.Permissions.dll": {
  368. "related": ".xml"
  369. }
  370. }
  371. },
  372. "System.Security.Principal.Windows/4.7.0": {
  373. "type": "package",
  374. "compile": {
  375. "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": {
  376. "related": ".xml"
  377. }
  378. },
  379. "runtime": {
  380. "lib/netstandard2.0/System.Security.Principal.Windows.dll": {
  381. "related": ".xml"
  382. }
  383. },
  384. "runtimeTargets": {
  385. "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
  386. "assetType": "runtime",
  387. "rid": "unix"
  388. },
  389. "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
  390. "assetType": "runtime",
  391. "rid": "win"
  392. }
  393. }
  394. },
  395. "System.Text.Encoding.CodePages/4.4.0": {
  396. "type": "package",
  397. "dependencies": {
  398. "Microsoft.NETCore.Platforms": "2.0.0"
  399. },
  400. "compile": {
  401. "ref/netstandard2.0/System.Text.Encoding.CodePages.dll": {
  402. "related": ".xml"
  403. }
  404. },
  405. "runtime": {
  406. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
  407. },
  408. "runtimeTargets": {
  409. "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
  410. "assetType": "runtime",
  411. "rid": "win"
  412. }
  413. }
  414. },
  415. "System.Windows.Extensions/4.7.0": {
  416. "type": "package",
  417. "dependencies": {
  418. "System.Drawing.Common": "4.7.0"
  419. },
  420. "compile": {
  421. "ref/netcoreapp3.0/System.Windows.Extensions.dll": {
  422. "related": ".xml"
  423. }
  424. },
  425. "runtime": {
  426. "lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  427. "related": ".xml"
  428. }
  429. },
  430. "runtimeTargets": {
  431. "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  432. "assetType": "runtime",
  433. "rid": "win"
  434. }
  435. }
  436. }
  437. }
  438. },
  439. "libraries": {
  440. "BouncyCastle.NetCore/1.8.5": {
  441. "sha512": "6uxsQw2UXrt82VQAWC2td3oBSJjUZ3P4u4DliagB8wf67KsU53V8sW9xwdF+IwZOOZFR0TCZuv/YKZ2BlrfAag==",
  442. "type": "package",
  443. "path": "bouncycastle.netcore/1.8.5",
  444. "files": [
  445. ".nupkg.metadata",
  446. ".signature.p7s",
  447. "bouncycastle.netcore.1.8.5.nupkg.sha512",
  448. "bouncycastle.netcore.nuspec",
  449. "lib/Mono/BouncyCastle.Crypto.dll",
  450. "lib/Mono/BouncyCastle.Crypto.xml",
  451. "lib/MonoAndroid/BouncyCastle.Crypto.dll",
  452. "lib/MonoAndroid/BouncyCastle.Crypto.xml",
  453. "lib/MonoMac/BouncyCastle.Crypto.dll",
  454. "lib/MonoMac/BouncyCastle.Crypto.xml",
  455. "lib/MonoTouch/BouncyCastle.Crypto.dll",
  456. "lib/MonoTouch/BouncyCastle.Crypto.xml",
  457. "lib/net20/BouncyCastle.Crypto.dll",
  458. "lib/net20/BouncyCastle.Crypto.xml",
  459. "lib/netstandard2.0/BouncyCastle.Crypto.dll",
  460. "lib/netstandard2.0/BouncyCastle.Crypto.xml",
  461. "lib/xamarinios/BouncyCastle.Crypto.dll",
  462. "lib/xamarinios/BouncyCastle.Crypto.xml"
  463. ]
  464. },
  465. "Google.Protobuf/3.14.0": {
  466. "sha512": "9AkodyGNmLI+wJJPbwpWLmh4BMHoXDQ9+8qvDPhQQi/BNsleqKMBn3OlyLwC6CALwan2kc5+Cenb8fJSITX3nQ==",
  467. "type": "package",
  468. "path": "google.protobuf/3.14.0",
  469. "files": [
  470. ".nupkg.metadata",
  471. ".signature.p7s",
  472. "google.protobuf.3.14.0.nupkg.sha512",
  473. "google.protobuf.nuspec",
  474. "lib/net45/Google.Protobuf.dll",
  475. "lib/net45/Google.Protobuf.pdb",
  476. "lib/net45/Google.Protobuf.xml",
  477. "lib/netstandard1.1/Google.Protobuf.dll",
  478. "lib/netstandard1.1/Google.Protobuf.pdb",
  479. "lib/netstandard1.1/Google.Protobuf.xml",
  480. "lib/netstandard2.0/Google.Protobuf.dll",
  481. "lib/netstandard2.0/Google.Protobuf.pdb",
  482. "lib/netstandard2.0/Google.Protobuf.xml"
  483. ]
  484. },
  485. "K4os.Compression.LZ4/1.2.6": {
  486. "sha512": "4EN8EE6bZG2U8dFfeqn+Om3UNajK3cPYHvyQROCFm4jNFVLuRB7Nl5bDkjBSAjfctS6konm+ay3u5RafBzltDA==",
  487. "type": "package",
  488. "path": "k4os.compression.lz4/1.2.6",
  489. "files": [
  490. ".nupkg.metadata",
  491. ".signature.p7s",
  492. "k4os.compression.lz4.1.2.6.nupkg.sha512",
  493. "k4os.compression.lz4.nuspec",
  494. "lib/net45/K4os.Compression.LZ4.dll",
  495. "lib/net45/K4os.Compression.LZ4.xml",
  496. "lib/net46/K4os.Compression.LZ4.dll",
  497. "lib/net46/K4os.Compression.LZ4.xml",
  498. "lib/netstandard1.6/K4os.Compression.LZ4.dll",
  499. "lib/netstandard1.6/K4os.Compression.LZ4.xml",
  500. "lib/netstandard2.0/K4os.Compression.LZ4.dll",
  501. "lib/netstandard2.0/K4os.Compression.LZ4.xml"
  502. ]
  503. },
  504. "K4os.Compression.LZ4.Streams/1.2.6": {
  505. "sha512": "5KMcNFRHeRrnJ9c8k5fZcfAJJEY0FndMiDiHIYa35Mx5KCMkeSNo/PEXu7YmtCoVczJagx+Vt7J/F+//S1PcJQ==",
  506. "type": "package",
  507. "path": "k4os.compression.lz4.streams/1.2.6",
  508. "files": [
  509. ".nupkg.metadata",
  510. ".signature.p7s",
  511. "k4os.compression.lz4.streams.1.2.6.nupkg.sha512",
  512. "k4os.compression.lz4.streams.nuspec",
  513. "lib/net45/K4os.Compression.LZ4.Streams.dll",
  514. "lib/net45/K4os.Compression.LZ4.Streams.xml",
  515. "lib/net46/K4os.Compression.LZ4.Streams.dll",
  516. "lib/net46/K4os.Compression.LZ4.Streams.xml",
  517. "lib/netstandard1.6/K4os.Compression.LZ4.Streams.dll",
  518. "lib/netstandard1.6/K4os.Compression.LZ4.Streams.xml",
  519. "lib/netstandard2.0/K4os.Compression.LZ4.Streams.dll",
  520. "lib/netstandard2.0/K4os.Compression.LZ4.Streams.xml",
  521. "lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll",
  522. "lib/netstandard2.1/K4os.Compression.LZ4.Streams.xml"
  523. ]
  524. },
  525. "K4os.Hash.xxHash/1.0.6": {
  526. "sha512": "jCfNP0inx1sGcP3KSbpiDEH3km2e1sVBjMfKo+V92jr1dL4ZYgA1uhRMl1wAtdGZcbObXIikKqtVlgx3j/CW6g==",
  527. "type": "package",
  528. "path": "k4os.hash.xxhash/1.0.6",
  529. "files": [
  530. ".nupkg.metadata",
  531. ".signature.p7s",
  532. "k4os.hash.xxhash.1.0.6.nupkg.sha512",
  533. "k4os.hash.xxhash.nuspec",
  534. "lib/net45/K4os.Hash.xxHash.dll",
  535. "lib/net45/K4os.Hash.xxHash.xml",
  536. "lib/net46/K4os.Hash.xxHash.dll",
  537. "lib/net46/K4os.Hash.xxHash.xml",
  538. "lib/netstandard1.6/K4os.Hash.xxHash.dll",
  539. "lib/netstandard1.6/K4os.Hash.xxHash.xml",
  540. "lib/netstandard2.0/K4os.Hash.xxHash.dll",
  541. "lib/netstandard2.0/K4os.Hash.xxHash.xml"
  542. ]
  543. },
  544. "Microsoft.NETCore.Platforms/3.1.0": {
  545. "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
  546. "type": "package",
  547. "path": "microsoft.netcore.platforms/3.1.0",
  548. "files": [
  549. ".nupkg.metadata",
  550. ".signature.p7s",
  551. "LICENSE.TXT",
  552. "THIRD-PARTY-NOTICES.TXT",
  553. "lib/netstandard1.0/_._",
  554. "microsoft.netcore.platforms.3.1.0.nupkg.sha512",
  555. "microsoft.netcore.platforms.nuspec",
  556. "runtime.json",
  557. "useSharedDesignerContext.txt",
  558. "version.txt"
  559. ]
  560. },
  561. "Microsoft.Win32.Registry/4.7.0": {
  562. "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
  563. "type": "package",
  564. "path": "microsoft.win32.registry/4.7.0",
  565. "files": [
  566. ".nupkg.metadata",
  567. ".signature.p7s",
  568. "LICENSE.TXT",
  569. "THIRD-PARTY-NOTICES.TXT",
  570. "lib/net46/Microsoft.Win32.Registry.dll",
  571. "lib/net461/Microsoft.Win32.Registry.dll",
  572. "lib/net461/Microsoft.Win32.Registry.xml",
  573. "lib/netstandard1.3/Microsoft.Win32.Registry.dll",
  574. "lib/netstandard2.0/Microsoft.Win32.Registry.dll",
  575. "lib/netstandard2.0/Microsoft.Win32.Registry.xml",
  576. "microsoft.win32.registry.4.7.0.nupkg.sha512",
  577. "microsoft.win32.registry.nuspec",
  578. "ref/net46/Microsoft.Win32.Registry.dll",
  579. "ref/net461/Microsoft.Win32.Registry.dll",
  580. "ref/net461/Microsoft.Win32.Registry.xml",
  581. "ref/net472/Microsoft.Win32.Registry.dll",
  582. "ref/net472/Microsoft.Win32.Registry.xml",
  583. "ref/netstandard1.3/Microsoft.Win32.Registry.dll",
  584. "ref/netstandard1.3/Microsoft.Win32.Registry.xml",
  585. "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
  586. "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
  587. "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
  588. "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
  589. "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
  590. "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
  591. "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
  592. "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
  593. "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
  594. "ref/netstandard2.0/Microsoft.Win32.Registry.dll",
  595. "ref/netstandard2.0/Microsoft.Win32.Registry.xml",
  596. "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
  597. "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml",
  598. "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
  599. "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll",
  600. "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml",
  601. "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
  602. "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
  603. "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml",
  604. "useSharedDesignerContext.txt",
  605. "version.txt"
  606. ]
  607. },
  608. "Microsoft.Win32.SystemEvents/4.7.0": {
  609. "sha512": "mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
  610. "type": "package",
  611. "path": "microsoft.win32.systemevents/4.7.0",
  612. "files": [
  613. ".nupkg.metadata",
  614. ".signature.p7s",
  615. "LICENSE.TXT",
  616. "THIRD-PARTY-NOTICES.TXT",
  617. "lib/net461/Microsoft.Win32.SystemEvents.dll",
  618. "lib/net461/Microsoft.Win32.SystemEvents.xml",
  619. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
  620. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
  621. "microsoft.win32.systemevents.4.7.0.nupkg.sha512",
  622. "microsoft.win32.systemevents.nuspec",
  623. "ref/net461/Microsoft.Win32.SystemEvents.dll",
  624. "ref/net461/Microsoft.Win32.SystemEvents.xml",
  625. "ref/net472/Microsoft.Win32.SystemEvents.dll",
  626. "ref/net472/Microsoft.Win32.SystemEvents.xml",
  627. "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
  628. "ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
  629. "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll",
  630. "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml",
  631. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll",
  632. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml",
  633. "useSharedDesignerContext.txt",
  634. "version.txt"
  635. ]
  636. },
  637. "MySql.Data/8.0.28": {
  638. "sha512": "7b699tU9ba0r7SBK7K9snGJB9ulnOdwEXG28kpVvaQSN0hHenfoJ/ADOtdfhcvcn1KStBX8pFK5qIl8scdBL2g==",
  639. "type": "package",
  640. "path": "mysql.data/8.0.28",
  641. "files": [
  642. ".nupkg.metadata",
  643. ".signature.p7s",
  644. "lib/net452/MySql.Data.dll",
  645. "lib/net452/MySql.Data.xml",
  646. "lib/net452/Ubiety.Dns.Core.dll",
  647. "lib/net452/ZstdNet.dll",
  648. "lib/net48/MySql.Data.dll",
  649. "lib/net48/MySql.Data.xml",
  650. "lib/net48/Ubiety.Dns.Core.dll",
  651. "lib/net48/ZstdNet.dll",
  652. "lib/net5.0/MySql.Data.dll",
  653. "lib/net5.0/MySql.Data.xml",
  654. "lib/net5.0/Ubiety.Dns.Core.dll",
  655. "lib/net5.0/ZstdNet.dll",
  656. "lib/net6.0/MySql.Data.dll",
  657. "lib/net6.0/MySql.Data.xml",
  658. "lib/net6.0/Ubiety.Dns.Core.dll",
  659. "lib/net6.0/ZstdNet.dll",
  660. "lib/netstandard2.0/MySql.Data.dll",
  661. "lib/netstandard2.0/MySql.Data.xml",
  662. "lib/netstandard2.0/Ubiety.Dns.Core.dll",
  663. "lib/netstandard2.0/ZstdNet.dll",
  664. "lib/netstandard2.1/MySql.Data.dll",
  665. "lib/netstandard2.1/MySql.Data.xml",
  666. "lib/netstandard2.1/Ubiety.Dns.Core.dll",
  667. "lib/netstandard2.1/ZstdNet.dll",
  668. "mysql.data.8.0.28.nupkg.sha512",
  669. "mysql.data.nuspec"
  670. ]
  671. },
  672. "Newtonsoft.Json/13.0.1": {
  673. "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
  674. "type": "package",
  675. "path": "newtonsoft.json/13.0.1",
  676. "files": [
  677. ".nupkg.metadata",
  678. ".signature.p7s",
  679. "LICENSE.md",
  680. "lib/net20/Newtonsoft.Json.dll",
  681. "lib/net20/Newtonsoft.Json.xml",
  682. "lib/net35/Newtonsoft.Json.dll",
  683. "lib/net35/Newtonsoft.Json.xml",
  684. "lib/net40/Newtonsoft.Json.dll",
  685. "lib/net40/Newtonsoft.Json.xml",
  686. "lib/net45/Newtonsoft.Json.dll",
  687. "lib/net45/Newtonsoft.Json.xml",
  688. "lib/netstandard1.0/Newtonsoft.Json.dll",
  689. "lib/netstandard1.0/Newtonsoft.Json.xml",
  690. "lib/netstandard1.3/Newtonsoft.Json.dll",
  691. "lib/netstandard1.3/Newtonsoft.Json.xml",
  692. "lib/netstandard2.0/Newtonsoft.Json.dll",
  693. "lib/netstandard2.0/Newtonsoft.Json.xml",
  694. "newtonsoft.json.13.0.1.nupkg.sha512",
  695. "newtonsoft.json.nuspec",
  696. "packageIcon.png"
  697. ]
  698. },
  699. "runtime.native.System.Data.SqlClient.sni/4.7.0": {
  700. "sha512": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
  701. "type": "package",
  702. "path": "runtime.native.system.data.sqlclient.sni/4.7.0",
  703. "files": [
  704. ".nupkg.metadata",
  705. ".signature.p7s",
  706. "LICENSE.TXT",
  707. "THIRD-PARTY-NOTICES.TXT",
  708. "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512",
  709. "runtime.native.system.data.sqlclient.sni.nuspec",
  710. "useSharedDesignerContext.txt",
  711. "version.txt"
  712. ]
  713. },
  714. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  715. "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
  716. "type": "package",
  717. "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
  718. "files": [
  719. ".nupkg.metadata",
  720. ".signature.p7s",
  721. "ThirdPartyNotices.txt",
  722. "dotnet_library_license.txt",
  723. "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
  724. "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec",
  725. "runtimes/win-arm64/native/sni.dll",
  726. "useSharedDesignerContext.txt",
  727. "version.txt"
  728. ]
  729. },
  730. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  731. "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
  732. "type": "package",
  733. "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
  734. "files": [
  735. ".nupkg.metadata",
  736. ".signature.p7s",
  737. "ThirdPartyNotices.txt",
  738. "dotnet_library_license.txt",
  739. "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
  740. "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec",
  741. "runtimes/win-x64/native/sni.dll",
  742. "useSharedDesignerContext.txt",
  743. "version.txt"
  744. ]
  745. },
  746. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  747. "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
  748. "type": "package",
  749. "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
  750. "files": [
  751. ".nupkg.metadata",
  752. ".signature.p7s",
  753. "ThirdPartyNotices.txt",
  754. "dotnet_library_license.txt",
  755. "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
  756. "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec",
  757. "runtimes/win-x86/native/sni.dll",
  758. "useSharedDesignerContext.txt",
  759. "version.txt"
  760. ]
  761. },
  762. "System.Buffers/4.5.1": {
  763. "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  764. "type": "package",
  765. "path": "system.buffers/4.5.1",
  766. "files": [
  767. ".nupkg.metadata",
  768. ".signature.p7s",
  769. "LICENSE.TXT",
  770. "THIRD-PARTY-NOTICES.TXT",
  771. "lib/net461/System.Buffers.dll",
  772. "lib/net461/System.Buffers.xml",
  773. "lib/netcoreapp2.0/_._",
  774. "lib/netstandard1.1/System.Buffers.dll",
  775. "lib/netstandard1.1/System.Buffers.xml",
  776. "lib/netstandard2.0/System.Buffers.dll",
  777. "lib/netstandard2.0/System.Buffers.xml",
  778. "lib/uap10.0.16299/_._",
  779. "ref/net45/System.Buffers.dll",
  780. "ref/net45/System.Buffers.xml",
  781. "ref/netcoreapp2.0/_._",
  782. "ref/netstandard1.1/System.Buffers.dll",
  783. "ref/netstandard1.1/System.Buffers.xml",
  784. "ref/netstandard2.0/System.Buffers.dll",
  785. "ref/netstandard2.0/System.Buffers.xml",
  786. "ref/uap10.0.16299/_._",
  787. "system.buffers.4.5.1.nupkg.sha512",
  788. "system.buffers.nuspec",
  789. "useSharedDesignerContext.txt",
  790. "version.txt"
  791. ]
  792. },
  793. "System.Configuration.ConfigurationManager/4.4.1": {
  794. "sha512": "jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==",
  795. "type": "package",
  796. "path": "system.configuration.configurationmanager/4.4.1",
  797. "files": [
  798. ".nupkg.metadata",
  799. ".signature.p7s",
  800. "LICENSE.TXT",
  801. "THIRD-PARTY-NOTICES.TXT",
  802. "lib/net461/System.Configuration.ConfigurationManager.dll",
  803. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
  804. "ref/net461/System.Configuration.ConfigurationManager.dll",
  805. "ref/net461/System.Configuration.ConfigurationManager.xml",
  806. "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll",
  807. "ref/netstandard2.0/System.Configuration.ConfigurationManager.xml",
  808. "system.configuration.configurationmanager.4.4.1.nupkg.sha512",
  809. "system.configuration.configurationmanager.nuspec",
  810. "useSharedDesignerContext.txt",
  811. "version.txt"
  812. ]
  813. },
  814. "System.Data.SqlClient/4.8.3": {
  815. "sha512": "yERfVLXAY0QbylAgaGLByYN0hFxX28aeEQ0hUgJO+Ntn1AfmWl5HHUoYJA0Yl9HhIUUJHVaS/Sw/RLZr5aaC+A==",
  816. "type": "package",
  817. "path": "system.data.sqlclient/4.8.3",
  818. "files": [
  819. ".nupkg.metadata",
  820. ".signature.p7s",
  821. "Icon.png",
  822. "LICENSE.TXT",
  823. "THIRD-PARTY-NOTICES.TXT",
  824. "lib/MonoAndroid10/_._",
  825. "lib/MonoTouch10/_._",
  826. "lib/net451/System.Data.SqlClient.dll",
  827. "lib/net46/System.Data.SqlClient.dll",
  828. "lib/net461/System.Data.SqlClient.dll",
  829. "lib/net461/System.Data.SqlClient.xml",
  830. "lib/netcoreapp2.1/System.Data.SqlClient.dll",
  831. "lib/netcoreapp2.1/System.Data.SqlClient.xml",
  832. "lib/netstandard1.2/System.Data.SqlClient.dll",
  833. "lib/netstandard1.2/System.Data.SqlClient.xml",
  834. "lib/netstandard1.3/System.Data.SqlClient.dll",
  835. "lib/netstandard1.3/System.Data.SqlClient.xml",
  836. "lib/netstandard2.0/System.Data.SqlClient.dll",
  837. "lib/netstandard2.0/System.Data.SqlClient.xml",
  838. "lib/xamarinios10/_._",
  839. "lib/xamarinmac20/_._",
  840. "lib/xamarintvos10/_._",
  841. "lib/xamarinwatchos10/_._",
  842. "ref/MonoAndroid10/_._",
  843. "ref/MonoTouch10/_._",
  844. "ref/net451/System.Data.SqlClient.dll",
  845. "ref/net46/System.Data.SqlClient.dll",
  846. "ref/net461/System.Data.SqlClient.dll",
  847. "ref/net461/System.Data.SqlClient.xml",
  848. "ref/netcoreapp2.1/System.Data.SqlClient.dll",
  849. "ref/netcoreapp2.1/System.Data.SqlClient.xml",
  850. "ref/netstandard1.2/System.Data.SqlClient.dll",
  851. "ref/netstandard1.2/System.Data.SqlClient.xml",
  852. "ref/netstandard1.2/de/System.Data.SqlClient.xml",
  853. "ref/netstandard1.2/es/System.Data.SqlClient.xml",
  854. "ref/netstandard1.2/fr/System.Data.SqlClient.xml",
  855. "ref/netstandard1.2/it/System.Data.SqlClient.xml",
  856. "ref/netstandard1.2/ja/System.Data.SqlClient.xml",
  857. "ref/netstandard1.2/ko/System.Data.SqlClient.xml",
  858. "ref/netstandard1.2/ru/System.Data.SqlClient.xml",
  859. "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml",
  860. "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml",
  861. "ref/netstandard1.3/System.Data.SqlClient.dll",
  862. "ref/netstandard1.3/System.Data.SqlClient.xml",
  863. "ref/netstandard1.3/de/System.Data.SqlClient.xml",
  864. "ref/netstandard1.3/es/System.Data.SqlClient.xml",
  865. "ref/netstandard1.3/fr/System.Data.SqlClient.xml",
  866. "ref/netstandard1.3/it/System.Data.SqlClient.xml",
  867. "ref/netstandard1.3/ja/System.Data.SqlClient.xml",
  868. "ref/netstandard1.3/ko/System.Data.SqlClient.xml",
  869. "ref/netstandard1.3/ru/System.Data.SqlClient.xml",
  870. "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml",
  871. "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml",
  872. "ref/netstandard2.0/System.Data.SqlClient.dll",
  873. "ref/netstandard2.0/System.Data.SqlClient.xml",
  874. "ref/xamarinios10/_._",
  875. "ref/xamarinmac20/_._",
  876. "ref/xamarintvos10/_._",
  877. "ref/xamarinwatchos10/_._",
  878. "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll",
  879. "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.xml",
  880. "runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll",
  881. "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll",
  882. "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.xml",
  883. "runtimes/win/lib/net451/System.Data.SqlClient.dll",
  884. "runtimes/win/lib/net46/System.Data.SqlClient.dll",
  885. "runtimes/win/lib/net461/System.Data.SqlClient.dll",
  886. "runtimes/win/lib/net461/System.Data.SqlClient.xml",
  887. "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll",
  888. "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.xml",
  889. "runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll",
  890. "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll",
  891. "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.xml",
  892. "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.dll",
  893. "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.xml",
  894. "system.data.sqlclient.4.8.3.nupkg.sha512",
  895. "system.data.sqlclient.nuspec",
  896. "useSharedDesignerContext.txt",
  897. "version.txt"
  898. ]
  899. },
  900. "System.Drawing.Common/4.7.0": {
  901. "sha512": "v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
  902. "type": "package",
  903. "path": "system.drawing.common/4.7.0",
  904. "files": [
  905. ".nupkg.metadata",
  906. ".signature.p7s",
  907. "LICENSE.TXT",
  908. "THIRD-PARTY-NOTICES.TXT",
  909. "lib/MonoAndroid10/_._",
  910. "lib/MonoTouch10/_._",
  911. "lib/net461/System.Drawing.Common.dll",
  912. "lib/netstandard2.0/System.Drawing.Common.dll",
  913. "lib/xamarinios10/_._",
  914. "lib/xamarinmac20/_._",
  915. "lib/xamarintvos10/_._",
  916. "lib/xamarinwatchos10/_._",
  917. "ref/MonoAndroid10/_._",
  918. "ref/MonoTouch10/_._",
  919. "ref/net461/System.Drawing.Common.dll",
  920. "ref/netcoreapp3.0/System.Drawing.Common.dll",
  921. "ref/netcoreapp3.0/System.Drawing.Common.xml",
  922. "ref/netstandard2.0/System.Drawing.Common.dll",
  923. "ref/xamarinios10/_._",
  924. "ref/xamarinmac20/_._",
  925. "ref/xamarintvos10/_._",
  926. "ref/xamarinwatchos10/_._",
  927. "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll",
  928. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll",
  929. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml",
  930. "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll",
  931. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll",
  932. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml",
  933. "system.drawing.common.4.7.0.nupkg.sha512",
  934. "system.drawing.common.nuspec",
  935. "useSharedDesignerContext.txt",
  936. "version.txt"
  937. ]
  938. },
  939. "System.Memory/4.5.4": {
  940. "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  941. "type": "package",
  942. "path": "system.memory/4.5.4",
  943. "files": [
  944. ".nupkg.metadata",
  945. ".signature.p7s",
  946. "LICENSE.TXT",
  947. "THIRD-PARTY-NOTICES.TXT",
  948. "lib/net461/System.Memory.dll",
  949. "lib/net461/System.Memory.xml",
  950. "lib/netcoreapp2.1/_._",
  951. "lib/netstandard1.1/System.Memory.dll",
  952. "lib/netstandard1.1/System.Memory.xml",
  953. "lib/netstandard2.0/System.Memory.dll",
  954. "lib/netstandard2.0/System.Memory.xml",
  955. "ref/netcoreapp2.1/_._",
  956. "system.memory.4.5.4.nupkg.sha512",
  957. "system.memory.nuspec",
  958. "useSharedDesignerContext.txt",
  959. "version.txt"
  960. ]
  961. },
  962. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  963. "sha512": "ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
  964. "type": "package",
  965. "path": "system.runtime.compilerservices.unsafe/5.0.0",
  966. "files": [
  967. ".nupkg.metadata",
  968. ".signature.p7s",
  969. "Icon.png",
  970. "LICENSE.TXT",
  971. "THIRD-PARTY-NOTICES.TXT",
  972. "lib/net45/System.Runtime.CompilerServices.Unsafe.dll",
  973. "lib/net45/System.Runtime.CompilerServices.Unsafe.xml",
  974. "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll",
  975. "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml",
  976. "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
  977. "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
  978. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
  979. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
  980. "ref/net461/System.Runtime.CompilerServices.Unsafe.dll",
  981. "ref/net461/System.Runtime.CompilerServices.Unsafe.xml",
  982. "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
  983. "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
  984. "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
  985. "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
  986. "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll",
  987. "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.xml",
  988. "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512",
  989. "system.runtime.compilerservices.unsafe.nuspec",
  990. "useSharedDesignerContext.txt",
  991. "version.txt"
  992. ]
  993. },
  994. "System.Security.AccessControl/4.7.0": {
  995. "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
  996. "type": "package",
  997. "path": "system.security.accesscontrol/4.7.0",
  998. "files": [
  999. ".nupkg.metadata",
  1000. ".signature.p7s",
  1001. "LICENSE.TXT",
  1002. "THIRD-PARTY-NOTICES.TXT",
  1003. "lib/net46/System.Security.AccessControl.dll",
  1004. "lib/net461/System.Security.AccessControl.dll",
  1005. "lib/net461/System.Security.AccessControl.xml",
  1006. "lib/netstandard1.3/System.Security.AccessControl.dll",
  1007. "lib/netstandard2.0/System.Security.AccessControl.dll",
  1008. "lib/netstandard2.0/System.Security.AccessControl.xml",
  1009. "lib/uap10.0.16299/_._",
  1010. "ref/net46/System.Security.AccessControl.dll",
  1011. "ref/net461/System.Security.AccessControl.dll",
  1012. "ref/net461/System.Security.AccessControl.xml",
  1013. "ref/netstandard1.3/System.Security.AccessControl.dll",
  1014. "ref/netstandard1.3/System.Security.AccessControl.xml",
  1015. "ref/netstandard1.3/de/System.Security.AccessControl.xml",
  1016. "ref/netstandard1.3/es/System.Security.AccessControl.xml",
  1017. "ref/netstandard1.3/fr/System.Security.AccessControl.xml",
  1018. "ref/netstandard1.3/it/System.Security.AccessControl.xml",
  1019. "ref/netstandard1.3/ja/System.Security.AccessControl.xml",
  1020. "ref/netstandard1.3/ko/System.Security.AccessControl.xml",
  1021. "ref/netstandard1.3/ru/System.Security.AccessControl.xml",
  1022. "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
  1023. "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
  1024. "ref/netstandard2.0/System.Security.AccessControl.dll",
  1025. "ref/netstandard2.0/System.Security.AccessControl.xml",
  1026. "ref/uap10.0.16299/_._",
  1027. "runtimes/win/lib/net46/System.Security.AccessControl.dll",
  1028. "runtimes/win/lib/net461/System.Security.AccessControl.dll",
  1029. "runtimes/win/lib/net461/System.Security.AccessControl.xml",
  1030. "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
  1031. "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml",
  1032. "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
  1033. "runtimes/win/lib/uap10.0.16299/_._",
  1034. "system.security.accesscontrol.4.7.0.nupkg.sha512",
  1035. "system.security.accesscontrol.nuspec",
  1036. "useSharedDesignerContext.txt",
  1037. "version.txt"
  1038. ]
  1039. },
  1040. "System.Security.Cryptography.ProtectedData/4.4.0": {
  1041. "sha512": "cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
  1042. "type": "package",
  1043. "path": "system.security.cryptography.protecteddata/4.4.0",
  1044. "files": [
  1045. ".nupkg.metadata",
  1046. ".signature.p7s",
  1047. "LICENSE.TXT",
  1048. "THIRD-PARTY-NOTICES.TXT",
  1049. "lib/MonoAndroid10/_._",
  1050. "lib/MonoTouch10/_._",
  1051. "lib/net46/System.Security.Cryptography.ProtectedData.dll",
  1052. "lib/net461/System.Security.Cryptography.ProtectedData.dll",
  1053. "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
  1054. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
  1055. "lib/xamarinios10/_._",
  1056. "lib/xamarinmac20/_._",
  1057. "lib/xamarintvos10/_._",
  1058. "lib/xamarinwatchos10/_._",
  1059. "ref/MonoAndroid10/_._",
  1060. "ref/MonoTouch10/_._",
  1061. "ref/net46/System.Security.Cryptography.ProtectedData.dll",
  1062. "ref/net461/System.Security.Cryptography.ProtectedData.dll",
  1063. "ref/net461/System.Security.Cryptography.ProtectedData.xml",
  1064. "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
  1065. "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
  1066. "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
  1067. "ref/xamarinios10/_._",
  1068. "ref/xamarinmac20/_._",
  1069. "ref/xamarintvos10/_._",
  1070. "ref/xamarinwatchos10/_._",
  1071. "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll",
  1072. "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll",
  1073. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
  1074. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
  1075. "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512",
  1076. "system.security.cryptography.protecteddata.nuspec",
  1077. "useSharedDesignerContext.txt",
  1078. "version.txt"
  1079. ]
  1080. },
  1081. "System.Security.Permissions/4.7.0": {
  1082. "sha512": "dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
  1083. "type": "package",
  1084. "path": "system.security.permissions/4.7.0",
  1085. "files": [
  1086. ".nupkg.metadata",
  1087. ".signature.p7s",
  1088. "LICENSE.TXT",
  1089. "THIRD-PARTY-NOTICES.TXT",
  1090. "lib/net461/System.Security.Permissions.dll",
  1091. "lib/net461/System.Security.Permissions.xml",
  1092. "lib/netcoreapp3.0/System.Security.Permissions.dll",
  1093. "lib/netcoreapp3.0/System.Security.Permissions.xml",
  1094. "lib/netstandard2.0/System.Security.Permissions.dll",
  1095. "lib/netstandard2.0/System.Security.Permissions.xml",
  1096. "ref/net461/System.Security.Permissions.dll",
  1097. "ref/net461/System.Security.Permissions.xml",
  1098. "ref/netcoreapp3.0/System.Security.Permissions.dll",
  1099. "ref/netcoreapp3.0/System.Security.Permissions.xml",
  1100. "ref/netstandard2.0/System.Security.Permissions.dll",
  1101. "ref/netstandard2.0/System.Security.Permissions.xml",
  1102. "system.security.permissions.4.7.0.nupkg.sha512",
  1103. "system.security.permissions.nuspec",
  1104. "useSharedDesignerContext.txt",
  1105. "version.txt"
  1106. ]
  1107. },
  1108. "System.Security.Principal.Windows/4.7.0": {
  1109. "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
  1110. "type": "package",
  1111. "path": "system.security.principal.windows/4.7.0",
  1112. "files": [
  1113. ".nupkg.metadata",
  1114. ".signature.p7s",
  1115. "LICENSE.TXT",
  1116. "THIRD-PARTY-NOTICES.TXT",
  1117. "lib/net46/System.Security.Principal.Windows.dll",
  1118. "lib/net461/System.Security.Principal.Windows.dll",
  1119. "lib/net461/System.Security.Principal.Windows.xml",
  1120. "lib/netstandard1.3/System.Security.Principal.Windows.dll",
  1121. "lib/netstandard2.0/System.Security.Principal.Windows.dll",
  1122. "lib/netstandard2.0/System.Security.Principal.Windows.xml",
  1123. "lib/uap10.0.16299/_._",
  1124. "ref/net46/System.Security.Principal.Windows.dll",
  1125. "ref/net461/System.Security.Principal.Windows.dll",
  1126. "ref/net461/System.Security.Principal.Windows.xml",
  1127. "ref/netcoreapp3.0/System.Security.Principal.Windows.dll",
  1128. "ref/netcoreapp3.0/System.Security.Principal.Windows.xml",
  1129. "ref/netstandard1.3/System.Security.Principal.Windows.dll",
  1130. "ref/netstandard1.3/System.Security.Principal.Windows.xml",
  1131. "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
  1132. "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
  1133. "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
  1134. "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
  1135. "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
  1136. "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
  1137. "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
  1138. "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
  1139. "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
  1140. "ref/netstandard2.0/System.Security.Principal.Windows.dll",
  1141. "ref/netstandard2.0/System.Security.Principal.Windows.xml",
  1142. "ref/uap10.0.16299/_._",
  1143. "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
  1144. "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
  1145. "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
  1146. "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
  1147. "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
  1148. "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
  1149. "runtimes/win/lib/net461/System.Security.Principal.Windows.xml",
  1150. "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
  1151. "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
  1152. "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
  1153. "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
  1154. "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
  1155. "runtimes/win/lib/uap10.0.16299/_._",
  1156. "system.security.principal.windows.4.7.0.nupkg.sha512",
  1157. "system.security.principal.windows.nuspec",
  1158. "useSharedDesignerContext.txt",
  1159. "version.txt"
  1160. ]
  1161. },
  1162. "System.Text.Encoding.CodePages/4.4.0": {
  1163. "sha512": "6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
  1164. "type": "package",
  1165. "path": "system.text.encoding.codepages/4.4.0",
  1166. "files": [
  1167. ".nupkg.metadata",
  1168. ".signature.p7s",
  1169. "LICENSE.TXT",
  1170. "THIRD-PARTY-NOTICES.TXT",
  1171. "lib/MonoAndroid10/_._",
  1172. "lib/MonoTouch10/_._",
  1173. "lib/net46/System.Text.Encoding.CodePages.dll",
  1174. "lib/net461/System.Text.Encoding.CodePages.dll",
  1175. "lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
  1176. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
  1177. "lib/xamarinios10/_._",
  1178. "lib/xamarinmac20/_._",
  1179. "lib/xamarintvos10/_._",
  1180. "lib/xamarinwatchos10/_._",
  1181. "ref/MonoAndroid10/_._",
  1182. "ref/MonoTouch10/_._",
  1183. "ref/netstandard1.3/System.Text.Encoding.CodePages.dll",
  1184. "ref/netstandard1.3/System.Text.Encoding.CodePages.xml",
  1185. "ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml",
  1186. "ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml",
  1187. "ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml",
  1188. "ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml",
  1189. "ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml",
  1190. "ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml",
  1191. "ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml",
  1192. "ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml",
  1193. "ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml",
  1194. "ref/netstandard2.0/System.Text.Encoding.CodePages.dll",
  1195. "ref/netstandard2.0/System.Text.Encoding.CodePages.xml",
  1196. "ref/xamarinios10/_._",
  1197. "ref/xamarinmac20/_._",
  1198. "ref/xamarintvos10/_._",
  1199. "ref/xamarinwatchos10/_._",
  1200. "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll",
  1201. "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll",
  1202. "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
  1203. "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
  1204. "system.text.encoding.codepages.4.4.0.nupkg.sha512",
  1205. "system.text.encoding.codepages.nuspec",
  1206. "useSharedDesignerContext.txt",
  1207. "version.txt"
  1208. ]
  1209. },
  1210. "System.Windows.Extensions/4.7.0": {
  1211. "sha512": "CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
  1212. "type": "package",
  1213. "path": "system.windows.extensions/4.7.0",
  1214. "files": [
  1215. ".nupkg.metadata",
  1216. ".signature.p7s",
  1217. "LICENSE.TXT",
  1218. "THIRD-PARTY-NOTICES.TXT",
  1219. "lib/netcoreapp3.0/System.Windows.Extensions.dll",
  1220. "lib/netcoreapp3.0/System.Windows.Extensions.xml",
  1221. "ref/netcoreapp3.0/System.Windows.Extensions.dll",
  1222. "ref/netcoreapp3.0/System.Windows.Extensions.xml",
  1223. "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll",
  1224. "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.xml",
  1225. "system.windows.extensions.4.7.0.nupkg.sha512",
  1226. "system.windows.extensions.nuspec",
  1227. "useSharedDesignerContext.txt",
  1228. "version.txt"
  1229. ]
  1230. }
  1231. },
  1232. "projectFileDependencyGroups": {
  1233. ".NETCoreApp,Version=v3.1": [
  1234. "MySql.Data >= 8.0.28",
  1235. "Newtonsoft.Json >= 13.0.1",
  1236. "System.Data.SqlClient >= 4.8.3"
  1237. ]
  1238. },
  1239. "packageFolders": {
  1240. "D:\\software\\tool\\nuget": {},
  1241. "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
  1242. },
  1243. "project": {
  1244. "version": "1.0.0",
  1245. "restore": {
  1246. "projectUniqueName": "d:\\Project\\LiandaTugboat\\Code\\DataMigration\\DataMigration.csproj",
  1247. "projectName": "DataMigration",
  1248. "projectPath": "d:\\Project\\LiandaTugboat\\Code\\DataMigration\\DataMigration.csproj",
  1249. "packagesPath": "D:\\software\\tool\\nuget",
  1250. "outputPath": "d:\\Project\\LiandaTugboat\\Code\\DataMigration\\obj\\",
  1251. "projectStyle": "PackageReference",
  1252. "fallbackFolders": [
  1253. "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  1254. ],
  1255. "configFilePaths": [
  1256. "C:\\Users\\reica\\AppData\\Roaming\\NuGet\\NuGet.Config",
  1257. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  1258. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  1259. ],
  1260. "originalTargetFrameworks": [
  1261. "netcoreapp3.1"
  1262. ],
  1263. "sources": {
  1264. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  1265. "https://api.nuget.org/v3/index.json": {}
  1266. },
  1267. "frameworks": {
  1268. "netcoreapp3.1": {
  1269. "targetAlias": "netcoreapp3.1",
  1270. "projectReferences": {}
  1271. }
  1272. },
  1273. "warningProperties": {
  1274. "warnAsError": [
  1275. "NU1605"
  1276. ]
  1277. },
  1278. "restoreAuditProperties": {
  1279. "enableAudit": "true",
  1280. "auditLevel": "low",
  1281. "auditMode": "direct"
  1282. },
  1283. "SdkAnalysisLevel": "10.0.200"
  1284. },
  1285. "frameworks": {
  1286. "netcoreapp3.1": {
  1287. "targetAlias": "netcoreapp3.1",
  1288. "dependencies": {
  1289. "MySql.Data": {
  1290. "target": "Package",
  1291. "version": "[8.0.28, )"
  1292. },
  1293. "Newtonsoft.Json": {
  1294. "target": "Package",
  1295. "version": "[13.0.1, )"
  1296. },
  1297. "System.Data.SqlClient": {
  1298. "target": "Package",
  1299. "version": "[4.8.3, )"
  1300. }
  1301. },
  1302. "imports": [
  1303. "net461",
  1304. "net462",
  1305. "net47",
  1306. "net471",
  1307. "net472",
  1308. "net48",
  1309. "net481"
  1310. ],
  1311. "assetTargetFallback": true,
  1312. "warn": true,
  1313. "frameworkReferences": {
  1314. "Microsoft.NETCore.App": {
  1315. "privateAssets": "all"
  1316. }
  1317. },
  1318. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.200-preview.0.26103.119\\RuntimeIdentifierGraph.json"
  1319. }
  1320. }
  1321. },
  1322. "logs": [
  1323. {
  1324. "code": "NU1902",
  1325. "level": "Warning",
  1326. "warningLevel": 1,
  1327. "message": "包 \"System.Data.SqlClient\" 4.8.3 具有已知的 中 严重性漏洞,https://github.com/advisories/GHSA-8g2p-5pqh-5jmc",
  1328. "libraryId": "System.Data.SqlClient",
  1329. "targetGraphs": [
  1330. "netcoreapp3.1"
  1331. ]
  1332. }
  1333. ]
  1334. }