project.assets.json 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963
  1. {
  2. "version": 3,
  3. "targets": {
  4. "net5.0": {
  5. "Coravel/4.2.1": {
  6. "type": "package",
  7. "dependencies": {
  8. "Microsoft.Extensions.Caching.Memory": "3.1.0",
  9. "Microsoft.Extensions.Hosting.Abstractions": "3.1.0",
  10. "Microsoft.Extensions.Logging.Abstractions": "3.1.0"
  11. },
  12. "compile": {
  13. "lib/netstandard2.0/Coravel.dll": {
  14. "related": ".xml"
  15. }
  16. },
  17. "runtime": {
  18. "lib/netstandard2.0/Coravel.dll": {
  19. "related": ".xml"
  20. }
  21. }
  22. },
  23. "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
  24. "type": "package",
  25. "dependencies": {
  26. "Microsoft.Extensions.Primitives": "5.0.0"
  27. },
  28. "compile": {
  29. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  30. "related": ".xml"
  31. }
  32. },
  33. "runtime": {
  34. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  35. "related": ".xml"
  36. }
  37. }
  38. },
  39. "Microsoft.Extensions.Caching.Memory/5.0.0": {
  40. "type": "package",
  41. "dependencies": {
  42. "Microsoft.Extensions.Caching.Abstractions": "5.0.0",
  43. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  44. "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
  45. "Microsoft.Extensions.Options": "5.0.0",
  46. "Microsoft.Extensions.Primitives": "5.0.0"
  47. },
  48. "compile": {
  49. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
  50. "related": ".xml"
  51. }
  52. },
  53. "runtime": {
  54. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
  55. "related": ".xml"
  56. }
  57. }
  58. },
  59. "Microsoft.Extensions.Configuration.Abstractions/3.1.0": {
  60. "type": "package",
  61. "dependencies": {
  62. "Microsoft.Extensions.Primitives": "3.1.0"
  63. },
  64. "compile": {
  65. "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {
  66. "related": ".xml"
  67. }
  68. },
  69. "runtime": {
  70. "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {
  71. "related": ".xml"
  72. }
  73. }
  74. },
  75. "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
  76. "type": "package",
  77. "compile": {
  78. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  79. "related": ".xml"
  80. }
  81. },
  82. "runtime": {
  83. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  84. "related": ".xml"
  85. }
  86. }
  87. },
  88. "Microsoft.Extensions.FileProviders.Abstractions/3.1.0": {
  89. "type": "package",
  90. "dependencies": {
  91. "Microsoft.Extensions.Primitives": "3.1.0"
  92. },
  93. "compile": {
  94. "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": {
  95. "related": ".xml"
  96. }
  97. },
  98. "runtime": {
  99. "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": {
  100. "related": ".xml"
  101. }
  102. }
  103. },
  104. "Microsoft.Extensions.Hosting.Abstractions/3.1.0": {
  105. "type": "package",
  106. "dependencies": {
  107. "Microsoft.Extensions.Configuration.Abstractions": "3.1.0",
  108. "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0",
  109. "Microsoft.Extensions.FileProviders.Abstractions": "3.1.0",
  110. "Microsoft.Extensions.Logging.Abstractions": "3.1.0"
  111. },
  112. "compile": {
  113. "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": {
  114. "related": ".xml"
  115. }
  116. },
  117. "runtime": {
  118. "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": {
  119. "related": ".xml"
  120. }
  121. }
  122. },
  123. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  124. "type": "package",
  125. "compile": {
  126. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  127. "related": ".xml"
  128. }
  129. },
  130. "runtime": {
  131. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  132. "related": ".xml"
  133. }
  134. }
  135. },
  136. "Microsoft.Extensions.Options/5.0.0": {
  137. "type": "package",
  138. "dependencies": {
  139. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  140. "Microsoft.Extensions.Primitives": "5.0.0"
  141. },
  142. "compile": {
  143. "lib/net5.0/Microsoft.Extensions.Options.dll": {
  144. "related": ".xml"
  145. }
  146. },
  147. "runtime": {
  148. "lib/net5.0/Microsoft.Extensions.Options.dll": {
  149. "related": ".xml"
  150. }
  151. }
  152. },
  153. "Microsoft.Extensions.Primitives/5.0.0": {
  154. "type": "package",
  155. "compile": {
  156. "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {
  157. "related": ".xml"
  158. }
  159. },
  160. "runtime": {
  161. "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {
  162. "related": ".xml"
  163. }
  164. }
  165. },
  166. "Microsoft.NETCore.Platforms/5.0.0": {
  167. "type": "package",
  168. "compile": {
  169. "lib/netstandard1.0/_._": {}
  170. },
  171. "runtime": {
  172. "lib/netstandard1.0/_._": {}
  173. }
  174. },
  175. "Microsoft.Win32.SystemEvents/5.0.0": {
  176. "type": "package",
  177. "dependencies": {
  178. "Microsoft.NETCore.Platforms": "5.0.0"
  179. },
  180. "compile": {
  181. "ref/netstandard2.0/_._": {
  182. "related": ".xml"
  183. }
  184. },
  185. "runtime": {
  186. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
  187. "related": ".xml"
  188. }
  189. },
  190. "runtimeTargets": {
  191. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
  192. "assetType": "runtime",
  193. "rid": "win"
  194. }
  195. }
  196. },
  197. "Newtonsoft.Json/13.0.1": {
  198. "type": "package",
  199. "compile": {
  200. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  201. "related": ".xml"
  202. }
  203. },
  204. "runtime": {
  205. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  206. "related": ".xml"
  207. }
  208. }
  209. },
  210. "QRCoder/1.4.3": {
  211. "type": "package",
  212. "dependencies": {
  213. "System.Drawing.Common": "5.0.3"
  214. },
  215. "compile": {
  216. "lib/net5.0/QRCoder.dll": {}
  217. },
  218. "runtime": {
  219. "lib/net5.0/QRCoder.dll": {}
  220. }
  221. },
  222. "SixLabors.ImageSharp/2.1.6": {
  223. "type": "package",
  224. "dependencies": {
  225. "System.Runtime.CompilerServices.Unsafe": "5.0.0",
  226. "System.Text.Encoding.CodePages": "5.0.0"
  227. },
  228. "compile": {
  229. "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {
  230. "related": ".xml"
  231. }
  232. },
  233. "runtime": {
  234. "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {
  235. "related": ".xml"
  236. }
  237. }
  238. },
  239. "System.Drawing.Common/5.0.3": {
  240. "type": "package",
  241. "dependencies": {
  242. "Microsoft.Win32.SystemEvents": "5.0.0"
  243. },
  244. "compile": {
  245. "ref/netcoreapp3.0/System.Drawing.Common.dll": {
  246. "related": ".xml"
  247. }
  248. },
  249. "runtime": {
  250. "lib/netcoreapp3.0/System.Drawing.Common.dll": {
  251. "related": ".xml"
  252. }
  253. },
  254. "runtimeTargets": {
  255. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  256. "assetType": "runtime",
  257. "rid": "unix"
  258. },
  259. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  260. "assetType": "runtime",
  261. "rid": "win"
  262. }
  263. }
  264. },
  265. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  266. "type": "package",
  267. "compile": {
  268. "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll": {
  269. "related": ".xml"
  270. }
  271. },
  272. "runtime": {
  273. "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
  274. "related": ".xml"
  275. }
  276. }
  277. },
  278. "System.Text.Encoding.CodePages/5.0.0": {
  279. "type": "package",
  280. "dependencies": {
  281. "Microsoft.NETCore.Platforms": "5.0.0"
  282. },
  283. "compile": {
  284. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
  285. "related": ".xml"
  286. }
  287. },
  288. "runtime": {
  289. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
  290. "related": ".xml"
  291. }
  292. },
  293. "runtimeTargets": {
  294. "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
  295. "assetType": "runtime",
  296. "rid": "win"
  297. }
  298. }
  299. },
  300. "ZXing.Net/0.16.9": {
  301. "type": "package",
  302. "compile": {
  303. "lib/net5.0/zxing.dll": {
  304. "related": ".XML"
  305. }
  306. },
  307. "runtime": {
  308. "lib/net5.0/zxing.dll": {
  309. "related": ".XML"
  310. }
  311. }
  312. },
  313. "ZXing.Net.Bindings.ImageSharp.V2/0.16.15": {
  314. "type": "package",
  315. "dependencies": {
  316. "SixLabors.ImageSharp": "2.1.3",
  317. "ZXing.Net": "0.16.9"
  318. },
  319. "compile": {
  320. "lib/netcoreapp3.1/ZXing.ImageSharp.V2.dll": {
  321. "related": ".pdb;.xml"
  322. }
  323. },
  324. "runtime": {
  325. "lib/netcoreapp3.1/ZXing.ImageSharp.V2.dll": {
  326. "related": ".pdb;.xml"
  327. }
  328. }
  329. }
  330. }
  331. },
  332. "libraries": {
  333. "Coravel/4.2.1": {
  334. "sha512": "goj2P5yivyj5e3UwHyA9ET1s11US0V73Labc+KBT7fF+sZK5Uts/CE0lPAxgtWj+/uwM1bRpFDdAFNh+z7U2kw==",
  335. "type": "package",
  336. "path": "coravel/4.2.1",
  337. "files": [
  338. ".nupkg.metadata",
  339. ".signature.p7s",
  340. "coravel.4.2.1.nupkg.sha512",
  341. "coravel.nuspec",
  342. "lib/netstandard2.0/Coravel.dll",
  343. "lib/netstandard2.0/Coravel.xml",
  344. "logo.png",
  345. "readme.md"
  346. ]
  347. },
  348. "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
  349. "sha512": "bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==",
  350. "type": "package",
  351. "path": "microsoft.extensions.caching.abstractions/5.0.0",
  352. "files": [
  353. ".nupkg.metadata",
  354. ".signature.p7s",
  355. "Icon.png",
  356. "LICENSE.TXT",
  357. "THIRD-PARTY-NOTICES.TXT",
  358. "lib/net461/Microsoft.Extensions.Caching.Abstractions.dll",
  359. "lib/net461/Microsoft.Extensions.Caching.Abstractions.xml",
  360. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll",
  361. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml",
  362. "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512",
  363. "microsoft.extensions.caching.abstractions.nuspec",
  364. "useSharedDesignerContext.txt",
  365. "version.txt"
  366. ]
  367. },
  368. "Microsoft.Extensions.Caching.Memory/5.0.0": {
  369. "sha512": "/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==",
  370. "type": "package",
  371. "path": "microsoft.extensions.caching.memory/5.0.0",
  372. "files": [
  373. ".nupkg.metadata",
  374. ".signature.p7s",
  375. "Icon.png",
  376. "LICENSE.TXT",
  377. "THIRD-PARTY-NOTICES.TXT",
  378. "lib/net461/Microsoft.Extensions.Caching.Memory.dll",
  379. "lib/net461/Microsoft.Extensions.Caching.Memory.xml",
  380. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll",
  381. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml",
  382. "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512",
  383. "microsoft.extensions.caching.memory.nuspec",
  384. "useSharedDesignerContext.txt",
  385. "version.txt"
  386. ]
  387. },
  388. "Microsoft.Extensions.Configuration.Abstractions/3.1.0": {
  389. "sha512": "ESz6bVoDQX7sgWdKHF6G9Pq672T8k+19AFb/txDXwdz7MoqaNQj2/in3agm/3qae9V+WvQZH86LLTNVo0it8vQ==",
  390. "type": "package",
  391. "path": "microsoft.extensions.configuration.abstractions/3.1.0",
  392. "files": [
  393. ".nupkg.metadata",
  394. ".signature.p7s",
  395. "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll",
  396. "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.xml",
  397. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
  398. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
  399. "microsoft.extensions.configuration.abstractions.3.1.0.nupkg.sha512",
  400. "microsoft.extensions.configuration.abstractions.nuspec",
  401. "packageIcon.png"
  402. ]
  403. },
  404. "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
  405. "sha512": "ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
  406. "type": "package",
  407. "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
  408. "files": [
  409. ".nupkg.metadata",
  410. ".signature.p7s",
  411. "Icon.png",
  412. "LICENSE.TXT",
  413. "THIRD-PARTY-NOTICES.TXT",
  414. "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  415. "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  416. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  417. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  418. "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512",
  419. "microsoft.extensions.dependencyinjection.abstractions.nuspec",
  420. "useSharedDesignerContext.txt",
  421. "version.txt"
  422. ]
  423. },
  424. "Microsoft.Extensions.FileProviders.Abstractions/3.1.0": {
  425. "sha512": "G3iBMOnn3tETEUvkE9J3a23wQpRkiXZp73zR0XNlicjLFhkeWW1FCaC2bTjrgHhPi2KO6x0BXnHvVuJPIlygBQ==",
  426. "type": "package",
  427. "path": "microsoft.extensions.fileproviders.abstractions/3.1.0",
  428. "files": [
  429. ".nupkg.metadata",
  430. ".signature.p7s",
  431. "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll",
  432. "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.xml",
  433. "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
  434. "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
  435. "microsoft.extensions.fileproviders.abstractions.3.1.0.nupkg.sha512",
  436. "microsoft.extensions.fileproviders.abstractions.nuspec",
  437. "packageIcon.png"
  438. ]
  439. },
  440. "Microsoft.Extensions.Hosting.Abstractions/3.1.0": {
  441. "sha512": "LiOP1ceFaPBxaE28SOjtORzOVCJk33TT5VQ/Cg5EoatZh1dxpPAgAV/0ruzWKQE7WAHU3F1H9Z6rFgsQwIb9uQ==",
  442. "type": "package",
  443. "path": "microsoft.extensions.hosting.abstractions/3.1.0",
  444. "files": [
  445. ".nupkg.metadata",
  446. ".signature.p7s",
  447. "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll",
  448. "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.xml",
  449. "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll",
  450. "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml",
  451. "microsoft.extensions.hosting.abstractions.3.1.0.nupkg.sha512",
  452. "microsoft.extensions.hosting.abstractions.nuspec",
  453. "packageIcon.png"
  454. ]
  455. },
  456. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  457. "sha512": "NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
  458. "type": "package",
  459. "path": "microsoft.extensions.logging.abstractions/5.0.0",
  460. "files": [
  461. ".nupkg.metadata",
  462. ".signature.p7s",
  463. "Icon.png",
  464. "LICENSE.TXT",
  465. "THIRD-PARTY-NOTICES.TXT",
  466. "lib/net461/Microsoft.Extensions.Logging.Abstractions.dll",
  467. "lib/net461/Microsoft.Extensions.Logging.Abstractions.xml",
  468. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
  469. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
  470. "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512",
  471. "microsoft.extensions.logging.abstractions.nuspec",
  472. "useSharedDesignerContext.txt",
  473. "version.txt"
  474. ]
  475. },
  476. "Microsoft.Extensions.Options/5.0.0": {
  477. "sha512": "CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==",
  478. "type": "package",
  479. "path": "microsoft.extensions.options/5.0.0",
  480. "files": [
  481. ".nupkg.metadata",
  482. ".signature.p7s",
  483. "Icon.png",
  484. "LICENSE.TXT",
  485. "THIRD-PARTY-NOTICES.TXT",
  486. "lib/net461/Microsoft.Extensions.Options.dll",
  487. "lib/net461/Microsoft.Extensions.Options.xml",
  488. "lib/net5.0/Microsoft.Extensions.Options.dll",
  489. "lib/net5.0/Microsoft.Extensions.Options.xml",
  490. "lib/netstandard2.0/Microsoft.Extensions.Options.dll",
  491. "lib/netstandard2.0/Microsoft.Extensions.Options.xml",
  492. "microsoft.extensions.options.5.0.0.nupkg.sha512",
  493. "microsoft.extensions.options.nuspec",
  494. "useSharedDesignerContext.txt",
  495. "version.txt"
  496. ]
  497. },
  498. "Microsoft.Extensions.Primitives/5.0.0": {
  499. "sha512": "cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
  500. "type": "package",
  501. "path": "microsoft.extensions.primitives/5.0.0",
  502. "files": [
  503. ".nupkg.metadata",
  504. ".signature.p7s",
  505. "Icon.png",
  506. "LICENSE.TXT",
  507. "THIRD-PARTY-NOTICES.TXT",
  508. "lib/net461/Microsoft.Extensions.Primitives.dll",
  509. "lib/net461/Microsoft.Extensions.Primitives.xml",
  510. "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll",
  511. "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.xml",
  512. "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
  513. "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
  514. "microsoft.extensions.primitives.5.0.0.nupkg.sha512",
  515. "microsoft.extensions.primitives.nuspec",
  516. "useSharedDesignerContext.txt",
  517. "version.txt"
  518. ]
  519. },
  520. "Microsoft.NETCore.Platforms/5.0.0": {
  521. "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  522. "type": "package",
  523. "path": "microsoft.netcore.platforms/5.0.0",
  524. "files": [
  525. ".nupkg.metadata",
  526. ".signature.p7s",
  527. "Icon.png",
  528. "LICENSE.TXT",
  529. "THIRD-PARTY-NOTICES.TXT",
  530. "lib/netstandard1.0/_._",
  531. "microsoft.netcore.platforms.5.0.0.nupkg.sha512",
  532. "microsoft.netcore.platforms.nuspec",
  533. "runtime.json",
  534. "useSharedDesignerContext.txt",
  535. "version.txt"
  536. ]
  537. },
  538. "Microsoft.Win32.SystemEvents/5.0.0": {
  539. "sha512": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
  540. "type": "package",
  541. "path": "microsoft.win32.systemevents/5.0.0",
  542. "files": [
  543. ".nupkg.metadata",
  544. ".signature.p7s",
  545. "Icon.png",
  546. "LICENSE.TXT",
  547. "THIRD-PARTY-NOTICES.TXT",
  548. "lib/net461/Microsoft.Win32.SystemEvents.dll",
  549. "lib/net461/Microsoft.Win32.SystemEvents.xml",
  550. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
  551. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
  552. "microsoft.win32.systemevents.5.0.0.nupkg.sha512",
  553. "microsoft.win32.systemevents.nuspec",
  554. "ref/net461/Microsoft.Win32.SystemEvents.dll",
  555. "ref/net461/Microsoft.Win32.SystemEvents.xml",
  556. "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
  557. "ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
  558. "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll",
  559. "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml",
  560. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll",
  561. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml",
  562. "useSharedDesignerContext.txt",
  563. "version.txt"
  564. ]
  565. },
  566. "Newtonsoft.Json/13.0.1": {
  567. "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
  568. "type": "package",
  569. "path": "newtonsoft.json/13.0.1",
  570. "files": [
  571. ".nupkg.metadata",
  572. ".signature.p7s",
  573. "LICENSE.md",
  574. "lib/net20/Newtonsoft.Json.dll",
  575. "lib/net20/Newtonsoft.Json.xml",
  576. "lib/net35/Newtonsoft.Json.dll",
  577. "lib/net35/Newtonsoft.Json.xml",
  578. "lib/net40/Newtonsoft.Json.dll",
  579. "lib/net40/Newtonsoft.Json.xml",
  580. "lib/net45/Newtonsoft.Json.dll",
  581. "lib/net45/Newtonsoft.Json.xml",
  582. "lib/netstandard1.0/Newtonsoft.Json.dll",
  583. "lib/netstandard1.0/Newtonsoft.Json.xml",
  584. "lib/netstandard1.3/Newtonsoft.Json.dll",
  585. "lib/netstandard1.3/Newtonsoft.Json.xml",
  586. "lib/netstandard2.0/Newtonsoft.Json.dll",
  587. "lib/netstandard2.0/Newtonsoft.Json.xml",
  588. "newtonsoft.json.13.0.1.nupkg.sha512",
  589. "newtonsoft.json.nuspec",
  590. "packageIcon.png"
  591. ]
  592. },
  593. "QRCoder/1.4.3": {
  594. "sha512": "fWuFqjm8GTlEb2GqBl3Hi8HZZeZQwBSHxvRPtPjyNbT82H0ff0JwavKRBmMaXCno1Av6McPC8aJzri0Mj2w9Jw==",
  595. "type": "package",
  596. "path": "qrcoder/1.4.3",
  597. "files": [
  598. ".nupkg.metadata",
  599. ".signature.p7s",
  600. "lib/net35/QRCoder.dll",
  601. "lib/net40/QRCoder.dll",
  602. "lib/net5.0-windows7.0/QRCoder.dll",
  603. "lib/net5.0/QRCoder.dll",
  604. "lib/net6.0-windows7.0/QRCoder.dll",
  605. "lib/net6.0/QRCoder.dll",
  606. "lib/netstandard1.3/QRCoder.dll",
  607. "lib/netstandard2.0/QRCoder.dll",
  608. "nuget-icon.png",
  609. "nuget-readme.md",
  610. "qrcoder.1.4.3.nupkg.sha512",
  611. "qrcoder.nuspec"
  612. ]
  613. },
  614. "SixLabors.ImageSharp/2.1.6": {
  615. "sha512": "zgCyj3F3U19A/YpmhZAplH5dyh7BTCjLutzbVbHGd7zzPfSMA0Tm+DFqQEb/V52Y8EW1FH5wZ91PaEDSrUaNOw==",
  616. "type": "package",
  617. "path": "sixlabors.imagesharp/2.1.6",
  618. "files": [
  619. ".nupkg.metadata",
  620. ".signature.p7s",
  621. "lib/net472/SixLabors.ImageSharp.dll",
  622. "lib/net472/SixLabors.ImageSharp.xml",
  623. "lib/netcoreapp2.1/SixLabors.ImageSharp.dll",
  624. "lib/netcoreapp2.1/SixLabors.ImageSharp.xml",
  625. "lib/netcoreapp3.1/SixLabors.ImageSharp.dll",
  626. "lib/netcoreapp3.1/SixLabors.ImageSharp.xml",
  627. "lib/netstandard2.0/SixLabors.ImageSharp.dll",
  628. "lib/netstandard2.0/SixLabors.ImageSharp.xml",
  629. "lib/netstandard2.1/SixLabors.ImageSharp.dll",
  630. "lib/netstandard2.1/SixLabors.ImageSharp.xml",
  631. "sixlabors.imagesharp.128.png",
  632. "sixlabors.imagesharp.2.1.6.nupkg.sha512",
  633. "sixlabors.imagesharp.nuspec"
  634. ]
  635. },
  636. "System.Drawing.Common/5.0.3": {
  637. "sha512": "rEQZuslijqdsO0pkJn7LtGBaMc//YVA8de0meGihkg9oLPaN+w+/Pb5d71lgp0YjPoKgBKNMvdq0IPnoW4PEng==",
  638. "type": "package",
  639. "path": "system.drawing.common/5.0.3",
  640. "files": [
  641. ".nupkg.metadata",
  642. ".signature.p7s",
  643. "Icon.png",
  644. "LICENSE.TXT",
  645. "THIRD-PARTY-NOTICES.TXT",
  646. "lib/MonoAndroid10/_._",
  647. "lib/MonoTouch10/_._",
  648. "lib/net461/System.Drawing.Common.dll",
  649. "lib/netcoreapp3.0/System.Drawing.Common.dll",
  650. "lib/netcoreapp3.0/System.Drawing.Common.xml",
  651. "lib/netstandard2.0/System.Drawing.Common.dll",
  652. "lib/xamarinios10/_._",
  653. "lib/xamarinmac20/_._",
  654. "lib/xamarintvos10/_._",
  655. "lib/xamarinwatchos10/_._",
  656. "ref/MonoAndroid10/_._",
  657. "ref/MonoTouch10/_._",
  658. "ref/net461/System.Drawing.Common.dll",
  659. "ref/netcoreapp3.0/System.Drawing.Common.dll",
  660. "ref/netcoreapp3.0/System.Drawing.Common.xml",
  661. "ref/netstandard2.0/System.Drawing.Common.dll",
  662. "ref/xamarinios10/_._",
  663. "ref/xamarinmac20/_._",
  664. "ref/xamarintvos10/_._",
  665. "ref/xamarinwatchos10/_._",
  666. "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll",
  667. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll",
  668. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml",
  669. "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll",
  670. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll",
  671. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml",
  672. "system.drawing.common.5.0.3.nupkg.sha512",
  673. "system.drawing.common.nuspec",
  674. "useSharedDesignerContext.txt",
  675. "version.txt"
  676. ]
  677. },
  678. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  679. "sha512": "ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
  680. "type": "package",
  681. "path": "system.runtime.compilerservices.unsafe/5.0.0",
  682. "files": [
  683. ".nupkg.metadata",
  684. ".signature.p7s",
  685. "Icon.png",
  686. "LICENSE.TXT",
  687. "THIRD-PARTY-NOTICES.TXT",
  688. "lib/net45/System.Runtime.CompilerServices.Unsafe.dll",
  689. "lib/net45/System.Runtime.CompilerServices.Unsafe.xml",
  690. "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll",
  691. "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml",
  692. "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
  693. "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
  694. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
  695. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
  696. "ref/net461/System.Runtime.CompilerServices.Unsafe.dll",
  697. "ref/net461/System.Runtime.CompilerServices.Unsafe.xml",
  698. "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
  699. "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
  700. "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
  701. "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
  702. "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll",
  703. "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.xml",
  704. "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512",
  705. "system.runtime.compilerservices.unsafe.nuspec",
  706. "useSharedDesignerContext.txt",
  707. "version.txt"
  708. ]
  709. },
  710. "System.Text.Encoding.CodePages/5.0.0": {
  711. "sha512": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
  712. "type": "package",
  713. "path": "system.text.encoding.codepages/5.0.0",
  714. "files": [
  715. ".nupkg.metadata",
  716. ".signature.p7s",
  717. "Icon.png",
  718. "LICENSE.TXT",
  719. "THIRD-PARTY-NOTICES.TXT",
  720. "lib/MonoAndroid10/_._",
  721. "lib/MonoTouch10/_._",
  722. "lib/net46/System.Text.Encoding.CodePages.dll",
  723. "lib/net461/System.Text.Encoding.CodePages.dll",
  724. "lib/net461/System.Text.Encoding.CodePages.xml",
  725. "lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
  726. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
  727. "lib/netstandard2.0/System.Text.Encoding.CodePages.xml",
  728. "lib/xamarinios10/_._",
  729. "lib/xamarinmac20/_._",
  730. "lib/xamarintvos10/_._",
  731. "lib/xamarinwatchos10/_._",
  732. "ref/MonoAndroid10/_._",
  733. "ref/MonoTouch10/_._",
  734. "ref/xamarinios10/_._",
  735. "ref/xamarinmac20/_._",
  736. "ref/xamarintvos10/_._",
  737. "ref/xamarinwatchos10/_._",
  738. "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll",
  739. "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml",
  740. "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll",
  741. "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.xml",
  742. "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
  743. "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
  744. "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml",
  745. "system.text.encoding.codepages.5.0.0.nupkg.sha512",
  746. "system.text.encoding.codepages.nuspec",
  747. "useSharedDesignerContext.txt",
  748. "version.txt"
  749. ]
  750. },
  751. "ZXing.Net/0.16.9": {
  752. "sha512": "7WaVMHklpT3Ye2ragqRIwlFRsb6kOk63BOGADV0fan3ulVfGLUYkDi5yNUsZS/7FVNkWbtHAlDLmu4WnHGfqvQ==",
  753. "type": "package",
  754. "path": "zxing.net/0.16.9",
  755. "files": [
  756. ".nupkg.metadata",
  757. ".signature.p7s",
  758. "lib/native/zxing.XML",
  759. "lib/native/zxing.pri",
  760. "lib/native/zxing.winmd",
  761. "lib/net20-cf/zxing.ce2.0.dll",
  762. "lib/net20-cf/zxing.ce2.0.xml",
  763. "lib/net20/zxing.XML",
  764. "lib/net20/zxing.dll",
  765. "lib/net35-cf/zxing.ce3.5.dll",
  766. "lib/net35-cf/zxing.ce3.5.xml",
  767. "lib/net35/zxing.XML",
  768. "lib/net35/zxing.dll",
  769. "lib/net40/zxing.XML",
  770. "lib/net40/zxing.dll",
  771. "lib/net40/zxing.presentation.XML",
  772. "lib/net40/zxing.presentation.dll",
  773. "lib/net45/zxing.XML",
  774. "lib/net45/zxing.dll",
  775. "lib/net45/zxing.presentation.XML",
  776. "lib/net45/zxing.presentation.dll",
  777. "lib/net461/zxing.XML",
  778. "lib/net461/zxing.dll",
  779. "lib/net461/zxing.presentation.XML",
  780. "lib/net461/zxing.presentation.dll",
  781. "lib/net47/zxing.XML",
  782. "lib/net47/zxing.dll",
  783. "lib/net47/zxing.presentation.XML",
  784. "lib/net47/zxing.presentation.dll",
  785. "lib/net48/zxing.XML",
  786. "lib/net48/zxing.dll",
  787. "lib/net48/zxing.presentation.XML",
  788. "lib/net48/zxing.presentation.dll",
  789. "lib/net5.0/zxing.XML",
  790. "lib/net5.0/zxing.dll",
  791. "lib/net6.0/zxing.XML",
  792. "lib/net6.0/zxing.dll",
  793. "lib/net7.0/zxing.XML",
  794. "lib/net7.0/zxing.dll",
  795. "lib/netcoreapp3.0/zxing.dll",
  796. "lib/netcoreapp3.0/zxing.xml",
  797. "lib/netcoreapp3.1/zxing.dll",
  798. "lib/netcoreapp3.1/zxing.xml",
  799. "lib/netstandard1.0/zxing.dll",
  800. "lib/netstandard1.0/zxing.xml",
  801. "lib/netstandard1.1/zxing.dll",
  802. "lib/netstandard1.1/zxing.xml",
  803. "lib/netstandard1.3/zxing.dll",
  804. "lib/netstandard1.3/zxing.xml",
  805. "lib/netstandard2.0/zxing.dll",
  806. "lib/netstandard2.0/zxing.xml",
  807. "lib/netstandard2.1/zxing.dll",
  808. "lib/netstandard2.1/zxing.xml",
  809. "lib/portable-win+net40+sl4+sl5+wp7+wp71+wp8/zxing.portable.XML",
  810. "lib/portable-win+net40+sl4+sl5+wp7+wp71+wp8/zxing.portable.dll",
  811. "lib/sl3-wp/zxing.wp7.0.XML",
  812. "lib/sl3-wp/zxing.wp7.0.dll",
  813. "lib/sl4-wp71/zxing.wp7.1.XML",
  814. "lib/sl4-wp71/zxing.wp7.1.dll",
  815. "lib/sl4/zxing.sl4.XML",
  816. "lib/sl4/zxing.sl4.dll",
  817. "lib/sl5/zxing.sl5.XML",
  818. "lib/sl5/zxing.sl5.dll",
  819. "lib/uap10/zxing.dll",
  820. "lib/uap10/zxing.pri",
  821. "lib/uap10/zxing.xml",
  822. "lib/windows8-managed/zxing.winrt.XML",
  823. "lib/windows8-managed/zxing.winrt.dll",
  824. "lib/windows8/zxing.XML",
  825. "lib/windows8/zxing.pri",
  826. "lib/windows8/zxing.winmd",
  827. "lib/wp8/zxing.wp8.0.XML",
  828. "lib/wp8/zxing.wp8.0.dll",
  829. "logo.jpg",
  830. "zxing.net.0.16.9.nupkg.sha512",
  831. "zxing.net.nuspec"
  832. ]
  833. },
  834. "ZXing.Net.Bindings.ImageSharp.V2/0.16.15": {
  835. "sha512": "f+oesw0O/KH3YoL1j9ktw65O5Ilx932sS98xrFbdRRgQVxuMdTZ/AP9A7qll3e2ygO1YL3JFtRsZeiFPqzBZkw==",
  836. "type": "package",
  837. "path": "zxing.net.bindings.imagesharp.v2/0.16.15",
  838. "files": [
  839. ".nupkg.metadata",
  840. ".signature.p7s",
  841. "lib/net472/ZXing.ImageSharp.V2.dll",
  842. "lib/net472/ZXing.ImageSharp.V2.pdb",
  843. "lib/net472/ZXing.ImageSharp.V2.xml",
  844. "lib/netcoreapp2.1/ZXing.ImageSharp.V2.dll",
  845. "lib/netcoreapp2.1/ZXing.ImageSharp.V2.pdb",
  846. "lib/netcoreapp2.1/ZXing.ImageSharp.V2.xml",
  847. "lib/netcoreapp3.1/ZXing.ImageSharp.V2.dll",
  848. "lib/netcoreapp3.1/ZXing.ImageSharp.V2.pdb",
  849. "lib/netcoreapp3.1/ZXing.ImageSharp.V2.xml",
  850. "lib/netstandard2.0/ZXing.ImageSharp.V2.dll",
  851. "lib/netstandard2.0/ZXing.ImageSharp.V2.pdb",
  852. "lib/netstandard2.0/ZXing.ImageSharp.V2.xml",
  853. "lib/netstandard2.1/ZXing.ImageSharp.V2.dll",
  854. "lib/netstandard2.1/ZXing.ImageSharp.V2.pdb",
  855. "lib/netstandard2.1/ZXing.ImageSharp.V2.xml",
  856. "logo.jpg",
  857. "readme.md",
  858. "zxing.net.bindings.imagesharp.v2.0.16.15.nupkg.sha512",
  859. "zxing.net.bindings.imagesharp.v2.nuspec"
  860. ]
  861. }
  862. },
  863. "projectFileDependencyGroups": {
  864. "net5.0": [
  865. "Coravel >= 4.2.1",
  866. "Microsoft.Extensions.Caching.Memory >= 5.0.0",
  867. "Newtonsoft.Json >= 13.0.1",
  868. "QRCoder >= 1.4.3",
  869. "SixLabors.ImageSharp >= 2.1.6",
  870. "ZXing.Net.Bindings.ImageSharp.V2 >= 0.16.15"
  871. ]
  872. },
  873. "packageFolders": {
  874. "D:\\.nuget\\packages": {},
  875. "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
  876. },
  877. "project": {
  878. "version": "1.0.0",
  879. "restore": {
  880. "projectUniqueName": "E:\\Ropin\\svn\\SH_HB\\Source_SQ\\Ropin.Inspection.Api\\Ropin.Core.Common\\Ropin.Core.Common.csproj",
  881. "projectName": "Ropin.Core.Common",
  882. "projectPath": "E:\\Ropin\\svn\\SH_HB\\Source_SQ\\Ropin.Inspection.Api\\Ropin.Core.Common\\Ropin.Core.Common.csproj",
  883. "packagesPath": "D:\\.nuget\\packages",
  884. "outputPath": "E:\\Ropin\\svn\\SH_HB\\Source_SQ\\Ropin.Inspection.Api\\Ropin.Core.Common\\obj\\",
  885. "projectStyle": "PackageReference",
  886. "fallbackFolders": [
  887. "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  888. ],
  889. "configFilePaths": [
  890. "C:\\Users\\hp\\AppData\\Roaming\\NuGet\\NuGet.Config",
  891. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  892. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  893. ],
  894. "originalTargetFrameworks": [
  895. "net5.0"
  896. ],
  897. "sources": {
  898. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  899. "C:\\Program Files\\dotnet\\library-packs": {},
  900. "https://api.nuget.org/v3/index.json": {}
  901. },
  902. "frameworks": {
  903. "net5.0": {
  904. "targetAlias": "net5.0",
  905. "projectReferences": {}
  906. }
  907. },
  908. "warningProperties": {
  909. "warnAsError": [
  910. "NU1605"
  911. ]
  912. }
  913. },
  914. "frameworks": {
  915. "net5.0": {
  916. "targetAlias": "net5.0",
  917. "dependencies": {
  918. "Coravel": {
  919. "target": "Package",
  920. "version": "[4.2.1, )"
  921. },
  922. "Microsoft.Extensions.Caching.Memory": {
  923. "target": "Package",
  924. "version": "[5.0.0, )"
  925. },
  926. "Newtonsoft.Json": {
  927. "target": "Package",
  928. "version": "[13.0.1, )"
  929. },
  930. "QRCoder": {
  931. "target": "Package",
  932. "version": "[1.4.3, )"
  933. },
  934. "SixLabors.ImageSharp": {
  935. "target": "Package",
  936. "version": "[2.1.6, )"
  937. },
  938. "ZXing.Net.Bindings.ImageSharp.V2": {
  939. "target": "Package",
  940. "version": "[0.16.15, )"
  941. }
  942. },
  943. "imports": [
  944. "net461",
  945. "net462",
  946. "net47",
  947. "net471",
  948. "net472",
  949. "net48",
  950. "net481"
  951. ],
  952. "assetTargetFallback": true,
  953. "warn": true,
  954. "frameworkReferences": {
  955. "Microsoft.NETCore.App": {
  956. "privateAssets": "all"
  957. }
  958. },
  959. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
  960. }
  961. }
  962. }
  963. }