project.assets.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  1. {
  2. "version": 3,
  3. "targets": {
  4. "net8.0": {
  5. "CsvHelper/31.0.2": {
  6. "type": "package",
  7. "compile": {
  8. "lib/net8.0/CsvHelper.dll": {
  9. "related": ".xml"
  10. }
  11. },
  12. "runtime": {
  13. "lib/net8.0/CsvHelper.dll": {
  14. "related": ".xml"
  15. }
  16. }
  17. },
  18. "JSON/1.0.1": {
  19. "type": "package",
  20. "compile": {
  21. "lib/net40/Json.dll": {
  22. "related": ".pdb"
  23. }
  24. },
  25. "runtime": {
  26. "lib/net40/Json.dll": {
  27. "related": ".pdb"
  28. }
  29. }
  30. },
  31. "Microsoft.Extensions.Configuration.Abstractions/9.0.0-preview.1.24080.9": {
  32. "type": "package",
  33. "dependencies": {
  34. "Microsoft.Extensions.Primitives": "9.0.0-preview.1.24080.9"
  35. },
  36. "compile": {
  37. "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  38. "related": ".xml"
  39. }
  40. },
  41. "runtime": {
  42. "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  43. "related": ".xml"
  44. }
  45. },
  46. "build": {
  47. "buildTransitive/net8.0/_._": {}
  48. }
  49. },
  50. "Microsoft.Extensions.Configuration.Binder/9.0.0-preview.1.24080.9": {
  51. "type": "package",
  52. "dependencies": {
  53. "Microsoft.Extensions.Configuration.Abstractions": "9.0.0-preview.1.24080.9"
  54. },
  55. "compile": {
  56. "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": {
  57. "related": ".xml"
  58. }
  59. },
  60. "runtime": {
  61. "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": {
  62. "related": ".xml"
  63. }
  64. },
  65. "build": {
  66. "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {}
  67. }
  68. },
  69. "Microsoft.Extensions.Primitives/9.0.0-preview.1.24080.9": {
  70. "type": "package",
  71. "compile": {
  72. "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
  73. "related": ".xml"
  74. }
  75. },
  76. "runtime": {
  77. "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
  78. "related": ".xml"
  79. }
  80. },
  81. "build": {
  82. "buildTransitive/net8.0/_._": {}
  83. }
  84. },
  85. "Newtonsoft.Json/13.0.3": {
  86. "type": "package",
  87. "compile": {
  88. "lib/net6.0/Newtonsoft.Json.dll": {
  89. "related": ".xml"
  90. }
  91. },
  92. "runtime": {
  93. "lib/net6.0/Newtonsoft.Json.dll": {
  94. "related": ".xml"
  95. }
  96. }
  97. },
  98. "System.Text.Encodings.Web/9.0.0-preview.1.24080.9": {
  99. "type": "package",
  100. "compile": {
  101. "lib/net8.0/System.Text.Encodings.Web.dll": {
  102. "related": ".xml"
  103. }
  104. },
  105. "runtime": {
  106. "lib/net8.0/System.Text.Encodings.Web.dll": {
  107. "related": ".xml"
  108. }
  109. },
  110. "build": {
  111. "buildTransitive/net8.0/_._": {}
  112. },
  113. "runtimeTargets": {
  114. "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
  115. "assetType": "runtime",
  116. "rid": "browser"
  117. }
  118. }
  119. },
  120. "System.Text.Json/9.0.0-preview.1.24080.9": {
  121. "type": "package",
  122. "dependencies": {
  123. "System.Text.Encodings.Web": "9.0.0-preview.1.24080.9"
  124. },
  125. "compile": {
  126. "lib/net8.0/System.Text.Json.dll": {
  127. "related": ".xml"
  128. }
  129. },
  130. "runtime": {
  131. "lib/net8.0/System.Text.Json.dll": {
  132. "related": ".xml"
  133. }
  134. },
  135. "build": {
  136. "buildTransitive/net8.0/System.Text.Json.targets": {}
  137. }
  138. }
  139. }
  140. },
  141. "libraries": {
  142. "CsvHelper/31.0.2": {
  143. "sha512": "ndlIN77XcFm6qqGlNPzl0XjVupMCBVhVSiO+1+X2UhJtnnvkx9f//7FOvlkLuEQ76NC3Y7owa8IOhgtKVa4H7Q==",
  144. "type": "package",
  145. "path": "csvhelper/31.0.2",
  146. "files": [
  147. ".nupkg.metadata",
  148. ".signature.p7s",
  149. "Icon.png",
  150. "csvhelper.31.0.2.nupkg.sha512",
  151. "csvhelper.nuspec",
  152. "lib/net462/CsvHelper.dll",
  153. "lib/net462/CsvHelper.xml",
  154. "lib/net47/CsvHelper.dll",
  155. "lib/net47/CsvHelper.xml",
  156. "lib/net48/CsvHelper.dll",
  157. "lib/net48/CsvHelper.xml",
  158. "lib/net6.0/CsvHelper.dll",
  159. "lib/net6.0/CsvHelper.xml",
  160. "lib/net7.0/CsvHelper.dll",
  161. "lib/net7.0/CsvHelper.xml",
  162. "lib/net8.0/CsvHelper.dll",
  163. "lib/net8.0/CsvHelper.xml",
  164. "lib/netstandard2.0/CsvHelper.dll",
  165. "lib/netstandard2.0/CsvHelper.xml",
  166. "lib/netstandard2.1/CsvHelper.dll",
  167. "lib/netstandard2.1/CsvHelper.xml"
  168. ]
  169. },
  170. "JSON/1.0.1": {
  171. "sha512": "n387Xh1oDWolCIVb2oMV1bWkEKBBk5iLkMuaiAQuLUaAZwowyym2s/6b/hFnmS5J3bzINmZ7I2WEbBAZMQd2dg==",
  172. "type": "package",
  173. "path": "json/1.0.1",
  174. "files": [
  175. ".nupkg.metadata",
  176. ".signature.p7s",
  177. "LICENSE",
  178. "json.1.0.1.nupkg.sha512",
  179. "json.nuspec",
  180. "lib/net35/Json.Net35.dll",
  181. "lib/net35/Json.Net35.pdb",
  182. "lib/net40/Json.dll",
  183. "lib/net40/Json.pdb",
  184. "lib/sl3/Json.Silverlight.dll",
  185. "lib/sl3/Json.Silverlight.pdb",
  186. "lib/sl4/Json.Silverlight4.dll",
  187. "lib/sl4/Json.Silverlight4.pdb",
  188. "lib/wp/Json.WindowsPhone.dll",
  189. "lib/wp/Json.WindowsPhone.pdb"
  190. ]
  191. },
  192. "Microsoft.Extensions.Configuration.Abstractions/9.0.0-preview.1.24080.9": {
  193. "sha512": "TcKDyxo0b/n4hX6eRBzgIt5D9ByTSm+QF2cW1Y92hu4PYrT1CuB3x6KkqeXuijazyDbqWa3TRQz0laaBtfBVbg==",
  194. "type": "package",
  195. "path": "microsoft.extensions.configuration.abstractions/9.0.0-preview.1.24080.9",
  196. "files": [
  197. ".nupkg.metadata",
  198. ".signature.p7s",
  199. "Icon.png",
  200. "LICENSE.TXT",
  201. "PACKAGE.md",
  202. "THIRD-PARTY-NOTICES.TXT",
  203. "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets",
  204. "buildTransitive/net462/_._",
  205. "buildTransitive/net8.0/_._",
  206. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets",
  207. "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll",
  208. "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml",
  209. "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll",
  210. "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml",
  211. "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll",
  212. "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.xml",
  213. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
  214. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
  215. "microsoft.extensions.configuration.abstractions.9.0.0-preview.1.24080.9.nupkg.sha512",
  216. "microsoft.extensions.configuration.abstractions.nuspec",
  217. "useSharedDesignerContext.txt"
  218. ]
  219. },
  220. "Microsoft.Extensions.Configuration.Binder/9.0.0-preview.1.24080.9": {
  221. "sha512": "jCZQv5/cGkRJSsmXvahCkCdOOP/p8mfd/14jxf6zlTMPCifv3CvLXj+6itOKwFlwdr05x9nWJfCkn2x3NizHeA==",
  222. "type": "package",
  223. "path": "microsoft.extensions.configuration.binder/9.0.0-preview.1.24080.9",
  224. "files": [
  225. ".nupkg.metadata",
  226. ".signature.p7s",
  227. "Icon.png",
  228. "LICENSE.TXT",
  229. "PACKAGE.md",
  230. "THIRD-PARTY-NOTICES.TXT",
  231. "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll",
  232. "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  233. "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  234. "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  235. "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  236. "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  237. "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  238. "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  239. "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  240. "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  241. "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  242. "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  243. "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  244. "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
  245. "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets",
  246. "lib/net462/Microsoft.Extensions.Configuration.Binder.dll",
  247. "lib/net462/Microsoft.Extensions.Configuration.Binder.xml",
  248. "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll",
  249. "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml",
  250. "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll",
  251. "lib/net9.0/Microsoft.Extensions.Configuration.Binder.xml",
  252. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll",
  253. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml",
  254. "microsoft.extensions.configuration.binder.9.0.0-preview.1.24080.9.nupkg.sha512",
  255. "microsoft.extensions.configuration.binder.nuspec",
  256. "useSharedDesignerContext.txt"
  257. ]
  258. },
  259. "Microsoft.Extensions.Primitives/9.0.0-preview.1.24080.9": {
  260. "sha512": "xjYFuOCd/SS41xtVrM+gRLcZqLQO6+rsbSg+b9Fcruy/Ua0aysE78Ap/YE9MMs505N60mtRqZewJSYdEglB5KQ==",
  261. "type": "package",
  262. "path": "microsoft.extensions.primitives/9.0.0-preview.1.24080.9",
  263. "files": [
  264. ".nupkg.metadata",
  265. ".signature.p7s",
  266. "Icon.png",
  267. "LICENSE.TXT",
  268. "PACKAGE.md",
  269. "THIRD-PARTY-NOTICES.TXT",
  270. "buildTransitive/net461/Microsoft.Extensions.Primitives.targets",
  271. "buildTransitive/net462/_._",
  272. "buildTransitive/net8.0/_._",
  273. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
  274. "lib/net462/Microsoft.Extensions.Primitives.dll",
  275. "lib/net462/Microsoft.Extensions.Primitives.xml",
  276. "lib/net8.0/Microsoft.Extensions.Primitives.dll",
  277. "lib/net8.0/Microsoft.Extensions.Primitives.xml",
  278. "lib/net9.0/Microsoft.Extensions.Primitives.dll",
  279. "lib/net9.0/Microsoft.Extensions.Primitives.xml",
  280. "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
  281. "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
  282. "microsoft.extensions.primitives.9.0.0-preview.1.24080.9.nupkg.sha512",
  283. "microsoft.extensions.primitives.nuspec",
  284. "useSharedDesignerContext.txt"
  285. ]
  286. },
  287. "Newtonsoft.Json/13.0.3": {
  288. "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  289. "type": "package",
  290. "path": "newtonsoft.json/13.0.3",
  291. "files": [
  292. ".nupkg.metadata",
  293. ".signature.p7s",
  294. "LICENSE.md",
  295. "README.md",
  296. "lib/net20/Newtonsoft.Json.dll",
  297. "lib/net20/Newtonsoft.Json.xml",
  298. "lib/net35/Newtonsoft.Json.dll",
  299. "lib/net35/Newtonsoft.Json.xml",
  300. "lib/net40/Newtonsoft.Json.dll",
  301. "lib/net40/Newtonsoft.Json.xml",
  302. "lib/net45/Newtonsoft.Json.dll",
  303. "lib/net45/Newtonsoft.Json.xml",
  304. "lib/net6.0/Newtonsoft.Json.dll",
  305. "lib/net6.0/Newtonsoft.Json.xml",
  306. "lib/netstandard1.0/Newtonsoft.Json.dll",
  307. "lib/netstandard1.0/Newtonsoft.Json.xml",
  308. "lib/netstandard1.3/Newtonsoft.Json.dll",
  309. "lib/netstandard1.3/Newtonsoft.Json.xml",
  310. "lib/netstandard2.0/Newtonsoft.Json.dll",
  311. "lib/netstandard2.0/Newtonsoft.Json.xml",
  312. "newtonsoft.json.13.0.3.nupkg.sha512",
  313. "newtonsoft.json.nuspec",
  314. "packageIcon.png"
  315. ]
  316. },
  317. "System.Text.Encodings.Web/9.0.0-preview.1.24080.9": {
  318. "sha512": "wrNOdhCIL6lzzoqF8qZGE7rULrEntpjqeAGD01TqAfBPa4jzOhEY3eyDt0vKo5XxXac58lARXwulaxPoBh65Sw==",
  319. "type": "package",
  320. "path": "system.text.encodings.web/9.0.0-preview.1.24080.9",
  321. "files": [
  322. ".nupkg.metadata",
  323. ".signature.p7s",
  324. "Icon.png",
  325. "LICENSE.TXT",
  326. "PACKAGE.md",
  327. "THIRD-PARTY-NOTICES.TXT",
  328. "buildTransitive/net461/System.Text.Encodings.Web.targets",
  329. "buildTransitive/net462/_._",
  330. "buildTransitive/net8.0/_._",
  331. "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets",
  332. "lib/net462/System.Text.Encodings.Web.dll",
  333. "lib/net462/System.Text.Encodings.Web.xml",
  334. "lib/net8.0/System.Text.Encodings.Web.dll",
  335. "lib/net8.0/System.Text.Encodings.Web.xml",
  336. "lib/net9.0/System.Text.Encodings.Web.dll",
  337. "lib/net9.0/System.Text.Encodings.Web.xml",
  338. "lib/netstandard2.0/System.Text.Encodings.Web.dll",
  339. "lib/netstandard2.0/System.Text.Encodings.Web.xml",
  340. "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll",
  341. "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml",
  342. "runtimes/browser/lib/net9.0/System.Text.Encodings.Web.dll",
  343. "runtimes/browser/lib/net9.0/System.Text.Encodings.Web.xml",
  344. "system.text.encodings.web.9.0.0-preview.1.24080.9.nupkg.sha512",
  345. "system.text.encodings.web.nuspec",
  346. "useSharedDesignerContext.txt"
  347. ]
  348. },
  349. "System.Text.Json/9.0.0-preview.1.24080.9": {
  350. "sha512": "V9p7C+F6OQ/MPOEjs1/35mBnxgwqd9BvboaCR8DZhZUSAcqtkFx6zJD2zfKbi3Kry7ww4oEzvfVCB28qteanaQ==",
  351. "type": "package",
  352. "path": "system.text.json/9.0.0-preview.1.24080.9",
  353. "files": [
  354. ".nupkg.metadata",
  355. ".signature.p7s",
  356. "Icon.png",
  357. "LICENSE.TXT",
  358. "PACKAGE.md",
  359. "THIRD-PARTY-NOTICES.TXT",
  360. "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll",
  361. "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
  362. "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll",
  363. "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll",
  364. "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
  365. "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll",
  366. "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
  367. "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
  368. "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
  369. "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
  370. "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
  371. "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
  372. "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
  373. "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
  374. "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll",
  375. "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
  376. "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll",
  377. "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll",
  378. "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
  379. "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll",
  380. "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
  381. "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
  382. "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
  383. "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
  384. "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
  385. "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
  386. "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
  387. "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
  388. "analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll",
  389. "analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
  390. "analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll",
  391. "analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll",
  392. "analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
  393. "analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll",
  394. "analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
  395. "analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
  396. "analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
  397. "analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
  398. "analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
  399. "analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
  400. "analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
  401. "analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
  402. "buildTransitive/net461/System.Text.Json.targets",
  403. "buildTransitive/net462/System.Text.Json.targets",
  404. "buildTransitive/net8.0/System.Text.Json.targets",
  405. "buildTransitive/netcoreapp2.0/System.Text.Json.targets",
  406. "buildTransitive/netstandard2.0/System.Text.Json.targets",
  407. "lib/net462/System.Text.Json.dll",
  408. "lib/net462/System.Text.Json.xml",
  409. "lib/net8.0/System.Text.Json.dll",
  410. "lib/net8.0/System.Text.Json.xml",
  411. "lib/net9.0/System.Text.Json.dll",
  412. "lib/net9.0/System.Text.Json.xml",
  413. "lib/netstandard2.0/System.Text.Json.dll",
  414. "lib/netstandard2.0/System.Text.Json.xml",
  415. "system.text.json.9.0.0-preview.1.24080.9.nupkg.sha512",
  416. "system.text.json.nuspec",
  417. "useSharedDesignerContext.txt"
  418. ]
  419. }
  420. },
  421. "projectFileDependencyGroups": {
  422. "net8.0": [
  423. "CsvHelper >= 31.0.2",
  424. "JSON >= 1.0.1",
  425. "Microsoft.Extensions.Configuration.Binder >= 9.0.0-preview.1.24080.9",
  426. "Newtonsoft.Json >= 13.0.3",
  427. "System.Text.Json >= 9.0.0-preview.1.24080.9"
  428. ]
  429. },
  430. "packageFolders": {
  431. "C:\\Users\\Neptu\\.nuget\\packages\\": {}
  432. },
  433. "project": {
  434. "version": "1.0.0",
  435. "restore": {
  436. "projectUniqueName": "C:\\Users\\Neptu\\RiderProjects\\kapralov13\\kapralov13\\kapralov13.csproj",
  437. "projectName": "kapralov13",
  438. "projectPath": "C:\\Users\\Neptu\\RiderProjects\\kapralov13\\kapralov13\\kapralov13.csproj",
  439. "packagesPath": "C:\\Users\\Neptu\\.nuget\\packages\\",
  440. "outputPath": "C:\\Users\\Neptu\\RiderProjects\\kapralov13\\kapralov13\\obj\\",
  441. "projectStyle": "PackageReference",
  442. "configFilePaths": [
  443. "C:\\Users\\Neptu\\AppData\\Roaming\\NuGet\\NuGet.Config"
  444. ],
  445. "originalTargetFrameworks": [
  446. "net8.0"
  447. ],
  448. "sources": {
  449. "https://api.nuget.org/v3/index.json": {}
  450. },
  451. "frameworks": {
  452. "net8.0": {
  453. "targetAlias": "net8.0",
  454. "projectReferences": {}
  455. }
  456. },
  457. "warningProperties": {
  458. "warnAsError": [
  459. "NU1605"
  460. ]
  461. }
  462. },
  463. "frameworks": {
  464. "net8.0": {
  465. "targetAlias": "net8.0",
  466. "dependencies": {
  467. "CsvHelper": {
  468. "target": "Package",
  469. "version": "[31.0.2, )"
  470. },
  471. "JSON": {
  472. "target": "Package",
  473. "version": "[1.0.1, )"
  474. },
  475. "Microsoft.Extensions.Configuration.Binder": {
  476. "target": "Package",
  477. "version": "[9.0.0-preview.1.24080.9, )"
  478. },
  479. "Newtonsoft.Json": {
  480. "target": "Package",
  481. "version": "[13.0.3, )"
  482. },
  483. "System.Text.Json": {
  484. "target": "Package",
  485. "version": "[9.0.0-preview.1.24080.9, )"
  486. }
  487. },
  488. "imports": [
  489. "net461",
  490. "net462",
  491. "net47",
  492. "net471",
  493. "net472",
  494. "net48",
  495. "net481"
  496. ],
  497. "assetTargetFallback": true,
  498. "warn": true,
  499. "frameworkReferences": {
  500. "Microsoft.NETCore.App": {
  501. "privateAssets": "all"
  502. }
  503. },
  504. "runtimeIdentifierGraphPath": "C:\\Users\\Neptu\\.dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
  505. }
  506. }
  507. },
  508. "logs": [
  509. {
  510. "code": "NU1701",
  511. "level": "Warning",
  512. "warningLevel": 1,
  513. "message": "Package 'JSON 1.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.",
  514. "libraryId": "JSON",
  515. "targetGraphs": [
  516. "net8.0"
  517. ]
  518. }
  519. ]
  520. }