project.assets.json 71 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285
  1. {
  2. "version": 3,
  3. "targets": {
  4. "net8.0-windows7.0": {
  5. "coverlet.collector/6.0.0": {
  6. "type": "package",
  7. "build": {
  8. "build/netstandard1.0/coverlet.collector.targets": {}
  9. }
  10. },
  11. "Microsoft.CodeCoverage/17.8.0": {
  12. "type": "package",
  13. "compile": {
  14. "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {}
  15. },
  16. "runtime": {
  17. "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {}
  18. },
  19. "build": {
  20. "build/netstandard2.0/Microsoft.CodeCoverage.props": {},
  21. "build/netstandard2.0/Microsoft.CodeCoverage.targets": {}
  22. }
  23. },
  24. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
  25. "type": "package",
  26. "compile": {
  27. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  28. "related": ".xml"
  29. }
  30. },
  31. "runtime": {
  32. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  33. "related": ".xml"
  34. }
  35. },
  36. "build": {
  37. "buildTransitive/net6.0/_._": {}
  38. }
  39. },
  40. "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
  41. "type": "package",
  42. "dependencies": {
  43. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
  44. },
  45. "compile": {
  46. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  47. "related": ".xml"
  48. }
  49. },
  50. "runtime": {
  51. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  52. "related": ".xml"
  53. }
  54. },
  55. "build": {
  56. "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
  57. }
  58. },
  59. "Microsoft.NET.Test.Sdk/17.8.0": {
  60. "type": "package",
  61. "dependencies": {
  62. "Microsoft.CodeCoverage": "17.8.0",
  63. "Microsoft.TestPlatform.TestHost": "17.8.0"
  64. },
  65. "compile": {
  66. "lib/netcoreapp3.1/_._": {}
  67. },
  68. "runtime": {
  69. "lib/netcoreapp3.1/_._": {}
  70. },
  71. "build": {
  72. "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props": {},
  73. "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets": {}
  74. },
  75. "buildMultiTargeting": {
  76. "buildMultiTargeting/Microsoft.NET.Test.Sdk.props": {}
  77. }
  78. },
  79. "Microsoft.TestPlatform.ObjectModel/17.8.0": {
  80. "type": "package",
  81. "dependencies": {
  82. "NuGet.Frameworks": "6.5.0",
  83. "System.Reflection.Metadata": "1.6.0"
  84. },
  85. "compile": {
  86. "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {},
  87. "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {},
  88. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}
  89. },
  90. "runtime": {
  91. "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {},
  92. "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {},
  93. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}
  94. },
  95. "resource": {
  96. "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  97. "locale": "cs"
  98. },
  99. "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  100. "locale": "cs"
  101. },
  102. "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  103. "locale": "de"
  104. },
  105. "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  106. "locale": "de"
  107. },
  108. "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  109. "locale": "es"
  110. },
  111. "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  112. "locale": "es"
  113. },
  114. "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  115. "locale": "fr"
  116. },
  117. "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  118. "locale": "fr"
  119. },
  120. "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  121. "locale": "it"
  122. },
  123. "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  124. "locale": "it"
  125. },
  126. "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  127. "locale": "ja"
  128. },
  129. "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  130. "locale": "ja"
  131. },
  132. "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  133. "locale": "ko"
  134. },
  135. "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  136. "locale": "ko"
  137. },
  138. "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  139. "locale": "pl"
  140. },
  141. "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  142. "locale": "pl"
  143. },
  144. "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  145. "locale": "pt-BR"
  146. },
  147. "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  148. "locale": "pt-BR"
  149. },
  150. "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  151. "locale": "ru"
  152. },
  153. "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  154. "locale": "ru"
  155. },
  156. "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  157. "locale": "tr"
  158. },
  159. "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  160. "locale": "tr"
  161. },
  162. "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  163. "locale": "zh-Hans"
  164. },
  165. "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  166. "locale": "zh-Hans"
  167. },
  168. "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  169. "locale": "zh-Hant"
  170. },
  171. "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  172. "locale": "zh-Hant"
  173. }
  174. }
  175. },
  176. "Microsoft.TestPlatform.TestHost/17.8.0": {
  177. "type": "package",
  178. "dependencies": {
  179. "Microsoft.TestPlatform.ObjectModel": "17.8.0",
  180. "Newtonsoft.Json": "13.0.1"
  181. },
  182. "compile": {
  183. "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {},
  184. "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {},
  185. "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {},
  186. "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {},
  187. "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {},
  188. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {},
  189. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {},
  190. "lib/netcoreapp3.1/testhost.dll": {
  191. "related": ".deps.json"
  192. }
  193. },
  194. "runtime": {
  195. "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {},
  196. "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {},
  197. "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {},
  198. "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {},
  199. "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {},
  200. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {},
  201. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {},
  202. "lib/netcoreapp3.1/testhost.dll": {
  203. "related": ".deps.json"
  204. }
  205. },
  206. "resource": {
  207. "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  208. "locale": "cs"
  209. },
  210. "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  211. "locale": "cs"
  212. },
  213. "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  214. "locale": "cs"
  215. },
  216. "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  217. "locale": "de"
  218. },
  219. "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  220. "locale": "de"
  221. },
  222. "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  223. "locale": "de"
  224. },
  225. "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  226. "locale": "es"
  227. },
  228. "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  229. "locale": "es"
  230. },
  231. "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  232. "locale": "es"
  233. },
  234. "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  235. "locale": "fr"
  236. },
  237. "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  238. "locale": "fr"
  239. },
  240. "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  241. "locale": "fr"
  242. },
  243. "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  244. "locale": "it"
  245. },
  246. "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  247. "locale": "it"
  248. },
  249. "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  250. "locale": "it"
  251. },
  252. "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  253. "locale": "ja"
  254. },
  255. "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  256. "locale": "ja"
  257. },
  258. "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  259. "locale": "ja"
  260. },
  261. "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  262. "locale": "ko"
  263. },
  264. "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  265. "locale": "ko"
  266. },
  267. "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  268. "locale": "ko"
  269. },
  270. "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  271. "locale": "pl"
  272. },
  273. "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  274. "locale": "pl"
  275. },
  276. "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  277. "locale": "pl"
  278. },
  279. "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  280. "locale": "pt-BR"
  281. },
  282. "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  283. "locale": "pt-BR"
  284. },
  285. "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  286. "locale": "pt-BR"
  287. },
  288. "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  289. "locale": "ru"
  290. },
  291. "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  292. "locale": "ru"
  293. },
  294. "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  295. "locale": "ru"
  296. },
  297. "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  298. "locale": "tr"
  299. },
  300. "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  301. "locale": "tr"
  302. },
  303. "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  304. "locale": "tr"
  305. },
  306. "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  307. "locale": "zh-Hans"
  308. },
  309. "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  310. "locale": "zh-Hans"
  311. },
  312. "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  313. "locale": "zh-Hans"
  314. },
  315. "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  316. "locale": "zh-Hant"
  317. },
  318. "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  319. "locale": "zh-Hant"
  320. },
  321. "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  322. "locale": "zh-Hant"
  323. }
  324. },
  325. "build": {
  326. "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props": {}
  327. }
  328. },
  329. "MSTest.TestAdapter/3.1.1": {
  330. "type": "package",
  331. "build": {
  332. "build/net6.0/MSTest.TestAdapter.props": {},
  333. "build/net6.0/MSTest.TestAdapter.targets": {}
  334. }
  335. },
  336. "MSTest.TestFramework/3.1.1": {
  337. "type": "package",
  338. "compile": {
  339. "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {
  340. "related": ".xml"
  341. }
  342. },
  343. "runtime": {
  344. "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {
  345. "related": ".xml"
  346. }
  347. },
  348. "resource": {
  349. "lib/net6.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  350. "locale": "cs"
  351. },
  352. "lib/net6.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  353. "locale": "de"
  354. },
  355. "lib/net6.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  356. "locale": "es"
  357. },
  358. "lib/net6.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  359. "locale": "fr"
  360. },
  361. "lib/net6.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  362. "locale": "it"
  363. },
  364. "lib/net6.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  365. "locale": "ja"
  366. },
  367. "lib/net6.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  368. "locale": "ko"
  369. },
  370. "lib/net6.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  371. "locale": "pl"
  372. },
  373. "lib/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  374. "locale": "pt-BR"
  375. },
  376. "lib/net6.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  377. "locale": "ru"
  378. },
  379. "lib/net6.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  380. "locale": "tr"
  381. },
  382. "lib/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  383. "locale": "zh-Hans"
  384. },
  385. "lib/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": {
  386. "locale": "zh-Hant"
  387. }
  388. },
  389. "build": {
  390. "build/net6.0/MSTest.TestFramework.targets": {}
  391. }
  392. },
  393. "Newtonsoft.Json/13.0.1": {
  394. "type": "package",
  395. "compile": {
  396. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  397. "related": ".xml"
  398. }
  399. },
  400. "runtime": {
  401. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  402. "related": ".xml"
  403. }
  404. }
  405. },
  406. "Npgsql/9.0.3": {
  407. "type": "package",
  408. "dependencies": {
  409. "Microsoft.Extensions.Logging.Abstractions": "8.0.2"
  410. },
  411. "compile": {
  412. "lib/net8.0/Npgsql.dll": {
  413. "related": ".xml"
  414. }
  415. },
  416. "runtime": {
  417. "lib/net8.0/Npgsql.dll": {
  418. "related": ".xml"
  419. }
  420. }
  421. },
  422. "NuGet.Frameworks/6.5.0": {
  423. "type": "package",
  424. "compile": {
  425. "lib/netstandard2.0/NuGet.Frameworks.dll": {}
  426. },
  427. "runtime": {
  428. "lib/netstandard2.0/NuGet.Frameworks.dll": {}
  429. }
  430. },
  431. "System.Reflection.Metadata/1.6.0": {
  432. "type": "package",
  433. "compile": {
  434. "lib/netstandard2.0/System.Reflection.Metadata.dll": {
  435. "related": ".xml"
  436. }
  437. },
  438. "runtime": {
  439. "lib/netstandard2.0/System.Reflection.Metadata.dll": {
  440. "related": ".xml"
  441. }
  442. }
  443. },
  444. "BooksRating/1.0.0": {
  445. "type": "project",
  446. "framework": ".NETCoreApp,Version=v8.0",
  447. "dependencies": {
  448. "Npgsql": "9.0.3"
  449. },
  450. "compile": {
  451. "bin/placeholder/BooksRating.dll": {}
  452. },
  453. "runtime": {
  454. "bin/placeholder/BooksRating.dll": {}
  455. },
  456. "frameworkReferences": [
  457. "Microsoft.WindowsDesktop.App.WindowsForms"
  458. ]
  459. }
  460. }
  461. },
  462. "libraries": {
  463. "coverlet.collector/6.0.0": {
  464. "sha512": "tW3lsNS+dAEII6YGUX/VMoJjBS1QvsxqJeqLaJXub08y1FSjasFPtQ4UBUsudE9PNrzLjooClMsPtY2cZLdXpQ==",
  465. "type": "package",
  466. "path": "coverlet.collector/6.0.0",
  467. "files": [
  468. ".nupkg.metadata",
  469. ".signature.p7s",
  470. "build/netstandard1.0/Microsoft.Bcl.AsyncInterfaces.dll",
  471. "build/netstandard1.0/Microsoft.CSharp.dll",
  472. "build/netstandard1.0/Microsoft.DotNet.PlatformAbstractions.dll",
  473. "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  474. "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.dll",
  475. "build/netstandard1.0/Microsoft.Extensions.DependencyModel.dll",
  476. "build/netstandard1.0/Microsoft.Extensions.FileSystemGlobbing.dll",
  477. "build/netstandard1.0/Microsoft.TestPlatform.CoreUtilities.dll",
  478. "build/netstandard1.0/Microsoft.TestPlatform.PlatformAbstractions.dll",
  479. "build/netstandard1.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll",
  480. "build/netstandard1.0/Mono.Cecil.Mdb.dll",
  481. "build/netstandard1.0/Mono.Cecil.Pdb.dll",
  482. "build/netstandard1.0/Mono.Cecil.Rocks.dll",
  483. "build/netstandard1.0/Mono.Cecil.dll",
  484. "build/netstandard1.0/Newtonsoft.Json.dll",
  485. "build/netstandard1.0/NuGet.Frameworks.dll",
  486. "build/netstandard1.0/System.AppContext.dll",
  487. "build/netstandard1.0/System.Collections.Immutable.dll",
  488. "build/netstandard1.0/System.Dynamic.Runtime.dll",
  489. "build/netstandard1.0/System.IO.FileSystem.Primitives.dll",
  490. "build/netstandard1.0/System.Linq.Expressions.dll",
  491. "build/netstandard1.0/System.Linq.dll",
  492. "build/netstandard1.0/System.ObjectModel.dll",
  493. "build/netstandard1.0/System.Reflection.Emit.ILGeneration.dll",
  494. "build/netstandard1.0/System.Reflection.Emit.Lightweight.dll",
  495. "build/netstandard1.0/System.Reflection.Emit.dll",
  496. "build/netstandard1.0/System.Reflection.Metadata.dll",
  497. "build/netstandard1.0/System.Reflection.TypeExtensions.dll",
  498. "build/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
  499. "build/netstandard1.0/System.Runtime.Serialization.Primitives.dll",
  500. "build/netstandard1.0/System.Text.RegularExpressions.dll",
  501. "build/netstandard1.0/System.Threading.Tasks.Extensions.dll",
  502. "build/netstandard1.0/System.Threading.dll",
  503. "build/netstandard1.0/System.Xml.ReaderWriter.dll",
  504. "build/netstandard1.0/System.Xml.XDocument.dll",
  505. "build/netstandard1.0/coverlet.collector.deps.json",
  506. "build/netstandard1.0/coverlet.collector.dll",
  507. "build/netstandard1.0/coverlet.collector.pdb",
  508. "build/netstandard1.0/coverlet.collector.targets",
  509. "build/netstandard1.0/coverlet.core.dll",
  510. "build/netstandard1.0/coverlet.core.pdb",
  511. "coverlet-icon.png",
  512. "coverlet.collector.6.0.0.nupkg.sha512",
  513. "coverlet.collector.nuspec"
  514. ]
  515. },
  516. "Microsoft.CodeCoverage/17.8.0": {
  517. "sha512": "KC8SXWbGIdoFVdlxKk9WHccm0llm9HypcHMLUUFabRiTS3SO2fQXNZfdiF3qkEdTJhbRrxhdRxjL4jbtwPq4Ew==",
  518. "type": "package",
  519. "path": "microsoft.codecoverage/17.8.0",
  520. "files": [
  521. ".nupkg.metadata",
  522. ".signature.p7s",
  523. "Icon.png",
  524. "LICENSE_MIT.txt",
  525. "ThirdPartyNotices.txt",
  526. "build/netstandard2.0/CodeCoverage/CodeCoverage.config",
  527. "build/netstandard2.0/CodeCoverage/CodeCoverage.exe",
  528. "build/netstandard2.0/CodeCoverage/VanguardInstrumentationProfiler_x86.config",
  529. "build/netstandard2.0/CodeCoverage/amd64/CodeCoverage.exe",
  530. "build/netstandard2.0/CodeCoverage/amd64/VanguardInstrumentationProfiler_x64.config",
  531. "build/netstandard2.0/CodeCoverage/amd64/covrun64.dll",
  532. "build/netstandard2.0/CodeCoverage/amd64/msdia140.dll",
  533. "build/netstandard2.0/CodeCoverage/arm64/VanguardInstrumentationProfiler_arm64.config",
  534. "build/netstandard2.0/CodeCoverage/arm64/covrunarm64.dll",
  535. "build/netstandard2.0/CodeCoverage/arm64/msdia140.dll",
  536. "build/netstandard2.0/CodeCoverage/codecoveragemessages.dll",
  537. "build/netstandard2.0/CodeCoverage/coreclr/Microsoft.VisualStudio.CodeCoverage.Shim.dll",
  538. "build/netstandard2.0/CodeCoverage/covrun32.dll",
  539. "build/netstandard2.0/CodeCoverage/msdia140.dll",
  540. "build/netstandard2.0/InstrumentationEngine/alpine/x64/VanguardInstrumentationProfiler_x64.config",
  541. "build/netstandard2.0/InstrumentationEngine/alpine/x64/libCoverageInstrumentationMethod.so",
  542. "build/netstandard2.0/InstrumentationEngine/alpine/x64/libInstrumentationEngine.so",
  543. "build/netstandard2.0/InstrumentationEngine/arm64/MicrosoftInstrumentationEngine_arm64.dll",
  544. "build/netstandard2.0/InstrumentationEngine/macos/x64/VanguardInstrumentationProfiler_x64.config",
  545. "build/netstandard2.0/InstrumentationEngine/macos/x64/libCoverageInstrumentationMethod.dylib",
  546. "build/netstandard2.0/InstrumentationEngine/macos/x64/libInstrumentationEngine.dylib",
  547. "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/VanguardInstrumentationProfiler_x64.config",
  548. "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libCoverageInstrumentationMethod.so",
  549. "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libInstrumentationEngine.so",
  550. "build/netstandard2.0/InstrumentationEngine/x64/MicrosoftInstrumentationEngine_x64.dll",
  551. "build/netstandard2.0/InstrumentationEngine/x86/MicrosoftInstrumentationEngine_x86.dll",
  552. "build/netstandard2.0/Microsoft.CodeCoverage.Core.dll",
  553. "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.dll",
  554. "build/netstandard2.0/Microsoft.CodeCoverage.Interprocess.dll",
  555. "build/netstandard2.0/Microsoft.CodeCoverage.props",
  556. "build/netstandard2.0/Microsoft.CodeCoverage.targets",
  557. "build/netstandard2.0/Microsoft.DiaSymReader.dll",
  558. "build/netstandard2.0/Microsoft.VisualStudio.TraceDataCollector.dll",
  559. "build/netstandard2.0/Mono.Cecil.Pdb.dll",
  560. "build/netstandard2.0/Mono.Cecil.Rocks.dll",
  561. "build/netstandard2.0/Mono.Cecil.dll",
  562. "build/netstandard2.0/ThirdPartyNotices.txt",
  563. "build/netstandard2.0/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  564. "build/netstandard2.0/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  565. "build/netstandard2.0/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  566. "build/netstandard2.0/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  567. "build/netstandard2.0/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  568. "build/netstandard2.0/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  569. "build/netstandard2.0/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  570. "build/netstandard2.0/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  571. "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  572. "build/netstandard2.0/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  573. "build/netstandard2.0/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  574. "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  575. "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
  576. "lib/net462/Microsoft.VisualStudio.CodeCoverage.Shim.dll",
  577. "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll",
  578. "microsoft.codecoverage.17.8.0.nupkg.sha512",
  579. "microsoft.codecoverage.nuspec"
  580. ]
  581. },
  582. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
  583. "sha512": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==",
  584. "type": "package",
  585. "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2",
  586. "files": [
  587. ".nupkg.metadata",
  588. ".signature.p7s",
  589. "Icon.png",
  590. "LICENSE.TXT",
  591. "PACKAGE.md",
  592. "THIRD-PARTY-NOTICES.TXT",
  593. "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
  594. "buildTransitive/net462/_._",
  595. "buildTransitive/net6.0/_._",
  596. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
  597. "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  598. "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  599. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  600. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  601. "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  602. "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  603. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  604. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  605. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  606. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  607. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  608. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  609. "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512",
  610. "microsoft.extensions.dependencyinjection.abstractions.nuspec",
  611. "useSharedDesignerContext.txt"
  612. ]
  613. },
  614. "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
  615. "sha512": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
  616. "type": "package",
  617. "path": "microsoft.extensions.logging.abstractions/8.0.2",
  618. "files": [
  619. ".nupkg.metadata",
  620. ".signature.p7s",
  621. "Icon.png",
  622. "LICENSE.TXT",
  623. "PACKAGE.md",
  624. "THIRD-PARTY-NOTICES.TXT",
  625. "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
  626. "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  627. "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  628. "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  629. "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  630. "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  631. "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  632. "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  633. "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  634. "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  635. "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  636. "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  637. "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  638. "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  639. "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll",
  640. "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  641. "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  642. "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  643. "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  644. "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  645. "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  646. "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  647. "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  648. "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  649. "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  650. "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  651. "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  652. "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  653. "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll",
  654. "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  655. "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  656. "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  657. "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  658. "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  659. "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  660. "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  661. "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  662. "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  663. "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  664. "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  665. "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  666. "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  667. "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets",
  668. "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets",
  669. "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets",
  670. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
  671. "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets",
  672. "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll",
  673. "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml",
  674. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll",
  675. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml",
  676. "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll",
  677. "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml",
  678. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll",
  679. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml",
  680. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
  681. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
  682. "microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512",
  683. "microsoft.extensions.logging.abstractions.nuspec",
  684. "useSharedDesignerContext.txt"
  685. ]
  686. },
  687. "Microsoft.NET.Test.Sdk/17.8.0": {
  688. "sha512": "BmTYGbD/YuDHmApIENdoyN1jCk0Rj1fJB0+B/fVekyTdVidr91IlzhqzytiUgaEAzL1ZJcYCme0MeBMYvJVzvw==",
  689. "type": "package",
  690. "path": "microsoft.net.test.sdk/17.8.0",
  691. "files": [
  692. ".nupkg.metadata",
  693. ".signature.p7s",
  694. "Icon.png",
  695. "LICENSE_MIT.txt",
  696. "build/net462/Microsoft.NET.Test.Sdk.props",
  697. "build/net462/Microsoft.NET.Test.Sdk.targets",
  698. "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs",
  699. "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.fs",
  700. "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.vb",
  701. "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props",
  702. "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets",
  703. "buildMultiTargeting/Microsoft.NET.Test.Sdk.props",
  704. "lib/net462/_._",
  705. "lib/netcoreapp3.1/_._",
  706. "microsoft.net.test.sdk.17.8.0.nupkg.sha512",
  707. "microsoft.net.test.sdk.nuspec"
  708. ]
  709. },
  710. "Microsoft.TestPlatform.ObjectModel/17.8.0": {
  711. "sha512": "AYy6vlpGMfz5kOFq99L93RGbqftW/8eQTqjT9iGXW6s9MRP3UdtY8idJ8rJcjeSja8A18IhIro5YnH3uv1nz4g==",
  712. "type": "package",
  713. "path": "microsoft.testplatform.objectmodel/17.8.0",
  714. "files": [
  715. ".nupkg.metadata",
  716. ".signature.p7s",
  717. "Icon.png",
  718. "LICENSE_MIT.txt",
  719. "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll",
  720. "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll",
  721. "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll",
  722. "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  723. "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  724. "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  725. "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  726. "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  727. "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  728. "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  729. "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  730. "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  731. "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  732. "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  733. "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  734. "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  735. "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  736. "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  737. "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  738. "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  739. "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  740. "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  741. "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  742. "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  743. "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  744. "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  745. "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  746. "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  747. "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  748. "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll",
  749. "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll",
  750. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll",
  751. "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  752. "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  753. "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  754. "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  755. "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  756. "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  757. "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  758. "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  759. "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  760. "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  761. "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  762. "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  763. "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  764. "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  765. "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  766. "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  767. "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  768. "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  769. "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  770. "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  771. "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  772. "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  773. "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  774. "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  775. "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  776. "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  777. "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll",
  778. "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll",
  779. "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll",
  780. "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  781. "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  782. "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  783. "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  784. "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  785. "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  786. "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  787. "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  788. "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  789. "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  790. "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  791. "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  792. "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  793. "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  794. "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  795. "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  796. "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  797. "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  798. "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  799. "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  800. "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  801. "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  802. "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  803. "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  804. "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  805. "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  806. "microsoft.testplatform.objectmodel.17.8.0.nupkg.sha512",
  807. "microsoft.testplatform.objectmodel.nuspec"
  808. ]
  809. },
  810. "Microsoft.TestPlatform.TestHost/17.8.0": {
  811. "sha512": "9ivcl/7SGRmOT0YYrHQGohWiT5YCpkmy/UEzldfVisLm6QxbLaK3FAJqZXI34rnRLmqqDCeMQxKINwmKwAPiDw==",
  812. "type": "package",
  813. "path": "microsoft.testplatform.testhost/17.8.0",
  814. "files": [
  815. ".nupkg.metadata",
  816. ".signature.p7s",
  817. "Icon.png",
  818. "LICENSE_MIT.txt",
  819. "ThirdPartyNotices.txt",
  820. "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props",
  821. "build/netcoreapp3.1/x64/testhost.dll",
  822. "build/netcoreapp3.1/x64/testhost.exe",
  823. "build/netcoreapp3.1/x86/testhost.x86.dll",
  824. "build/netcoreapp3.1/x86/testhost.x86.exe",
  825. "lib/net462/_._",
  826. "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll",
  827. "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll",
  828. "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll",
  829. "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll",
  830. "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll",
  831. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll",
  832. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll",
  833. "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  834. "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  835. "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  836. "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  837. "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  838. "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  839. "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  840. "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  841. "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  842. "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  843. "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  844. "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  845. "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  846. "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  847. "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  848. "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  849. "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  850. "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  851. "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  852. "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  853. "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  854. "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  855. "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  856. "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  857. "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  858. "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  859. "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  860. "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  861. "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  862. "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  863. "lib/netcoreapp3.1/testhost.deps.json",
  864. "lib/netcoreapp3.1/testhost.dll",
  865. "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  866. "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  867. "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  868. "lib/netcoreapp3.1/x64/msdia140.dll",
  869. "lib/netcoreapp3.1/x86/msdia140.dll",
  870. "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  871. "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  872. "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  873. "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
  874. "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
  875. "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
  876. "microsoft.testplatform.testhost.17.8.0.nupkg.sha512",
  877. "microsoft.testplatform.testhost.nuspec"
  878. ]
  879. },
  880. "MSTest.TestAdapter/3.1.1": {
  881. "sha512": "kMvdO5dhrUR3o1qk0fzS0St0prlKyMQAfz1ChVAUdGGobTU5ehR60szOFto0+Q7rFG5iXMvTlVIthXM9EcNYnw==",
  882. "type": "package",
  883. "path": "mstest.testadapter/3.1.1",
  884. "files": [
  885. ".nupkg.metadata",
  886. ".signature.p7s",
  887. "Icon.png",
  888. "build/_localization/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  889. "build/_localization/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  890. "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  891. "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  892. "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  893. "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  894. "build/_localization/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  895. "build/_localization/de/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  896. "build/_localization/de/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  897. "build/_localization/de/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  898. "build/_localization/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  899. "build/_localization/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  900. "build/_localization/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  901. "build/_localization/es/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  902. "build/_localization/es/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  903. "build/_localization/es/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  904. "build/_localization/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  905. "build/_localization/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  906. "build/_localization/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  907. "build/_localization/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  908. "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  909. "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  910. "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  911. "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  912. "build/_localization/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  913. "build/_localization/it/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  914. "build/_localization/it/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  915. "build/_localization/it/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  916. "build/_localization/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  917. "build/_localization/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  918. "build/_localization/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  919. "build/_localization/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  920. "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  921. "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  922. "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  923. "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  924. "build/_localization/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  925. "build/_localization/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  926. "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  927. "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  928. "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  929. "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  930. "build/_localization/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  931. "build/_localization/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  932. "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  933. "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  934. "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  935. "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  936. "build/_localization/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  937. "build/_localization/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  938. "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  939. "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  940. "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  941. "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  942. "build/_localization/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  943. "build/_localization/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  944. "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  945. "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  946. "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  947. "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  948. "build/_localization/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  949. "build/_localization/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  950. "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  951. "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  952. "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  953. "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  954. "build/_localization/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  955. "build/_localization/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  956. "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  957. "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  958. "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  959. "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  960. "build/_localization/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
  961. "build/_localization/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll",
  962. "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
  963. "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
  964. "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
  965. "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  966. "build/net462/MSTest.TestAdapter.props",
  967. "build/net462/MSTest.TestAdapter.targets",
  968. "build/net462/Microsoft.TestPlatform.AdapterUtilities.dll",
  969. "build/net462/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll",
  970. "build/net462/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll",
  971. "build/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
  972. "build/net6.0/MSTest.TestAdapter.props",
  973. "build/net6.0/MSTest.TestAdapter.targets",
  974. "build/net6.0/Microsoft.TestPlatform.AdapterUtilities.dll",
  975. "build/net6.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll",
  976. "build/net6.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll",
  977. "build/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
  978. "build/net6.0/winui/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll",
  979. "build/netcoreapp3.1/MSTest.TestAdapter.props",
  980. "build/netcoreapp3.1/Microsoft.TestPlatform.AdapterUtilities.dll",
  981. "build/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll",
  982. "build/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll",
  983. "build/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
  984. "build/netstandard2.0/MSTest.TestAdapter.props",
  985. "build/netstandard2.0/Microsoft.TestPlatform.AdapterUtilities.dll",
  986. "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll",
  987. "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll",
  988. "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
  989. "build/uap10.0/MSTest.TestAdapter.props",
  990. "build/uap10.0/MSTest.TestAdapter.targets",
  991. "build/uap10.0/Microsoft.TestPlatform.AdapterUtilities.dll",
  992. "build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll",
  993. "build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll",
  994. "build/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
  995. "mstest.testadapter.3.1.1.nupkg.sha512",
  996. "mstest.testadapter.nuspec"
  997. ]
  998. },
  999. "MSTest.TestFramework/3.1.1": {
  1000. "sha512": "3rjkGxciNHHmPW8cl1/QVIYjOpfptjmAH5JrLBw+dnMTYDoweg3I579N7OIbar3Zd3q9dfWFrCy2LEV/AmPn3A==",
  1001. "type": "package",
  1002. "path": "mstest.testframework/3.1.1",
  1003. "files": [
  1004. ".nupkg.metadata",
  1005. ".signature.p7s",
  1006. "Icon.png",
  1007. "build/net6.0/MSTest.TestFramework.targets",
  1008. "build/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll",
  1009. "build/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
  1010. "build/net6.0/winui/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll",
  1011. "build/net6.0/winui/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
  1012. "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll",
  1013. "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
  1014. "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
  1015. "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
  1016. "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1017. "lib/net462/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1018. "lib/net462/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1019. "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1020. "lib/net462/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1021. "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1022. "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1023. "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1024. "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1025. "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1026. "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1027. "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1028. "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1029. "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
  1030. "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
  1031. "lib/net6.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1032. "lib/net6.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1033. "lib/net6.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1034. "lib/net6.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1035. "lib/net6.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1036. "lib/net6.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1037. "lib/net6.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1038. "lib/net6.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1039. "lib/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1040. "lib/net6.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1041. "lib/net6.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1042. "lib/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1043. "lib/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1044. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll",
  1045. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
  1046. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
  1047. "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
  1048. "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1049. "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1050. "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1051. "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1052. "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1053. "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1054. "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1055. "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1056. "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1057. "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1058. "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1059. "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1060. "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1061. "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll",
  1062. "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
  1063. "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
  1064. "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
  1065. "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1066. "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1067. "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1068. "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1069. "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1070. "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1071. "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1072. "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1073. "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1074. "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1075. "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1076. "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1077. "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1078. "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll",
  1079. "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
  1080. "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
  1081. "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
  1082. "lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1083. "lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1084. "lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1085. "lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1086. "lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1087. "lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1088. "lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1089. "lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1090. "lib/uap10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1091. "lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1092. "lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1093. "lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1094. "lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
  1095. "mstest.testframework.3.1.1.nupkg.sha512",
  1096. "mstest.testframework.nuspec"
  1097. ]
  1098. },
  1099. "Newtonsoft.Json/13.0.1": {
  1100. "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
  1101. "type": "package",
  1102. "path": "newtonsoft.json/13.0.1",
  1103. "files": [
  1104. ".nupkg.metadata",
  1105. ".signature.p7s",
  1106. "LICENSE.md",
  1107. "lib/net20/Newtonsoft.Json.dll",
  1108. "lib/net20/Newtonsoft.Json.xml",
  1109. "lib/net35/Newtonsoft.Json.dll",
  1110. "lib/net35/Newtonsoft.Json.xml",
  1111. "lib/net40/Newtonsoft.Json.dll",
  1112. "lib/net40/Newtonsoft.Json.xml",
  1113. "lib/net45/Newtonsoft.Json.dll",
  1114. "lib/net45/Newtonsoft.Json.xml",
  1115. "lib/netstandard1.0/Newtonsoft.Json.dll",
  1116. "lib/netstandard1.0/Newtonsoft.Json.xml",
  1117. "lib/netstandard1.3/Newtonsoft.Json.dll",
  1118. "lib/netstandard1.3/Newtonsoft.Json.xml",
  1119. "lib/netstandard2.0/Newtonsoft.Json.dll",
  1120. "lib/netstandard2.0/Newtonsoft.Json.xml",
  1121. "newtonsoft.json.13.0.1.nupkg.sha512",
  1122. "newtonsoft.json.nuspec",
  1123. "packageIcon.png"
  1124. ]
  1125. },
  1126. "Npgsql/9.0.3": {
  1127. "sha512": "tPvY61CxOAWxNsKLEBg+oR646X4Bc8UmyQ/tJszL/7mEmIXQnnBhVJZrZEEUv0Bstu0mEsHZD5At3EO8zQRAYw==",
  1128. "type": "package",
  1129. "path": "npgsql/9.0.3",
  1130. "files": [
  1131. ".nupkg.metadata",
  1132. ".signature.p7s",
  1133. "README.md",
  1134. "lib/net6.0/Npgsql.dll",
  1135. "lib/net6.0/Npgsql.xml",
  1136. "lib/net8.0/Npgsql.dll",
  1137. "lib/net8.0/Npgsql.xml",
  1138. "npgsql.9.0.3.nupkg.sha512",
  1139. "npgsql.nuspec",
  1140. "postgresql.png"
  1141. ]
  1142. },
  1143. "NuGet.Frameworks/6.5.0": {
  1144. "sha512": "QWINE2x3MbTODsWT1Gh71GaGb5icBz4chS8VYvTgsBnsi8esgN6wtHhydd7fvToWECYGq7T4cgBBDiKD/363fg==",
  1145. "type": "package",
  1146. "path": "nuget.frameworks/6.5.0",
  1147. "files": [
  1148. ".nupkg.metadata",
  1149. ".signature.p7s",
  1150. "README.md",
  1151. "icon.png",
  1152. "lib/net472/NuGet.Frameworks.dll",
  1153. "lib/netstandard2.0/NuGet.Frameworks.dll",
  1154. "nuget.frameworks.6.5.0.nupkg.sha512",
  1155. "nuget.frameworks.nuspec"
  1156. ]
  1157. },
  1158. "System.Reflection.Metadata/1.6.0": {
  1159. "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==",
  1160. "type": "package",
  1161. "path": "system.reflection.metadata/1.6.0",
  1162. "files": [
  1163. ".nupkg.metadata",
  1164. ".signature.p7s",
  1165. "LICENSE.TXT",
  1166. "THIRD-PARTY-NOTICES.TXT",
  1167. "lib/netstandard1.1/System.Reflection.Metadata.dll",
  1168. "lib/netstandard1.1/System.Reflection.Metadata.xml",
  1169. "lib/netstandard2.0/System.Reflection.Metadata.dll",
  1170. "lib/netstandard2.0/System.Reflection.Metadata.xml",
  1171. "lib/portable-net45+win8/System.Reflection.Metadata.dll",
  1172. "lib/portable-net45+win8/System.Reflection.Metadata.xml",
  1173. "system.reflection.metadata.1.6.0.nupkg.sha512",
  1174. "system.reflection.metadata.nuspec",
  1175. "useSharedDesignerContext.txt",
  1176. "version.txt"
  1177. ]
  1178. },
  1179. "BooksRating/1.0.0": {
  1180. "type": "project",
  1181. "path": "../praktika/BooksRating.csproj",
  1182. "msbuildProject": "../praktika/BooksRating.csproj"
  1183. }
  1184. },
  1185. "projectFileDependencyGroups": {
  1186. "net8.0-windows7.0": [
  1187. "BooksRating >= 1.0.0",
  1188. "MSTest.TestAdapter >= 3.1.1",
  1189. "MSTest.TestFramework >= 3.1.1",
  1190. "Microsoft.NET.Test.Sdk >= 17.8.0",
  1191. "coverlet.collector >= 6.0.0"
  1192. ]
  1193. },
  1194. "packageFolders": {
  1195. "C:\\Users\\bdyom\\.nuget\\packages\\": {},
  1196. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
  1197. },
  1198. "project": {
  1199. "version": "1.0.0",
  1200. "restore": {
  1201. "projectUniqueName": "E:\\projects\\praktika\\TestPr\\TestPr.csproj",
  1202. "projectName": "TestPr",
  1203. "projectPath": "E:\\projects\\praktika\\TestPr\\TestPr.csproj",
  1204. "packagesPath": "C:\\Users\\bdyom\\.nuget\\packages\\",
  1205. "outputPath": "E:\\projects\\praktika\\TestPr\\obj\\",
  1206. "projectStyle": "PackageReference",
  1207. "fallbackFolders": [
  1208. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  1209. ],
  1210. "configFilePaths": [
  1211. "C:\\Users\\bdyom\\AppData\\Roaming\\NuGet\\NuGet.Config",
  1212. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  1213. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  1214. ],
  1215. "originalTargetFrameworks": [
  1216. "net8.0-windows"
  1217. ],
  1218. "sources": {
  1219. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  1220. "C:\\Program Files\\dotnet\\library-packs": {},
  1221. "https://api.nuget.org/v3/index.json": {}
  1222. },
  1223. "frameworks": {
  1224. "net8.0-windows7.0": {
  1225. "targetAlias": "net8.0-windows",
  1226. "projectReferences": {
  1227. "E:\\projects\\praktika\\praktika\\BooksRating.csproj": {
  1228. "projectPath": "E:\\projects\\praktika\\praktika\\BooksRating.csproj"
  1229. }
  1230. }
  1231. }
  1232. },
  1233. "warningProperties": {
  1234. "warnAsError": [
  1235. "NU1605"
  1236. ]
  1237. },
  1238. "restoreAuditProperties": {
  1239. "enableAudit": "true",
  1240. "auditLevel": "low",
  1241. "auditMode": "direct"
  1242. }
  1243. },
  1244. "frameworks": {
  1245. "net8.0-windows7.0": {
  1246. "targetAlias": "net8.0-windows",
  1247. "dependencies": {
  1248. "MSTest.TestAdapter": {
  1249. "target": "Package",
  1250. "version": "[3.1.1, )"
  1251. },
  1252. "MSTest.TestFramework": {
  1253. "target": "Package",
  1254. "version": "[3.1.1, )"
  1255. },
  1256. "Microsoft.NET.Test.Sdk": {
  1257. "target": "Package",
  1258. "version": "[17.8.0, )"
  1259. },
  1260. "coverlet.collector": {
  1261. "target": "Package",
  1262. "version": "[6.0.0, )"
  1263. }
  1264. },
  1265. "imports": [
  1266. "net461",
  1267. "net462",
  1268. "net47",
  1269. "net471",
  1270. "net472",
  1271. "net48",
  1272. "net481"
  1273. ],
  1274. "assetTargetFallback": true,
  1275. "warn": true,
  1276. "frameworkReferences": {
  1277. "Microsoft.NETCore.App": {
  1278. "privateAssets": "all"
  1279. }
  1280. },
  1281. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
  1282. }
  1283. }
  1284. }
  1285. }