project.assets.json 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  1. {
  2. "version": 3,
  3. "targets": {
  4. "net5.0": {
  5. "Microsoft.Bcl.Numerics/8.0.0": {
  6. "type": "package",
  7. "compile": {
  8. "lib/netstandard2.1/Microsoft.Bcl.Numerics.dll": {
  9. "related": ".xml"
  10. }
  11. },
  12. "runtime": {
  13. "lib/netstandard2.1/Microsoft.Bcl.Numerics.dll": {
  14. "related": ".xml"
  15. }
  16. }
  17. },
  18. "Microsoft.Extensions.ApiDescription.Server/3.0.0": {
  19. "type": "package",
  20. "build": {
  21. "build/Microsoft.Extensions.ApiDescription.Server.props": {},
  22. "build/Microsoft.Extensions.ApiDescription.Server.targets": {}
  23. },
  24. "buildMultiTargeting": {
  25. "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {},
  26. "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {}
  27. }
  28. },
  29. "Microsoft.ML/4.0.2": {
  30. "type": "package",
  31. "dependencies": {
  32. "Microsoft.ML.CpuMath": "4.0.2",
  33. "Microsoft.ML.DataView": "4.0.2",
  34. "Newtonsoft.Json": "13.0.3",
  35. "System.CodeDom": "8.0.0",
  36. "System.Collections.Immutable": "8.0.0",
  37. "System.Memory": "4.6.0",
  38. "System.Reflection.Emit.Lightweight": "4.7.0",
  39. "System.Threading.Channels": "8.0.0"
  40. },
  41. "compile": {
  42. "lib/netstandard2.0/Microsoft.ML.Core.dll": {
  43. "related": ".xml"
  44. },
  45. "lib/netstandard2.0/Microsoft.ML.Data.dll": {
  46. "related": ".xml"
  47. },
  48. "lib/netstandard2.0/Microsoft.ML.KMeansClustering.dll": {
  49. "related": ".xml"
  50. },
  51. "lib/netstandard2.0/Microsoft.ML.PCA.dll": {
  52. "related": ".xml"
  53. },
  54. "lib/netstandard2.0/Microsoft.ML.StandardTrainers.dll": {
  55. "related": ".xml"
  56. },
  57. "lib/netstandard2.0/Microsoft.ML.Transforms.dll": {
  58. "related": ".xml"
  59. }
  60. },
  61. "runtime": {
  62. "lib/netstandard2.0/Microsoft.ML.Core.dll": {
  63. "related": ".xml"
  64. },
  65. "lib/netstandard2.0/Microsoft.ML.Data.dll": {
  66. "related": ".xml"
  67. },
  68. "lib/netstandard2.0/Microsoft.ML.KMeansClustering.dll": {
  69. "related": ".xml"
  70. },
  71. "lib/netstandard2.0/Microsoft.ML.PCA.dll": {
  72. "related": ".xml"
  73. },
  74. "lib/netstandard2.0/Microsoft.ML.StandardTrainers.dll": {
  75. "related": ".xml"
  76. },
  77. "lib/netstandard2.0/Microsoft.ML.Transforms.dll": {
  78. "related": ".xml"
  79. }
  80. },
  81. "build": {
  82. "build/netstandard2.0/Microsoft.ML.props": {},
  83. "build/netstandard2.0/Microsoft.ML.targets": {}
  84. },
  85. "runtimeTargets": {
  86. "runtimes/linux-arm/native/libLdaNative.so": {
  87. "assetType": "native",
  88. "rid": "linux-arm"
  89. },
  90. "runtimes/linux-arm/native/libLdaNative.so.dbg": {
  91. "assetType": "native",
  92. "rid": "linux-arm"
  93. },
  94. "runtimes/linux-arm64/native/libLdaNative.so": {
  95. "assetType": "native",
  96. "rid": "linux-arm64"
  97. },
  98. "runtimes/linux-arm64/native/libLdaNative.so.dbg": {
  99. "assetType": "native",
  100. "rid": "linux-arm64"
  101. },
  102. "runtimes/linux-x64/native/libLdaNative.so": {
  103. "assetType": "native",
  104. "rid": "linux-x64"
  105. },
  106. "runtimes/linux-x64/native/libLdaNative.so.dbg": {
  107. "assetType": "native",
  108. "rid": "linux-x64"
  109. },
  110. "runtimes/osx-arm64/native/libLdaNative.dylib": {
  111. "assetType": "native",
  112. "rid": "osx-arm64"
  113. },
  114. "runtimes/osx-arm64/native/libLdaNative.dylib.dwarf": {
  115. "assetType": "native",
  116. "rid": "osx-arm64"
  117. },
  118. "runtimes/osx-x64/native/libLdaNative.dylib": {
  119. "assetType": "native",
  120. "rid": "osx-x64"
  121. },
  122. "runtimes/osx-x64/native/libLdaNative.dylib.dwarf": {
  123. "assetType": "native",
  124. "rid": "osx-x64"
  125. },
  126. "runtimes/win-arm64/native/LdaNative.dll": {
  127. "assetType": "native",
  128. "rid": "win-arm64"
  129. },
  130. "runtimes/win-x64/native/LdaNative.dll": {
  131. "assetType": "native",
  132. "rid": "win-x64"
  133. },
  134. "runtimes/win-x86/native/LdaNative.dll": {
  135. "assetType": "native",
  136. "rid": "win-x86"
  137. }
  138. }
  139. },
  140. "Microsoft.ML.CpuMath/4.0.2": {
  141. "type": "package",
  142. "dependencies": {
  143. "System.Memory": "4.6.0",
  144. "System.Numerics.Tensors": "8.0.0"
  145. },
  146. "compile": {
  147. "lib/netstandard2.0/Microsoft.ML.CpuMath.dll": {
  148. "related": ".xml"
  149. }
  150. },
  151. "runtime": {
  152. "lib/netstandard2.0/Microsoft.ML.CpuMath.dll": {
  153. "related": ".xml"
  154. }
  155. },
  156. "build": {
  157. "build/netstandard2.0/_._": {}
  158. },
  159. "runtimeTargets": {
  160. "runtimes/linux-x64/nativeassets/netstandard2.0/libCpuMathNative.so": {
  161. "assetType": "native",
  162. "rid": "linux-x64"
  163. },
  164. "runtimes/linux-x64/nativeassets/netstandard2.0/libCpuMathNative.so.dbg": {
  165. "assetType": "native",
  166. "rid": "linux-x64"
  167. },
  168. "runtimes/osx-x64/nativeassets/netstandard2.0/libCpuMathNative.dylib": {
  169. "assetType": "native",
  170. "rid": "osx-x64"
  171. },
  172. "runtimes/osx-x64/nativeassets/netstandard2.0/libCpuMathNative.dylib.dwarf": {
  173. "assetType": "native",
  174. "rid": "osx-x64"
  175. },
  176. "runtimes/win-x64/nativeassets/netstandard2.0/CpuMathNative.dll": {
  177. "assetType": "native",
  178. "rid": "win-x64"
  179. },
  180. "runtimes/win-x86/nativeassets/netstandard2.0/CpuMathNative.dll": {
  181. "assetType": "native",
  182. "rid": "win-x86"
  183. }
  184. }
  185. },
  186. "Microsoft.ML.DataView/4.0.2": {
  187. "type": "package",
  188. "dependencies": {
  189. "System.Collections.Immutable": "8.0.0",
  190. "System.Memory": "4.6.0"
  191. },
  192. "compile": {
  193. "lib/netstandard2.0/Microsoft.ML.DataView.dll": {
  194. "related": ".xml"
  195. }
  196. },
  197. "runtime": {
  198. "lib/netstandard2.0/Microsoft.ML.DataView.dll": {
  199. "related": ".xml"
  200. }
  201. }
  202. },
  203. "Microsoft.OpenApi/1.2.3": {
  204. "type": "package",
  205. "compile": {
  206. "lib/netstandard2.0/Microsoft.OpenApi.dll": {
  207. "related": ".pdb;.xml"
  208. }
  209. },
  210. "runtime": {
  211. "lib/netstandard2.0/Microsoft.OpenApi.dll": {
  212. "related": ".pdb;.xml"
  213. }
  214. }
  215. },
  216. "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.17.2": {
  217. "type": "package",
  218. "build": {
  219. "build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props": {},
  220. "build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets": {}
  221. }
  222. },
  223. "Newtonsoft.Json/13.0.3": {
  224. "type": "package",
  225. "compile": {
  226. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  227. "related": ".xml"
  228. }
  229. },
  230. "runtime": {
  231. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  232. "related": ".xml"
  233. }
  234. }
  235. },
  236. "Swashbuckle.AspNetCore/5.6.3": {
  237. "type": "package",
  238. "dependencies": {
  239. "Microsoft.Extensions.ApiDescription.Server": "3.0.0",
  240. "Swashbuckle.AspNetCore.Swagger": "5.6.3",
  241. "Swashbuckle.AspNetCore.SwaggerGen": "5.6.3",
  242. "Swashbuckle.AspNetCore.SwaggerUI": "5.6.3"
  243. },
  244. "build": {
  245. "build/Swashbuckle.AspNetCore.props": {}
  246. }
  247. },
  248. "Swashbuckle.AspNetCore.Swagger/5.6.3": {
  249. "type": "package",
  250. "dependencies": {
  251. "Microsoft.OpenApi": "1.2.3"
  252. },
  253. "compile": {
  254. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": {
  255. "related": ".pdb;.xml"
  256. }
  257. },
  258. "runtime": {
  259. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": {
  260. "related": ".pdb;.xml"
  261. }
  262. },
  263. "frameworkReferences": [
  264. "Microsoft.AspNetCore.App"
  265. ]
  266. },
  267. "Swashbuckle.AspNetCore.SwaggerGen/5.6.3": {
  268. "type": "package",
  269. "dependencies": {
  270. "Swashbuckle.AspNetCore.Swagger": "5.6.3"
  271. },
  272. "compile": {
  273. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
  274. "related": ".pdb;.xml"
  275. }
  276. },
  277. "runtime": {
  278. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
  279. "related": ".pdb;.xml"
  280. }
  281. },
  282. "frameworkReferences": [
  283. "Microsoft.AspNetCore.App"
  284. ]
  285. },
  286. "Swashbuckle.AspNetCore.SwaggerUI/5.6.3": {
  287. "type": "package",
  288. "compile": {
  289. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
  290. "related": ".pdb;.xml"
  291. }
  292. },
  293. "runtime": {
  294. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
  295. "related": ".pdb;.xml"
  296. }
  297. },
  298. "frameworkReferences": [
  299. "Microsoft.AspNetCore.App"
  300. ]
  301. },
  302. "System.CodeDom/8.0.0": {
  303. "type": "package",
  304. "compile": {
  305. "lib/netstandard2.0/System.CodeDom.dll": {
  306. "related": ".xml"
  307. }
  308. },
  309. "runtime": {
  310. "lib/netstandard2.0/System.CodeDom.dll": {
  311. "related": ".xml"
  312. }
  313. },
  314. "build": {
  315. "buildTransitive/netcoreapp2.0/System.CodeDom.targets": {}
  316. }
  317. },
  318. "System.Collections.Immutable/8.0.0": {
  319. "type": "package",
  320. "dependencies": {
  321. "System.Memory": "4.5.5",
  322. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  323. },
  324. "compile": {
  325. "lib/netstandard2.0/System.Collections.Immutable.dll": {
  326. "related": ".xml"
  327. }
  328. },
  329. "runtime": {
  330. "lib/netstandard2.0/System.Collections.Immutable.dll": {
  331. "related": ".xml"
  332. }
  333. },
  334. "build": {
  335. "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets": {}
  336. }
  337. },
  338. "System.Memory/4.6.0": {
  339. "type": "package",
  340. "compile": {
  341. "lib/netcoreapp2.1/_._": {}
  342. },
  343. "runtime": {
  344. "lib/netcoreapp2.1/_._": {}
  345. }
  346. },
  347. "System.Numerics.Tensors/8.0.0": {
  348. "type": "package",
  349. "dependencies": {
  350. "Microsoft.Bcl.Numerics": "8.0.0",
  351. "System.Memory": "4.5.5"
  352. },
  353. "compile": {
  354. "lib/netstandard2.0/System.Numerics.Tensors.dll": {
  355. "related": ".xml"
  356. }
  357. },
  358. "runtime": {
  359. "lib/netstandard2.0/System.Numerics.Tensors.dll": {
  360. "related": ".xml"
  361. }
  362. },
  363. "build": {
  364. "buildTransitive/netcoreapp2.0/System.Numerics.Tensors.targets": {}
  365. }
  366. },
  367. "System.Reflection.Emit.Lightweight/4.7.0": {
  368. "type": "package",
  369. "compile": {
  370. "ref/netcoreapp2.0/_._": {}
  371. },
  372. "runtime": {
  373. "lib/netcoreapp2.0/_._": {}
  374. }
  375. },
  376. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  377. "type": "package",
  378. "compile": {
  379. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {
  380. "related": ".xml"
  381. }
  382. },
  383. "runtime": {
  384. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {
  385. "related": ".xml"
  386. }
  387. },
  388. "build": {
  389. "buildTransitive/netcoreapp3.1/_._": {}
  390. }
  391. },
  392. "System.Threading.Channels/8.0.0": {
  393. "type": "package",
  394. "compile": {
  395. "lib/netstandard2.1/System.Threading.Channels.dll": {
  396. "related": ".xml"
  397. }
  398. },
  399. "runtime": {
  400. "lib/netstandard2.1/System.Threading.Channels.dll": {
  401. "related": ".xml"
  402. }
  403. },
  404. "build": {
  405. "buildTransitive/netcoreapp2.0/System.Threading.Channels.targets": {}
  406. }
  407. }
  408. }
  409. },
  410. "libraries": {
  411. "Microsoft.Bcl.Numerics/8.0.0": {
  412. "sha512": "bguIQwjO3tTWLqB+Y4ez4iLJtsaGn5FBvUc8l1ghO3I+uxIjuOo41Bb8kNssXhgwg0EV7fqbKLSNjvGOS/NkEQ==",
  413. "type": "package",
  414. "path": "microsoft.bcl.numerics/8.0.0",
  415. "files": [
  416. ".nupkg.metadata",
  417. ".signature.p7s",
  418. "Icon.png",
  419. "LICENSE.TXT",
  420. "PACKAGE.md",
  421. "THIRD-PARTY-NOTICES.TXT",
  422. "buildTransitive/net461/Microsoft.Bcl.Numerics.targets",
  423. "buildTransitive/net462/_._",
  424. "lib/net462/Microsoft.Bcl.Numerics.dll",
  425. "lib/net462/Microsoft.Bcl.Numerics.xml",
  426. "lib/netstandard2.0/Microsoft.Bcl.Numerics.dll",
  427. "lib/netstandard2.0/Microsoft.Bcl.Numerics.xml",
  428. "lib/netstandard2.1/Microsoft.Bcl.Numerics.dll",
  429. "lib/netstandard2.1/Microsoft.Bcl.Numerics.xml",
  430. "microsoft.bcl.numerics.8.0.0.nupkg.sha512",
  431. "microsoft.bcl.numerics.nuspec",
  432. "useSharedDesignerContext.txt"
  433. ]
  434. },
  435. "Microsoft.Extensions.ApiDescription.Server/3.0.0": {
  436. "sha512": "LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==",
  437. "type": "package",
  438. "path": "microsoft.extensions.apidescription.server/3.0.0",
  439. "hasTools": true,
  440. "files": [
  441. ".nupkg.metadata",
  442. ".signature.p7s",
  443. "build/Microsoft.Extensions.ApiDescription.Server.props",
  444. "build/Microsoft.Extensions.ApiDescription.Server.targets",
  445. "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props",
  446. "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets",
  447. "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512",
  448. "microsoft.extensions.apidescription.server.nuspec",
  449. "tools/Newtonsoft.Json.dll",
  450. "tools/dotnet-getdocument.deps.json",
  451. "tools/dotnet-getdocument.dll",
  452. "tools/dotnet-getdocument.runtimeconfig.json",
  453. "tools/net461-x86/GetDocument.Insider.exe",
  454. "tools/net461-x86/GetDocument.Insider.exe.config",
  455. "tools/net461/GetDocument.Insider.exe",
  456. "tools/net461/GetDocument.Insider.exe.config",
  457. "tools/netcoreapp2.1/GetDocument.Insider.deps.json",
  458. "tools/netcoreapp2.1/GetDocument.Insider.dll",
  459. "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json"
  460. ]
  461. },
  462. "Microsoft.ML/4.0.2": {
  463. "sha512": "qY2VXqDTPB2QdVf344dT1XBisIQOIKmaRxIvgu1YUA9XRxv5mvnwuOxxlCJEBO106wIf9oFk8xsllMnlzbpRlQ==",
  464. "type": "package",
  465. "path": "microsoft.ml/4.0.2",
  466. "files": [
  467. ".nupkg.metadata",
  468. ".signature.p7s",
  469. "LICENSE",
  470. "PACKAGE.md",
  471. "THIRD-PARTY-NOTICES.TXT",
  472. "build/netstandard2.0/Microsoft.ML.props",
  473. "build/netstandard2.0/Microsoft.ML.targets",
  474. "lib/netstandard2.0/Microsoft.ML.Core.dll",
  475. "lib/netstandard2.0/Microsoft.ML.Core.xml",
  476. "lib/netstandard2.0/Microsoft.ML.Data.dll",
  477. "lib/netstandard2.0/Microsoft.ML.Data.xml",
  478. "lib/netstandard2.0/Microsoft.ML.KMeansClustering.dll",
  479. "lib/netstandard2.0/Microsoft.ML.KMeansClustering.xml",
  480. "lib/netstandard2.0/Microsoft.ML.PCA.dll",
  481. "lib/netstandard2.0/Microsoft.ML.PCA.xml",
  482. "lib/netstandard2.0/Microsoft.ML.StandardTrainers.dll",
  483. "lib/netstandard2.0/Microsoft.ML.StandardTrainers.xml",
  484. "lib/netstandard2.0/Microsoft.ML.Transforms.dll",
  485. "lib/netstandard2.0/Microsoft.ML.Transforms.xml",
  486. "microsoft.ml.4.0.2.nupkg.sha512",
  487. "microsoft.ml.nuspec",
  488. "mlnetlogo.png",
  489. "runtimes/linux-arm/native/libLdaNative.so",
  490. "runtimes/linux-arm/native/libLdaNative.so.dbg",
  491. "runtimes/linux-arm64/native/libLdaNative.so",
  492. "runtimes/linux-arm64/native/libLdaNative.so.dbg",
  493. "runtimes/linux-x64/native/libLdaNative.so",
  494. "runtimes/linux-x64/native/libLdaNative.so.dbg",
  495. "runtimes/osx-arm64/native/libLdaNative.dylib",
  496. "runtimes/osx-arm64/native/libLdaNative.dylib.dwarf",
  497. "runtimes/osx-x64/native/libLdaNative.dylib",
  498. "runtimes/osx-x64/native/libLdaNative.dylib.dwarf",
  499. "runtimes/win-arm64/native/LdaNative.dll",
  500. "runtimes/win-x64/native/LdaNative.dll",
  501. "runtimes/win-x86/native/LdaNative.dll"
  502. ]
  503. },
  504. "Microsoft.ML.CpuMath/4.0.2": {
  505. "sha512": "NMbatQ0tNRnMTB4u/hpNWlx9n9lDRRa220Vx78pXloy7Keiwv130SC7AnQyXwveeg6DUOIgk/qUuH3I6MLaD1w==",
  506. "type": "package",
  507. "path": "microsoft.ml.cpumath/4.0.2",
  508. "files": [
  509. ".nupkg.metadata",
  510. ".signature.p7s",
  511. "LICENSE",
  512. "THIRD-PARTY-NOTICES.TXT",
  513. "build/netstandard2.0/Microsoft.ML.CpuMath.props",
  514. "lib/net6.0/Microsoft.ML.CpuMath.dll",
  515. "lib/net6.0/Microsoft.ML.CpuMath.xml",
  516. "lib/netstandard2.0/Microsoft.ML.CpuMath.dll",
  517. "lib/netstandard2.0/Microsoft.ML.CpuMath.xml",
  518. "microsoft.ml.cpumath.4.0.2.nupkg.sha512",
  519. "microsoft.ml.cpumath.nuspec",
  520. "mlnetlogo.png",
  521. "runtimes/linux-arm/nativeassets/net6.0/_._",
  522. "runtimes/linux-arm64/nativeassets/net6.0/_._",
  523. "runtimes/linux-x64/nativeassets/net6.0/_._",
  524. "runtimes/linux-x64/nativeassets/netstandard2.0/libCpuMathNative.so",
  525. "runtimes/linux-x64/nativeassets/netstandard2.0/libCpuMathNative.so.dbg",
  526. "runtimes/osx-arm64/nativeassets/net6.0/_._",
  527. "runtimes/osx-x64/nativeassets/net6.0/_._",
  528. "runtimes/osx-x64/nativeassets/netstandard2.0/libCpuMathNative.dylib",
  529. "runtimes/osx-x64/nativeassets/netstandard2.0/libCpuMathNative.dylib.dwarf",
  530. "runtimes/win-arm64/nativeassets/net6.0/_._",
  531. "runtimes/win-x64/nativeassets/net6.0/_._",
  532. "runtimes/win-x64/nativeassets/netstandard2.0/CpuMathNative.dll",
  533. "runtimes/win-x86/nativeassets/net6.0/_._",
  534. "runtimes/win-x86/nativeassets/netstandard2.0/CpuMathNative.dll"
  535. ]
  536. },
  537. "Microsoft.ML.DataView/4.0.2": {
  538. "sha512": "k8q9UwoCG5WpwnvPS3s46yNU+wkMgAC5F/8OELpPbozcyJw0DZL8WnpnL/mw7E218Ec4SpYz+nxL9P87eAdzmg==",
  539. "type": "package",
  540. "path": "microsoft.ml.dataview/4.0.2",
  541. "files": [
  542. ".nupkg.metadata",
  543. ".signature.p7s",
  544. "LICENSE",
  545. "THIRD-PARTY-NOTICES.TXT",
  546. "lib/netstandard2.0/Microsoft.ML.DataView.dll",
  547. "lib/netstandard2.0/Microsoft.ML.DataView.xml",
  548. "microsoft.ml.dataview.4.0.2.nupkg.sha512",
  549. "microsoft.ml.dataview.nuspec",
  550. "mlnetlogo.png"
  551. ]
  552. },
  553. "Microsoft.OpenApi/1.2.3": {
  554. "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
  555. "type": "package",
  556. "path": "microsoft.openapi/1.2.3",
  557. "files": [
  558. ".nupkg.metadata",
  559. ".signature.p7s",
  560. "lib/net46/Microsoft.OpenApi.dll",
  561. "lib/net46/Microsoft.OpenApi.pdb",
  562. "lib/net46/Microsoft.OpenApi.xml",
  563. "lib/netstandard2.0/Microsoft.OpenApi.dll",
  564. "lib/netstandard2.0/Microsoft.OpenApi.pdb",
  565. "lib/netstandard2.0/Microsoft.OpenApi.xml",
  566. "microsoft.openapi.1.2.3.nupkg.sha512",
  567. "microsoft.openapi.nuspec"
  568. ]
  569. },
  570. "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.17.2": {
  571. "sha512": "5daNXm8Hb016oETmuHXiW8jclmRR9CzM7XrOh2htYhQ/7AAYtqntZ1MrZkh09+JTtdjYdGsy2XIMPe9cg83x5w==",
  572. "type": "package",
  573. "path": "microsoft.visualstudio.azure.containers.tools.targets/1.17.2",
  574. "hasTools": true,
  575. "files": [
  576. ".nupkg.metadata",
  577. ".signature.p7s",
  578. "CHANGELOG.md",
  579. "EULA.md",
  580. "ThirdPartyNotices.txt",
  581. "build/Container.props",
  582. "build/Container.targets",
  583. "build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props",
  584. "build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets",
  585. "build/Rules/GeneralBrowseObject.xaml",
  586. "build/Rules/cs-CZ/GeneralBrowseObject.xaml",
  587. "build/Rules/de-DE/GeneralBrowseObject.xaml",
  588. "build/Rules/es-ES/GeneralBrowseObject.xaml",
  589. "build/Rules/fr-FR/GeneralBrowseObject.xaml",
  590. "build/Rules/it-IT/GeneralBrowseObject.xaml",
  591. "build/Rules/ja-JP/GeneralBrowseObject.xaml",
  592. "build/Rules/ko-KR/GeneralBrowseObject.xaml",
  593. "build/Rules/pl-PL/GeneralBrowseObject.xaml",
  594. "build/Rules/pt-BR/GeneralBrowseObject.xaml",
  595. "build/Rules/ru-RU/GeneralBrowseObject.xaml",
  596. "build/Rules/tr-TR/GeneralBrowseObject.xaml",
  597. "build/Rules/zh-CN/GeneralBrowseObject.xaml",
  598. "build/Rules/zh-TW/GeneralBrowseObject.xaml",
  599. "build/ToolsTarget.props",
  600. "build/ToolsTarget.targets",
  601. "icon.png",
  602. "microsoft.visualstudio.azure.containers.tools.targets.1.17.2.nupkg.sha512",
  603. "microsoft.visualstudio.azure.containers.tools.targets.nuspec",
  604. "tools/Microsoft.VisualStudio.Containers.Tools.Common.dll",
  605. "tools/Microsoft.VisualStudio.Containers.Tools.Shared.dll",
  606. "tools/Microsoft.VisualStudio.Containers.Tools.Tasks.dll",
  607. "tools/Newtonsoft.Json.dll",
  608. "tools/System.Security.Principal.Windows.dll",
  609. "tools/cs/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  610. "tools/cs/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  611. "tools/cs/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
  612. "tools/de/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  613. "tools/de/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  614. "tools/de/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
  615. "tools/es/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  616. "tools/es/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  617. "tools/es/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
  618. "tools/fr/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  619. "tools/fr/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  620. "tools/fr/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
  621. "tools/it/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  622. "tools/it/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  623. "tools/it/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
  624. "tools/ja/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  625. "tools/ja/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  626. "tools/ja/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
  627. "tools/ko/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  628. "tools/ko/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  629. "tools/ko/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
  630. "tools/pl/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  631. "tools/pl/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  632. "tools/pl/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
  633. "tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  634. "tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  635. "tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
  636. "tools/ru/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  637. "tools/ru/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  638. "tools/ru/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
  639. "tools/tr/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  640. "tools/tr/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  641. "tools/tr/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
  642. "tools/utils/KillProcess.exe",
  643. "tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  644. "tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  645. "tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
  646. "tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
  647. "tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
  648. "tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll"
  649. ]
  650. },
  651. "Newtonsoft.Json/13.0.3": {
  652. "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  653. "type": "package",
  654. "path": "newtonsoft.json/13.0.3",
  655. "files": [
  656. ".nupkg.metadata",
  657. ".signature.p7s",
  658. "LICENSE.md",
  659. "README.md",
  660. "lib/net20/Newtonsoft.Json.dll",
  661. "lib/net20/Newtonsoft.Json.xml",
  662. "lib/net35/Newtonsoft.Json.dll",
  663. "lib/net35/Newtonsoft.Json.xml",
  664. "lib/net40/Newtonsoft.Json.dll",
  665. "lib/net40/Newtonsoft.Json.xml",
  666. "lib/net45/Newtonsoft.Json.dll",
  667. "lib/net45/Newtonsoft.Json.xml",
  668. "lib/net6.0/Newtonsoft.Json.dll",
  669. "lib/net6.0/Newtonsoft.Json.xml",
  670. "lib/netstandard1.0/Newtonsoft.Json.dll",
  671. "lib/netstandard1.0/Newtonsoft.Json.xml",
  672. "lib/netstandard1.3/Newtonsoft.Json.dll",
  673. "lib/netstandard1.3/Newtonsoft.Json.xml",
  674. "lib/netstandard2.0/Newtonsoft.Json.dll",
  675. "lib/netstandard2.0/Newtonsoft.Json.xml",
  676. "newtonsoft.json.13.0.3.nupkg.sha512",
  677. "newtonsoft.json.nuspec",
  678. "packageIcon.png"
  679. ]
  680. },
  681. "Swashbuckle.AspNetCore/5.6.3": {
  682. "sha512": "UkL9GU0mfaA+7RwYjEaBFvAzL8qNQhNqAeV5uaWUu/Z+fVgvK9FHkGCpTXBqSQeIHuZaIElzxnLDdIqGzuCnVg==",
  683. "type": "package",
  684. "path": "swashbuckle.aspnetcore/5.6.3",
  685. "files": [
  686. ".nupkg.metadata",
  687. ".signature.p7s",
  688. "build/Swashbuckle.AspNetCore.props",
  689. "swashbuckle.aspnetcore.5.6.3.nupkg.sha512",
  690. "swashbuckle.aspnetcore.nuspec"
  691. ]
  692. },
  693. "Swashbuckle.AspNetCore.Swagger/5.6.3": {
  694. "sha512": "rn/MmLscjg6WSnTZabojx5DQYle2GjPanSPbCU3Kw8Hy72KyQR3uy8R1Aew5vpNALjfUFm2M/vwUtqdOlzw+GA==",
  695. "type": "package",
  696. "path": "swashbuckle.aspnetcore.swagger/5.6.3",
  697. "files": [
  698. ".nupkg.metadata",
  699. ".signature.p7s",
  700. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll",
  701. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.pdb",
  702. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.xml",
  703. "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll",
  704. "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb",
  705. "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml",
  706. "swashbuckle.aspnetcore.swagger.5.6.3.nupkg.sha512",
  707. "swashbuckle.aspnetcore.swagger.nuspec"
  708. ]
  709. },
  710. "Swashbuckle.AspNetCore.SwaggerGen/5.6.3": {
  711. "sha512": "CkhVeod/iLd3ikVTDOwG5sym8BE5xbqGJ15iF3cC7ZPg2kEwDQL4a88xjkzsvC9oOB2ax6B0rK0EgRK+eOBX+w==",
  712. "type": "package",
  713. "path": "swashbuckle.aspnetcore.swaggergen/5.6.3",
  714. "files": [
  715. ".nupkg.metadata",
  716. ".signature.p7s",
  717. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
  718. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
  719. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
  720. "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
  721. "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
  722. "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
  723. "swashbuckle.aspnetcore.swaggergen.5.6.3.nupkg.sha512",
  724. "swashbuckle.aspnetcore.swaggergen.nuspec"
  725. ]
  726. },
  727. "Swashbuckle.AspNetCore.SwaggerUI/5.6.3": {
  728. "sha512": "BPvcPxQRMsYZ3HnYmGKRWDwX4Wo29WHh14Q6B10BB8Yfbbcza+agOC2UrBFA1EuaZuOsFLbp6E2+mqVNF/Je8A==",
  729. "type": "package",
  730. "path": "swashbuckle.aspnetcore.swaggerui/5.6.3",
  731. "files": [
  732. ".nupkg.metadata",
  733. ".signature.p7s",
  734. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
  735. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
  736. "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
  737. "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
  738. "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
  739. "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
  740. "swashbuckle.aspnetcore.swaggerui.5.6.3.nupkg.sha512",
  741. "swashbuckle.aspnetcore.swaggerui.nuspec"
  742. ]
  743. },
  744. "System.CodeDom/8.0.0": {
  745. "sha512": "WTlRjL6KWIMr/pAaq3rYqh0TJlzpouaQ/W1eelssHgtlwHAH25jXTkUphTYx9HaIIf7XA6qs/0+YhtLEQRkJ+Q==",
  746. "type": "package",
  747. "path": "system.codedom/8.0.0",
  748. "files": [
  749. ".nupkg.metadata",
  750. ".signature.p7s",
  751. "Icon.png",
  752. "LICENSE.TXT",
  753. "THIRD-PARTY-NOTICES.TXT",
  754. "buildTransitive/net461/System.CodeDom.targets",
  755. "buildTransitive/net462/_._",
  756. "buildTransitive/net6.0/_._",
  757. "buildTransitive/netcoreapp2.0/System.CodeDom.targets",
  758. "lib/net462/System.CodeDom.dll",
  759. "lib/net462/System.CodeDom.xml",
  760. "lib/net6.0/System.CodeDom.dll",
  761. "lib/net6.0/System.CodeDom.xml",
  762. "lib/net7.0/System.CodeDom.dll",
  763. "lib/net7.0/System.CodeDom.xml",
  764. "lib/net8.0/System.CodeDom.dll",
  765. "lib/net8.0/System.CodeDom.xml",
  766. "lib/netstandard2.0/System.CodeDom.dll",
  767. "lib/netstandard2.0/System.CodeDom.xml",
  768. "system.codedom.8.0.0.nupkg.sha512",
  769. "system.codedom.nuspec",
  770. "useSharedDesignerContext.txt"
  771. ]
  772. },
  773. "System.Collections.Immutable/8.0.0": {
  774. "sha512": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==",
  775. "type": "package",
  776. "path": "system.collections.immutable/8.0.0",
  777. "files": [
  778. ".nupkg.metadata",
  779. ".signature.p7s",
  780. "Icon.png",
  781. "LICENSE.TXT",
  782. "PACKAGE.md",
  783. "THIRD-PARTY-NOTICES.TXT",
  784. "buildTransitive/net461/System.Collections.Immutable.targets",
  785. "buildTransitive/net462/_._",
  786. "buildTransitive/net6.0/_._",
  787. "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets",
  788. "lib/net462/System.Collections.Immutable.dll",
  789. "lib/net462/System.Collections.Immutable.xml",
  790. "lib/net6.0/System.Collections.Immutable.dll",
  791. "lib/net6.0/System.Collections.Immutable.xml",
  792. "lib/net7.0/System.Collections.Immutable.dll",
  793. "lib/net7.0/System.Collections.Immutable.xml",
  794. "lib/net8.0/System.Collections.Immutable.dll",
  795. "lib/net8.0/System.Collections.Immutable.xml",
  796. "lib/netstandard2.0/System.Collections.Immutable.dll",
  797. "lib/netstandard2.0/System.Collections.Immutable.xml",
  798. "system.collections.immutable.8.0.0.nupkg.sha512",
  799. "system.collections.immutable.nuspec",
  800. "useSharedDesignerContext.txt"
  801. ]
  802. },
  803. "System.Memory/4.6.0": {
  804. "sha512": "OEkbBQoklHngJ8UD8ez2AERSk2g+/qpAaSWWCBFbpH727HxDq5ydVkuncBaKcKfwRqXGWx64dS6G1SUScMsitg==",
  805. "type": "package",
  806. "path": "system.memory/4.6.0",
  807. "files": [
  808. ".nupkg.metadata",
  809. ".signature.p7s",
  810. "Icon.png",
  811. "PACKAGE.md",
  812. "buildTransitive/net461/System.Memory.targets",
  813. "buildTransitive/net462/_._",
  814. "lib/net462/System.Memory.dll",
  815. "lib/net462/System.Memory.xml",
  816. "lib/netcoreapp2.1/_._",
  817. "lib/netstandard2.0/System.Memory.dll",
  818. "lib/netstandard2.0/System.Memory.xml",
  819. "system.memory.4.6.0.nupkg.sha512",
  820. "system.memory.nuspec"
  821. ]
  822. },
  823. "System.Numerics.Tensors/8.0.0": {
  824. "sha512": "fhODzTe9ON9IzmRfyVeA6L8yXOciMtpq1YufkRVBliggcVKZE+XDxqIn46+yF4PWR6wNPuDpXtPpuY86VcKxUA==",
  825. "type": "package",
  826. "path": "system.numerics.tensors/8.0.0",
  827. "files": [
  828. ".nupkg.metadata",
  829. ".signature.p7s",
  830. "Icon.png",
  831. "LICENSE.TXT",
  832. "PACKAGE.md",
  833. "THIRD-PARTY-NOTICES.TXT",
  834. "buildTransitive/net461/System.Numerics.Tensors.targets",
  835. "buildTransitive/net462/_._",
  836. "buildTransitive/net6.0/_._",
  837. "buildTransitive/netcoreapp2.0/System.Numerics.Tensors.targets",
  838. "lib/net462/System.Numerics.Tensors.dll",
  839. "lib/net462/System.Numerics.Tensors.xml",
  840. "lib/net6.0/System.Numerics.Tensors.dll",
  841. "lib/net6.0/System.Numerics.Tensors.xml",
  842. "lib/net7.0/System.Numerics.Tensors.dll",
  843. "lib/net7.0/System.Numerics.Tensors.xml",
  844. "lib/net8.0/System.Numerics.Tensors.dll",
  845. "lib/net8.0/System.Numerics.Tensors.xml",
  846. "lib/netstandard2.0/System.Numerics.Tensors.dll",
  847. "lib/netstandard2.0/System.Numerics.Tensors.xml",
  848. "system.numerics.tensors.8.0.0.nupkg.sha512",
  849. "system.numerics.tensors.nuspec",
  850. "useSharedDesignerContext.txt"
  851. ]
  852. },
  853. "System.Reflection.Emit.Lightweight/4.7.0": {
  854. "sha512": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==",
  855. "type": "package",
  856. "path": "system.reflection.emit.lightweight/4.7.0",
  857. "files": [
  858. ".nupkg.metadata",
  859. ".signature.p7s",
  860. "LICENSE.TXT",
  861. "THIRD-PARTY-NOTICES.TXT",
  862. "lib/MonoAndroid10/_._",
  863. "lib/MonoTouch10/_._",
  864. "lib/net45/_._",
  865. "lib/netcore50/System.Reflection.Emit.Lightweight.dll",
  866. "lib/netcoreapp2.0/_._",
  867. "lib/netstandard1.0/System.Reflection.Emit.Lightweight.dll",
  868. "lib/netstandard1.0/System.Reflection.Emit.Lightweight.xml",
  869. "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll",
  870. "lib/netstandard2.0/System.Reflection.Emit.Lightweight.dll",
  871. "lib/netstandard2.0/System.Reflection.Emit.Lightweight.xml",
  872. "lib/netstandard2.1/_._",
  873. "lib/portable-net45+wp8/_._",
  874. "lib/wp80/_._",
  875. "lib/xamarinios10/_._",
  876. "lib/xamarinmac20/_._",
  877. "lib/xamarintvos10/_._",
  878. "lib/xamarinwatchos10/_._",
  879. "ref/MonoAndroid10/_._",
  880. "ref/MonoTouch10/_._",
  881. "ref/net45/_._",
  882. "ref/netcoreapp2.0/_._",
  883. "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll",
  884. "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml",
  885. "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml",
  886. "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml",
  887. "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml",
  888. "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml",
  889. "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml",
  890. "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml",
  891. "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml",
  892. "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml",
  893. "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml",
  894. "ref/netstandard2.0/System.Reflection.Emit.Lightweight.dll",
  895. "ref/netstandard2.0/System.Reflection.Emit.Lightweight.xml",
  896. "ref/netstandard2.1/_._",
  897. "ref/portable-net45+wp8/_._",
  898. "ref/wp80/_._",
  899. "ref/xamarinios10/_._",
  900. "ref/xamarinmac20/_._",
  901. "ref/xamarintvos10/_._",
  902. "ref/xamarinwatchos10/_._",
  903. "runtimes/aot/lib/netcore50/System.Reflection.Emit.Lightweight.dll",
  904. "runtimes/aot/lib/netcore50/System.Reflection.Emit.Lightweight.xml",
  905. "system.reflection.emit.lightweight.4.7.0.nupkg.sha512",
  906. "system.reflection.emit.lightweight.nuspec",
  907. "useSharedDesignerContext.txt",
  908. "version.txt"
  909. ]
  910. },
  911. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  912. "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  913. "type": "package",
  914. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  915. "files": [
  916. ".nupkg.metadata",
  917. ".signature.p7s",
  918. "Icon.png",
  919. "LICENSE.TXT",
  920. "THIRD-PARTY-NOTICES.TXT",
  921. "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
  922. "buildTransitive/netcoreapp3.1/_._",
  923. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
  924. "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
  925. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
  926. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
  927. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
  928. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
  929. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
  930. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
  931. "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
  932. "system.runtime.compilerservices.unsafe.nuspec",
  933. "useSharedDesignerContext.txt"
  934. ]
  935. },
  936. "System.Threading.Channels/8.0.0": {
  937. "sha512": "CMaFr7v+57RW7uZfZkPExsPB6ljwzhjACWW1gfU35Y56rk72B/Wu+sTqxVmGSk4SFUlPc3cjeKND0zktziyjBA==",
  938. "type": "package",
  939. "path": "system.threading.channels/8.0.0",
  940. "files": [
  941. ".nupkg.metadata",
  942. ".signature.p7s",
  943. "Icon.png",
  944. "LICENSE.TXT",
  945. "PACKAGE.md",
  946. "THIRD-PARTY-NOTICES.TXT",
  947. "buildTransitive/net461/System.Threading.Channels.targets",
  948. "buildTransitive/net462/_._",
  949. "buildTransitive/net6.0/_._",
  950. "buildTransitive/netcoreapp2.0/System.Threading.Channels.targets",
  951. "lib/net462/System.Threading.Channels.dll",
  952. "lib/net462/System.Threading.Channels.xml",
  953. "lib/net6.0/System.Threading.Channels.dll",
  954. "lib/net6.0/System.Threading.Channels.xml",
  955. "lib/net7.0/System.Threading.Channels.dll",
  956. "lib/net7.0/System.Threading.Channels.xml",
  957. "lib/net8.0/System.Threading.Channels.dll",
  958. "lib/net8.0/System.Threading.Channels.xml",
  959. "lib/netstandard2.0/System.Threading.Channels.dll",
  960. "lib/netstandard2.0/System.Threading.Channels.xml",
  961. "lib/netstandard2.1/System.Threading.Channels.dll",
  962. "lib/netstandard2.1/System.Threading.Channels.xml",
  963. "system.threading.channels.8.0.0.nupkg.sha512",
  964. "system.threading.channels.nuspec",
  965. "useSharedDesignerContext.txt"
  966. ]
  967. }
  968. },
  969. "projectFileDependencyGroups": {
  970. "net5.0": [
  971. "Microsoft.ML >= 4.0.2",
  972. "Microsoft.VisualStudio.Azure.Containers.Tools.Targets >= 1.17.2",
  973. "Swashbuckle.AspNetCore >= 5.6.3"
  974. ]
  975. },
  976. "packageFolders": {
  977. "D:\\.nuget\\packages": {},
  978. "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
  979. },
  980. "project": {
  981. "version": "1.0.0",
  982. "restore": {
  983. "projectUniqueName": "E:\\Ropin\\svn\\SH_HB\\Source_SQ\\Ropin.Inspection.Api\\Ropin.IOT.MLService\\Ropin.IOT.MLService.csproj",
  984. "projectName": "Ropin.IOT.MLService",
  985. "projectPath": "E:\\Ropin\\svn\\SH_HB\\Source_SQ\\Ropin.Inspection.Api\\Ropin.IOT.MLService\\Ropin.IOT.MLService.csproj",
  986. "packagesPath": "D:\\.nuget\\packages",
  987. "outputPath": "E:\\Ropin\\svn\\SH_HB\\Source_SQ\\Ropin.Inspection.Api\\Ropin.IOT.MLService\\obj\\",
  988. "projectStyle": "PackageReference",
  989. "fallbackFolders": [
  990. "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  991. ],
  992. "configFilePaths": [
  993. "C:\\Users\\hp\\AppData\\Roaming\\NuGet\\NuGet.Config",
  994. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  995. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  996. ],
  997. "originalTargetFrameworks": [
  998. "net5.0"
  999. ],
  1000. "sources": {
  1001. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  1002. "C:\\Program Files\\dotnet\\library-packs": {},
  1003. "https://api.nuget.org/v3/index.json": {}
  1004. },
  1005. "frameworks": {
  1006. "net5.0": {
  1007. "targetAlias": "net5.0",
  1008. "projectReferences": {}
  1009. }
  1010. },
  1011. "warningProperties": {
  1012. "warnAsError": [
  1013. "NU1605"
  1014. ]
  1015. }
  1016. },
  1017. "frameworks": {
  1018. "net5.0": {
  1019. "targetAlias": "net5.0",
  1020. "dependencies": {
  1021. "Microsoft.ML": {
  1022. "target": "Package",
  1023. "version": "[4.0.2, )"
  1024. },
  1025. "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": {
  1026. "target": "Package",
  1027. "version": "[1.17.2, )"
  1028. },
  1029. "Swashbuckle.AspNetCore": {
  1030. "target": "Package",
  1031. "version": "[5.6.3, )"
  1032. }
  1033. },
  1034. "imports": [
  1035. "net461",
  1036. "net462",
  1037. "net47",
  1038. "net471",
  1039. "net472",
  1040. "net48",
  1041. "net481"
  1042. ],
  1043. "assetTargetFallback": true,
  1044. "warn": true,
  1045. "frameworkReferences": {
  1046. "Microsoft.AspNetCore.App": {
  1047. "privateAssets": "none"
  1048. },
  1049. "Microsoft.NETCore.App": {
  1050. "privateAssets": "all"
  1051. }
  1052. },
  1053. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
  1054. }
  1055. }
  1056. }
  1057. }