Opc.UaFx.Client.deps.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETStandard,Version=v2.0/",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETStandard,Version=v2.0": {},
  9. ".NETStandard,Version=v2.0/": {
  10. "Opc.UaFx.Client/1.0.0": {
  11. "dependencies": {
  12. "Microsoft.Win32.Registry": "4.7.0",
  13. "NETStandard.Library": "2.0.3",
  14. "Newtonsoft.Json": "12.0.3",
  15. "Portable.BouncyCastle": "1.8.6",
  16. "System.Management": "4.7.0",
  17. "System.Memory": "4.5.4",
  18. "System.Reflection.Emit": "4.7.0",
  19. "System.ServiceModel.Primitives": "4.5.3",
  20. "Traeger.Utilities": "1.5.28",
  21. "Traeger.Utilities.Licensing": "1.6.29",
  22. "Traeger.Utilities.Licensing.Code": "1.8.1",
  23. "Traeger.Utilities.Platform": "1.8.3",
  24. "Traeger.Utilities.Reflection": "1.5.13",
  25. "Traeger.Utilities.Resources": "1.0.3"
  26. },
  27. "runtime": {
  28. "Opc.UaFx.Client.dll": {}
  29. }
  30. },
  31. "Microsoft.NETCore.Platforms/2.1.0": {},
  32. "Microsoft.Win32.Registry/4.7.0": {
  33. "dependencies": {
  34. "System.Buffers": "4.5.1",
  35. "System.Memory": "4.5.4",
  36. "System.Security.AccessControl": "4.7.0",
  37. "System.Security.Principal.Windows": "4.7.0"
  38. },
  39. "runtime": {
  40. "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
  41. "assemblyVersion": "4.1.3.0",
  42. "fileVersion": "4.700.19.56404"
  43. }
  44. }
  45. },
  46. "NETStandard.Library/2.0.3": {
  47. "dependencies": {
  48. "Microsoft.NETCore.Platforms": "2.1.0"
  49. }
  50. },
  51. "Newtonsoft.Json/12.0.3": {
  52. "runtime": {
  53. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  54. "assemblyVersion": "12.0.0.0",
  55. "fileVersion": "12.0.3.23909"
  56. }
  57. }
  58. },
  59. "Portable.BouncyCastle/1.8.6": {
  60. "runtime": {
  61. "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
  62. "assemblyVersion": "1.8.6.0",
  63. "fileVersion": "1.8.6.1"
  64. }
  65. }
  66. },
  67. "System.Buffers/4.5.1": {
  68. "runtime": {
  69. "lib/netstandard2.0/System.Buffers.dll": {
  70. "assemblyVersion": "4.0.3.0",
  71. "fileVersion": "4.6.28619.1"
  72. }
  73. }
  74. },
  75. "System.CodeDom/4.7.0": {
  76. "runtime": {
  77. "lib/netstandard2.0/System.CodeDom.dll": {
  78. "assemblyVersion": "4.0.3.0",
  79. "fileVersion": "4.700.19.56404"
  80. }
  81. }
  82. },
  83. "System.Management/4.7.0": {
  84. "dependencies": {
  85. "System.CodeDom": "4.7.0"
  86. },
  87. "runtime": {
  88. "lib/netstandard2.0/System.Management.dll": {
  89. "assemblyVersion": "4.0.1.0",
  90. "fileVersion": "4.700.19.56404"
  91. }
  92. }
  93. },
  94. "System.Memory/4.5.4": {
  95. "dependencies": {
  96. "System.Buffers": "4.5.1",
  97. "System.Numerics.Vectors": "4.4.0",
  98. "System.Runtime.CompilerServices.Unsafe": "4.5.3"
  99. },
  100. "runtime": {
  101. "lib/netstandard2.0/System.Memory.dll": {
  102. "assemblyVersion": "4.0.1.1",
  103. "fileVersion": "4.6.28619.1"
  104. }
  105. }
  106. },
  107. "System.Numerics.Vectors/4.4.0": {
  108. "runtime": {
  109. "lib/netstandard2.0/System.Numerics.Vectors.dll": {
  110. "assemblyVersion": "4.1.3.0",
  111. "fileVersion": "4.6.25519.3"
  112. }
  113. }
  114. },
  115. "System.Private.ServiceModel/4.5.3": {
  116. "dependencies": {
  117. "Microsoft.NETCore.Platforms": "2.1.0",
  118. "System.Reflection.DispatchProxy": "4.5.0",
  119. "System.Security.Principal.Windows": "4.7.0"
  120. }
  121. },
  122. "System.Reflection.DispatchProxy/4.5.0": {
  123. "runtime": {
  124. "lib/netstandard2.0/System.Reflection.DispatchProxy.dll": {
  125. "assemblyVersion": "4.0.4.0",
  126. "fileVersion": "4.6.26515.6"
  127. }
  128. }
  129. },
  130. "System.Reflection.Emit/4.7.0": {
  131. "dependencies": {
  132. "System.Reflection.Emit.ILGeneration": "4.7.0"
  133. },
  134. "runtime": {
  135. "lib/netstandard2.0/System.Reflection.Emit.dll": {
  136. "assemblyVersion": "4.0.0.0",
  137. "fileVersion": "4.700.19.56404"
  138. }
  139. }
  140. },
  141. "System.Reflection.Emit.ILGeneration/4.7.0": {
  142. "runtime": {
  143. "lib/netstandard2.0/System.Reflection.Emit.ILGeneration.dll": {
  144. "assemblyVersion": "4.0.0.0",
  145. "fileVersion": "4.700.19.56404"
  146. }
  147. }
  148. },
  149. "System.Runtime.CompilerServices.Unsafe/4.5.3": {
  150. "runtime": {
  151. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {
  152. "assemblyVersion": "4.0.4.1",
  153. "fileVersion": "4.6.28619.1"
  154. }
  155. }
  156. },
  157. "System.Security.AccessControl/4.7.0": {
  158. "dependencies": {
  159. "System.Security.Principal.Windows": "4.7.0"
  160. },
  161. "runtime": {
  162. "lib/netstandard2.0/System.Security.AccessControl.dll": {
  163. "assemblyVersion": "4.1.3.0",
  164. "fileVersion": "4.700.19.56404"
  165. }
  166. }
  167. },
  168. "System.Security.Principal.Windows/4.7.0": {
  169. "runtime": {
  170. "lib/netstandard2.0/System.Security.Principal.Windows.dll": {
  171. "assemblyVersion": "4.1.3.0",
  172. "fileVersion": "4.700.19.56404"
  173. }
  174. }
  175. },
  176. "System.ServiceModel.Primitives/4.5.3": {
  177. "dependencies": {
  178. "System.Private.ServiceModel": "4.5.3"
  179. },
  180. "runtime": {
  181. "lib/netstandard2.0/System.ServiceModel.Primitives.dll": {
  182. "assemblyVersion": "4.5.0.3",
  183. "fileVersion": "4.6.26720.1"
  184. },
  185. "lib/netstandard2.0/System.ServiceModel.dll": {
  186. "assemblyVersion": "4.0.0.0",
  187. "fileVersion": "4.6.26720.1"
  188. }
  189. }
  190. },
  191. "Traeger.Utilities/1.5.28": {
  192. "dependencies": {
  193. "Traeger.Utilities.Resources": "1.0.3"
  194. }
  195. },
  196. "Traeger.Utilities.Licensing/1.6.29": {
  197. "dependencies": {
  198. "Traeger.Utilities": "1.5.28",
  199. "Traeger.Utilities.Reflection": "1.5.13",
  200. "Traeger.Utilities.Resources": "1.0.3"
  201. }
  202. },
  203. "Traeger.Utilities.Licensing.Code/1.8.1": {
  204. "dependencies": {
  205. "Traeger.Utilities": "1.5.28",
  206. "Traeger.Utilities.Licensing": "1.6.29",
  207. "Traeger.Utilities.Platform": "1.8.3",
  208. "Traeger.Utilities.Reflection": "1.5.13"
  209. }
  210. },
  211. "Traeger.Utilities.Platform/1.8.3": {
  212. "dependencies": {
  213. "Traeger.Utilities": "1.5.28",
  214. "Traeger.Utilities.Resources": "1.0.3"
  215. }
  216. },
  217. "Traeger.Utilities.Reflection/1.5.13": {
  218. "dependencies": {
  219. "Traeger.Utilities": "1.5.28",
  220. "Traeger.Utilities.Resources": "1.0.3"
  221. }
  222. },
  223. "Traeger.Utilities.Resources/1.0.3": {}
  224. }
  225. },
  226. "libraries": {
  227. "Opc.UaFx.Client/1.0.0": {
  228. "type": "project",
  229. "serviceable": false,
  230. "sha512": ""
  231. },
  232. "Microsoft.NETCore.Platforms/2.1.0": {
  233. "type": "package",
  234. "serviceable": true,
  235. "sha512": "sha512-ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA==",
  236. "path": "microsoft.netcore.platforms/2.1.0",
  237. "hashPath": "microsoft.netcore.platforms.2.1.0.nupkg.sha512"
  238. },
  239. "Microsoft.Win32.Registry/4.7.0": {
  240. "type": "package",
  241. "serviceable": true,
  242. "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
  243. "path": "microsoft.win32.registry/4.7.0",
  244. "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
  245. },
  246. "NETStandard.Library/2.0.3": {
  247. "type": "package",
  248. "serviceable": true,
  249. "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
  250. "path": "netstandard.library/2.0.3",
  251. "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
  252. },
  253. "Newtonsoft.Json/12.0.3": {
  254. "type": "package",
  255. "serviceable": true,
  256. "sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
  257. "path": "newtonsoft.json/12.0.3",
  258. "hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
  259. },
  260. "Portable.BouncyCastle/1.8.6": {
  261. "type": "package",
  262. "serviceable": true,
  263. "sha512": "sha512-y+GvZomzhY+Lwu5mMeNmFFYLHiEr2xFDOANhABn/wgg64/QpTzfgpNGPct+pXgQHjmutd363ZCur/91DLaBxOw==",
  264. "path": "portable.bouncycastle/1.8.6",
  265. "hashPath": "portable.bouncycastle.1.8.6.nupkg.sha512"
  266. },
  267. "System.Buffers/4.5.1": {
  268. "type": "package",
  269. "serviceable": true,
  270. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  271. "path": "system.buffers/4.5.1",
  272. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  273. },
  274. "System.CodeDom/4.7.0": {
  275. "type": "package",
  276. "serviceable": true,
  277. "sha512": "sha512-Hs9pw/kmvH3lXaZ1LFKj3pLQsiGfj2xo3sxSzwiLlRL6UcMZUTeCfoJ9Udalvn3yq5dLlPEZzYegrTQ1/LhPOQ==",
  278. "path": "system.codedom/4.7.0",
  279. "hashPath": "system.codedom.4.7.0.nupkg.sha512"
  280. },
  281. "System.Management/4.7.0": {
  282. "type": "package",
  283. "serviceable": true,
  284. "sha512": "sha512-IY+uuGhgzWiCg21i8IvQeY/Z7m1tX8VuPF+ludfn7iTCaccTtJo5HkjZbBEL8kbBubKhAKKtNXr7uMtmAc28Pw==",
  285. "path": "system.management/4.7.0",
  286. "hashPath": "system.management.4.7.0.nupkg.sha512"
  287. },
  288. "System.Memory/4.5.4": {
  289. "type": "package",
  290. "serviceable": true,
  291. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  292. "path": "system.memory/4.5.4",
  293. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  294. },
  295. "System.Numerics.Vectors/4.4.0": {
  296. "type": "package",
  297. "serviceable": true,
  298. "sha512": "sha512-UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==",
  299. "path": "system.numerics.vectors/4.4.0",
  300. "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512"
  301. },
  302. "System.Private.ServiceModel/4.5.3": {
  303. "type": "package",
  304. "serviceable": true,
  305. "sha512": "sha512-ancrQgJagx+yC4SZbuE+eShiEAUIF0E1d21TRSoy1C/rTwafAVcBr/fKibkq5TQzyy9uNil2tx2/iaUxsy0S9g==",
  306. "path": "system.private.servicemodel/4.5.3",
  307. "hashPath": "system.private.servicemodel.4.5.3.nupkg.sha512"
  308. },
  309. "System.Reflection.DispatchProxy/4.5.0": {
  310. "type": "package",
  311. "serviceable": true,
  312. "sha512": "sha512-+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==",
  313. "path": "system.reflection.dispatchproxy/4.5.0",
  314. "hashPath": "system.reflection.dispatchproxy.4.5.0.nupkg.sha512"
  315. },
  316. "System.Reflection.Emit/4.7.0": {
  317. "type": "package",
  318. "serviceable": true,
  319. "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==",
  320. "path": "system.reflection.emit/4.7.0",
  321. "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512"
  322. },
  323. "System.Reflection.Emit.ILGeneration/4.7.0": {
  324. "type": "package",
  325. "serviceable": true,
  326. "sha512": "sha512-AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==",
  327. "path": "system.reflection.emit.ilgeneration/4.7.0",
  328. "hashPath": "system.reflection.emit.ilgeneration.4.7.0.nupkg.sha512"
  329. },
  330. "System.Runtime.CompilerServices.Unsafe/4.5.3": {
  331. "type": "package",
  332. "serviceable": true,
  333. "sha512": "sha512-3TIsJhD1EiiT0w2CcDMN/iSSwnNnsrnbzeVHSKkaEgV85txMprmuO+Yq2AdSbeVGcg28pdNDTPK87tJhX7VFHw==",
  334. "path": "system.runtime.compilerservices.unsafe/4.5.3",
  335. "hashPath": "system.runtime.compilerservices.unsafe.4.5.3.nupkg.sha512"
  336. },
  337. "System.Security.AccessControl/4.7.0": {
  338. "type": "package",
  339. "serviceable": true,
  340. "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
  341. "path": "system.security.accesscontrol/4.7.0",
  342. "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
  343. },
  344. "System.Security.Principal.Windows/4.7.0": {
  345. "type": "package",
  346. "serviceable": true,
  347. "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
  348. "path": "system.security.principal.windows/4.7.0",
  349. "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
  350. },
  351. "System.ServiceModel.Primitives/4.5.3": {
  352. "type": "package",
  353. "serviceable": true,
  354. "sha512": "sha512-Wc9Hgg4Cmqi416zvEgq2sW1YYCGuhwWzspDclJWlFZqY6EGhFUPZU+kVpl5z9kAgrSOQP7/Uiik+PtSQtmq+5A==",
  355. "path": "system.servicemodel.primitives/4.5.3",
  356. "hashPath": "system.servicemodel.primitives.4.5.3.nupkg.sha512"
  357. },
  358. "Traeger.Utilities/1.5.28": {
  359. "type": "package",
  360. "serviceable": true,
  361. "sha512": "sha512-dblWriBLvVPVG3aORc3S1pJBFvVYyblx0/Q1jcdYXYSNeBMNCzWBb4LnRNeBjnJGGmwPxGbxs/dNdBswkH48Ig==",
  362. "path": "traeger.utilities/1.5.28",
  363. "hashPath": "traeger.utilities.1.5.28.nupkg.sha512"
  364. },
  365. "Traeger.Utilities.Licensing/1.6.29": {
  366. "type": "package",
  367. "serviceable": true,
  368. "sha512": "sha512-bqiRGOGRgFGxGcs9sJRfquAI089a22ApwcL9lDRs6ZPr3uQgrSJE3oxz/IwMu2me70ypwPzPSW6QnnD2mY+S4g==",
  369. "path": "traeger.utilities.licensing/1.6.29",
  370. "hashPath": "traeger.utilities.licensing.1.6.29.nupkg.sha512"
  371. },
  372. "Traeger.Utilities.Licensing.Code/1.8.1": {
  373. "type": "package",
  374. "serviceable": true,
  375. "sha512": "sha512-0x1QJBYiYkWgx3Z2GO6WhwxEhEuKX9m+yH5GQqGZgbZuiAawi/JXplwGD13Or8OSwVDAWw3eIcrQsQehCqXG1A==",
  376. "path": "traeger.utilities.licensing.code/1.8.1",
  377. "hashPath": "traeger.utilities.licensing.code.1.8.1.nupkg.sha512"
  378. },
  379. "Traeger.Utilities.Platform/1.8.3": {
  380. "type": "package",
  381. "serviceable": true,
  382. "sha512": "sha512-Q5e/Qckjz8soCaCfZhb1odAd3j6ESfw2ulRV6dEv9nGkkC2b191Fyen3g/xNFvqwaEr4C4Ye7/IV0DNqnDeyTA==",
  383. "path": "traeger.utilities.platform/1.8.3",
  384. "hashPath": "traeger.utilities.platform.1.8.3.nupkg.sha512"
  385. },
  386. "Traeger.Utilities.Reflection/1.5.13": {
  387. "type": "package",
  388. "serviceable": true,
  389. "sha512": "sha512-iPZG6/pB2HhuX8wXMZU5dLguDW0aFMnyCw24WM3T40tGyuDIl/XrfR3MDZ7hgqMGl7Arz4igXnEMGPUXVWWwJQ==",
  390. "path": "traeger.utilities.reflection/1.5.13",
  391. "hashPath": "traeger.utilities.reflection.1.5.13.nupkg.sha512"
  392. },
  393. "Traeger.Utilities.Resources/1.0.3": {
  394. "type": "package",
  395. "serviceable": true,
  396. "sha512": "sha512-VbPoWx1eRPul21Xi3bV8fMkqJPJS+B6pGFgzMZpEWf3XHUkiRQwWYFIJnbnSL8KGF7WecWhE1aEqNO7ivRO+qQ==",
  397. "path": "traeger.utilities.resources/1.0.3",
  398. "hashPath": "traeger.utilities.resources.1.0.3.nupkg.sha512"
  399. }
  400. }
  401. }